@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: #13287d !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #060c24;
  color: #060c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !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: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #13287d !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #ffffff !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: #060c24 !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: #cccccc !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: #ffffff;
}
.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: #13287d;
  border-color: #13287d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13287d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3053e0;
}
.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: #13287d;
}
/* 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: #13287d !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: #13287d;
  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: #13287d;
  border-bottom-color: #13287d;
}
.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: #13287d !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='%2313287d' %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-sqfbTaDX2U .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqfbTaDX2U .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqfbTaDX2U .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqfbTaDX2U .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-sqfbTaDX2U .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqfbTaDX2U .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-sqfbTaDX2U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqfbTaDX2U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqfbTaDX2U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqfbTaDX2U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqfbTaDX2U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqfbTaDX2U .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-sqfbTaDX2U .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqfbTaDX2U .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqfbTaDX2U .dropdown-item,
.cid-sqfbTaDX2U .nav-link,
.cid-sqfbTaDX2U .brand-name {
  font-style: normal;
}
.cid-sqfbTaDX2U .dropdown-item:hover,
.cid-sqfbTaDX2U .nav-link:hover,
.cid-sqfbTaDX2U .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqfbTaDX2U .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqfbTaDX2U .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqfbTaDX2U .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqfbTaDX2U .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqfbTaDX2U .nav-item {
  position: relative;
}
.cid-sqfbTaDX2U .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqfbTaDX2U .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqfbTaDX2U .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqfbTaDX2U .nav-link {
    line-height: 6.13;
  }
  .cid-sqfbTaDX2U .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqfbTaDX2U .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqfbTaDX2U .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-sqfbTaDX2U .content-text {
  margin-bottom: 0;
}
.cid-sqfbTaDX2U .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqfbTaDX2U .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqfbTaDX2U .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqfbTaDX2U .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqfbTaDX2U .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqfbTaDX2U .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqfbTaDX2U .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqfbTaDX2U .content-right-side {
  text-align: center;
}
.cid-sqfbTaDX2U .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqfbTaDX2U .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqfbTaDX2U .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqfbTaDX2U .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-sqfbTaDX2U .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqfbTaDX2U .info-widget:first-child {
  margin-left: 0;
}
.cid-sqfbTaDX2U .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqfbTaDX2U .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqfbTaDX2U .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqfbTaDX2U .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqfbTaDX2U .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqfbTaDX2U .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqfbTaDX2U .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqfbTaDX2U .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-sqfbTaDX2U .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqfbTaDX2U .navbar-toggler {
    display: none;
  }
  .cid-sqfbTaDX2U .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqfbTaDX2U .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqfbTaDX2U .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqfbTaDX2U .btn-sm {
  padding: 13px 29px;
}
.cid-sqfbTaDX2U .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqfbTaDX2U .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-sqfbTaDX2U .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqfbTaDX2U .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqfbTaDX2U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqfbTaDX2U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqfbTaDX2U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqfbTaDX2U .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqfbTaDX2U .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqfbTaDX2U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqfbTaDX2U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqfbTaDX2U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqfbTaDX2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqfbTaDX2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqfbTaDX2U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqfbTaDX2U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqfbTaDX2U .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqfbTaDX2U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqfbTaDX2U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqfbTaDX2U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqfbTaDX2U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqfbTaDX2U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqfbTaDX2U button.navbar-toggler:focus {
  outline: none;
}
.cid-sqfbTaDX2U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqfbTaDX2U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqfbTaDX2U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqfbTaDX2U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqfbTaDX2U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqfbTaDX2U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqfbTaDX2U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqfbTaDX2U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqfbTaDX2U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqfbTaDX2U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqfbTaDX2U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqfbTaDX2U .collapsed .btn {
  display: flex;
}
.cid-sqfbTaDX2U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqfbTaDX2U .collapsed .navbar-collapse.collapsing,
.cid-sqfbTaDX2U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqfbTaDX2U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqfbTaDX2U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqfbTaDX2U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqfbTaDX2U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqfbTaDX2U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqfbTaDX2U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqfbTaDX2U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqfbTaDX2U .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqfbTaDX2U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqfbTaDX2U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqfbTaDX2U .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqfbTaDX2U .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqfbTaDX2U .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqfbTaDX2U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqfbTaDX2U .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-sqfbTaDX2U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqfbTaDX2U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqfbTaDX2U .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-sqfbTaDX2U .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqfbTaDX2U .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqfbTaDX2U .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqfbTaDX2U .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqfbTaDX2U .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqfbTaDX2U .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-sqfbTaDX2U .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqfbTaDX2U .navbar-collapse.collapsing,
  .cid-sqfbTaDX2U .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqfbTaDX2U .navbar-collapse.collapsing .navbar-nav,
  .cid-sqfbTaDX2U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqfbTaDX2U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqfbTaDX2U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqfbTaDX2U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqfbTaDX2U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqfbTaDX2U .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqfbTaDX2U .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqfbTaDX2U .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqfbTaDX2U .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqfbTaDX2U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqfbTaDX2U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqfbTaDX2U img {
    height: 3.8rem !important;
  }
  .cid-sqfbTaDX2U .btn {
    display: flex;
  }
  .cid-sqfbTaDX2U button.navbar-toggler {
    display: block;
  }
  .cid-sqfbTaDX2U .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqfbTaDX2U .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqfbTaDX2U .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-sqfbTaDX2U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqfbTaDX2U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqfbTaDX2U .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-sqfbTaDX2U .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqfbTaDX2U .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqfbTaDX2U .navbar-toggler {
  position: relative;
}
.cid-sqfbTaDX2U .dropdown-item.active,
.cid-sqfbTaDX2U .dropdown-item:active {
  color: initial;
}
.cid-sqfbTaDX2U .widget-title {
  color: #83868c;
}
.cid-sqfbTaDX2U .widget-text {
  color: #83868c;
}
.cid-sqfbTaDX2U .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqfbTaDX2U .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqfbTaDX2U .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqfbTaDX2U .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqfbTaDX2U .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqfbTaDX2U .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqfbTaDX2U .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqfbTaDX2U .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqfbTaDX2U .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqfbTaDX2U .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqfbTaDX2U .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqfbTaDX2U .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqfbTaDX2U .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqfbTaDX2U .menu-content-top,
  .cid-sqfbTaDX2U .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqfbTaDX2U 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-sqfg3XQzMo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #14287f;
}
.cid-sqfg3XQzMo .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-sqfg3XQzMo .img-wrap img {
  width: 100%;
}
.cid-sqfg3XQzMo .mbr-section-subtitle {
  color: #ffc600;
}
.cid-sqfg3XQzMo .mbr-section-title {
  color: #ffffff;
}
.cid-sqfg3XQzMo .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-sqfg3XQzMo .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sqfg3XQzMo .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sqfg3XQzMo .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-sqWd5yy4mZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sqWd5yy4mZ H1 {
  color: #14287f;
}
.cid-sqWd5yy4mZ .mbr-text,
.cid-sqWd5yy4mZ .mbr-section-btn {
  color: #767676;
}
.cid-sqWd5yy4mZ .img1 {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
  border-radius: 10px;
}
.cid-sqWd5yy4mZ .relative {
  position: relative;
}
.cid-sqWd5yy4mZ .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sqWd5yy4mZ .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-sqWd5yy4mZ .card-img2 .img2 {
  width: 120%;
}
.cid-sqWd5yy4mZ .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sqWd5yy4mZ .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-sqWd5yy4mZ .img2 {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sqjzVxCdry {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqjzVxCdry h4 {
  margin-bottom: 0;
}
.cid-sqjzVxCdry .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
}
.cid-sqjzVxCdry .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sqjzVxCdry .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sqjzVxCdry .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sqjzVxCdry .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #13287d !important;
  box-shadow: none!important;
}
.cid-sqjzVxCdry .btn[class*="-outline"]:active,
.cid-sqjzVxCdry .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sqjzVxCdry .card-box {
  padding-top: 2rem;
}
.cid-sqjzVxCdry .card-wrapper {
  height: 100%;
}
.cid-sqjzVxCdry .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sqjzVxCdry img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sqjzVxCdry .card-title {
  color: #14287f;
}
.cid-sqjzVxCdry .main-title {
  color: #232323;
}
.cid-sqjzVxCdry .mbr-text,
.cid-sqjzVxCdry .mbr-link-btn {
  color: #767676;
}
.cid-sAIJ1tc77M {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJ1tc77M .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJ1tc77M .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJ1tc77M .mbr-text {
  color: #83868c;
}
.cid-sAIJ1tc77M .phone-word {
  color: #279e64;
}
.cid-sAIJ1tc77M .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJ1tc77M .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJ1tc77M img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJ1tc77M .img1 {
  color: #279e64;
}
.cid-sAIJ1tc77M .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJ1tc77M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJ1tc77M .content .link-wrap {
  color: red;
}
.cid-sAIJ1tc77M .content .date-wrap {
  color: #13287d;
}
.cid-sAIJ1tc77M .item,
.cid-sAIJ1tc77M .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJ1tc77M .item h4,
.cid-sAIJ1tc77M .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJ1tc77M .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJ1tc77M .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJ1tc77M .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJ1tc77M .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJ1tc77M .item .card-img {
  width: auto;
}
.cid-sAIJ1tc77M .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJ1tc77M .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJ1tc77M h5 {
    text-align: left !important;
  }
  .cid-sAIJ1tc77M .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJ1tc77M .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJ1tc77M .item-title:hover {
  color: #279e64;
}
.cid-sAIJ1tc77M .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJ1tc77M .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJ1tc77M .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJ1tc77M .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJ1tc77M .btn[class*="-outline"]:active,
.cid-sAIJ1tc77M .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJ1tc77M .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJ1tc77M .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJ1tc77M .pre-form {
  color: #83868c;
}
.cid-sAIJ1tc77M .form-group,
.cid-sAIJ1tc77M .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJ1tc77M .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-sAIJ1tc77M .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJ1tc77M .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJ1tc77M .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJ1tc77M .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJ1tc77M .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJ1tc77M .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJ1tc77M .dragArea {
  flex-direction: column;
}
.cid-sAIJ1tc77M .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBalEThP.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBalEThP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBalEThP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBalEThP .modal-content,
.cid-sqGBalEThP .modal-dialog {
  height: auto;
}
.cid-sqGBalEThP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBalEThP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBalEThP .form-wrapper .mbr-form .form-group,
  .cid-sqGBalEThP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBalEThP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBalEThP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBalEThP .mbr-text {
  text-align: center;
}
.cid-sqGBalEThP .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBalEThP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBalEThP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBalEThP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBalEThP .modal-open {
  overflow: hidden;
}
.cid-sqGBalEThP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBalEThP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBalEThP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBalEThP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBalEThP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBalEThP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBalEThP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBalEThP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBalEThP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBalEThP .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBalEThP .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBalEThP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBalEThP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBalEThP .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBalEThP .modal-header .close:focus {
  outline: none;
}
.cid-sqGBalEThP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBalEThP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBalEThP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBalEThP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBalEThP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBalEThP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBalEThP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBalEThP .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBalEThP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBalEThP .modal-lg,
  .cid-sqGBalEThP .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBalEThP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBalEThP .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBalEThP .container {
    max-width: 1140px;
  }
}
.cid-sqGBalEThP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBalEThP .container {
    max-width: 720px;
  }
}
.cid-sqGBalEThP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBalEThP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBalEThP .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBalEThP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBalEThP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBalEThP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIJ3rqaax.popup-builder {
  background-color: #ffffff;
}
.cid-sAIJ3rqaax.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIJ3rqaax.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIJ3rqaax .modal-content,
.cid-sAIJ3rqaax .modal-dialog {
  height: auto;
}
.cid-sAIJ3rqaax .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIJ3rqaax .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIJ3rqaax .form-wrapper .mbr-form .form-group,
  .cid-sAIJ3rqaax .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIJ3rqaax .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIJ3rqaax .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIJ3rqaax .mbr-text {
  text-align: center;
}
.cid-sAIJ3rqaax .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIJ3rqaax .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIJ3rqaax .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIJ3rqaax .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIJ3rqaax .modal-open {
  overflow: hidden;
}
.cid-sAIJ3rqaax .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIJ3rqaax .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIJ3rqaax .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIJ3rqaax .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIJ3rqaax .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIJ3rqaax .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIJ3rqaax .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIJ3rqaax .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIJ3rqaax .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIJ3rqaax .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIJ3rqaax .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIJ3rqaax .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIJ3rqaax .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIJ3rqaax .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIJ3rqaax .modal-header .close:focus {
  outline: none;
}
.cid-sAIJ3rqaax .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIJ3rqaax .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIJ3rqaax .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIJ3rqaax .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIJ3rqaax .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIJ3rqaax .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIJ3rqaax .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIJ3rqaax .modal-sm {
    max-width: 300px;
  }
  .cid-sAIJ3rqaax .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIJ3rqaax .modal-lg,
  .cid-sAIJ3rqaax .modal-xl {
    max-width: 800px;
  }
  .cid-sAIJ3rqaax .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIJ3rqaax .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIJ3rqaax .container {
    max-width: 1140px;
  }
}
.cid-sAIJ3rqaax .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIJ3rqaax .container {
    max-width: 720px;
  }
}
.cid-sAIJ3rqaax .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIJ3rqaax .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIJ3rqaax .form-group {
  margin-bottom: 1rem;
}
.cid-sAIJ3rqaax .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIJ3rqaax .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIJ3rqaax .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqkgnqOkPe .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqkgnqOkPe .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqkgnqOkPe .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqkgnqOkPe .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-sqkgnqOkPe .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqkgnqOkPe .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-sqkgnqOkPe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqkgnqOkPe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqkgnqOkPe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqkgnqOkPe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqkgnqOkPe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqkgnqOkPe .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-sqkgnqOkPe .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqkgnqOkPe .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqkgnqOkPe .dropdown-item,
.cid-sqkgnqOkPe .nav-link,
.cid-sqkgnqOkPe .brand-name {
  font-style: normal;
}
.cid-sqkgnqOkPe .dropdown-item:hover,
.cid-sqkgnqOkPe .nav-link:hover,
.cid-sqkgnqOkPe .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqkgnqOkPe .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqkgnqOkPe .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqkgnqOkPe .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqkgnqOkPe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqkgnqOkPe .nav-item {
  position: relative;
}
.cid-sqkgnqOkPe .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqkgnqOkPe .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqkgnqOkPe .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqkgnqOkPe .nav-link {
    line-height: 6.13;
  }
  .cid-sqkgnqOkPe .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqkgnqOkPe .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqkgnqOkPe .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-sqkgnqOkPe .content-text {
  margin-bottom: 0;
}
.cid-sqkgnqOkPe .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqkgnqOkPe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqkgnqOkPe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqkgnqOkPe .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqkgnqOkPe .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqkgnqOkPe .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqkgnqOkPe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqkgnqOkPe .content-right-side {
  text-align: center;
}
.cid-sqkgnqOkPe .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqkgnqOkPe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqkgnqOkPe .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqkgnqOkPe .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-sqkgnqOkPe .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqkgnqOkPe .info-widget:first-child {
  margin-left: 0;
}
.cid-sqkgnqOkPe .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqkgnqOkPe .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqkgnqOkPe .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqkgnqOkPe .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqkgnqOkPe .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqkgnqOkPe .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqkgnqOkPe .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqkgnqOkPe .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-sqkgnqOkPe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqkgnqOkPe .navbar-toggler {
    display: none;
  }
  .cid-sqkgnqOkPe .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqkgnqOkPe .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqkgnqOkPe .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqkgnqOkPe .btn-sm {
  padding: 13px 29px;
}
.cid-sqkgnqOkPe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqkgnqOkPe .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-sqkgnqOkPe .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqkgnqOkPe .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqkgnqOkPe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqkgnqOkPe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqkgnqOkPe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqkgnqOkPe .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqkgnqOkPe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqkgnqOkPe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqkgnqOkPe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqkgnqOkPe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqkgnqOkPe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqkgnqOkPe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqkgnqOkPe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqkgnqOkPe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqkgnqOkPe .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqkgnqOkPe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqkgnqOkPe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqkgnqOkPe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqkgnqOkPe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqkgnqOkPe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqkgnqOkPe button.navbar-toggler:focus {
  outline: none;
}
.cid-sqkgnqOkPe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqkgnqOkPe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqkgnqOkPe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkgnqOkPe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkgnqOkPe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqkgnqOkPe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkgnqOkPe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqkgnqOkPe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqkgnqOkPe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkgnqOkPe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqkgnqOkPe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqkgnqOkPe .collapsed .btn {
  display: flex;
}
.cid-sqkgnqOkPe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqkgnqOkPe .collapsed .navbar-collapse.collapsing,
.cid-sqkgnqOkPe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqkgnqOkPe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqkgnqOkPe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqkgnqOkPe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqkgnqOkPe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqkgnqOkPe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqkgnqOkPe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqkgnqOkPe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqkgnqOkPe .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqkgnqOkPe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqkgnqOkPe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqkgnqOkPe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqkgnqOkPe .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqkgnqOkPe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqkgnqOkPe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqkgnqOkPe .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-sqkgnqOkPe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqkgnqOkPe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqkgnqOkPe .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-sqkgnqOkPe .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqkgnqOkPe .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqkgnqOkPe .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqkgnqOkPe .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqkgnqOkPe .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqkgnqOkPe .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-sqkgnqOkPe .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqkgnqOkPe .navbar-collapse.collapsing,
  .cid-sqkgnqOkPe .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqkgnqOkPe .navbar-collapse.collapsing .navbar-nav,
  .cid-sqkgnqOkPe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqkgnqOkPe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqkgnqOkPe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqkgnqOkPe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqkgnqOkPe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqkgnqOkPe .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqkgnqOkPe .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqkgnqOkPe .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqkgnqOkPe .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqkgnqOkPe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqkgnqOkPe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqkgnqOkPe img {
    height: 3.8rem !important;
  }
  .cid-sqkgnqOkPe .btn {
    display: flex;
  }
  .cid-sqkgnqOkPe button.navbar-toggler {
    display: block;
  }
  .cid-sqkgnqOkPe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqkgnqOkPe .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqkgnqOkPe .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-sqkgnqOkPe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqkgnqOkPe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqkgnqOkPe .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-sqkgnqOkPe .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqkgnqOkPe .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqkgnqOkPe .navbar-toggler {
  position: relative;
}
.cid-sqkgnqOkPe .dropdown-item.active,
.cid-sqkgnqOkPe .dropdown-item:active {
  color: initial;
}
.cid-sqkgnqOkPe .widget-title {
  color: #83868c;
}
.cid-sqkgnqOkPe .widget-text {
  color: #83868c;
}
.cid-sqkgnqOkPe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqkgnqOkPe .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqkgnqOkPe .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqkgnqOkPe .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqkgnqOkPe .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqkgnqOkPe .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqkgnqOkPe .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqkgnqOkPe .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqkgnqOkPe .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqkgnqOkPe .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqkgnqOkPe .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqkgnqOkPe .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqkgnqOkPe .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqkgnqOkPe .menu-content-top,
  .cid-sqkgnqOkPe .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqkgnqOkPe 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-sqkgwTnpTk {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqkgwTnpTk .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqkgwTnpTk .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqkgwTnpTk .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqkgwTnpTk .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqkgwTnpTk .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqkgwTnpTk .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqkgwTnpTk .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqkgwTnpTk .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqkgwTnpTk .separator,
  .cid-sqkgwTnpTk .sep-holder,
  .cid-sqkgwTnpTk .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqkgwTnpTk .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqkgwTnpTk .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqkgwTnpTk .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqkgwTnpTk .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqkgwTnpTk .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqkgwTnpTk .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqkgwTnpTk .items .list-item:last-child .listico {
  display: none;
}
.cid-ssj2tJ7Gll {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ssj2tJ7Gll .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-ssj2tJ7Gll .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-ssj2tJ7Gll h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ssj2tJ7Gll h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-ssj2tJ7Gll p {
  text-align: left;
}
.cid-ssj2tJ7Gll img {
  transition: all 0.3s;
}
.cid-ssj2tJ7Gll .mbr-text {
  color: #1c1c1c;
  text-align: left;
}
.cid-ssj2tJ7Gll .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ssj2tJ7Gll .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-ssj2tJ7Gll .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-ssj2tJ7Gll .card {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-ssj2tJ7Gll .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 991px) {
  .cid-ssj2tJ7Gll .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-ssj2tJ7Gll .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-ssj2tJ7Gll .card-columns {
    column-gap: 4rem;
  }
}
.cid-ssj2tJ7Gll .card-title {
  color: #767676;
}
.cid-sqkhT6KdXd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sqkhT6KdXd H1 {
  color: #14287f;
}
.cid-sqkhT6KdXd .mbr-text,
.cid-sqkhT6KdXd .mbr-section-btn {
  color: #767676;
}
.cid-sqkhT6KdXd .img1 {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
  border-radius: 10px;
}
.cid-sqkhT6KdXd .relative {
  position: relative;
}
.cid-sqkhT6KdXd .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sqkhT6KdXd .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-sqkhT6KdXd .card-img2 .img2 {
  width: 120%;
}
.cid-sqkhT6KdXd .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sqkhT6KdXd .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-sqkhT6KdXd .img2 {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sqkgnwvqMV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqkgnwvqMV h4 {
  margin-bottom: 0;
}
.cid-sqkgnwvqMV .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
}
.cid-sqkgnwvqMV .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sqkgnwvqMV .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sqkgnwvqMV .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sqkgnwvqMV .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #13287d !important;
  box-shadow: none!important;
}
.cid-sqkgnwvqMV .btn[class*="-outline"]:active,
.cid-sqkgnwvqMV .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sqkgnwvqMV .card-box {
  padding-top: 2rem;
}
.cid-sqkgnwvqMV .card-wrapper {
  height: 100%;
}
.cid-sqkgnwvqMV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sqkgnwvqMV img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sqkgnwvqMV .card-title {
  color: #14287f;
}
.cid-sqkgnwvqMV .main-title {
  color: #232323;
}
.cid-sqkgnwvqMV .mbr-text,
.cid-sqkgnwvqMV .mbr-link-btn {
  color: #767676;
}
.cid-sCjwJuvmOL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCjwJuvmOL h4 {
  margin-bottom: 0;
}
.cid-sCjwJuvmOL .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
}
.cid-sCjwJuvmOL .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sCjwJuvmOL .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sCjwJuvmOL .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sCjwJuvmOL .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #13287d !important;
  box-shadow: none!important;
}
.cid-sCjwJuvmOL .btn[class*="-outline"]:active,
.cid-sCjwJuvmOL .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sCjwJuvmOL .card-box {
  padding-top: 2rem;
}
.cid-sCjwJuvmOL .card-wrapper {
  height: 100%;
}
.cid-sCjwJuvmOL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sCjwJuvmOL img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sCjwJuvmOL .card-title {
  color: #14287f;
}
.cid-sCjwJuvmOL .main-title {
  color: #232323;
}
.cid-sCjwJuvmOL .mbr-text,
.cid-sCjwJuvmOL .mbr-link-btn {
  color: #767676;
}
.cid-sAIJ9cEDmp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJ9cEDmp .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJ9cEDmp .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJ9cEDmp .mbr-text {
  color: #83868c;
}
.cid-sAIJ9cEDmp .phone-word {
  color: #279e64;
}
.cid-sAIJ9cEDmp .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJ9cEDmp .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJ9cEDmp img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJ9cEDmp .img1 {
  color: #279e64;
}
.cid-sAIJ9cEDmp .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJ9cEDmp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJ9cEDmp .content .link-wrap {
  color: red;
}
.cid-sAIJ9cEDmp .content .date-wrap {
  color: #13287d;
}
.cid-sAIJ9cEDmp .item,
.cid-sAIJ9cEDmp .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJ9cEDmp .item h4,
.cid-sAIJ9cEDmp .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJ9cEDmp .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJ9cEDmp .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJ9cEDmp .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJ9cEDmp .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJ9cEDmp .item .card-img {
  width: auto;
}
.cid-sAIJ9cEDmp .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJ9cEDmp .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJ9cEDmp h5 {
    text-align: left !important;
  }
  .cid-sAIJ9cEDmp .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJ9cEDmp .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJ9cEDmp .item-title:hover {
  color: #279e64;
}
.cid-sAIJ9cEDmp .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJ9cEDmp .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJ9cEDmp .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJ9cEDmp .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJ9cEDmp .btn[class*="-outline"]:active,
.cid-sAIJ9cEDmp .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJ9cEDmp .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJ9cEDmp .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJ9cEDmp .pre-form {
  color: #83868c;
}
.cid-sAIJ9cEDmp .form-group,
.cid-sAIJ9cEDmp .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJ9cEDmp .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-sAIJ9cEDmp .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJ9cEDmp .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJ9cEDmp .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJ9cEDmp .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJ9cEDmp .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJ9cEDmp .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJ9cEDmp .dragArea {
  flex-direction: column;
}
.cid-sAIJ9cEDmp .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGopv0g.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGopv0g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGopv0g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGopv0g .modal-content,
.cid-sqGBGopv0g .modal-dialog {
  height: auto;
}
.cid-sqGBGopv0g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGopv0g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGopv0g .form-wrapper .mbr-form .form-group,
  .cid-sqGBGopv0g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGopv0g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGopv0g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGopv0g .mbr-text {
  text-align: center;
}
.cid-sqGBGopv0g .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGopv0g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGopv0g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGopv0g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGopv0g .modal-open {
  overflow: hidden;
}
.cid-sqGBGopv0g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGopv0g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGopv0g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGopv0g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGopv0g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGopv0g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGopv0g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGopv0g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGopv0g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGopv0g .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGopv0g .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGopv0g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGopv0g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGopv0g .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGopv0g .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGopv0g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGopv0g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGopv0g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGopv0g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGopv0g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGopv0g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGopv0g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGopv0g .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGopv0g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGopv0g .modal-lg,
  .cid-sqGBGopv0g .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGopv0g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGopv0g .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGopv0g .container {
    max-width: 1140px;
  }
}
.cid-sqGBGopv0g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGopv0g .container {
    max-width: 720px;
  }
}
.cid-sqGBGopv0g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGopv0g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGopv0g .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGopv0g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGopv0g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGopv0g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIJaRyPs8.popup-builder {
  background-color: #ffffff;
}
.cid-sAIJaRyPs8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIJaRyPs8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIJaRyPs8 .modal-content,
.cid-sAIJaRyPs8 .modal-dialog {
  height: auto;
}
.cid-sAIJaRyPs8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIJaRyPs8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIJaRyPs8 .form-wrapper .mbr-form .form-group,
  .cid-sAIJaRyPs8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIJaRyPs8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIJaRyPs8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIJaRyPs8 .mbr-text {
  text-align: center;
}
.cid-sAIJaRyPs8 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIJaRyPs8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIJaRyPs8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIJaRyPs8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIJaRyPs8 .modal-open {
  overflow: hidden;
}
.cid-sAIJaRyPs8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIJaRyPs8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIJaRyPs8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIJaRyPs8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIJaRyPs8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIJaRyPs8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIJaRyPs8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIJaRyPs8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIJaRyPs8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIJaRyPs8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIJaRyPs8 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIJaRyPs8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIJaRyPs8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIJaRyPs8 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIJaRyPs8 .modal-header .close:focus {
  outline: none;
}
.cid-sAIJaRyPs8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIJaRyPs8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIJaRyPs8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIJaRyPs8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIJaRyPs8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIJaRyPs8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIJaRyPs8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIJaRyPs8 .modal-sm {
    max-width: 300px;
  }
  .cid-sAIJaRyPs8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIJaRyPs8 .modal-lg,
  .cid-sAIJaRyPs8 .modal-xl {
    max-width: 800px;
  }
  .cid-sAIJaRyPs8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIJaRyPs8 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIJaRyPs8 .container {
    max-width: 1140px;
  }
}
.cid-sAIJaRyPs8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIJaRyPs8 .container {
    max-width: 720px;
  }
}
.cid-sAIJaRyPs8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIJaRyPs8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIJaRyPs8 .form-group {
  margin-bottom: 1rem;
}
.cid-sAIJaRyPs8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIJaRyPs8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIJaRyPs8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqkKJsAPUL .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqkKJsAPUL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqkKJsAPUL .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqkKJsAPUL .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-sqkKJsAPUL .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqkKJsAPUL .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-sqkKJsAPUL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqkKJsAPUL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqkKJsAPUL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqkKJsAPUL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqkKJsAPUL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqkKJsAPUL .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-sqkKJsAPUL .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqkKJsAPUL .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqkKJsAPUL .dropdown-item,
.cid-sqkKJsAPUL .nav-link,
.cid-sqkKJsAPUL .brand-name {
  font-style: normal;
}
.cid-sqkKJsAPUL .dropdown-item:hover,
.cid-sqkKJsAPUL .nav-link:hover,
.cid-sqkKJsAPUL .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqkKJsAPUL .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqkKJsAPUL .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqkKJsAPUL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqkKJsAPUL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqkKJsAPUL .nav-item {
  position: relative;
}
.cid-sqkKJsAPUL .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqkKJsAPUL .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqkKJsAPUL .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqkKJsAPUL .nav-link {
    line-height: 6.13;
  }
  .cid-sqkKJsAPUL .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqkKJsAPUL .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqkKJsAPUL .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-sqkKJsAPUL .content-text {
  margin-bottom: 0;
}
.cid-sqkKJsAPUL .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqkKJsAPUL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqkKJsAPUL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqkKJsAPUL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqkKJsAPUL .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqkKJsAPUL .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqkKJsAPUL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqkKJsAPUL .content-right-side {
  text-align: center;
}
.cid-sqkKJsAPUL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqkKJsAPUL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqkKJsAPUL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqkKJsAPUL .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-sqkKJsAPUL .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqkKJsAPUL .info-widget:first-child {
  margin-left: 0;
}
.cid-sqkKJsAPUL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqkKJsAPUL .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqkKJsAPUL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqkKJsAPUL .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqkKJsAPUL .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqkKJsAPUL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqkKJsAPUL .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqkKJsAPUL .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-sqkKJsAPUL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqkKJsAPUL .navbar-toggler {
    display: none;
  }
  .cid-sqkKJsAPUL .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqkKJsAPUL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqkKJsAPUL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqkKJsAPUL .btn-sm {
  padding: 13px 29px;
}
.cid-sqkKJsAPUL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqkKJsAPUL .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-sqkKJsAPUL .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqkKJsAPUL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqkKJsAPUL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqkKJsAPUL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqkKJsAPUL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqkKJsAPUL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqkKJsAPUL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqkKJsAPUL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqkKJsAPUL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqkKJsAPUL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqkKJsAPUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqkKJsAPUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqkKJsAPUL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqkKJsAPUL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqkKJsAPUL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqkKJsAPUL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqkKJsAPUL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqkKJsAPUL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqkKJsAPUL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqkKJsAPUL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqkKJsAPUL button.navbar-toggler:focus {
  outline: none;
}
.cid-sqkKJsAPUL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqkKJsAPUL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqkKJsAPUL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkKJsAPUL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkKJsAPUL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqkKJsAPUL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkKJsAPUL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqkKJsAPUL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqkKJsAPUL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkKJsAPUL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqkKJsAPUL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqkKJsAPUL .collapsed .btn {
  display: flex;
}
.cid-sqkKJsAPUL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqkKJsAPUL .collapsed .navbar-collapse.collapsing,
.cid-sqkKJsAPUL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqkKJsAPUL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqkKJsAPUL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqkKJsAPUL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqkKJsAPUL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqkKJsAPUL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqkKJsAPUL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqkKJsAPUL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqkKJsAPUL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqkKJsAPUL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqkKJsAPUL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqkKJsAPUL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqkKJsAPUL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqkKJsAPUL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqkKJsAPUL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqkKJsAPUL .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-sqkKJsAPUL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqkKJsAPUL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqkKJsAPUL .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-sqkKJsAPUL .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqkKJsAPUL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqkKJsAPUL .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqkKJsAPUL .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqkKJsAPUL .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqkKJsAPUL .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-sqkKJsAPUL .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqkKJsAPUL .navbar-collapse.collapsing,
  .cid-sqkKJsAPUL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqkKJsAPUL .navbar-collapse.collapsing .navbar-nav,
  .cid-sqkKJsAPUL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqkKJsAPUL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqkKJsAPUL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqkKJsAPUL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqkKJsAPUL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqkKJsAPUL .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqkKJsAPUL .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqkKJsAPUL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqkKJsAPUL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqkKJsAPUL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqkKJsAPUL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqkKJsAPUL img {
    height: 3.8rem !important;
  }
  .cid-sqkKJsAPUL .btn {
    display: flex;
  }
  .cid-sqkKJsAPUL button.navbar-toggler {
    display: block;
  }
  .cid-sqkKJsAPUL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqkKJsAPUL .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqkKJsAPUL .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-sqkKJsAPUL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqkKJsAPUL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqkKJsAPUL .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-sqkKJsAPUL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqkKJsAPUL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqkKJsAPUL .navbar-toggler {
  position: relative;
}
.cid-sqkKJsAPUL .dropdown-item.active,
.cid-sqkKJsAPUL .dropdown-item:active {
  color: initial;
}
.cid-sqkKJsAPUL .widget-title {
  color: #83868c;
}
.cid-sqkKJsAPUL .widget-text {
  color: #83868c;
}
.cid-sqkKJsAPUL .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqkKJsAPUL .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqkKJsAPUL .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqkKJsAPUL .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqkKJsAPUL .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqkKJsAPUL .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqkKJsAPUL .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqkKJsAPUL .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqkKJsAPUL .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqkKJsAPUL .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqkKJsAPUL .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqkKJsAPUL .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqkKJsAPUL .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqkKJsAPUL .menu-content-top,
  .cid-sqkKJsAPUL .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqkKJsAPUL 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-sqkKJuTJVM {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqkKJuTJVM .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqkKJuTJVM .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqkKJuTJVM .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqkKJuTJVM .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqkKJuTJVM .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqkKJuTJVM .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqkKJuTJVM .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqkKJuTJVM .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqkKJuTJVM .separator,
  .cid-sqkKJuTJVM .sep-holder,
  .cid-sqkKJuTJVM .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqkKJuTJVM .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqkKJuTJVM .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqkKJuTJVM .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqkKJuTJVM .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqkKJuTJVM .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqkKJuTJVM .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqkKJuTJVM .items .list-item:last-child .listico {
  display: none;
}
.cid-sqkKJwBVlk {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sqkKJwBVlk H1 {
  color: #14287f;
}
.cid-sqkKJwBVlk .mbr-text,
.cid-sqkKJwBVlk .mbr-section-btn {
  color: #767676;
}
.cid-sqkKJwBVlk .img1 {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
  border-radius: 10px;
}
.cid-sqkKJwBVlk .relative {
  position: relative;
}
.cid-sqkKJwBVlk .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sqkKJwBVlk .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-sqkKJwBVlk .card-img2 .img2 {
  width: 120%;
}
.cid-sqkKJwBVlk .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sqkKJwBVlk .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-sqkKJwBVlk .img2 {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sAIJfItOWA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJfItOWA .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJfItOWA .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJfItOWA .mbr-text {
  color: #83868c;
}
.cid-sAIJfItOWA .phone-word {
  color: #279e64;
}
.cid-sAIJfItOWA .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJfItOWA .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJfItOWA img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJfItOWA .img1 {
  color: #279e64;
}
.cid-sAIJfItOWA .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJfItOWA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJfItOWA .content .link-wrap {
  color: red;
}
.cid-sAIJfItOWA .content .date-wrap {
  color: #13287d;
}
.cid-sAIJfItOWA .item,
.cid-sAIJfItOWA .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJfItOWA .item h4,
.cid-sAIJfItOWA .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJfItOWA .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJfItOWA .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJfItOWA .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJfItOWA .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJfItOWA .item .card-img {
  width: auto;
}
.cid-sAIJfItOWA .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJfItOWA .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJfItOWA h5 {
    text-align: left !important;
  }
  .cid-sAIJfItOWA .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJfItOWA .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJfItOWA .item-title:hover {
  color: #279e64;
}
.cid-sAIJfItOWA .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJfItOWA .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJfItOWA .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJfItOWA .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJfItOWA .btn[class*="-outline"]:active,
.cid-sAIJfItOWA .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJfItOWA .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJfItOWA .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJfItOWA .pre-form {
  color: #83868c;
}
.cid-sAIJfItOWA .form-group,
.cid-sAIJfItOWA .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJfItOWA .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-sAIJfItOWA .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJfItOWA .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJfItOWA .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJfItOWA .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJfItOWA .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJfItOWA .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJfItOWA .dragArea {
  flex-direction: column;
}
.cid-sAIJfItOWA .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGopbGd.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGopbGd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGopbGd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGopbGd .modal-content,
.cid-sqGBGopbGd .modal-dialog {
  height: auto;
}
.cid-sqGBGopbGd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGopbGd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGopbGd .form-wrapper .mbr-form .form-group,
  .cid-sqGBGopbGd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGopbGd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGopbGd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGopbGd .mbr-text {
  text-align: center;
}
.cid-sqGBGopbGd .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGopbGd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGopbGd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGopbGd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGopbGd .modal-open {
  overflow: hidden;
}
.cid-sqGBGopbGd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGopbGd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGopbGd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGopbGd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGopbGd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGopbGd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGopbGd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGopbGd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGopbGd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGopbGd .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGopbGd .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGopbGd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGopbGd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGopbGd .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGopbGd .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGopbGd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGopbGd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGopbGd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGopbGd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGopbGd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGopbGd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGopbGd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGopbGd .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGopbGd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGopbGd .modal-lg,
  .cid-sqGBGopbGd .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGopbGd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGopbGd .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGopbGd .container {
    max-width: 1140px;
  }
}
.cid-sqGBGopbGd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGopbGd .container {
    max-width: 720px;
  }
}
.cid-sqGBGopbGd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGopbGd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGopbGd .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGopbGd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGopbGd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGopbGd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIJgTMZOa.popup-builder {
  background-color: #ffffff;
}
.cid-sAIJgTMZOa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIJgTMZOa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIJgTMZOa .modal-content,
.cid-sAIJgTMZOa .modal-dialog {
  height: auto;
}
.cid-sAIJgTMZOa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIJgTMZOa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIJgTMZOa .form-wrapper .mbr-form .form-group,
  .cid-sAIJgTMZOa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIJgTMZOa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIJgTMZOa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIJgTMZOa .mbr-text {
  text-align: center;
}
.cid-sAIJgTMZOa .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIJgTMZOa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIJgTMZOa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIJgTMZOa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIJgTMZOa .modal-open {
  overflow: hidden;
}
.cid-sAIJgTMZOa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIJgTMZOa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIJgTMZOa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIJgTMZOa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIJgTMZOa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIJgTMZOa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIJgTMZOa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIJgTMZOa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIJgTMZOa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIJgTMZOa .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIJgTMZOa .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIJgTMZOa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIJgTMZOa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIJgTMZOa .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIJgTMZOa .modal-header .close:focus {
  outline: none;
}
.cid-sAIJgTMZOa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIJgTMZOa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIJgTMZOa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIJgTMZOa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIJgTMZOa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIJgTMZOa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIJgTMZOa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIJgTMZOa .modal-sm {
    max-width: 300px;
  }
  .cid-sAIJgTMZOa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIJgTMZOa .modal-lg,
  .cid-sAIJgTMZOa .modal-xl {
    max-width: 800px;
  }
  .cid-sAIJgTMZOa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIJgTMZOa .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIJgTMZOa .container {
    max-width: 1140px;
  }
}
.cid-sAIJgTMZOa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIJgTMZOa .container {
    max-width: 720px;
  }
}
.cid-sAIJgTMZOa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIJgTMZOa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIJgTMZOa .form-group {
  margin-bottom: 1rem;
}
.cid-sAIJgTMZOa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIJgTMZOa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIJgTMZOa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqkWfVthdE .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqkWfVthdE .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqkWfVthdE .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqkWfVthdE .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-sqkWfVthdE .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqkWfVthdE .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-sqkWfVthdE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqkWfVthdE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqkWfVthdE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqkWfVthdE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqkWfVthdE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqkWfVthdE .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-sqkWfVthdE .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqkWfVthdE .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqkWfVthdE .dropdown-item,
.cid-sqkWfVthdE .nav-link,
.cid-sqkWfVthdE .brand-name {
  font-style: normal;
}
.cid-sqkWfVthdE .dropdown-item:hover,
.cid-sqkWfVthdE .nav-link:hover,
.cid-sqkWfVthdE .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqkWfVthdE .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqkWfVthdE .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqkWfVthdE .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqkWfVthdE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqkWfVthdE .nav-item {
  position: relative;
}
.cid-sqkWfVthdE .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqkWfVthdE .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqkWfVthdE .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqkWfVthdE .nav-link {
    line-height: 6.13;
  }
  .cid-sqkWfVthdE .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqkWfVthdE .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqkWfVthdE .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-sqkWfVthdE .content-text {
  margin-bottom: 0;
}
.cid-sqkWfVthdE .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqkWfVthdE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqkWfVthdE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqkWfVthdE .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqkWfVthdE .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqkWfVthdE .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqkWfVthdE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqkWfVthdE .content-right-side {
  text-align: center;
}
.cid-sqkWfVthdE .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqkWfVthdE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqkWfVthdE .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqkWfVthdE .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-sqkWfVthdE .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqkWfVthdE .info-widget:first-child {
  margin-left: 0;
}
.cid-sqkWfVthdE .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqkWfVthdE .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqkWfVthdE .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqkWfVthdE .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqkWfVthdE .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqkWfVthdE .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqkWfVthdE .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqkWfVthdE .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-sqkWfVthdE .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqkWfVthdE .navbar-toggler {
    display: none;
  }
  .cid-sqkWfVthdE .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqkWfVthdE .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqkWfVthdE .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqkWfVthdE .btn-sm {
  padding: 13px 29px;
}
.cid-sqkWfVthdE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqkWfVthdE .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-sqkWfVthdE .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqkWfVthdE .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqkWfVthdE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqkWfVthdE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqkWfVthdE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqkWfVthdE .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqkWfVthdE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqkWfVthdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqkWfVthdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqkWfVthdE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqkWfVthdE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqkWfVthdE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqkWfVthdE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqkWfVthdE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqkWfVthdE .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqkWfVthdE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqkWfVthdE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqkWfVthdE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqkWfVthdE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqkWfVthdE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqkWfVthdE button.navbar-toggler:focus {
  outline: none;
}
.cid-sqkWfVthdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqkWfVthdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqkWfVthdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkWfVthdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkWfVthdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqkWfVthdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkWfVthdE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqkWfVthdE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqkWfVthdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkWfVthdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqkWfVthdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqkWfVthdE .collapsed .btn {
  display: flex;
}
.cid-sqkWfVthdE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqkWfVthdE .collapsed .navbar-collapse.collapsing,
.cid-sqkWfVthdE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqkWfVthdE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqkWfVthdE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqkWfVthdE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqkWfVthdE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqkWfVthdE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqkWfVthdE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqkWfVthdE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqkWfVthdE .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqkWfVthdE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqkWfVthdE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqkWfVthdE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqkWfVthdE .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqkWfVthdE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqkWfVthdE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqkWfVthdE .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-sqkWfVthdE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqkWfVthdE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqkWfVthdE .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-sqkWfVthdE .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqkWfVthdE .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqkWfVthdE .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqkWfVthdE .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqkWfVthdE .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqkWfVthdE .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-sqkWfVthdE .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqkWfVthdE .navbar-collapse.collapsing,
  .cid-sqkWfVthdE .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqkWfVthdE .navbar-collapse.collapsing .navbar-nav,
  .cid-sqkWfVthdE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqkWfVthdE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqkWfVthdE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqkWfVthdE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqkWfVthdE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqkWfVthdE .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqkWfVthdE .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqkWfVthdE .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqkWfVthdE .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqkWfVthdE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqkWfVthdE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqkWfVthdE img {
    height: 3.8rem !important;
  }
  .cid-sqkWfVthdE .btn {
    display: flex;
  }
  .cid-sqkWfVthdE button.navbar-toggler {
    display: block;
  }
  .cid-sqkWfVthdE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqkWfVthdE .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqkWfVthdE .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-sqkWfVthdE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqkWfVthdE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqkWfVthdE .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-sqkWfVthdE .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqkWfVthdE .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqkWfVthdE .navbar-toggler {
  position: relative;
}
.cid-sqkWfVthdE .dropdown-item.active,
.cid-sqkWfVthdE .dropdown-item:active {
  color: initial;
}
.cid-sqkWfVthdE .widget-title {
  color: #83868c;
}
.cid-sqkWfVthdE .widget-text {
  color: #83868c;
}
.cid-sqkWfVthdE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqkWfVthdE .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqkWfVthdE .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqkWfVthdE .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqkWfVthdE .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqkWfVthdE .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqkWfVthdE .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqkWfVthdE .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqkWfVthdE .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqkWfVthdE .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqkWfVthdE .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqkWfVthdE .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqkWfVthdE .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqkWfVthdE .menu-content-top,
  .cid-sqkWfVthdE .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqkWfVthdE 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-sqkWfY9HUZ {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqkWfY9HUZ .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqkWfY9HUZ .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqkWfY9HUZ .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqkWfY9HUZ .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqkWfY9HUZ .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqkWfY9HUZ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqkWfY9HUZ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqkWfY9HUZ .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqkWfY9HUZ .separator,
  .cid-sqkWfY9HUZ .sep-holder,
  .cid-sqkWfY9HUZ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqkWfY9HUZ .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqkWfY9HUZ .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqkWfY9HUZ .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqkWfY9HUZ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqkWfY9HUZ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqkWfY9HUZ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqkWfY9HUZ .items .list-item:last-child .listico {
  display: none;
}
.cid-sqkZ1h9i1c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqkZ1h9i1c .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sqkZ1h9i1c p {
  line-height: 1.5;
}
.cid-sqkZ1h9i1c .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sqkZ1h9i1c .ico-line h3 {
  margin: 0;
}
.cid-sqkZ1h9i1c .mail,
.cid-sqkZ1h9i1c .phone,
.cid-sqkZ1h9i1c .mbr-iconfont {
  display: inline-block;
}
.cid-sqkZ1h9i1c .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sqkZ1h9i1c .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sqkZ1h9i1c .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sqkZ1h9i1c .mbr-section-title,
.cid-sqkZ1h9i1c .line-wrap {
  text-align: center;
}
.cid-sqkZ1h9i1c .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sqkZ1h9i1c .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sqkZ1h9i1c .phone {
  text-align: left;
}
.cid-sqkZ1h9i1c .mbr-text {
  text-align: left;
}
.cid-sqlaSYlgKf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqlaSYlgKf .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sqlaSYlgKf p {
  line-height: 1.5;
}
.cid-sqlaSYlgKf .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sqlaSYlgKf .ico-line h3 {
  margin: 0;
}
.cid-sqlaSYlgKf .mail,
.cid-sqlaSYlgKf .phone,
.cid-sqlaSYlgKf .mbr-iconfont {
  display: inline-block;
}
.cid-sqlaSYlgKf .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sqlaSYlgKf .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sqlaSYlgKf .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sqlaSYlgKf .mbr-section-title,
.cid-sqlaSYlgKf .line-wrap {
  text-align: center;
}
.cid-sqlaSYlgKf .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sqlaSYlgKf .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sqlaSYlgKf .phone {
  text-align: left;
}
.cid-sqlaSYlgKf .mbr-text {
  text-align: left;
}
.cid-stPrU42kP1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-stPrU42kP1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-stPrU42kP1 p {
  line-height: 1.5;
}
.cid-stPrU42kP1 .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-stPrU42kP1 .ico-line h3 {
  margin: 0;
}
.cid-stPrU42kP1 .mail,
.cid-stPrU42kP1 .phone,
.cid-stPrU42kP1 .mbr-iconfont {
  display: inline-block;
}
.cid-stPrU42kP1 .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-stPrU42kP1 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-stPrU42kP1 .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-stPrU42kP1 .mbr-section-title,
.cid-stPrU42kP1 .line-wrap {
  text-align: center;
}
.cid-stPrU42kP1 .mail {
  color: #0087ab;
  text-align: left;
}
.cid-stPrU42kP1 .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-stPrU42kP1 .phone {
  text-align: left;
}
.cid-stPrU42kP1 .mbr-text {
  text-align: left;
}
.cid-stPtGeI68o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-stPtGeI68o .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-stPtGeI68o p {
  line-height: 1.5;
}
.cid-stPtGeI68o .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-stPtGeI68o .ico-line h3 {
  margin: 0;
}
.cid-stPtGeI68o .mail,
.cid-stPtGeI68o .phone,
.cid-stPtGeI68o .mbr-iconfont {
  display: inline-block;
}
.cid-stPtGeI68o .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-stPtGeI68o .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-stPtGeI68o .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-stPtGeI68o .mbr-section-title,
.cid-stPtGeI68o .line-wrap {
  text-align: center;
}
.cid-stPtGeI68o .mail {
  color: #0087ab;
  text-align: left;
}
.cid-stPtGeI68o .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-stPtGeI68o .phone {
  text-align: left;
}
.cid-stPtGeI68o .mbr-text {
  text-align: left;
}
.cid-stPvBKKvZl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-stPvBKKvZl .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-stPvBKKvZl p {
  line-height: 1.5;
}
.cid-stPvBKKvZl .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-stPvBKKvZl .ico-line h3 {
  margin: 0;
}
.cid-stPvBKKvZl .mail,
.cid-stPvBKKvZl .phone,
.cid-stPvBKKvZl .mbr-iconfont {
  display: inline-block;
}
.cid-stPvBKKvZl .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-stPvBKKvZl .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-stPvBKKvZl .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-stPvBKKvZl .mbr-section-title,
.cid-stPvBKKvZl .line-wrap {
  text-align: center;
}
.cid-stPvBKKvZl .mail {
  color: #0087ab;
  text-align: left;
}
.cid-stPvBKKvZl .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-stPvBKKvZl .phone {
  text-align: left;
}
.cid-stPvBKKvZl .mbr-text {
  text-align: left;
}
.cid-sAIJmaLQ5Y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJmaLQ5Y .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJmaLQ5Y .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJmaLQ5Y .mbr-text {
  color: #83868c;
}
.cid-sAIJmaLQ5Y .phone-word {
  color: #279e64;
}
.cid-sAIJmaLQ5Y .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJmaLQ5Y .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJmaLQ5Y img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJmaLQ5Y .img1 {
  color: #279e64;
}
.cid-sAIJmaLQ5Y .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJmaLQ5Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJmaLQ5Y .content .link-wrap {
  color: red;
}
.cid-sAIJmaLQ5Y .content .date-wrap {
  color: #13287d;
}
.cid-sAIJmaLQ5Y .item,
.cid-sAIJmaLQ5Y .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJmaLQ5Y .item h4,
.cid-sAIJmaLQ5Y .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJmaLQ5Y .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJmaLQ5Y .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJmaLQ5Y .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJmaLQ5Y .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJmaLQ5Y .item .card-img {
  width: auto;
}
.cid-sAIJmaLQ5Y .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJmaLQ5Y .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJmaLQ5Y h5 {
    text-align: left !important;
  }
  .cid-sAIJmaLQ5Y .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJmaLQ5Y .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJmaLQ5Y .item-title:hover {
  color: #279e64;
}
.cid-sAIJmaLQ5Y .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJmaLQ5Y .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJmaLQ5Y .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJmaLQ5Y .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJmaLQ5Y .btn[class*="-outline"]:active,
.cid-sAIJmaLQ5Y .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJmaLQ5Y .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJmaLQ5Y .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJmaLQ5Y .pre-form {
  color: #83868c;
}
.cid-sAIJmaLQ5Y .form-group,
.cid-sAIJmaLQ5Y .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJmaLQ5Y .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-sAIJmaLQ5Y .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJmaLQ5Y .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJmaLQ5Y .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJmaLQ5Y .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJmaLQ5Y .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJmaLQ5Y .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJmaLQ5Y .dragArea {
  flex-direction: column;
}
.cid-sAIJmaLQ5Y .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoq9nm.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoq9nm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoq9nm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoq9nm .modal-content,
.cid-sqGBGoq9nm .modal-dialog {
  height: auto;
}
.cid-sqGBGoq9nm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoq9nm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoq9nm .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoq9nm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoq9nm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoq9nm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoq9nm .mbr-text {
  text-align: center;
}
.cid-sqGBGoq9nm .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoq9nm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoq9nm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoq9nm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoq9nm .modal-open {
  overflow: hidden;
}
.cid-sqGBGoq9nm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoq9nm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoq9nm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoq9nm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoq9nm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoq9nm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoq9nm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoq9nm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoq9nm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoq9nm .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoq9nm .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoq9nm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoq9nm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoq9nm .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoq9nm .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoq9nm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoq9nm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoq9nm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoq9nm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoq9nm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoq9nm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoq9nm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoq9nm .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoq9nm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoq9nm .modal-lg,
  .cid-sqGBGoq9nm .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoq9nm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoq9nm .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoq9nm .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoq9nm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoq9nm .container {
    max-width: 720px;
  }
}
.cid-sqGBGoq9nm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoq9nm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoq9nm .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoq9nm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoq9nm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoq9nm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIJnBukhV.popup-builder {
  background-color: #ffffff;
}
.cid-sAIJnBukhV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIJnBukhV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIJnBukhV .modal-content,
.cid-sAIJnBukhV .modal-dialog {
  height: auto;
}
.cid-sAIJnBukhV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIJnBukhV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIJnBukhV .form-wrapper .mbr-form .form-group,
  .cid-sAIJnBukhV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIJnBukhV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIJnBukhV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIJnBukhV .mbr-text {
  text-align: center;
}
.cid-sAIJnBukhV .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIJnBukhV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIJnBukhV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIJnBukhV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIJnBukhV .modal-open {
  overflow: hidden;
}
.cid-sAIJnBukhV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIJnBukhV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIJnBukhV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIJnBukhV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIJnBukhV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIJnBukhV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIJnBukhV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIJnBukhV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIJnBukhV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIJnBukhV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIJnBukhV .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIJnBukhV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIJnBukhV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIJnBukhV .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIJnBukhV .modal-header .close:focus {
  outline: none;
}
.cid-sAIJnBukhV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIJnBukhV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIJnBukhV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIJnBukhV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIJnBukhV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIJnBukhV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIJnBukhV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIJnBukhV .modal-sm {
    max-width: 300px;
  }
  .cid-sAIJnBukhV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIJnBukhV .modal-lg,
  .cid-sAIJnBukhV .modal-xl {
    max-width: 800px;
  }
  .cid-sAIJnBukhV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIJnBukhV .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIJnBukhV .container {
    max-width: 1140px;
  }
}
.cid-sAIJnBukhV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIJnBukhV .container {
    max-width: 720px;
  }
}
.cid-sAIJnBukhV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIJnBukhV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIJnBukhV .form-group {
  margin-bottom: 1rem;
}
.cid-sAIJnBukhV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIJnBukhV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIJnBukhV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqqrF3i6WQ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqqrF3i6WQ .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqqrF3i6WQ .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqqrF3i6WQ .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-sqqrF3i6WQ .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqqrF3i6WQ .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-sqqrF3i6WQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqqrF3i6WQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqqrF3i6WQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqqrF3i6WQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqqrF3i6WQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqqrF3i6WQ .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-sqqrF3i6WQ .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqqrF3i6WQ .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqqrF3i6WQ .dropdown-item,
.cid-sqqrF3i6WQ .nav-link,
.cid-sqqrF3i6WQ .brand-name {
  font-style: normal;
}
.cid-sqqrF3i6WQ .dropdown-item:hover,
.cid-sqqrF3i6WQ .nav-link:hover,
.cid-sqqrF3i6WQ .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqqrF3i6WQ .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqqrF3i6WQ .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqqrF3i6WQ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqqrF3i6WQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqqrF3i6WQ .nav-item {
  position: relative;
}
.cid-sqqrF3i6WQ .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqqrF3i6WQ .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqqrF3i6WQ .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqqrF3i6WQ .nav-link {
    line-height: 6.13;
  }
  .cid-sqqrF3i6WQ .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqqrF3i6WQ .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqqrF3i6WQ .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-sqqrF3i6WQ .content-text {
  margin-bottom: 0;
}
.cid-sqqrF3i6WQ .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqqrF3i6WQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqqrF3i6WQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqqrF3i6WQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqqrF3i6WQ .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqqrF3i6WQ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqqrF3i6WQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqqrF3i6WQ .content-right-side {
  text-align: center;
}
.cid-sqqrF3i6WQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqqrF3i6WQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqqrF3i6WQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqqrF3i6WQ .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-sqqrF3i6WQ .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqqrF3i6WQ .info-widget:first-child {
  margin-left: 0;
}
.cid-sqqrF3i6WQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqqrF3i6WQ .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqqrF3i6WQ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqqrF3i6WQ .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqqrF3i6WQ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqqrF3i6WQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqqrF3i6WQ .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqqrF3i6WQ .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-sqqrF3i6WQ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqqrF3i6WQ .navbar-toggler {
    display: none;
  }
  .cid-sqqrF3i6WQ .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqqrF3i6WQ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqqrF3i6WQ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqqrF3i6WQ .btn-sm {
  padding: 13px 29px;
}
.cid-sqqrF3i6WQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqqrF3i6WQ .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-sqqrF3i6WQ .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqqrF3i6WQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqqrF3i6WQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqqrF3i6WQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqqrF3i6WQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqqrF3i6WQ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqqrF3i6WQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqrF3i6WQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqqrF3i6WQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqqrF3i6WQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqqrF3i6WQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqqrF3i6WQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqqrF3i6WQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqqrF3i6WQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqqrF3i6WQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqqrF3i6WQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqqrF3i6WQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqqrF3i6WQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqqrF3i6WQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqqrF3i6WQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqqrF3i6WQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sqqrF3i6WQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqqrF3i6WQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqqrF3i6WQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqrF3i6WQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqrF3i6WQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqqrF3i6WQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqrF3i6WQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqqrF3i6WQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqqrF3i6WQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqrF3i6WQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqqrF3i6WQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqqrF3i6WQ .collapsed .btn {
  display: flex;
}
.cid-sqqrF3i6WQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.collapsing,
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqqrF3i6WQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqqrF3i6WQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqrF3i6WQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqqrF3i6WQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqqrF3i6WQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqqrF3i6WQ .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-sqqrF3i6WQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqqrF3i6WQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqqrF3i6WQ .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-sqqrF3i6WQ .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqqrF3i6WQ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqqrF3i6WQ .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqqrF3i6WQ .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqqrF3i6WQ .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqqrF3i6WQ .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-sqqrF3i6WQ .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqqrF3i6WQ .navbar-collapse.collapsing,
  .cid-sqqrF3i6WQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqqrF3i6WQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sqqrF3i6WQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqqrF3i6WQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqqrF3i6WQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqqrF3i6WQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqqrF3i6WQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqrF3i6WQ .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqqrF3i6WQ .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqqrF3i6WQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqqrF3i6WQ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqqrF3i6WQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqqrF3i6WQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqrF3i6WQ img {
    height: 3.8rem !important;
  }
  .cid-sqqrF3i6WQ .btn {
    display: flex;
  }
  .cid-sqqrF3i6WQ button.navbar-toggler {
    display: block;
  }
  .cid-sqqrF3i6WQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqqrF3i6WQ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqqrF3i6WQ .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-sqqrF3i6WQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqqrF3i6WQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqqrF3i6WQ .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-sqqrF3i6WQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqqrF3i6WQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqqrF3i6WQ .navbar-toggler {
  position: relative;
}
.cid-sqqrF3i6WQ .dropdown-item.active,
.cid-sqqrF3i6WQ .dropdown-item:active {
  color: initial;
}
.cid-sqqrF3i6WQ .widget-title {
  color: #83868c;
}
.cid-sqqrF3i6WQ .widget-text {
  color: #83868c;
}
.cid-sqqrF3i6WQ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqqrF3i6WQ .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqqrF3i6WQ .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqqrF3i6WQ .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqqrF3i6WQ .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqqrF3i6WQ .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqqrF3i6WQ .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqqrF3i6WQ .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqqrF3i6WQ .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqqrF3i6WQ .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqqrF3i6WQ .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqqrF3i6WQ .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqqrF3i6WQ .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqqrF3i6WQ .menu-content-top,
  .cid-sqqrF3i6WQ .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqqrF3i6WQ 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-sqqrF4UZ2F {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqqrF4UZ2F .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqqrF4UZ2F .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqqrF4UZ2F .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqqrF4UZ2F .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqrF4UZ2F .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqqrF4UZ2F .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqqrF4UZ2F .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqqrF4UZ2F .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqqrF4UZ2F .separator,
  .cid-sqqrF4UZ2F .sep-holder,
  .cid-sqqrF4UZ2F .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqqrF4UZ2F .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqqrF4UZ2F .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqqrF4UZ2F .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqrF4UZ2F .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqqrF4UZ2F .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqqrF4UZ2F .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqqrF4UZ2F .items .list-item:last-child .listico {
  display: none;
}
.cid-sqqsnq0TAj {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqqsnq0TAj img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqqsnq0TAj .row {
  justify-content: center;
}
.cid-sqqsnq0TAj .mbr-text {
  color: #767676;
}
.cid-sqqsnq0TAj .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqqsnq0TAj .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqqsnq0TAj .date {
  margin: 0;
  color: #14287f;
}
.cid-sqqsnq0TAj .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqqsnq0TAj .icon-box {
    flex-direction: column;
  }
  .cid-sqqsnq0TAj .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqqsnq0TAj img {
    margin-bottom: 2rem;
  }
}
.cid-sqqsnq0TAj H1 {
  color: #14287f;
}
.cid-sqqsnq0TAj H3 {
  color: #00acee;
}
.cid-sAIJrHmzXK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJrHmzXK .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJrHmzXK .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJrHmzXK .mbr-text {
  color: #83868c;
}
.cid-sAIJrHmzXK .phone-word {
  color: #279e64;
}
.cid-sAIJrHmzXK .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJrHmzXK .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJrHmzXK img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJrHmzXK .img1 {
  color: #279e64;
}
.cid-sAIJrHmzXK .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJrHmzXK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJrHmzXK .content .link-wrap {
  color: red;
}
.cid-sAIJrHmzXK .content .date-wrap {
  color: #13287d;
}
.cid-sAIJrHmzXK .item,
.cid-sAIJrHmzXK .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJrHmzXK .item h4,
.cid-sAIJrHmzXK .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJrHmzXK .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJrHmzXK .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJrHmzXK .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJrHmzXK .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJrHmzXK .item .card-img {
  width: auto;
}
.cid-sAIJrHmzXK .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJrHmzXK .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJrHmzXK h5 {
    text-align: left !important;
  }
  .cid-sAIJrHmzXK .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJrHmzXK .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJrHmzXK .item-title:hover {
  color: #279e64;
}
.cid-sAIJrHmzXK .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJrHmzXK .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJrHmzXK .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJrHmzXK .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJrHmzXK .btn[class*="-outline"]:active,
.cid-sAIJrHmzXK .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJrHmzXK .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJrHmzXK .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJrHmzXK .pre-form {
  color: #83868c;
}
.cid-sAIJrHmzXK .form-group,
.cid-sAIJrHmzXK .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJrHmzXK .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-sAIJrHmzXK .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJrHmzXK .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJrHmzXK .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJrHmzXK .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJrHmzXK .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJrHmzXK .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJrHmzXK .dragArea {
  flex-direction: column;
}
.cid-sAIJrHmzXK .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoqAUB.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoqAUB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoqAUB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoqAUB .modal-content,
.cid-sqGBGoqAUB .modal-dialog {
  height: auto;
}
.cid-sqGBGoqAUB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoqAUB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoqAUB .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoqAUB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoqAUB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoqAUB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoqAUB .mbr-text {
  text-align: center;
}
.cid-sqGBGoqAUB .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoqAUB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoqAUB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoqAUB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoqAUB .modal-open {
  overflow: hidden;
}
.cid-sqGBGoqAUB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoqAUB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoqAUB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoqAUB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoqAUB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoqAUB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoqAUB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoqAUB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoqAUB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoqAUB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoqAUB .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoqAUB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoqAUB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoqAUB .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoqAUB .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoqAUB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoqAUB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoqAUB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoqAUB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoqAUB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoqAUB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoqAUB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoqAUB .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoqAUB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoqAUB .modal-lg,
  .cid-sqGBGoqAUB .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoqAUB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoqAUB .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoqAUB .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoqAUB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoqAUB .container {
    max-width: 720px;
  }
}
.cid-sqGBGoqAUB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoqAUB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoqAUB .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoqAUB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoqAUB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoqAUB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIJt33gUv.popup-builder {
  background-color: #ffffff;
}
.cid-sAIJt33gUv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIJt33gUv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIJt33gUv .modal-content,
.cid-sAIJt33gUv .modal-dialog {
  height: auto;
}
.cid-sAIJt33gUv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIJt33gUv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIJt33gUv .form-wrapper .mbr-form .form-group,
  .cid-sAIJt33gUv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIJt33gUv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIJt33gUv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIJt33gUv .mbr-text {
  text-align: center;
}
.cid-sAIJt33gUv .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIJt33gUv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIJt33gUv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIJt33gUv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIJt33gUv .modal-open {
  overflow: hidden;
}
.cid-sAIJt33gUv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIJt33gUv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIJt33gUv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIJt33gUv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIJt33gUv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIJt33gUv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIJt33gUv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIJt33gUv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIJt33gUv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIJt33gUv .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIJt33gUv .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIJt33gUv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIJt33gUv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIJt33gUv .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIJt33gUv .modal-header .close:focus {
  outline: none;
}
.cid-sAIJt33gUv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIJt33gUv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIJt33gUv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIJt33gUv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIJt33gUv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIJt33gUv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIJt33gUv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIJt33gUv .modal-sm {
    max-width: 300px;
  }
  .cid-sAIJt33gUv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIJt33gUv .modal-lg,
  .cid-sAIJt33gUv .modal-xl {
    max-width: 800px;
  }
  .cid-sAIJt33gUv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIJt33gUv .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIJt33gUv .container {
    max-width: 1140px;
  }
}
.cid-sAIJt33gUv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIJt33gUv .container {
    max-width: 720px;
  }
}
.cid-sAIJt33gUv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIJt33gUv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIJt33gUv .form-group {
  margin-bottom: 1rem;
}
.cid-sAIJt33gUv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIJt33gUv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIJt33gUv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqqxhrnog9 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqqxhrnog9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqqxhrnog9 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqqxhrnog9 .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-sqqxhrnog9 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqqxhrnog9 .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-sqqxhrnog9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqqxhrnog9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqqxhrnog9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqqxhrnog9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqqxhrnog9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqqxhrnog9 .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-sqqxhrnog9 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqqxhrnog9 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqqxhrnog9 .dropdown-item,
.cid-sqqxhrnog9 .nav-link,
.cid-sqqxhrnog9 .brand-name {
  font-style: normal;
}
.cid-sqqxhrnog9 .dropdown-item:hover,
.cid-sqqxhrnog9 .nav-link:hover,
.cid-sqqxhrnog9 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqqxhrnog9 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqqxhrnog9 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqqxhrnog9 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqqxhrnog9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqqxhrnog9 .nav-item {
  position: relative;
}
.cid-sqqxhrnog9 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqqxhrnog9 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqqxhrnog9 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqqxhrnog9 .nav-link {
    line-height: 6.13;
  }
  .cid-sqqxhrnog9 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqqxhrnog9 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqqxhrnog9 .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-sqqxhrnog9 .content-text {
  margin-bottom: 0;
}
.cid-sqqxhrnog9 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqqxhrnog9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqqxhrnog9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqqxhrnog9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqqxhrnog9 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqqxhrnog9 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqqxhrnog9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqqxhrnog9 .content-right-side {
  text-align: center;
}
.cid-sqqxhrnog9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqqxhrnog9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqqxhrnog9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqqxhrnog9 .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-sqqxhrnog9 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqqxhrnog9 .info-widget:first-child {
  margin-left: 0;
}
.cid-sqqxhrnog9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqqxhrnog9 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqqxhrnog9 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqqxhrnog9 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqqxhrnog9 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqqxhrnog9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqqxhrnog9 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqqxhrnog9 .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-sqqxhrnog9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqqxhrnog9 .navbar-toggler {
    display: none;
  }
  .cid-sqqxhrnog9 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqqxhrnog9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqqxhrnog9 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqqxhrnog9 .btn-sm {
  padding: 13px 29px;
}
.cid-sqqxhrnog9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqqxhrnog9 .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-sqqxhrnog9 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqqxhrnog9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqqxhrnog9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqqxhrnog9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqqxhrnog9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqqxhrnog9 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqqxhrnog9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqxhrnog9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqqxhrnog9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqqxhrnog9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqqxhrnog9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqqxhrnog9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqqxhrnog9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqqxhrnog9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqqxhrnog9 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqqxhrnog9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqqxhrnog9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqqxhrnog9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqqxhrnog9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqqxhrnog9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqqxhrnog9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sqqxhrnog9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqqxhrnog9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqqxhrnog9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqxhrnog9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqxhrnog9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqqxhrnog9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqxhrnog9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqqxhrnog9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqqxhrnog9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqxhrnog9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqqxhrnog9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqqxhrnog9 .collapsed .btn {
  display: flex;
}
.cid-sqqxhrnog9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqqxhrnog9 .collapsed .navbar-collapse.collapsing,
.cid-sqqxhrnog9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqqxhrnog9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqqxhrnog9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqqxhrnog9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqqxhrnog9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqqxhrnog9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqqxhrnog9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqqxhrnog9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqqxhrnog9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqqxhrnog9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqqxhrnog9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqqxhrnog9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqxhrnog9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqqxhrnog9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqqxhrnog9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqqxhrnog9 .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-sqqxhrnog9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqqxhrnog9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqqxhrnog9 .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-sqqxhrnog9 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqqxhrnog9 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqqxhrnog9 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqqxhrnog9 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqqxhrnog9 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqqxhrnog9 .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-sqqxhrnog9 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqqxhrnog9 .navbar-collapse.collapsing,
  .cid-sqqxhrnog9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqqxhrnog9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sqqxhrnog9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqqxhrnog9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqqxhrnog9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqqxhrnog9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqqxhrnog9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqxhrnog9 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqqxhrnog9 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqqxhrnog9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqqxhrnog9 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqqxhrnog9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqqxhrnog9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqxhrnog9 img {
    height: 3.8rem !important;
  }
  .cid-sqqxhrnog9 .btn {
    display: flex;
  }
  .cid-sqqxhrnog9 button.navbar-toggler {
    display: block;
  }
  .cid-sqqxhrnog9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqqxhrnog9 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqqxhrnog9 .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-sqqxhrnog9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqqxhrnog9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqqxhrnog9 .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-sqqxhrnog9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqqxhrnog9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqqxhrnog9 .navbar-toggler {
  position: relative;
}
.cid-sqqxhrnog9 .dropdown-item.active,
.cid-sqqxhrnog9 .dropdown-item:active {
  color: initial;
}
.cid-sqqxhrnog9 .widget-title {
  color: #83868c;
}
.cid-sqqxhrnog9 .widget-text {
  color: #83868c;
}
.cid-sqqxhrnog9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqqxhrnog9 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqqxhrnog9 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqqxhrnog9 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqqxhrnog9 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqqxhrnog9 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqqxhrnog9 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqqxhrnog9 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqqxhrnog9 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqqxhrnog9 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqqxhrnog9 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqqxhrnog9 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqqxhrnog9 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqqxhrnog9 .menu-content-top,
  .cid-sqqxhrnog9 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqqxhrnog9 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-sqqxht6UkQ {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqqxht6UkQ .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqqxht6UkQ .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqqxht6UkQ .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqqxht6UkQ .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqxht6UkQ .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqqxht6UkQ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqqxht6UkQ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqqxht6UkQ .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqqxht6UkQ .separator,
  .cid-sqqxht6UkQ .sep-holder,
  .cid-sqqxht6UkQ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqqxht6UkQ .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqqxht6UkQ .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqqxht6UkQ .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqxht6UkQ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqqxht6UkQ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqqxht6UkQ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqqxht6UkQ .items .list-item:last-child .listico {
  display: none;
}
.cid-sqqxhuwPij {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqqxhuwPij img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqqxhuwPij .row {
  justify-content: center;
}
.cid-sqqxhuwPij .mbr-text {
  color: #767676;
}
.cid-sqqxhuwPij .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqqxhuwPij .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqqxhuwPij .date {
  margin: 0;
  color: #14287f;
}
.cid-sqqxhuwPij .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqqxhuwPij .icon-box {
    flex-direction: column;
  }
  .cid-sqqxhuwPij .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqqxhuwPij img {
    margin-bottom: 2rem;
  }
}
.cid-sqqxhuwPij H1 {
  color: #14287f;
}
.cid-sqqxhuwPij H3 {
  color: #00acee;
}
.cid-sAIJyK4ftm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJyK4ftm .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJyK4ftm .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJyK4ftm .mbr-text {
  color: #83868c;
}
.cid-sAIJyK4ftm .phone-word {
  color: #279e64;
}
.cid-sAIJyK4ftm .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJyK4ftm .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJyK4ftm img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJyK4ftm .img1 {
  color: #279e64;
}
.cid-sAIJyK4ftm .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJyK4ftm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJyK4ftm .content .link-wrap {
  color: red;
}
.cid-sAIJyK4ftm .content .date-wrap {
  color: #13287d;
}
.cid-sAIJyK4ftm .item,
.cid-sAIJyK4ftm .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJyK4ftm .item h4,
.cid-sAIJyK4ftm .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJyK4ftm .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJyK4ftm .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJyK4ftm .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJyK4ftm .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJyK4ftm .item .card-img {
  width: auto;
}
.cid-sAIJyK4ftm .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJyK4ftm .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJyK4ftm h5 {
    text-align: left !important;
  }
  .cid-sAIJyK4ftm .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJyK4ftm .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJyK4ftm .item-title:hover {
  color: #279e64;
}
.cid-sAIJyK4ftm .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJyK4ftm .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJyK4ftm .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJyK4ftm .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJyK4ftm .btn[class*="-outline"]:active,
.cid-sAIJyK4ftm .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJyK4ftm .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJyK4ftm .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJyK4ftm .pre-form {
  color: #83868c;
}
.cid-sAIJyK4ftm .form-group,
.cid-sAIJyK4ftm .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJyK4ftm .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-sAIJyK4ftm .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJyK4ftm .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJyK4ftm .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJyK4ftm .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJyK4ftm .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJyK4ftm .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJyK4ftm .dragArea {
  flex-direction: column;
}
.cid-sAIJyK4ftm .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoqids.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoqids.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoqids.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoqids .modal-content,
.cid-sqGBGoqids .modal-dialog {
  height: auto;
}
.cid-sqGBGoqids .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoqids .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoqids .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoqids .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoqids .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoqids .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoqids .mbr-text {
  text-align: center;
}
.cid-sqGBGoqids .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoqids .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoqids .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoqids .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoqids .modal-open {
  overflow: hidden;
}
.cid-sqGBGoqids .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoqids .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoqids .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoqids .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoqids .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoqids .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoqids .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoqids .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoqids .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoqids .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoqids .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoqids .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoqids .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoqids .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoqids .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoqids .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoqids .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoqids .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoqids .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoqids .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoqids .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoqids .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoqids .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoqids .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoqids .modal-lg,
  .cid-sqGBGoqids .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoqids .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoqids .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoqids .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoqids .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoqids .container {
    max-width: 720px;
  }
}
.cid-sqGBGoqids .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoqids .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoqids .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoqids .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoqids .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoqids .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIJAnyHxI.popup-builder {
  background-color: #ffffff;
}
.cid-sAIJAnyHxI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIJAnyHxI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIJAnyHxI .modal-content,
.cid-sAIJAnyHxI .modal-dialog {
  height: auto;
}
.cid-sAIJAnyHxI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIJAnyHxI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIJAnyHxI .form-wrapper .mbr-form .form-group,
  .cid-sAIJAnyHxI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIJAnyHxI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIJAnyHxI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIJAnyHxI .mbr-text {
  text-align: center;
}
.cid-sAIJAnyHxI .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIJAnyHxI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIJAnyHxI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIJAnyHxI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIJAnyHxI .modal-open {
  overflow: hidden;
}
.cid-sAIJAnyHxI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIJAnyHxI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIJAnyHxI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIJAnyHxI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIJAnyHxI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIJAnyHxI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIJAnyHxI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIJAnyHxI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIJAnyHxI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIJAnyHxI .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIJAnyHxI .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIJAnyHxI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIJAnyHxI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIJAnyHxI .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIJAnyHxI .modal-header .close:focus {
  outline: none;
}
.cid-sAIJAnyHxI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIJAnyHxI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIJAnyHxI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIJAnyHxI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIJAnyHxI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIJAnyHxI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIJAnyHxI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIJAnyHxI .modal-sm {
    max-width: 300px;
  }
  .cid-sAIJAnyHxI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIJAnyHxI .modal-lg,
  .cid-sAIJAnyHxI .modal-xl {
    max-width: 800px;
  }
  .cid-sAIJAnyHxI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIJAnyHxI .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIJAnyHxI .container {
    max-width: 1140px;
  }
}
.cid-sAIJAnyHxI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIJAnyHxI .container {
    max-width: 720px;
  }
}
.cid-sAIJAnyHxI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIJAnyHxI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIJAnyHxI .form-group {
  margin-bottom: 1rem;
}
.cid-sAIJAnyHxI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIJAnyHxI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIJAnyHxI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqqyXLen5R .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqqyXLen5R .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqqyXLen5R .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqqyXLen5R .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-sqqyXLen5R .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqqyXLen5R .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-sqqyXLen5R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqqyXLen5R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqqyXLen5R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqqyXLen5R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqqyXLen5R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqqyXLen5R .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-sqqyXLen5R .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqqyXLen5R .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqqyXLen5R .dropdown-item,
.cid-sqqyXLen5R .nav-link,
.cid-sqqyXLen5R .brand-name {
  font-style: normal;
}
.cid-sqqyXLen5R .dropdown-item:hover,
.cid-sqqyXLen5R .nav-link:hover,
.cid-sqqyXLen5R .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqqyXLen5R .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqqyXLen5R .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqqyXLen5R .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqqyXLen5R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqqyXLen5R .nav-item {
  position: relative;
}
.cid-sqqyXLen5R .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqqyXLen5R .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqqyXLen5R .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqqyXLen5R .nav-link {
    line-height: 6.13;
  }
  .cid-sqqyXLen5R .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqqyXLen5R .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqqyXLen5R .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-sqqyXLen5R .content-text {
  margin-bottom: 0;
}
.cid-sqqyXLen5R .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqqyXLen5R .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqqyXLen5R .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqqyXLen5R .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqqyXLen5R .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqqyXLen5R .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqqyXLen5R .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqqyXLen5R .content-right-side {
  text-align: center;
}
.cid-sqqyXLen5R .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqqyXLen5R .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqqyXLen5R .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqqyXLen5R .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-sqqyXLen5R .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqqyXLen5R .info-widget:first-child {
  margin-left: 0;
}
.cid-sqqyXLen5R .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqqyXLen5R .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqqyXLen5R .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqqyXLen5R .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqqyXLen5R .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqqyXLen5R .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqqyXLen5R .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqqyXLen5R .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-sqqyXLen5R .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqqyXLen5R .navbar-toggler {
    display: none;
  }
  .cid-sqqyXLen5R .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqqyXLen5R .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqqyXLen5R .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqqyXLen5R .btn-sm {
  padding: 13px 29px;
}
.cid-sqqyXLen5R .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqqyXLen5R .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-sqqyXLen5R .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqqyXLen5R .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqqyXLen5R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqqyXLen5R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqqyXLen5R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqqyXLen5R .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqqyXLen5R .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqyXLen5R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqqyXLen5R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqqyXLen5R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqqyXLen5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqqyXLen5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqqyXLen5R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqqyXLen5R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqqyXLen5R .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqqyXLen5R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqqyXLen5R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqqyXLen5R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqqyXLen5R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqqyXLen5R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqqyXLen5R button.navbar-toggler:focus {
  outline: none;
}
.cid-sqqyXLen5R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqqyXLen5R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqqyXLen5R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqyXLen5R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqyXLen5R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqqyXLen5R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqyXLen5R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqqyXLen5R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqqyXLen5R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqyXLen5R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqqyXLen5R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqqyXLen5R .collapsed .btn {
  display: flex;
}
.cid-sqqyXLen5R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqqyXLen5R .collapsed .navbar-collapse.collapsing,
.cid-sqqyXLen5R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqqyXLen5R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqqyXLen5R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqqyXLen5R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqqyXLen5R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqqyXLen5R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqqyXLen5R .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqqyXLen5R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqqyXLen5R .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqqyXLen5R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqqyXLen5R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqqyXLen5R .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqyXLen5R .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqqyXLen5R .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqqyXLen5R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqqyXLen5R .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-sqqyXLen5R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqqyXLen5R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqqyXLen5R .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-sqqyXLen5R .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqqyXLen5R .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqqyXLen5R .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqqyXLen5R .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqqyXLen5R .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqqyXLen5R .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-sqqyXLen5R .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqqyXLen5R .navbar-collapse.collapsing,
  .cid-sqqyXLen5R .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqqyXLen5R .navbar-collapse.collapsing .navbar-nav,
  .cid-sqqyXLen5R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqqyXLen5R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqqyXLen5R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqqyXLen5R .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqqyXLen5R .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqyXLen5R .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqqyXLen5R .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqqyXLen5R .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqqyXLen5R .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqqyXLen5R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqqyXLen5R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqyXLen5R img {
    height: 3.8rem !important;
  }
  .cid-sqqyXLen5R .btn {
    display: flex;
  }
  .cid-sqqyXLen5R button.navbar-toggler {
    display: block;
  }
  .cid-sqqyXLen5R .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqqyXLen5R .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqqyXLen5R .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-sqqyXLen5R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqqyXLen5R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqqyXLen5R .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-sqqyXLen5R .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqqyXLen5R .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqqyXLen5R .navbar-toggler {
  position: relative;
}
.cid-sqqyXLen5R .dropdown-item.active,
.cid-sqqyXLen5R .dropdown-item:active {
  color: initial;
}
.cid-sqqyXLen5R .widget-title {
  color: #83868c;
}
.cid-sqqyXLen5R .widget-text {
  color: #83868c;
}
.cid-sqqyXLen5R .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqqyXLen5R .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqqyXLen5R .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqqyXLen5R .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqqyXLen5R .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqqyXLen5R .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqqyXLen5R .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqqyXLen5R .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqqyXLen5R .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqqyXLen5R .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqqyXLen5R .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqqyXLen5R .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqqyXLen5R .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqqyXLen5R .menu-content-top,
  .cid-sqqyXLen5R .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqqyXLen5R 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-sqqyXN22eB {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqqyXN22eB .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqqyXN22eB .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqqyXN22eB .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqqyXN22eB .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqyXN22eB .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqqyXN22eB .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqqyXN22eB .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqqyXN22eB .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqqyXN22eB .separator,
  .cid-sqqyXN22eB .sep-holder,
  .cid-sqqyXN22eB .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqqyXN22eB .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqqyXN22eB .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqqyXN22eB .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqyXN22eB .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqqyXN22eB .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqqyXN22eB .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqqyXN22eB .items .list-item:last-child .listico {
  display: none;
}
.cid-sqqyXOqp47 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqqyXOqp47 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqqyXOqp47 .row {
  justify-content: center;
}
.cid-sqqyXOqp47 .mbr-text {
  color: #767676;
}
.cid-sqqyXOqp47 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqqyXOqp47 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqqyXOqp47 .date {
  margin: 0;
  color: #14287f;
}
.cid-sqqyXOqp47 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqqyXOqp47 .icon-box {
    flex-direction: column;
  }
  .cid-sqqyXOqp47 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqqyXOqp47 img {
    margin-bottom: 2rem;
  }
}
.cid-sqqyXOqp47 H1 {
  color: #14287f;
}
.cid-sqqyXOqp47 H3 {
  color: #00acee;
}
.cid-sAIJDEaF2j {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJDEaF2j .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJDEaF2j .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJDEaF2j .mbr-text {
  color: #83868c;
}
.cid-sAIJDEaF2j .phone-word {
  color: #279e64;
}
.cid-sAIJDEaF2j .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJDEaF2j .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJDEaF2j img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJDEaF2j .img1 {
  color: #279e64;
}
.cid-sAIJDEaF2j .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJDEaF2j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJDEaF2j .content .link-wrap {
  color: red;
}
.cid-sAIJDEaF2j .content .date-wrap {
  color: #13287d;
}
.cid-sAIJDEaF2j .item,
.cid-sAIJDEaF2j .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJDEaF2j .item h4,
.cid-sAIJDEaF2j .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJDEaF2j .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJDEaF2j .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJDEaF2j .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJDEaF2j .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJDEaF2j .item .card-img {
  width: auto;
}
.cid-sAIJDEaF2j .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJDEaF2j .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJDEaF2j h5 {
    text-align: left !important;
  }
  .cid-sAIJDEaF2j .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJDEaF2j .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJDEaF2j .item-title:hover {
  color: #279e64;
}
.cid-sAIJDEaF2j .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJDEaF2j .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJDEaF2j .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJDEaF2j .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJDEaF2j .btn[class*="-outline"]:active,
.cid-sAIJDEaF2j .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJDEaF2j .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJDEaF2j .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJDEaF2j .pre-form {
  color: #83868c;
}
.cid-sAIJDEaF2j .form-group,
.cid-sAIJDEaF2j .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJDEaF2j .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-sAIJDEaF2j .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJDEaF2j .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJDEaF2j .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJDEaF2j .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJDEaF2j .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJDEaF2j .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJDEaF2j .dragArea {
  flex-direction: column;
}
.cid-sAIJDEaF2j .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGor1Yk.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGor1Yk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGor1Yk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGor1Yk .modal-content,
.cid-sqGBGor1Yk .modal-dialog {
  height: auto;
}
.cid-sqGBGor1Yk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGor1Yk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGor1Yk .form-wrapper .mbr-form .form-group,
  .cid-sqGBGor1Yk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGor1Yk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGor1Yk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGor1Yk .mbr-text {
  text-align: center;
}
.cid-sqGBGor1Yk .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGor1Yk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGor1Yk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGor1Yk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGor1Yk .modal-open {
  overflow: hidden;
}
.cid-sqGBGor1Yk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGor1Yk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGor1Yk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGor1Yk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGor1Yk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGor1Yk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGor1Yk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGor1Yk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGor1Yk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGor1Yk .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGor1Yk .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGor1Yk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGor1Yk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGor1Yk .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGor1Yk .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGor1Yk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGor1Yk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGor1Yk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGor1Yk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGor1Yk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGor1Yk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGor1Yk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGor1Yk .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGor1Yk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGor1Yk .modal-lg,
  .cid-sqGBGor1Yk .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGor1Yk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGor1Yk .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGor1Yk .container {
    max-width: 1140px;
  }
}
.cid-sqGBGor1Yk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGor1Yk .container {
    max-width: 720px;
  }
}
.cid-sqGBGor1Yk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGor1Yk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGor1Yk .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGor1Yk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGor1Yk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGor1Yk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIJEZ0B08.popup-builder {
  background-color: #ffffff;
}
.cid-sAIJEZ0B08.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIJEZ0B08.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIJEZ0B08 .modal-content,
.cid-sAIJEZ0B08 .modal-dialog {
  height: auto;
}
.cid-sAIJEZ0B08 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIJEZ0B08 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIJEZ0B08 .form-wrapper .mbr-form .form-group,
  .cid-sAIJEZ0B08 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIJEZ0B08 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIJEZ0B08 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIJEZ0B08 .mbr-text {
  text-align: center;
}
.cid-sAIJEZ0B08 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIJEZ0B08 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIJEZ0B08 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIJEZ0B08 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIJEZ0B08 .modal-open {
  overflow: hidden;
}
.cid-sAIJEZ0B08 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIJEZ0B08 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIJEZ0B08 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIJEZ0B08 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIJEZ0B08 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIJEZ0B08 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIJEZ0B08 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIJEZ0B08 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIJEZ0B08 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIJEZ0B08 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIJEZ0B08 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIJEZ0B08 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIJEZ0B08 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIJEZ0B08 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIJEZ0B08 .modal-header .close:focus {
  outline: none;
}
.cid-sAIJEZ0B08 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIJEZ0B08 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIJEZ0B08 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIJEZ0B08 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIJEZ0B08 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIJEZ0B08 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIJEZ0B08 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIJEZ0B08 .modal-sm {
    max-width: 300px;
  }
  .cid-sAIJEZ0B08 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIJEZ0B08 .modal-lg,
  .cid-sAIJEZ0B08 .modal-xl {
    max-width: 800px;
  }
  .cid-sAIJEZ0B08 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIJEZ0B08 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIJEZ0B08 .container {
    max-width: 1140px;
  }
}
.cid-sAIJEZ0B08 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIJEZ0B08 .container {
    max-width: 720px;
  }
}
.cid-sAIJEZ0B08 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIJEZ0B08 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIJEZ0B08 .form-group {
  margin-bottom: 1rem;
}
.cid-sAIJEZ0B08 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIJEZ0B08 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIJEZ0B08 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqqBMPZADN .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqqBMPZADN .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqqBMPZADN .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqqBMPZADN .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-sqqBMPZADN .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqqBMPZADN .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-sqqBMPZADN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqqBMPZADN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqqBMPZADN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqqBMPZADN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqqBMPZADN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqqBMPZADN .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-sqqBMPZADN .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqqBMPZADN .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqqBMPZADN .dropdown-item,
.cid-sqqBMPZADN .nav-link,
.cid-sqqBMPZADN .brand-name {
  font-style: normal;
}
.cid-sqqBMPZADN .dropdown-item:hover,
.cid-sqqBMPZADN .nav-link:hover,
.cid-sqqBMPZADN .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqqBMPZADN .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqqBMPZADN .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqqBMPZADN .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqqBMPZADN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqqBMPZADN .nav-item {
  position: relative;
}
.cid-sqqBMPZADN .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqqBMPZADN .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqqBMPZADN .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqqBMPZADN .nav-link {
    line-height: 6.13;
  }
  .cid-sqqBMPZADN .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqqBMPZADN .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqqBMPZADN .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-sqqBMPZADN .content-text {
  margin-bottom: 0;
}
.cid-sqqBMPZADN .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqqBMPZADN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqqBMPZADN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqqBMPZADN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqqBMPZADN .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqqBMPZADN .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqqBMPZADN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqqBMPZADN .content-right-side {
  text-align: center;
}
.cid-sqqBMPZADN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqqBMPZADN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqqBMPZADN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqqBMPZADN .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-sqqBMPZADN .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqqBMPZADN .info-widget:first-child {
  margin-left: 0;
}
.cid-sqqBMPZADN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqqBMPZADN .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqqBMPZADN .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqqBMPZADN .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqqBMPZADN .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqqBMPZADN .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqqBMPZADN .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqqBMPZADN .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-sqqBMPZADN .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqqBMPZADN .navbar-toggler {
    display: none;
  }
  .cid-sqqBMPZADN .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqqBMPZADN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqqBMPZADN .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqqBMPZADN .btn-sm {
  padding: 13px 29px;
}
.cid-sqqBMPZADN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqqBMPZADN .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-sqqBMPZADN .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqqBMPZADN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqqBMPZADN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqqBMPZADN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqqBMPZADN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqqBMPZADN .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqqBMPZADN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqBMPZADN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqqBMPZADN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqqBMPZADN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqqBMPZADN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqqBMPZADN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqqBMPZADN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqqBMPZADN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqqBMPZADN .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqqBMPZADN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqqBMPZADN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqqBMPZADN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqqBMPZADN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqqBMPZADN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqqBMPZADN button.navbar-toggler:focus {
  outline: none;
}
.cid-sqqBMPZADN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqqBMPZADN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqqBMPZADN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqBMPZADN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqBMPZADN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqqBMPZADN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqBMPZADN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqqBMPZADN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqqBMPZADN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqBMPZADN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqqBMPZADN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqqBMPZADN .collapsed .btn {
  display: flex;
}
.cid-sqqBMPZADN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqqBMPZADN .collapsed .navbar-collapse.collapsing,
.cid-sqqBMPZADN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqqBMPZADN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqqBMPZADN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqqBMPZADN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqqBMPZADN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqqBMPZADN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqqBMPZADN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqqBMPZADN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqqBMPZADN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqqBMPZADN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqqBMPZADN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqqBMPZADN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqBMPZADN .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqqBMPZADN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqqBMPZADN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqqBMPZADN .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-sqqBMPZADN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqqBMPZADN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqqBMPZADN .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-sqqBMPZADN .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqqBMPZADN .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqqBMPZADN .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqqBMPZADN .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqqBMPZADN .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqqBMPZADN .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-sqqBMPZADN .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqqBMPZADN .navbar-collapse.collapsing,
  .cid-sqqBMPZADN .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqqBMPZADN .navbar-collapse.collapsing .navbar-nav,
  .cid-sqqBMPZADN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqqBMPZADN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqqBMPZADN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqqBMPZADN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqqBMPZADN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqBMPZADN .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqqBMPZADN .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqqBMPZADN .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqqBMPZADN .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqqBMPZADN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqqBMPZADN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqBMPZADN img {
    height: 3.8rem !important;
  }
  .cid-sqqBMPZADN .btn {
    display: flex;
  }
  .cid-sqqBMPZADN button.navbar-toggler {
    display: block;
  }
  .cid-sqqBMPZADN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqqBMPZADN .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqqBMPZADN .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-sqqBMPZADN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqqBMPZADN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqqBMPZADN .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-sqqBMPZADN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqqBMPZADN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqqBMPZADN .navbar-toggler {
  position: relative;
}
.cid-sqqBMPZADN .dropdown-item.active,
.cid-sqqBMPZADN .dropdown-item:active {
  color: initial;
}
.cid-sqqBMPZADN .widget-title {
  color: #83868c;
}
.cid-sqqBMPZADN .widget-text {
  color: #83868c;
}
.cid-sqqBMPZADN .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqqBMPZADN .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqqBMPZADN .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqqBMPZADN .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqqBMPZADN .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqqBMPZADN .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqqBMPZADN .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqqBMPZADN .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqqBMPZADN .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqqBMPZADN .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqqBMPZADN .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqqBMPZADN .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqqBMPZADN .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqqBMPZADN .menu-content-top,
  .cid-sqqBMPZADN .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqqBMPZADN 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-sqqBMRqnvh {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqqBMRqnvh .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqqBMRqnvh .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqqBMRqnvh .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqqBMRqnvh .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqBMRqnvh .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqqBMRqnvh .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqqBMRqnvh .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqqBMRqnvh .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqqBMRqnvh .separator,
  .cid-sqqBMRqnvh .sep-holder,
  .cid-sqqBMRqnvh .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqqBMRqnvh .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqqBMRqnvh .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqqBMRqnvh .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqBMRqnvh .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqqBMRqnvh .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqqBMRqnvh .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqqBMRqnvh .items .list-item:last-child .listico {
  display: none;
}
.cid-sqqBMSPAqk {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqqBMSPAqk img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqqBMSPAqk .row {
  justify-content: center;
}
.cid-sqqBMSPAqk .mbr-text {
  color: #767676;
}
.cid-sqqBMSPAqk .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqqBMSPAqk .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqqBMSPAqk .date {
  margin: 0;
  color: #14287f;
}
.cid-sqqBMSPAqk .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqqBMSPAqk .icon-box {
    flex-direction: column;
  }
  .cid-sqqBMSPAqk .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqqBMSPAqk img {
    margin-bottom: 2rem;
  }
}
.cid-sqqBMSPAqk H1 {
  color: #14287f;
}
.cid-sqqBMSPAqk H3 {
  color: #00acee;
}
.cid-sAIJJLAjhN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJJLAjhN .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJJLAjhN .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJJLAjhN .mbr-text {
  color: #83868c;
}
.cid-sAIJJLAjhN .phone-word {
  color: #279e64;
}
.cid-sAIJJLAjhN .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJJLAjhN .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJJLAjhN img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJJLAjhN .img1 {
  color: #279e64;
}
.cid-sAIJJLAjhN .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJJLAjhN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJJLAjhN .content .link-wrap {
  color: red;
}
.cid-sAIJJLAjhN .content .date-wrap {
  color: #13287d;
}
.cid-sAIJJLAjhN .item,
.cid-sAIJJLAjhN .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJJLAjhN .item h4,
.cid-sAIJJLAjhN .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJJLAjhN .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJJLAjhN .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJJLAjhN .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJJLAjhN .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJJLAjhN .item .card-img {
  width: auto;
}
.cid-sAIJJLAjhN .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJJLAjhN .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJJLAjhN h5 {
    text-align: left !important;
  }
  .cid-sAIJJLAjhN .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJJLAjhN .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJJLAjhN .item-title:hover {
  color: #279e64;
}
.cid-sAIJJLAjhN .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJJLAjhN .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJJLAjhN .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJJLAjhN .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJJLAjhN .btn[class*="-outline"]:active,
.cid-sAIJJLAjhN .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJJLAjhN .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJJLAjhN .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJJLAjhN .pre-form {
  color: #83868c;
}
.cid-sAIJJLAjhN .form-group,
.cid-sAIJJLAjhN .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJJLAjhN .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-sAIJJLAjhN .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJJLAjhN .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJJLAjhN .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJJLAjhN .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJJLAjhN .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJJLAjhN .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJJLAjhN .dragArea {
  flex-direction: column;
}
.cid-sAIJJLAjhN .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGorlpy.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGorlpy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGorlpy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGorlpy .modal-content,
.cid-sqGBGorlpy .modal-dialog {
  height: auto;
}
.cid-sqGBGorlpy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGorlpy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGorlpy .form-wrapper .mbr-form .form-group,
  .cid-sqGBGorlpy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGorlpy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGorlpy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGorlpy .mbr-text {
  text-align: center;
}
.cid-sqGBGorlpy .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGorlpy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGorlpy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGorlpy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGorlpy .modal-open {
  overflow: hidden;
}
.cid-sqGBGorlpy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGorlpy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGorlpy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGorlpy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGorlpy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGorlpy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGorlpy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGorlpy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGorlpy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGorlpy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGorlpy .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGorlpy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGorlpy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGorlpy .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGorlpy .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGorlpy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGorlpy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGorlpy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGorlpy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGorlpy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGorlpy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGorlpy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGorlpy .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGorlpy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGorlpy .modal-lg,
  .cid-sqGBGorlpy .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGorlpy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGorlpy .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGorlpy .container {
    max-width: 1140px;
  }
}
.cid-sqGBGorlpy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGorlpy .container {
    max-width: 720px;
  }
}
.cid-sqGBGorlpy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGorlpy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGorlpy .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGorlpy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGorlpy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGorlpy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIJLaUlZp.popup-builder {
  background-color: #ffffff;
}
.cid-sAIJLaUlZp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIJLaUlZp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIJLaUlZp .modal-content,
.cid-sAIJLaUlZp .modal-dialog {
  height: auto;
}
.cid-sAIJLaUlZp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIJLaUlZp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIJLaUlZp .form-wrapper .mbr-form .form-group,
  .cid-sAIJLaUlZp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIJLaUlZp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIJLaUlZp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIJLaUlZp .mbr-text {
  text-align: center;
}
.cid-sAIJLaUlZp .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIJLaUlZp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIJLaUlZp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIJLaUlZp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIJLaUlZp .modal-open {
  overflow: hidden;
}
.cid-sAIJLaUlZp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIJLaUlZp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIJLaUlZp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIJLaUlZp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIJLaUlZp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIJLaUlZp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIJLaUlZp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIJLaUlZp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIJLaUlZp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIJLaUlZp .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIJLaUlZp .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIJLaUlZp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIJLaUlZp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIJLaUlZp .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIJLaUlZp .modal-header .close:focus {
  outline: none;
}
.cid-sAIJLaUlZp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIJLaUlZp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIJLaUlZp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIJLaUlZp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIJLaUlZp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIJLaUlZp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIJLaUlZp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIJLaUlZp .modal-sm {
    max-width: 300px;
  }
  .cid-sAIJLaUlZp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIJLaUlZp .modal-lg,
  .cid-sAIJLaUlZp .modal-xl {
    max-width: 800px;
  }
  .cid-sAIJLaUlZp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIJLaUlZp .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIJLaUlZp .container {
    max-width: 1140px;
  }
}
.cid-sAIJLaUlZp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIJLaUlZp .container {
    max-width: 720px;
  }
}
.cid-sAIJLaUlZp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIJLaUlZp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIJLaUlZp .form-group {
  margin-bottom: 1rem;
}
.cid-sAIJLaUlZp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIJLaUlZp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIJLaUlZp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqqCAttVKk .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqqCAttVKk .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqqCAttVKk .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqqCAttVKk .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-sqqCAttVKk .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqqCAttVKk .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-sqqCAttVKk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqqCAttVKk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqqCAttVKk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqqCAttVKk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqqCAttVKk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqqCAttVKk .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-sqqCAttVKk .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqqCAttVKk .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqqCAttVKk .dropdown-item,
.cid-sqqCAttVKk .nav-link,
.cid-sqqCAttVKk .brand-name {
  font-style: normal;
}
.cid-sqqCAttVKk .dropdown-item:hover,
.cid-sqqCAttVKk .nav-link:hover,
.cid-sqqCAttVKk .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqqCAttVKk .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqqCAttVKk .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqqCAttVKk .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqqCAttVKk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqqCAttVKk .nav-item {
  position: relative;
}
.cid-sqqCAttVKk .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqqCAttVKk .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqqCAttVKk .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqqCAttVKk .nav-link {
    line-height: 6.13;
  }
  .cid-sqqCAttVKk .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqqCAttVKk .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqqCAttVKk .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-sqqCAttVKk .content-text {
  margin-bottom: 0;
}
.cid-sqqCAttVKk .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqqCAttVKk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqqCAttVKk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqqCAttVKk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqqCAttVKk .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqqCAttVKk .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqqCAttVKk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqqCAttVKk .content-right-side {
  text-align: center;
}
.cid-sqqCAttVKk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqqCAttVKk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqqCAttVKk .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqqCAttVKk .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-sqqCAttVKk .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqqCAttVKk .info-widget:first-child {
  margin-left: 0;
}
.cid-sqqCAttVKk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqqCAttVKk .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqqCAttVKk .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqqCAttVKk .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqqCAttVKk .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqqCAttVKk .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqqCAttVKk .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqqCAttVKk .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-sqqCAttVKk .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqqCAttVKk .navbar-toggler {
    display: none;
  }
  .cid-sqqCAttVKk .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqqCAttVKk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqqCAttVKk .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqqCAttVKk .btn-sm {
  padding: 13px 29px;
}
.cid-sqqCAttVKk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqqCAttVKk .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-sqqCAttVKk .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqqCAttVKk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqqCAttVKk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqqCAttVKk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqqCAttVKk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqqCAttVKk .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqqCAttVKk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqCAttVKk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqqCAttVKk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqqCAttVKk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqqCAttVKk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqqCAttVKk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqqCAttVKk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqqCAttVKk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqqCAttVKk .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqqCAttVKk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqqCAttVKk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqqCAttVKk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqqCAttVKk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqqCAttVKk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqqCAttVKk button.navbar-toggler:focus {
  outline: none;
}
.cid-sqqCAttVKk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqqCAttVKk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqqCAttVKk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqCAttVKk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqCAttVKk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqqCAttVKk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqCAttVKk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqqCAttVKk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqqCAttVKk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqCAttVKk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqqCAttVKk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqqCAttVKk .collapsed .btn {
  display: flex;
}
.cid-sqqCAttVKk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqqCAttVKk .collapsed .navbar-collapse.collapsing,
.cid-sqqCAttVKk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqqCAttVKk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqqCAttVKk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqqCAttVKk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqqCAttVKk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqqCAttVKk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqqCAttVKk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqqCAttVKk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqqCAttVKk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqqCAttVKk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqqCAttVKk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqqCAttVKk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqCAttVKk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqqCAttVKk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqqCAttVKk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqqCAttVKk .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-sqqCAttVKk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqqCAttVKk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqqCAttVKk .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-sqqCAttVKk .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqqCAttVKk .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqqCAttVKk .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqqCAttVKk .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqqCAttVKk .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqqCAttVKk .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-sqqCAttVKk .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqqCAttVKk .navbar-collapse.collapsing,
  .cid-sqqCAttVKk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqqCAttVKk .navbar-collapse.collapsing .navbar-nav,
  .cid-sqqCAttVKk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqqCAttVKk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqqCAttVKk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqqCAttVKk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqqCAttVKk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqCAttVKk .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqqCAttVKk .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqqCAttVKk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqqCAttVKk .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqqCAttVKk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqqCAttVKk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqCAttVKk img {
    height: 3.8rem !important;
  }
  .cid-sqqCAttVKk .btn {
    display: flex;
  }
  .cid-sqqCAttVKk button.navbar-toggler {
    display: block;
  }
  .cid-sqqCAttVKk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqqCAttVKk .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqqCAttVKk .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-sqqCAttVKk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqqCAttVKk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqqCAttVKk .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-sqqCAttVKk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqqCAttVKk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqqCAttVKk .navbar-toggler {
  position: relative;
}
.cid-sqqCAttVKk .dropdown-item.active,
.cid-sqqCAttVKk .dropdown-item:active {
  color: initial;
}
.cid-sqqCAttVKk .widget-title {
  color: #83868c;
}
.cid-sqqCAttVKk .widget-text {
  color: #83868c;
}
.cid-sqqCAttVKk .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqqCAttVKk .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqqCAttVKk .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqqCAttVKk .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqqCAttVKk .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqqCAttVKk .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqqCAttVKk .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqqCAttVKk .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqqCAttVKk .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqqCAttVKk .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqqCAttVKk .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqqCAttVKk .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqqCAttVKk .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqqCAttVKk .menu-content-top,
  .cid-sqqCAttVKk .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqqCAttVKk 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-sqqCAviMUg {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqqCAviMUg .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqqCAviMUg .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqqCAviMUg .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqqCAviMUg .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqCAviMUg .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqqCAviMUg .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqqCAviMUg .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqqCAviMUg .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqqCAviMUg .separator,
  .cid-sqqCAviMUg .sep-holder,
  .cid-sqqCAviMUg .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqqCAviMUg .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqqCAviMUg .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqqCAviMUg .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqCAviMUg .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqqCAviMUg .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqqCAviMUg .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqqCAviMUg .items .list-item:last-child .listico {
  display: none;
}
.cid-sqqCAwGAIN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqqCAwGAIN img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqqCAwGAIN .row {
  justify-content: center;
}
.cid-sqqCAwGAIN .mbr-text {
  color: #767676;
}
.cid-sqqCAwGAIN .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqqCAwGAIN .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqqCAwGAIN .date {
  margin: 0;
  color: #14287f;
}
.cid-sqqCAwGAIN .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqqCAwGAIN .icon-box {
    flex-direction: column;
  }
  .cid-sqqCAwGAIN .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqqCAwGAIN img {
    margin-bottom: 2rem;
  }
}
.cid-sqqCAwGAIN H1 {
  color: #14287f;
}
.cid-sqqCAwGAIN H3 {
  color: #00acee;
}
.cid-sAIJOWzR7d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJOWzR7d .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJOWzR7d .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJOWzR7d .mbr-text {
  color: #83868c;
}
.cid-sAIJOWzR7d .phone-word {
  color: #279e64;
}
.cid-sAIJOWzR7d .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJOWzR7d .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJOWzR7d img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJOWzR7d .img1 {
  color: #279e64;
}
.cid-sAIJOWzR7d .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJOWzR7d .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJOWzR7d .content .link-wrap {
  color: red;
}
.cid-sAIJOWzR7d .content .date-wrap {
  color: #13287d;
}
.cid-sAIJOWzR7d .item,
.cid-sAIJOWzR7d .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJOWzR7d .item h4,
.cid-sAIJOWzR7d .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJOWzR7d .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJOWzR7d .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJOWzR7d .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJOWzR7d .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJOWzR7d .item .card-img {
  width: auto;
}
.cid-sAIJOWzR7d .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJOWzR7d .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJOWzR7d h5 {
    text-align: left !important;
  }
  .cid-sAIJOWzR7d .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJOWzR7d .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJOWzR7d .item-title:hover {
  color: #279e64;
}
.cid-sAIJOWzR7d .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJOWzR7d .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJOWzR7d .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJOWzR7d .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJOWzR7d .btn[class*="-outline"]:active,
.cid-sAIJOWzR7d .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJOWzR7d .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJOWzR7d .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJOWzR7d .pre-form {
  color: #83868c;
}
.cid-sAIJOWzR7d .form-group,
.cid-sAIJOWzR7d .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJOWzR7d .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-sAIJOWzR7d .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJOWzR7d .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJOWzR7d .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJOWzR7d .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJOWzR7d .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJOWzR7d .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJOWzR7d .dragArea {
  flex-direction: column;
}
.cid-sAIJOWzR7d .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGorB2g.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGorB2g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGorB2g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGorB2g .modal-content,
.cid-sqGBGorB2g .modal-dialog {
  height: auto;
}
.cid-sqGBGorB2g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGorB2g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGorB2g .form-wrapper .mbr-form .form-group,
  .cid-sqGBGorB2g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGorB2g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGorB2g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGorB2g .mbr-text {
  text-align: center;
}
.cid-sqGBGorB2g .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGorB2g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGorB2g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGorB2g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGorB2g .modal-open {
  overflow: hidden;
}
.cid-sqGBGorB2g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGorB2g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGorB2g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGorB2g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGorB2g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGorB2g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGorB2g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGorB2g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGorB2g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGorB2g .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGorB2g .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGorB2g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGorB2g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGorB2g .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGorB2g .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGorB2g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGorB2g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGorB2g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGorB2g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGorB2g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGorB2g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGorB2g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGorB2g .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGorB2g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGorB2g .modal-lg,
  .cid-sqGBGorB2g .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGorB2g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGorB2g .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGorB2g .container {
    max-width: 1140px;
  }
}
.cid-sqGBGorB2g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGorB2g .container {
    max-width: 720px;
  }
}
.cid-sqGBGorB2g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGorB2g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGorB2g .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGorB2g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGorB2g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGorB2g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIJQjKv41.popup-builder {
  background-color: #ffffff;
}
.cid-sAIJQjKv41.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIJQjKv41.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIJQjKv41 .modal-content,
.cid-sAIJQjKv41 .modal-dialog {
  height: auto;
}
.cid-sAIJQjKv41 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIJQjKv41 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIJQjKv41 .form-wrapper .mbr-form .form-group,
  .cid-sAIJQjKv41 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIJQjKv41 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIJQjKv41 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIJQjKv41 .mbr-text {
  text-align: center;
}
.cid-sAIJQjKv41 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIJQjKv41 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIJQjKv41 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIJQjKv41 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIJQjKv41 .modal-open {
  overflow: hidden;
}
.cid-sAIJQjKv41 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIJQjKv41 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIJQjKv41 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIJQjKv41 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIJQjKv41 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIJQjKv41 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIJQjKv41 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIJQjKv41 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIJQjKv41 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIJQjKv41 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIJQjKv41 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIJQjKv41 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIJQjKv41 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIJQjKv41 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIJQjKv41 .modal-header .close:focus {
  outline: none;
}
.cid-sAIJQjKv41 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIJQjKv41 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIJQjKv41 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIJQjKv41 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIJQjKv41 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIJQjKv41 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIJQjKv41 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIJQjKv41 .modal-sm {
    max-width: 300px;
  }
  .cid-sAIJQjKv41 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIJQjKv41 .modal-lg,
  .cid-sAIJQjKv41 .modal-xl {
    max-width: 800px;
  }
  .cid-sAIJQjKv41 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIJQjKv41 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIJQjKv41 .container {
    max-width: 1140px;
  }
}
.cid-sAIJQjKv41 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIJQjKv41 .container {
    max-width: 720px;
  }
}
.cid-sAIJQjKv41 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIJQjKv41 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIJQjKv41 .form-group {
  margin-bottom: 1rem;
}
.cid-sAIJQjKv41 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIJQjKv41 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIJQjKv41 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqqFdt6AGr .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqqFdt6AGr .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqqFdt6AGr .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqqFdt6AGr .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-sqqFdt6AGr .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqqFdt6AGr .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-sqqFdt6AGr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqqFdt6AGr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqqFdt6AGr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqqFdt6AGr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqqFdt6AGr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqqFdt6AGr .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-sqqFdt6AGr .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqqFdt6AGr .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqqFdt6AGr .dropdown-item,
.cid-sqqFdt6AGr .nav-link,
.cid-sqqFdt6AGr .brand-name {
  font-style: normal;
}
.cid-sqqFdt6AGr .dropdown-item:hover,
.cid-sqqFdt6AGr .nav-link:hover,
.cid-sqqFdt6AGr .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqqFdt6AGr .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqqFdt6AGr .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqqFdt6AGr .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqqFdt6AGr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqqFdt6AGr .nav-item {
  position: relative;
}
.cid-sqqFdt6AGr .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqqFdt6AGr .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqqFdt6AGr .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqqFdt6AGr .nav-link {
    line-height: 6.13;
  }
  .cid-sqqFdt6AGr .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqqFdt6AGr .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqqFdt6AGr .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-sqqFdt6AGr .content-text {
  margin-bottom: 0;
}
.cid-sqqFdt6AGr .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqqFdt6AGr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqqFdt6AGr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqqFdt6AGr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqqFdt6AGr .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqqFdt6AGr .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqqFdt6AGr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqqFdt6AGr .content-right-side {
  text-align: center;
}
.cid-sqqFdt6AGr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqqFdt6AGr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqqFdt6AGr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqqFdt6AGr .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-sqqFdt6AGr .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqqFdt6AGr .info-widget:first-child {
  margin-left: 0;
}
.cid-sqqFdt6AGr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqqFdt6AGr .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqqFdt6AGr .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqqFdt6AGr .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqqFdt6AGr .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqqFdt6AGr .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqqFdt6AGr .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqqFdt6AGr .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-sqqFdt6AGr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqqFdt6AGr .navbar-toggler {
    display: none;
  }
  .cid-sqqFdt6AGr .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqqFdt6AGr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqqFdt6AGr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqqFdt6AGr .btn-sm {
  padding: 13px 29px;
}
.cid-sqqFdt6AGr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqqFdt6AGr .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-sqqFdt6AGr .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqqFdt6AGr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqqFdt6AGr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqqFdt6AGr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqqFdt6AGr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqqFdt6AGr .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqqFdt6AGr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqFdt6AGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqqFdt6AGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqqFdt6AGr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqqFdt6AGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqqFdt6AGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqqFdt6AGr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqqFdt6AGr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqqFdt6AGr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqqFdt6AGr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqqFdt6AGr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqqFdt6AGr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqqFdt6AGr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqqFdt6AGr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqqFdt6AGr button.navbar-toggler:focus {
  outline: none;
}
.cid-sqqFdt6AGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqqFdt6AGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqqFdt6AGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqFdt6AGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqFdt6AGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqqFdt6AGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqFdt6AGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqqFdt6AGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqqFdt6AGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqFdt6AGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqqFdt6AGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqqFdt6AGr .collapsed .btn {
  display: flex;
}
.cid-sqqFdt6AGr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqqFdt6AGr .collapsed .navbar-collapse.collapsing,
.cid-sqqFdt6AGr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqqFdt6AGr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqqFdt6AGr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqqFdt6AGr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqqFdt6AGr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqqFdt6AGr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqqFdt6AGr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqqFdt6AGr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqqFdt6AGr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqqFdt6AGr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqqFdt6AGr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqqFdt6AGr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqFdt6AGr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqqFdt6AGr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqqFdt6AGr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqqFdt6AGr .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-sqqFdt6AGr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqqFdt6AGr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqqFdt6AGr .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-sqqFdt6AGr .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqqFdt6AGr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqqFdt6AGr .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqqFdt6AGr .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqqFdt6AGr .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqqFdt6AGr .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-sqqFdt6AGr .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqqFdt6AGr .navbar-collapse.collapsing,
  .cid-sqqFdt6AGr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqqFdt6AGr .navbar-collapse.collapsing .navbar-nav,
  .cid-sqqFdt6AGr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqqFdt6AGr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqqFdt6AGr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqqFdt6AGr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqqFdt6AGr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqFdt6AGr .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqqFdt6AGr .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqqFdt6AGr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqqFdt6AGr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqqFdt6AGr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqqFdt6AGr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqFdt6AGr img {
    height: 3.8rem !important;
  }
  .cid-sqqFdt6AGr .btn {
    display: flex;
  }
  .cid-sqqFdt6AGr button.navbar-toggler {
    display: block;
  }
  .cid-sqqFdt6AGr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqqFdt6AGr .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqqFdt6AGr .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-sqqFdt6AGr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqqFdt6AGr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqqFdt6AGr .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-sqqFdt6AGr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqqFdt6AGr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqqFdt6AGr .navbar-toggler {
  position: relative;
}
.cid-sqqFdt6AGr .dropdown-item.active,
.cid-sqqFdt6AGr .dropdown-item:active {
  color: initial;
}
.cid-sqqFdt6AGr .widget-title {
  color: #83868c;
}
.cid-sqqFdt6AGr .widget-text {
  color: #83868c;
}
.cid-sqqFdt6AGr .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqqFdt6AGr .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqqFdt6AGr .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqqFdt6AGr .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqqFdt6AGr .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqqFdt6AGr .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqqFdt6AGr .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqqFdt6AGr .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqqFdt6AGr .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqqFdt6AGr .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqqFdt6AGr .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqqFdt6AGr .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqqFdt6AGr .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqqFdt6AGr .menu-content-top,
  .cid-sqqFdt6AGr .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqqFdt6AGr 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-sqqFduZ3ti {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqqFduZ3ti .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqqFduZ3ti .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqqFduZ3ti .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqqFduZ3ti .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqFduZ3ti .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqqFduZ3ti .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqqFduZ3ti .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqqFduZ3ti .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqqFduZ3ti .separator,
  .cid-sqqFduZ3ti .sep-holder,
  .cid-sqqFduZ3ti .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqqFduZ3ti .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqqFduZ3ti .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqqFduZ3ti .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqFduZ3ti .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqqFduZ3ti .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqqFduZ3ti .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqqFduZ3ti .items .list-item:last-child .listico {
  display: none;
}
.cid-sqqFdwjykZ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqqFdwjykZ img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqqFdwjykZ .row {
  justify-content: center;
}
.cid-sqqFdwjykZ .mbr-text {
  color: #767676;
}
.cid-sqqFdwjykZ .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqqFdwjykZ .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqqFdwjykZ .date {
  margin: 0;
  color: #14287f;
}
.cid-sqqFdwjykZ .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqqFdwjykZ .icon-box {
    flex-direction: column;
  }
  .cid-sqqFdwjykZ .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqqFdwjykZ img {
    margin-bottom: 2rem;
  }
}
.cid-sqqFdwjykZ H1 {
  color: #14287f;
}
.cid-sqqFdwjykZ H3 {
  color: #00acee;
}
.cid-sAIiq2MqoZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAIiq2MqoZ .mbr-text {
  color: #767676;
}
.cid-sAIiq2MqoZ .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sAIiq2MqoZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sAIiq2MqoZ .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-sAIKYpEVdw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIKYpEVdw .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIKYpEVdw .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIKYpEVdw .mbr-text {
  color: #83868c;
}
.cid-sAIKYpEVdw .phone-word {
  color: #279e64;
}
.cid-sAIKYpEVdw .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIKYpEVdw .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIKYpEVdw img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIKYpEVdw .img1 {
  color: #279e64;
}
.cid-sAIKYpEVdw .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIKYpEVdw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIKYpEVdw .content .link-wrap {
  color: red;
}
.cid-sAIKYpEVdw .content .date-wrap {
  color: #13287d;
}
.cid-sAIKYpEVdw .item,
.cid-sAIKYpEVdw .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIKYpEVdw .item h4,
.cid-sAIKYpEVdw .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIKYpEVdw .link {
  transition: all 0.3s ease-in;
}
.cid-sAIKYpEVdw .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIKYpEVdw .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIKYpEVdw .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIKYpEVdw .item .card-img {
  width: auto;
}
.cid-sAIKYpEVdw .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIKYpEVdw .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIKYpEVdw h5 {
    text-align: left !important;
  }
  .cid-sAIKYpEVdw .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIKYpEVdw .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIKYpEVdw .item-title:hover {
  color: #279e64;
}
.cid-sAIKYpEVdw .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIKYpEVdw .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIKYpEVdw .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIKYpEVdw .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIKYpEVdw .btn[class*="-outline"]:active,
.cid-sAIKYpEVdw .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIKYpEVdw .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIKYpEVdw .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIKYpEVdw .pre-form {
  color: #83868c;
}
.cid-sAIKYpEVdw .form-group,
.cid-sAIKYpEVdw .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIKYpEVdw .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-sAIKYpEVdw .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIKYpEVdw .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIKYpEVdw .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIKYpEVdw .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIKYpEVdw .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIKYpEVdw .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIKYpEVdw .dragArea {
  flex-direction: column;
}
.cid-sAIKYpEVdw .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGorK7x.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGorK7x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGorK7x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGorK7x .modal-content,
.cid-sqGBGorK7x .modal-dialog {
  height: auto;
}
.cid-sqGBGorK7x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGorK7x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGorK7x .form-wrapper .mbr-form .form-group,
  .cid-sqGBGorK7x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGorK7x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGorK7x .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGorK7x .mbr-text {
  text-align: center;
}
.cid-sqGBGorK7x .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGorK7x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGorK7x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGorK7x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGorK7x .modal-open {
  overflow: hidden;
}
.cid-sqGBGorK7x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGorK7x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGorK7x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGorK7x .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGorK7x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGorK7x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGorK7x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGorK7x .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGorK7x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGorK7x .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGorK7x .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGorK7x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGorK7x .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGorK7x .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGorK7x .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGorK7x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGorK7x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGorK7x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGorK7x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGorK7x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGorK7x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGorK7x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGorK7x .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGorK7x .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGorK7x .modal-lg,
  .cid-sqGBGorK7x .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGorK7x .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGorK7x .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGorK7x .container {
    max-width: 1140px;
  }
}
.cid-sqGBGorK7x .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGorK7x .container {
    max-width: 720px;
  }
}
.cid-sqGBGorK7x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGorK7x .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGorK7x .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGorK7x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGorK7x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGorK7x .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIKZFlu1u.popup-builder {
  background-color: #ffffff;
}
.cid-sAIKZFlu1u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIKZFlu1u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIKZFlu1u .modal-content,
.cid-sAIKZFlu1u .modal-dialog {
  height: auto;
}
.cid-sAIKZFlu1u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIKZFlu1u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIKZFlu1u .form-wrapper .mbr-form .form-group,
  .cid-sAIKZFlu1u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIKZFlu1u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIKZFlu1u .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIKZFlu1u .mbr-text {
  text-align: center;
}
.cid-sAIKZFlu1u .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIKZFlu1u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIKZFlu1u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIKZFlu1u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIKZFlu1u .modal-open {
  overflow: hidden;
}
.cid-sAIKZFlu1u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIKZFlu1u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIKZFlu1u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIKZFlu1u .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIKZFlu1u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIKZFlu1u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIKZFlu1u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIKZFlu1u .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIKZFlu1u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIKZFlu1u .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIKZFlu1u .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIKZFlu1u .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIKZFlu1u .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIKZFlu1u .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIKZFlu1u .modal-header .close:focus {
  outline: none;
}
.cid-sAIKZFlu1u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIKZFlu1u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIKZFlu1u .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIKZFlu1u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIKZFlu1u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIKZFlu1u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIKZFlu1u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIKZFlu1u .modal-sm {
    max-width: 300px;
  }
  .cid-sAIKZFlu1u .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIKZFlu1u .modal-lg,
  .cid-sAIKZFlu1u .modal-xl {
    max-width: 800px;
  }
  .cid-sAIKZFlu1u .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIKZFlu1u .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIKZFlu1u .container {
    max-width: 1140px;
  }
}
.cid-sAIKZFlu1u .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIKZFlu1u .container {
    max-width: 720px;
  }
}
.cid-sAIKZFlu1u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIKZFlu1u .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIKZFlu1u .form-group {
  margin-bottom: 1rem;
}
.cid-sAIKZFlu1u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIKZFlu1u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIKZFlu1u .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqqHtkDKEo .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqqHtkDKEo .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqqHtkDKEo .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqqHtkDKEo .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-sqqHtkDKEo .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqqHtkDKEo .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-sqqHtkDKEo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqqHtkDKEo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqqHtkDKEo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqqHtkDKEo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqqHtkDKEo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqqHtkDKEo .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-sqqHtkDKEo .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqqHtkDKEo .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqqHtkDKEo .dropdown-item,
.cid-sqqHtkDKEo .nav-link,
.cid-sqqHtkDKEo .brand-name {
  font-style: normal;
}
.cid-sqqHtkDKEo .dropdown-item:hover,
.cid-sqqHtkDKEo .nav-link:hover,
.cid-sqqHtkDKEo .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqqHtkDKEo .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqqHtkDKEo .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqqHtkDKEo .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqqHtkDKEo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqqHtkDKEo .nav-item {
  position: relative;
}
.cid-sqqHtkDKEo .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqqHtkDKEo .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqqHtkDKEo .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqqHtkDKEo .nav-link {
    line-height: 6.13;
  }
  .cid-sqqHtkDKEo .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqqHtkDKEo .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqqHtkDKEo .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-sqqHtkDKEo .content-text {
  margin-bottom: 0;
}
.cid-sqqHtkDKEo .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqqHtkDKEo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqqHtkDKEo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqqHtkDKEo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqqHtkDKEo .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqqHtkDKEo .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqqHtkDKEo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqqHtkDKEo .content-right-side {
  text-align: center;
}
.cid-sqqHtkDKEo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqqHtkDKEo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqqHtkDKEo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqqHtkDKEo .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-sqqHtkDKEo .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqqHtkDKEo .info-widget:first-child {
  margin-left: 0;
}
.cid-sqqHtkDKEo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqqHtkDKEo .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqqHtkDKEo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqqHtkDKEo .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqqHtkDKEo .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqqHtkDKEo .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqqHtkDKEo .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqqHtkDKEo .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-sqqHtkDKEo .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqqHtkDKEo .navbar-toggler {
    display: none;
  }
  .cid-sqqHtkDKEo .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqqHtkDKEo .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqqHtkDKEo .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqqHtkDKEo .btn-sm {
  padding: 13px 29px;
}
.cid-sqqHtkDKEo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqqHtkDKEo .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-sqqHtkDKEo .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqqHtkDKEo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqqHtkDKEo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqqHtkDKEo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqqHtkDKEo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqqHtkDKEo .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqqHtkDKEo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqHtkDKEo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqqHtkDKEo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqqHtkDKEo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqqHtkDKEo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqqHtkDKEo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqqHtkDKEo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqqHtkDKEo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqqHtkDKEo .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqqHtkDKEo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqqHtkDKEo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqqHtkDKEo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqqHtkDKEo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqqHtkDKEo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqqHtkDKEo button.navbar-toggler:focus {
  outline: none;
}
.cid-sqqHtkDKEo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqqHtkDKEo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqqHtkDKEo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqHtkDKEo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqqHtkDKEo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqqHtkDKEo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqHtkDKEo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqqHtkDKEo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqqHtkDKEo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqqHtkDKEo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqqHtkDKEo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqqHtkDKEo .collapsed .btn {
  display: flex;
}
.cid-sqqHtkDKEo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqqHtkDKEo .collapsed .navbar-collapse.collapsing,
.cid-sqqHtkDKEo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqqHtkDKEo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqqHtkDKEo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqqHtkDKEo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqqHtkDKEo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqqHtkDKEo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqqHtkDKEo .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqqHtkDKEo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqqHtkDKEo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqqHtkDKEo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqqHtkDKEo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqqHtkDKEo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqqHtkDKEo .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqqHtkDKEo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqqHtkDKEo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqqHtkDKEo .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-sqqHtkDKEo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqqHtkDKEo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqqHtkDKEo .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-sqqHtkDKEo .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqqHtkDKEo .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqqHtkDKEo .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqqHtkDKEo .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqqHtkDKEo .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqqHtkDKEo .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-sqqHtkDKEo .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqqHtkDKEo .navbar-collapse.collapsing,
  .cid-sqqHtkDKEo .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqqHtkDKEo .navbar-collapse.collapsing .navbar-nav,
  .cid-sqqHtkDKEo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqqHtkDKEo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqqHtkDKEo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqqHtkDKEo .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqqHtkDKEo .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqHtkDKEo .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqqHtkDKEo .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqqHtkDKEo .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqqHtkDKEo .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqqHtkDKEo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqqHtkDKEo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqqHtkDKEo img {
    height: 3.8rem !important;
  }
  .cid-sqqHtkDKEo .btn {
    display: flex;
  }
  .cid-sqqHtkDKEo button.navbar-toggler {
    display: block;
  }
  .cid-sqqHtkDKEo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqqHtkDKEo .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqqHtkDKEo .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-sqqHtkDKEo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqqHtkDKEo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqqHtkDKEo .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-sqqHtkDKEo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqqHtkDKEo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqqHtkDKEo .navbar-toggler {
  position: relative;
}
.cid-sqqHtkDKEo .dropdown-item.active,
.cid-sqqHtkDKEo .dropdown-item:active {
  color: initial;
}
.cid-sqqHtkDKEo .widget-title {
  color: #83868c;
}
.cid-sqqHtkDKEo .widget-text {
  color: #83868c;
}
.cid-sqqHtkDKEo .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqqHtkDKEo .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqqHtkDKEo .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqqHtkDKEo .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqqHtkDKEo .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqqHtkDKEo .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqqHtkDKEo .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqqHtkDKEo .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqqHtkDKEo .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqqHtkDKEo .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqqHtkDKEo .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqqHtkDKEo .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqqHtkDKEo .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqqHtkDKEo .menu-content-top,
  .cid-sqqHtkDKEo .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqqHtkDKEo 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-sqqHtmdj2Z {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqqHtmdj2Z .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqqHtmdj2Z .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqqHtmdj2Z .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqqHtmdj2Z .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqHtmdj2Z .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqqHtmdj2Z .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqqHtmdj2Z .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqqHtmdj2Z .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqqHtmdj2Z .separator,
  .cid-sqqHtmdj2Z .sep-holder,
  .cid-sqqHtmdj2Z .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqqHtmdj2Z .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqqHtmdj2Z .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqqHtmdj2Z .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqqHtmdj2Z .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqqHtmdj2Z .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqqHtmdj2Z .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqqHtmdj2Z .items .list-item:last-child .listico {
  display: none;
}
.cid-sBEPC0lRGT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBEPC0lRGT .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sBEPC0lRGT p {
  line-height: 1.5;
}
.cid-sBEPC0lRGT .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sBEPC0lRGT .ico-line h3 {
  margin: 0;
}
.cid-sBEPC0lRGT .mail,
.cid-sBEPC0lRGT .phone,
.cid-sBEPC0lRGT .mbr-iconfont {
  display: inline-block;
}
.cid-sBEPC0lRGT .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sBEPC0lRGT .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sBEPC0lRGT .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sBEPC0lRGT .mbr-section-title,
.cid-sBEPC0lRGT .line-wrap {
  text-align: center;
}
.cid-sBEPC0lRGT .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sBEPC0lRGT .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sBEPC0lRGT .phone {
  text-align: left;
}
.cid-sBEPC0lRGT .mbr-text {
  text-align: left;
}
.cid-sBESfGhZ7R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBESfGhZ7R .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sBESfGhZ7R p {
  line-height: 1.5;
}
.cid-sBESfGhZ7R .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sBESfGhZ7R .ico-line h3 {
  margin: 0;
}
.cid-sBESfGhZ7R .mail,
.cid-sBESfGhZ7R .phone,
.cid-sBESfGhZ7R .mbr-iconfont {
  display: inline-block;
}
.cid-sBESfGhZ7R .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sBESfGhZ7R .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sBESfGhZ7R .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sBESfGhZ7R .mbr-section-title,
.cid-sBESfGhZ7R .line-wrap {
  text-align: center;
}
.cid-sBESfGhZ7R .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sBESfGhZ7R .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sBESfGhZ7R .phone {
  text-align: left;
}
.cid-sBESfGhZ7R .mbr-text {
  text-align: left;
}
.cid-sqqHtnJ2lq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqqHtnJ2lq .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sqqHtnJ2lq p {
  line-height: 1.5;
}
.cid-sqqHtnJ2lq .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sqqHtnJ2lq .ico-line h3 {
  margin: 0;
}
.cid-sqqHtnJ2lq .mail,
.cid-sqqHtnJ2lq .phone,
.cid-sqqHtnJ2lq .mbr-iconfont {
  display: inline-block;
}
.cid-sqqHtnJ2lq .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sqqHtnJ2lq .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sqqHtnJ2lq .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sqqHtnJ2lq .mbr-section-title,
.cid-sqqHtnJ2lq .line-wrap {
  text-align: center;
}
.cid-sqqHtnJ2lq .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sqqHtnJ2lq .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sqqHtnJ2lq .phone {
  text-align: left;
}
.cid-sqqHtnJ2lq .mbr-text {
  text-align: left;
}
.cid-sBEYRAMxJI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBEYRAMxJI .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sBEYRAMxJI p {
  line-height: 1.5;
}
.cid-sBEYRAMxJI .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sBEYRAMxJI .ico-line h3 {
  margin: 0;
}
.cid-sBEYRAMxJI .mail,
.cid-sBEYRAMxJI .phone,
.cid-sBEYRAMxJI .mbr-iconfont {
  display: inline-block;
}
.cid-sBEYRAMxJI .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sBEYRAMxJI .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sBEYRAMxJI .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sBEYRAMxJI .mbr-section-title,
.cid-sBEYRAMxJI .line-wrap {
  text-align: center;
}
.cid-sBEYRAMxJI .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sBEYRAMxJI .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sBEYRAMxJI .phone {
  text-align: left;
}
.cid-sBEYRAMxJI .mbr-text {
  text-align: left;
}
.cid-sqsUM4nMOU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqsUM4nMOU .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sqsUM4nMOU p {
  line-height: 1.5;
}
.cid-sqsUM4nMOU .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sqsUM4nMOU .ico-line h3 {
  margin: 0;
}
.cid-sqsUM4nMOU .mail,
.cid-sqsUM4nMOU .phone,
.cid-sqsUM4nMOU .mbr-iconfont {
  display: inline-block;
}
.cid-sqsUM4nMOU .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sqsUM4nMOU .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sqsUM4nMOU .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sqsUM4nMOU .mbr-section-title,
.cid-sqsUM4nMOU .line-wrap {
  text-align: center;
}
.cid-sqsUM4nMOU .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sqsUM4nMOU .card-title {
  color: #14287f;
  text-align: left;
}
.cid-sqsUM4nMOU .phone {
  text-align: left;
}
.cid-sqsUM4nMOU .mbr-text {
  text-align: left;
}
.cid-sqsWX0Yh18 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqsWX0Yh18 .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sqsWX0Yh18 p {
  line-height: 1.5;
}
.cid-sqsWX0Yh18 .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sqsWX0Yh18 .ico-line h3 {
  margin: 0;
}
.cid-sqsWX0Yh18 .mail,
.cid-sqsWX0Yh18 .phone,
.cid-sqsWX0Yh18 .mbr-iconfont {
  display: inline-block;
}
.cid-sqsWX0Yh18 .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sqsWX0Yh18 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sqsWX0Yh18 .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sqsWX0Yh18 .mbr-section-title,
.cid-sqsWX0Yh18 .line-wrap {
  text-align: center;
}
.cid-sqsWX0Yh18 .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sqsWX0Yh18 .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sqsWX0Yh18 .phone {
  text-align: left;
}
.cid-sqsWX0Yh18 .mbr-text {
  text-align: left;
}
.cid-sqsZ1mA8wf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqsZ1mA8wf .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sqsZ1mA8wf p {
  line-height: 1.5;
}
.cid-sqsZ1mA8wf .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sqsZ1mA8wf .ico-line h3 {
  margin: 0;
}
.cid-sqsZ1mA8wf .mail,
.cid-sqsZ1mA8wf .phone,
.cid-sqsZ1mA8wf .mbr-iconfont {
  display: inline-block;
}
.cid-sqsZ1mA8wf .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sqsZ1mA8wf .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sqsZ1mA8wf .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sqsZ1mA8wf .mbr-section-title,
.cid-sqsZ1mA8wf .line-wrap {
  text-align: center;
}
.cid-sqsZ1mA8wf .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sqsZ1mA8wf .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sqsZ1mA8wf .phone {
  text-align: left;
}
.cid-sqsZ1mA8wf .mbr-text {
  text-align: left;
}
.cid-sqt1rfk9Ii {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqt1rfk9Ii .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sqt1rfk9Ii p {
  line-height: 1.5;
}
.cid-sqt1rfk9Ii .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sqt1rfk9Ii .ico-line h3 {
  margin: 0;
}
.cid-sqt1rfk9Ii .mail,
.cid-sqt1rfk9Ii .phone,
.cid-sqt1rfk9Ii .mbr-iconfont {
  display: inline-block;
}
.cid-sqt1rfk9Ii .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sqt1rfk9Ii .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sqt1rfk9Ii .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sqt1rfk9Ii .mbr-section-title,
.cid-sqt1rfk9Ii .line-wrap {
  text-align: center;
}
.cid-sqt1rfk9Ii .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sqt1rfk9Ii .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sqt1rfk9Ii .phone {
  text-align: left;
}
.cid-sqt1rfk9Ii .mbr-text {
  text-align: left;
}
.cid-sqt3706LRV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqt3706LRV .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sqt3706LRV p {
  line-height: 1.5;
}
.cid-sqt3706LRV .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sqt3706LRV .ico-line h3 {
  margin: 0;
}
.cid-sqt3706LRV .mail,
.cid-sqt3706LRV .phone,
.cid-sqt3706LRV .mbr-iconfont {
  display: inline-block;
}
.cid-sqt3706LRV .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sqt3706LRV .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sqt3706LRV .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sqt3706LRV .mbr-section-title,
.cid-sqt3706LRV .line-wrap {
  text-align: center;
}
.cid-sqt3706LRV .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sqt3706LRV .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sqt3706LRV .phone {
  text-align: left;
}
.cid-sqt3706LRV .mbr-text {
  text-align: left;
}
.cid-sqt3TcBvzL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqt3TcBvzL .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sqt3TcBvzL p {
  line-height: 1.5;
}
.cid-sqt3TcBvzL .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sqt3TcBvzL .ico-line h3 {
  margin: 0;
}
.cid-sqt3TcBvzL .mail,
.cid-sqt3TcBvzL .phone,
.cid-sqt3TcBvzL .mbr-iconfont {
  display: inline-block;
}
.cid-sqt3TcBvzL .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sqt3TcBvzL .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sqt3TcBvzL .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sqt3TcBvzL .mbr-section-title,
.cid-sqt3TcBvzL .line-wrap {
  text-align: center;
}
.cid-sqt3TcBvzL .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sqt3TcBvzL .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sqt3TcBvzL .phone {
  text-align: left;
}
.cid-sqt3TcBvzL .mbr-text {
  text-align: left;
}
.cid-stU5YPZNUU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-stU5YPZNUU .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-stU5YPZNUU p {
  line-height: 1.5;
}
.cid-stU5YPZNUU .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-stU5YPZNUU .ico-line h3 {
  margin: 0;
}
.cid-stU5YPZNUU .mail,
.cid-stU5YPZNUU .phone,
.cid-stU5YPZNUU .mbr-iconfont {
  display: inline-block;
}
.cid-stU5YPZNUU .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-stU5YPZNUU .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-stU5YPZNUU .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-stU5YPZNUU .mbr-section-title,
.cid-stU5YPZNUU .line-wrap {
  text-align: center;
}
.cid-stU5YPZNUU .mail {
  color: #0087ab;
  text-align: left;
}
.cid-stU5YPZNUU .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-stU5YPZNUU .phone {
  text-align: left;
}
.cid-stU5YPZNUU .mbr-text {
  text-align: left;
}
.cid-stU5ZVVlnW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-stU5ZVVlnW .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-stU5ZVVlnW p {
  line-height: 1.5;
}
.cid-stU5ZVVlnW .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-stU5ZVVlnW .ico-line h3 {
  margin: 0;
}
.cid-stU5ZVVlnW .mail,
.cid-stU5ZVVlnW .phone,
.cid-stU5ZVVlnW .mbr-iconfont {
  display: inline-block;
}
.cid-stU5ZVVlnW .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-stU5ZVVlnW .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-stU5ZVVlnW .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-stU5ZVVlnW .mbr-section-title,
.cid-stU5ZVVlnW .line-wrap {
  text-align: center;
}
.cid-stU5ZVVlnW .mail {
  color: #0087ab;
  text-align: left;
}
.cid-stU5ZVVlnW .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-stU5ZVVlnW .phone {
  text-align: left;
}
.cid-stU5ZVVlnW .mbr-text {
  text-align: left;
}
.cid-sAIL9VdhD9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIL9VdhD9 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIL9VdhD9 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIL9VdhD9 .mbr-text {
  color: #83868c;
}
.cid-sAIL9VdhD9 .phone-word {
  color: #279e64;
}
.cid-sAIL9VdhD9 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIL9VdhD9 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIL9VdhD9 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIL9VdhD9 .img1 {
  color: #279e64;
}
.cid-sAIL9VdhD9 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIL9VdhD9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIL9VdhD9 .content .link-wrap {
  color: red;
}
.cid-sAIL9VdhD9 .content .date-wrap {
  color: #13287d;
}
.cid-sAIL9VdhD9 .item,
.cid-sAIL9VdhD9 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIL9VdhD9 .item h4,
.cid-sAIL9VdhD9 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIL9VdhD9 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIL9VdhD9 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIL9VdhD9 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIL9VdhD9 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIL9VdhD9 .item .card-img {
  width: auto;
}
.cid-sAIL9VdhD9 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIL9VdhD9 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIL9VdhD9 h5 {
    text-align: left !important;
  }
  .cid-sAIL9VdhD9 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIL9VdhD9 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIL9VdhD9 .item-title:hover {
  color: #279e64;
}
.cid-sAIL9VdhD9 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIL9VdhD9 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIL9VdhD9 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIL9VdhD9 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIL9VdhD9 .btn[class*="-outline"]:active,
.cid-sAIL9VdhD9 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIL9VdhD9 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIL9VdhD9 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIL9VdhD9 .pre-form {
  color: #83868c;
}
.cid-sAIL9VdhD9 .form-group,
.cid-sAIL9VdhD9 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIL9VdhD9 .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-sAIL9VdhD9 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIL9VdhD9 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIL9VdhD9 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIL9VdhD9 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIL9VdhD9 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIL9VdhD9 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIL9VdhD9 .dragArea {
  flex-direction: column;
}
.cid-sAIL9VdhD9 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGosrXI.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGosrXI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGosrXI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGosrXI .modal-content,
.cid-sqGBGosrXI .modal-dialog {
  height: auto;
}
.cid-sqGBGosrXI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGosrXI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGosrXI .form-wrapper .mbr-form .form-group,
  .cid-sqGBGosrXI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGosrXI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGosrXI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGosrXI .mbr-text {
  text-align: center;
}
.cid-sqGBGosrXI .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGosrXI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGosrXI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGosrXI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGosrXI .modal-open {
  overflow: hidden;
}
.cid-sqGBGosrXI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGosrXI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGosrXI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGosrXI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGosrXI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGosrXI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGosrXI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGosrXI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGosrXI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGosrXI .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGosrXI .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGosrXI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGosrXI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGosrXI .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGosrXI .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGosrXI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGosrXI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGosrXI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGosrXI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGosrXI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGosrXI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGosrXI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGosrXI .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGosrXI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGosrXI .modal-lg,
  .cid-sqGBGosrXI .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGosrXI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGosrXI .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGosrXI .container {
    max-width: 1140px;
  }
}
.cid-sqGBGosrXI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGosrXI .container {
    max-width: 720px;
  }
}
.cid-sqGBGosrXI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGosrXI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGosrXI .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGosrXI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGosrXI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGosrXI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAILbLgIGF.popup-builder {
  background-color: #ffffff;
}
.cid-sAILbLgIGF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAILbLgIGF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAILbLgIGF .modal-content,
.cid-sAILbLgIGF .modal-dialog {
  height: auto;
}
.cid-sAILbLgIGF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAILbLgIGF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAILbLgIGF .form-wrapper .mbr-form .form-group,
  .cid-sAILbLgIGF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAILbLgIGF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAILbLgIGF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAILbLgIGF .mbr-text {
  text-align: center;
}
.cid-sAILbLgIGF .pt-0 {
  padding-top: 0 !important;
}
.cid-sAILbLgIGF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAILbLgIGF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAILbLgIGF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAILbLgIGF .modal-open {
  overflow: hidden;
}
.cid-sAILbLgIGF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAILbLgIGF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAILbLgIGF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAILbLgIGF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAILbLgIGF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAILbLgIGF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAILbLgIGF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAILbLgIGF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAILbLgIGF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAILbLgIGF .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAILbLgIGF .modal-backdrop.show {
  opacity: .5;
}
.cid-sAILbLgIGF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAILbLgIGF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAILbLgIGF .modal-header .close:hover {
  opacity: 1;
}
.cid-sAILbLgIGF .modal-header .close:focus {
  outline: none;
}
.cid-sAILbLgIGF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAILbLgIGF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAILbLgIGF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAILbLgIGF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAILbLgIGF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAILbLgIGF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAILbLgIGF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAILbLgIGF .modal-sm {
    max-width: 300px;
  }
  .cid-sAILbLgIGF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAILbLgIGF .modal-lg,
  .cid-sAILbLgIGF .modal-xl {
    max-width: 800px;
  }
  .cid-sAILbLgIGF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAILbLgIGF .modal-xl {
    max-width: 1140px;
  }
  .cid-sAILbLgIGF .container {
    max-width: 1140px;
  }
}
.cid-sAILbLgIGF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAILbLgIGF .container {
    max-width: 720px;
  }
}
.cid-sAILbLgIGF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAILbLgIGF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAILbLgIGF .form-group {
  margin-bottom: 1rem;
}
.cid-sAILbLgIGF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAILbLgIGF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAILbLgIGF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtNkNbxtk .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtNkNbxtk .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtNkNbxtk .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtNkNbxtk .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-sqtNkNbxtk .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtNkNbxtk .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-sqtNkNbxtk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtNkNbxtk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtNkNbxtk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtNkNbxtk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtNkNbxtk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtNkNbxtk .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-sqtNkNbxtk .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtNkNbxtk .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtNkNbxtk .dropdown-item,
.cid-sqtNkNbxtk .nav-link,
.cid-sqtNkNbxtk .brand-name {
  font-style: normal;
}
.cid-sqtNkNbxtk .dropdown-item:hover,
.cid-sqtNkNbxtk .nav-link:hover,
.cid-sqtNkNbxtk .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtNkNbxtk .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtNkNbxtk .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtNkNbxtk .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtNkNbxtk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtNkNbxtk .nav-item {
  position: relative;
}
.cid-sqtNkNbxtk .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtNkNbxtk .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtNkNbxtk .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtNkNbxtk .nav-link {
    line-height: 6.13;
  }
  .cid-sqtNkNbxtk .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtNkNbxtk .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtNkNbxtk .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-sqtNkNbxtk .content-text {
  margin-bottom: 0;
}
.cid-sqtNkNbxtk .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtNkNbxtk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtNkNbxtk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtNkNbxtk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtNkNbxtk .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtNkNbxtk .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtNkNbxtk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtNkNbxtk .content-right-side {
  text-align: center;
}
.cid-sqtNkNbxtk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtNkNbxtk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtNkNbxtk .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtNkNbxtk .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-sqtNkNbxtk .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtNkNbxtk .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtNkNbxtk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtNkNbxtk .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtNkNbxtk .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtNkNbxtk .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtNkNbxtk .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtNkNbxtk .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtNkNbxtk .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtNkNbxtk .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-sqtNkNbxtk .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtNkNbxtk .navbar-toggler {
    display: none;
  }
  .cid-sqtNkNbxtk .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtNkNbxtk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtNkNbxtk .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtNkNbxtk .btn-sm {
  padding: 13px 29px;
}
.cid-sqtNkNbxtk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtNkNbxtk .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-sqtNkNbxtk .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtNkNbxtk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtNkNbxtk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtNkNbxtk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtNkNbxtk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtNkNbxtk .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtNkNbxtk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtNkNbxtk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtNkNbxtk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtNkNbxtk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtNkNbxtk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtNkNbxtk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtNkNbxtk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtNkNbxtk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtNkNbxtk .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtNkNbxtk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtNkNbxtk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtNkNbxtk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtNkNbxtk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtNkNbxtk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtNkNbxtk button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtNkNbxtk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtNkNbxtk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtNkNbxtk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtNkNbxtk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtNkNbxtk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtNkNbxtk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtNkNbxtk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtNkNbxtk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtNkNbxtk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtNkNbxtk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtNkNbxtk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtNkNbxtk .collapsed .btn {
  display: flex;
}
.cid-sqtNkNbxtk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtNkNbxtk .collapsed .navbar-collapse.collapsing,
.cid-sqtNkNbxtk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtNkNbxtk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtNkNbxtk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtNkNbxtk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtNkNbxtk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtNkNbxtk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtNkNbxtk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtNkNbxtk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtNkNbxtk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtNkNbxtk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtNkNbxtk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtNkNbxtk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtNkNbxtk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtNkNbxtk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtNkNbxtk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtNkNbxtk .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-sqtNkNbxtk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtNkNbxtk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtNkNbxtk .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-sqtNkNbxtk .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtNkNbxtk .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtNkNbxtk .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtNkNbxtk .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtNkNbxtk .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtNkNbxtk .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-sqtNkNbxtk .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtNkNbxtk .navbar-collapse.collapsing,
  .cid-sqtNkNbxtk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtNkNbxtk .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtNkNbxtk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtNkNbxtk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtNkNbxtk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtNkNbxtk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtNkNbxtk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtNkNbxtk .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtNkNbxtk .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtNkNbxtk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtNkNbxtk .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtNkNbxtk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtNkNbxtk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtNkNbxtk img {
    height: 3.8rem !important;
  }
  .cid-sqtNkNbxtk .btn {
    display: flex;
  }
  .cid-sqtNkNbxtk button.navbar-toggler {
    display: block;
  }
  .cid-sqtNkNbxtk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtNkNbxtk .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtNkNbxtk .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-sqtNkNbxtk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtNkNbxtk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtNkNbxtk .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-sqtNkNbxtk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtNkNbxtk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtNkNbxtk .navbar-toggler {
  position: relative;
}
.cid-sqtNkNbxtk .dropdown-item.active,
.cid-sqtNkNbxtk .dropdown-item:active {
  color: initial;
}
.cid-sqtNkNbxtk .widget-title {
  color: #83868c;
}
.cid-sqtNkNbxtk .widget-text {
  color: #83868c;
}
.cid-sqtNkNbxtk .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtNkNbxtk .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtNkNbxtk .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtNkNbxtk .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtNkNbxtk .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtNkNbxtk .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtNkNbxtk .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtNkNbxtk .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtNkNbxtk .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtNkNbxtk .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtNkNbxtk .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtNkNbxtk .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtNkNbxtk .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtNkNbxtk .menu-content-top,
  .cid-sqtNkNbxtk .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtNkNbxtk 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-sqtNkOPvii {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtNkOPvii .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtNkOPvii .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtNkOPvii .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtNkOPvii .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtNkOPvii .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtNkOPvii .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtNkOPvii .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtNkOPvii .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtNkOPvii .separator,
  .cid-sqtNkOPvii .sep-holder,
  .cid-sqtNkOPvii .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtNkOPvii .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtNkOPvii .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtNkOPvii .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtNkOPvii .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtNkOPvii .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtNkOPvii .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtNkOPvii .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtNkQoEQu {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtNkQoEQu img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtNkQoEQu .row {
  justify-content: center;
}
.cid-sqtNkQoEQu .mbr-text {
  color: #767676;
}
.cid-sqtNkQoEQu .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtNkQoEQu .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtNkQoEQu .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtNkQoEQu .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtNkQoEQu .icon-box {
    flex-direction: column;
  }
  .cid-sqtNkQoEQu .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtNkQoEQu img {
    margin-bottom: 2rem;
  }
}
.cid-sqtNkQoEQu H1 {
  color: #14287f;
}
.cid-sqtNkQoEQu H3 {
  color: #00acee;
}
.cid-sAILjzxQpN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAILjzxQpN .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAILjzxQpN .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAILjzxQpN .mbr-text {
  color: #83868c;
}
.cid-sAILjzxQpN .phone-word {
  color: #279e64;
}
.cid-sAILjzxQpN .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAILjzxQpN .text-link:hover {
  color: #279e64 !important;
}
.cid-sAILjzxQpN img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAILjzxQpN .img1 {
  color: #279e64;
}
.cid-sAILjzxQpN .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAILjzxQpN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAILjzxQpN .content .link-wrap {
  color: red;
}
.cid-sAILjzxQpN .content .date-wrap {
  color: #13287d;
}
.cid-sAILjzxQpN .item,
.cid-sAILjzxQpN .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAILjzxQpN .item h4,
.cid-sAILjzxQpN .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAILjzxQpN .link {
  transition: all 0.3s ease-in;
}
.cid-sAILjzxQpN .link .card-img {
  padding-bottom: 3px;
}
.cid-sAILjzxQpN .link:hover .card-img span {
  color: #279e64;
}
.cid-sAILjzxQpN .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAILjzxQpN .item .card-img {
  width: auto;
}
.cid-sAILjzxQpN .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAILjzxQpN .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAILjzxQpN h5 {
    text-align: left !important;
  }
  .cid-sAILjzxQpN .line-wrap {
    text-align: left !important;
  }
}
.cid-sAILjzxQpN .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAILjzxQpN .item-title:hover {
  color: #279e64;
}
.cid-sAILjzxQpN .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAILjzxQpN .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAILjzxQpN .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAILjzxQpN .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAILjzxQpN .btn[class*="-outline"]:active,
.cid-sAILjzxQpN .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAILjzxQpN .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAILjzxQpN .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAILjzxQpN .pre-form {
  color: #83868c;
}
.cid-sAILjzxQpN .form-group,
.cid-sAILjzxQpN .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAILjzxQpN .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-sAILjzxQpN .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAILjzxQpN .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAILjzxQpN .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAILjzxQpN .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAILjzxQpN .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAILjzxQpN .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAILjzxQpN .dragArea {
  flex-direction: column;
}
.cid-sAILjzxQpN .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGosKPC.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGosKPC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGosKPC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGosKPC .modal-content,
.cid-sqGBGosKPC .modal-dialog {
  height: auto;
}
.cid-sqGBGosKPC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGosKPC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGosKPC .form-wrapper .mbr-form .form-group,
  .cid-sqGBGosKPC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGosKPC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGosKPC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGosKPC .mbr-text {
  text-align: center;
}
.cid-sqGBGosKPC .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGosKPC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGosKPC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGosKPC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGosKPC .modal-open {
  overflow: hidden;
}
.cid-sqGBGosKPC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGosKPC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGosKPC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGosKPC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGosKPC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGosKPC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGosKPC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGosKPC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGosKPC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGosKPC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGosKPC .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGosKPC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGosKPC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGosKPC .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGosKPC .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGosKPC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGosKPC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGosKPC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGosKPC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGosKPC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGosKPC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGosKPC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGosKPC .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGosKPC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGosKPC .modal-lg,
  .cid-sqGBGosKPC .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGosKPC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGosKPC .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGosKPC .container {
    max-width: 1140px;
  }
}
.cid-sqGBGosKPC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGosKPC .container {
    max-width: 720px;
  }
}
.cid-sqGBGosKPC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGosKPC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGosKPC .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGosKPC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGosKPC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGosKPC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAILkTDxJZ.popup-builder {
  background-color: #ffffff;
}
.cid-sAILkTDxJZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAILkTDxJZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAILkTDxJZ .modal-content,
.cid-sAILkTDxJZ .modal-dialog {
  height: auto;
}
.cid-sAILkTDxJZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAILkTDxJZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAILkTDxJZ .form-wrapper .mbr-form .form-group,
  .cid-sAILkTDxJZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAILkTDxJZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAILkTDxJZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAILkTDxJZ .mbr-text {
  text-align: center;
}
.cid-sAILkTDxJZ .pt-0 {
  padding-top: 0 !important;
}
.cid-sAILkTDxJZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAILkTDxJZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAILkTDxJZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAILkTDxJZ .modal-open {
  overflow: hidden;
}
.cid-sAILkTDxJZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAILkTDxJZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAILkTDxJZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAILkTDxJZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAILkTDxJZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAILkTDxJZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAILkTDxJZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAILkTDxJZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAILkTDxJZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAILkTDxJZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAILkTDxJZ .modal-backdrop.show {
  opacity: .5;
}
.cid-sAILkTDxJZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAILkTDxJZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAILkTDxJZ .modal-header .close:hover {
  opacity: 1;
}
.cid-sAILkTDxJZ .modal-header .close:focus {
  outline: none;
}
.cid-sAILkTDxJZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAILkTDxJZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAILkTDxJZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAILkTDxJZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAILkTDxJZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAILkTDxJZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAILkTDxJZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAILkTDxJZ .modal-sm {
    max-width: 300px;
  }
  .cid-sAILkTDxJZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAILkTDxJZ .modal-lg,
  .cid-sAILkTDxJZ .modal-xl {
    max-width: 800px;
  }
  .cid-sAILkTDxJZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAILkTDxJZ .modal-xl {
    max-width: 1140px;
  }
  .cid-sAILkTDxJZ .container {
    max-width: 1140px;
  }
}
.cid-sAILkTDxJZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAILkTDxJZ .container {
    max-width: 720px;
  }
}
.cid-sAILkTDxJZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAILkTDxJZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAILkTDxJZ .form-group {
  margin-bottom: 1rem;
}
.cid-sAILkTDxJZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAILkTDxJZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAILkTDxJZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtOcub8fM .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtOcub8fM .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtOcub8fM .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtOcub8fM .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-sqtOcub8fM .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtOcub8fM .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-sqtOcub8fM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtOcub8fM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtOcub8fM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtOcub8fM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtOcub8fM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtOcub8fM .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-sqtOcub8fM .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtOcub8fM .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtOcub8fM .dropdown-item,
.cid-sqtOcub8fM .nav-link,
.cid-sqtOcub8fM .brand-name {
  font-style: normal;
}
.cid-sqtOcub8fM .dropdown-item:hover,
.cid-sqtOcub8fM .nav-link:hover,
.cid-sqtOcub8fM .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtOcub8fM .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtOcub8fM .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtOcub8fM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtOcub8fM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtOcub8fM .nav-item {
  position: relative;
}
.cid-sqtOcub8fM .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtOcub8fM .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtOcub8fM .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtOcub8fM .nav-link {
    line-height: 6.13;
  }
  .cid-sqtOcub8fM .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtOcub8fM .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtOcub8fM .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-sqtOcub8fM .content-text {
  margin-bottom: 0;
}
.cid-sqtOcub8fM .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtOcub8fM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtOcub8fM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtOcub8fM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtOcub8fM .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtOcub8fM .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtOcub8fM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtOcub8fM .content-right-side {
  text-align: center;
}
.cid-sqtOcub8fM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtOcub8fM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtOcub8fM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtOcub8fM .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-sqtOcub8fM .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtOcub8fM .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtOcub8fM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtOcub8fM .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtOcub8fM .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtOcub8fM .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtOcub8fM .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtOcub8fM .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtOcub8fM .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtOcub8fM .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-sqtOcub8fM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtOcub8fM .navbar-toggler {
    display: none;
  }
  .cid-sqtOcub8fM .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtOcub8fM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtOcub8fM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtOcub8fM .btn-sm {
  padding: 13px 29px;
}
.cid-sqtOcub8fM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtOcub8fM .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-sqtOcub8fM .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtOcub8fM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtOcub8fM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtOcub8fM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtOcub8fM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtOcub8fM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtOcub8fM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtOcub8fM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtOcub8fM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtOcub8fM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtOcub8fM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtOcub8fM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtOcub8fM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtOcub8fM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtOcub8fM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtOcub8fM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtOcub8fM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtOcub8fM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtOcub8fM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtOcub8fM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtOcub8fM button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtOcub8fM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtOcub8fM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtOcub8fM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtOcub8fM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtOcub8fM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtOcub8fM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtOcub8fM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtOcub8fM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtOcub8fM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtOcub8fM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtOcub8fM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtOcub8fM .collapsed .btn {
  display: flex;
}
.cid-sqtOcub8fM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtOcub8fM .collapsed .navbar-collapse.collapsing,
.cid-sqtOcub8fM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtOcub8fM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtOcub8fM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtOcub8fM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtOcub8fM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtOcub8fM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtOcub8fM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtOcub8fM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtOcub8fM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtOcub8fM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtOcub8fM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtOcub8fM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtOcub8fM .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtOcub8fM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtOcub8fM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtOcub8fM .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-sqtOcub8fM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtOcub8fM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtOcub8fM .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-sqtOcub8fM .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtOcub8fM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtOcub8fM .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtOcub8fM .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtOcub8fM .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtOcub8fM .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-sqtOcub8fM .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtOcub8fM .navbar-collapse.collapsing,
  .cid-sqtOcub8fM .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtOcub8fM .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtOcub8fM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtOcub8fM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtOcub8fM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtOcub8fM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtOcub8fM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtOcub8fM .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtOcub8fM .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtOcub8fM .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtOcub8fM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtOcub8fM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtOcub8fM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtOcub8fM img {
    height: 3.8rem !important;
  }
  .cid-sqtOcub8fM .btn {
    display: flex;
  }
  .cid-sqtOcub8fM button.navbar-toggler {
    display: block;
  }
  .cid-sqtOcub8fM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtOcub8fM .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtOcub8fM .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-sqtOcub8fM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtOcub8fM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtOcub8fM .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-sqtOcub8fM .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtOcub8fM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtOcub8fM .navbar-toggler {
  position: relative;
}
.cid-sqtOcub8fM .dropdown-item.active,
.cid-sqtOcub8fM .dropdown-item:active {
  color: initial;
}
.cid-sqtOcub8fM .widget-title {
  color: #83868c;
}
.cid-sqtOcub8fM .widget-text {
  color: #83868c;
}
.cid-sqtOcub8fM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtOcub8fM .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtOcub8fM .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtOcub8fM .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtOcub8fM .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtOcub8fM .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtOcub8fM .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtOcub8fM .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtOcub8fM .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtOcub8fM .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtOcub8fM .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtOcub8fM .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtOcub8fM .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtOcub8fM .menu-content-top,
  .cid-sqtOcub8fM .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtOcub8fM 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-sqtOcvL2Ja {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtOcvL2Ja .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtOcvL2Ja .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtOcvL2Ja .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtOcvL2Ja .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtOcvL2Ja .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtOcvL2Ja .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtOcvL2Ja .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtOcvL2Ja .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtOcvL2Ja .separator,
  .cid-sqtOcvL2Ja .sep-holder,
  .cid-sqtOcvL2Ja .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtOcvL2Ja .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtOcvL2Ja .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtOcvL2Ja .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtOcvL2Ja .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtOcvL2Ja .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtOcvL2Ja .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtOcvL2Ja .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtOcxiEZT {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtOcxiEZT img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtOcxiEZT .row {
  justify-content: center;
}
.cid-sqtOcxiEZT .mbr-text {
  color: #767676;
}
.cid-sqtOcxiEZT .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtOcxiEZT .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtOcxiEZT .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtOcxiEZT .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtOcxiEZT .icon-box {
    flex-direction: column;
  }
  .cid-sqtOcxiEZT .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtOcxiEZT img {
    margin-bottom: 2rem;
  }
}
.cid-sqtOcxiEZT H1 {
  color: #14287f;
}
.cid-sqtOcxiEZT H3 {
  color: #00acee;
}
.cid-sAILoBn1fK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAILoBn1fK .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAILoBn1fK .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAILoBn1fK .mbr-text {
  color: #83868c;
}
.cid-sAILoBn1fK .phone-word {
  color: #279e64;
}
.cid-sAILoBn1fK .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAILoBn1fK .text-link:hover {
  color: #279e64 !important;
}
.cid-sAILoBn1fK img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAILoBn1fK .img1 {
  color: #279e64;
}
.cid-sAILoBn1fK .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAILoBn1fK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAILoBn1fK .content .link-wrap {
  color: red;
}
.cid-sAILoBn1fK .content .date-wrap {
  color: #13287d;
}
.cid-sAILoBn1fK .item,
.cid-sAILoBn1fK .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAILoBn1fK .item h4,
.cid-sAILoBn1fK .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAILoBn1fK .link {
  transition: all 0.3s ease-in;
}
.cid-sAILoBn1fK .link .card-img {
  padding-bottom: 3px;
}
.cid-sAILoBn1fK .link:hover .card-img span {
  color: #279e64;
}
.cid-sAILoBn1fK .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAILoBn1fK .item .card-img {
  width: auto;
}
.cid-sAILoBn1fK .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAILoBn1fK .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAILoBn1fK h5 {
    text-align: left !important;
  }
  .cid-sAILoBn1fK .line-wrap {
    text-align: left !important;
  }
}
.cid-sAILoBn1fK .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAILoBn1fK .item-title:hover {
  color: #279e64;
}
.cid-sAILoBn1fK .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAILoBn1fK .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAILoBn1fK .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAILoBn1fK .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAILoBn1fK .btn[class*="-outline"]:active,
.cid-sAILoBn1fK .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAILoBn1fK .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAILoBn1fK .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAILoBn1fK .pre-form {
  color: #83868c;
}
.cid-sAILoBn1fK .form-group,
.cid-sAILoBn1fK .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAILoBn1fK .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-sAILoBn1fK .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAILoBn1fK .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAILoBn1fK .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAILoBn1fK .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAILoBn1fK .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAILoBn1fK .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAILoBn1fK .dragArea {
  flex-direction: column;
}
.cid-sAILoBn1fK .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGosWNj.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGosWNj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGosWNj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGosWNj .modal-content,
.cid-sqGBGosWNj .modal-dialog {
  height: auto;
}
.cid-sqGBGosWNj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGosWNj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGosWNj .form-wrapper .mbr-form .form-group,
  .cid-sqGBGosWNj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGosWNj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGosWNj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGosWNj .mbr-text {
  text-align: center;
}
.cid-sqGBGosWNj .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGosWNj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGosWNj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGosWNj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGosWNj .modal-open {
  overflow: hidden;
}
.cid-sqGBGosWNj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGosWNj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGosWNj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGosWNj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGosWNj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGosWNj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGosWNj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGosWNj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGosWNj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGosWNj .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGosWNj .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGosWNj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGosWNj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGosWNj .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGosWNj .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGosWNj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGosWNj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGosWNj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGosWNj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGosWNj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGosWNj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGosWNj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGosWNj .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGosWNj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGosWNj .modal-lg,
  .cid-sqGBGosWNj .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGosWNj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGosWNj .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGosWNj .container {
    max-width: 1140px;
  }
}
.cid-sqGBGosWNj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGosWNj .container {
    max-width: 720px;
  }
}
.cid-sqGBGosWNj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGosWNj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGosWNj .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGosWNj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGosWNj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGosWNj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAILpQih96.popup-builder {
  background-color: #ffffff;
}
.cid-sAILpQih96.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAILpQih96.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAILpQih96 .modal-content,
.cid-sAILpQih96 .modal-dialog {
  height: auto;
}
.cid-sAILpQih96 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAILpQih96 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAILpQih96 .form-wrapper .mbr-form .form-group,
  .cid-sAILpQih96 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAILpQih96 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAILpQih96 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAILpQih96 .mbr-text {
  text-align: center;
}
.cid-sAILpQih96 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAILpQih96 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAILpQih96 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAILpQih96 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAILpQih96 .modal-open {
  overflow: hidden;
}
.cid-sAILpQih96 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAILpQih96 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAILpQih96 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAILpQih96 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAILpQih96 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAILpQih96 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAILpQih96 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAILpQih96 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAILpQih96 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAILpQih96 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAILpQih96 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAILpQih96 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAILpQih96 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAILpQih96 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAILpQih96 .modal-header .close:focus {
  outline: none;
}
.cid-sAILpQih96 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAILpQih96 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAILpQih96 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAILpQih96 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAILpQih96 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAILpQih96 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAILpQih96 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAILpQih96 .modal-sm {
    max-width: 300px;
  }
  .cid-sAILpQih96 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAILpQih96 .modal-lg,
  .cid-sAILpQih96 .modal-xl {
    max-width: 800px;
  }
  .cid-sAILpQih96 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAILpQih96 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAILpQih96 .container {
    max-width: 1140px;
  }
}
.cid-sAILpQih96 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAILpQih96 .container {
    max-width: 720px;
  }
}
.cid-sAILpQih96 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAILpQih96 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAILpQih96 .form-group {
  margin-bottom: 1rem;
}
.cid-sAILpQih96 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAILpQih96 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAILpQih96 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtOYi67AL .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtOYi67AL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtOYi67AL .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtOYi67AL .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-sqtOYi67AL .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtOYi67AL .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-sqtOYi67AL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtOYi67AL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtOYi67AL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtOYi67AL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtOYi67AL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtOYi67AL .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-sqtOYi67AL .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtOYi67AL .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtOYi67AL .dropdown-item,
.cid-sqtOYi67AL .nav-link,
.cid-sqtOYi67AL .brand-name {
  font-style: normal;
}
.cid-sqtOYi67AL .dropdown-item:hover,
.cid-sqtOYi67AL .nav-link:hover,
.cid-sqtOYi67AL .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtOYi67AL .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtOYi67AL .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtOYi67AL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtOYi67AL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtOYi67AL .nav-item {
  position: relative;
}
.cid-sqtOYi67AL .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtOYi67AL .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtOYi67AL .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtOYi67AL .nav-link {
    line-height: 6.13;
  }
  .cid-sqtOYi67AL .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtOYi67AL .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtOYi67AL .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-sqtOYi67AL .content-text {
  margin-bottom: 0;
}
.cid-sqtOYi67AL .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtOYi67AL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtOYi67AL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtOYi67AL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtOYi67AL .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtOYi67AL .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtOYi67AL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtOYi67AL .content-right-side {
  text-align: center;
}
.cid-sqtOYi67AL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtOYi67AL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtOYi67AL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtOYi67AL .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-sqtOYi67AL .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtOYi67AL .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtOYi67AL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtOYi67AL .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtOYi67AL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtOYi67AL .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtOYi67AL .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtOYi67AL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtOYi67AL .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtOYi67AL .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-sqtOYi67AL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtOYi67AL .navbar-toggler {
    display: none;
  }
  .cid-sqtOYi67AL .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtOYi67AL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtOYi67AL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtOYi67AL .btn-sm {
  padding: 13px 29px;
}
.cid-sqtOYi67AL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtOYi67AL .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-sqtOYi67AL .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtOYi67AL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtOYi67AL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtOYi67AL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtOYi67AL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtOYi67AL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtOYi67AL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtOYi67AL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtOYi67AL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtOYi67AL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtOYi67AL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtOYi67AL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtOYi67AL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtOYi67AL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtOYi67AL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtOYi67AL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtOYi67AL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtOYi67AL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtOYi67AL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtOYi67AL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtOYi67AL button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtOYi67AL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtOYi67AL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtOYi67AL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtOYi67AL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtOYi67AL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtOYi67AL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtOYi67AL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtOYi67AL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtOYi67AL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtOYi67AL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtOYi67AL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtOYi67AL .collapsed .btn {
  display: flex;
}
.cid-sqtOYi67AL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtOYi67AL .collapsed .navbar-collapse.collapsing,
.cid-sqtOYi67AL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtOYi67AL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtOYi67AL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtOYi67AL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtOYi67AL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtOYi67AL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtOYi67AL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtOYi67AL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtOYi67AL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtOYi67AL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtOYi67AL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtOYi67AL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtOYi67AL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtOYi67AL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtOYi67AL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtOYi67AL .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-sqtOYi67AL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtOYi67AL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtOYi67AL .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-sqtOYi67AL .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtOYi67AL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtOYi67AL .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtOYi67AL .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtOYi67AL .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtOYi67AL .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-sqtOYi67AL .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtOYi67AL .navbar-collapse.collapsing,
  .cid-sqtOYi67AL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtOYi67AL .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtOYi67AL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtOYi67AL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtOYi67AL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtOYi67AL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtOYi67AL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtOYi67AL .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtOYi67AL .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtOYi67AL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtOYi67AL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtOYi67AL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtOYi67AL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtOYi67AL img {
    height: 3.8rem !important;
  }
  .cid-sqtOYi67AL .btn {
    display: flex;
  }
  .cid-sqtOYi67AL button.navbar-toggler {
    display: block;
  }
  .cid-sqtOYi67AL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtOYi67AL .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtOYi67AL .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-sqtOYi67AL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtOYi67AL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtOYi67AL .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-sqtOYi67AL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtOYi67AL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtOYi67AL .navbar-toggler {
  position: relative;
}
.cid-sqtOYi67AL .dropdown-item.active,
.cid-sqtOYi67AL .dropdown-item:active {
  color: initial;
}
.cid-sqtOYi67AL .widget-title {
  color: #83868c;
}
.cid-sqtOYi67AL .widget-text {
  color: #83868c;
}
.cid-sqtOYi67AL .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtOYi67AL .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtOYi67AL .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtOYi67AL .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtOYi67AL .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtOYi67AL .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtOYi67AL .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtOYi67AL .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtOYi67AL .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtOYi67AL .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtOYi67AL .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtOYi67AL .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtOYi67AL .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtOYi67AL .menu-content-top,
  .cid-sqtOYi67AL .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtOYi67AL 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-sqtOYjNbBF {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtOYjNbBF .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtOYjNbBF .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtOYjNbBF .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtOYjNbBF .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtOYjNbBF .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtOYjNbBF .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtOYjNbBF .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtOYjNbBF .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtOYjNbBF .separator,
  .cid-sqtOYjNbBF .sep-holder,
  .cid-sqtOYjNbBF .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtOYjNbBF .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtOYjNbBF .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtOYjNbBF .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtOYjNbBF .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtOYjNbBF .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtOYjNbBF .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtOYjNbBF .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtOYl4ImC {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtOYl4ImC img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtOYl4ImC .row {
  justify-content: center;
}
.cid-sqtOYl4ImC .mbr-text {
  color: #767676;
}
.cid-sqtOYl4ImC .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtOYl4ImC .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtOYl4ImC .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtOYl4ImC .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtOYl4ImC .icon-box {
    flex-direction: column;
  }
  .cid-sqtOYl4ImC .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtOYl4ImC img {
    margin-bottom: 2rem;
  }
}
.cid-sqtOYl4ImC H1 {
  color: #14287f;
}
.cid-sqtOYl4ImC H3 {
  color: #00acee;
}
.cid-sAILutEdqv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAILutEdqv .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAILutEdqv .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAILutEdqv .mbr-text {
  color: #83868c;
}
.cid-sAILutEdqv .phone-word {
  color: #279e64;
}
.cid-sAILutEdqv .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAILutEdqv .text-link:hover {
  color: #279e64 !important;
}
.cid-sAILutEdqv img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAILutEdqv .img1 {
  color: #279e64;
}
.cid-sAILutEdqv .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAILutEdqv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAILutEdqv .content .link-wrap {
  color: red;
}
.cid-sAILutEdqv .content .date-wrap {
  color: #13287d;
}
.cid-sAILutEdqv .item,
.cid-sAILutEdqv .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAILutEdqv .item h4,
.cid-sAILutEdqv .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAILutEdqv .link {
  transition: all 0.3s ease-in;
}
.cid-sAILutEdqv .link .card-img {
  padding-bottom: 3px;
}
.cid-sAILutEdqv .link:hover .card-img span {
  color: #279e64;
}
.cid-sAILutEdqv .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAILutEdqv .item .card-img {
  width: auto;
}
.cid-sAILutEdqv .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAILutEdqv .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAILutEdqv h5 {
    text-align: left !important;
  }
  .cid-sAILutEdqv .line-wrap {
    text-align: left !important;
  }
}
.cid-sAILutEdqv .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAILutEdqv .item-title:hover {
  color: #279e64;
}
.cid-sAILutEdqv .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAILutEdqv .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAILutEdqv .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAILutEdqv .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAILutEdqv .btn[class*="-outline"]:active,
.cid-sAILutEdqv .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAILutEdqv .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAILutEdqv .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAILutEdqv .pre-form {
  color: #83868c;
}
.cid-sAILutEdqv .form-group,
.cid-sAILutEdqv .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAILutEdqv .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-sAILutEdqv .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAILutEdqv .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAILutEdqv .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAILutEdqv .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAILutEdqv .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAILutEdqv .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAILutEdqv .dragArea {
  flex-direction: column;
}
.cid-sAILutEdqv .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGotEM0.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGotEM0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGotEM0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGotEM0 .modal-content,
.cid-sqGBGotEM0 .modal-dialog {
  height: auto;
}
.cid-sqGBGotEM0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGotEM0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGotEM0 .form-wrapper .mbr-form .form-group,
  .cid-sqGBGotEM0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGotEM0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGotEM0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGotEM0 .mbr-text {
  text-align: center;
}
.cid-sqGBGotEM0 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGotEM0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGotEM0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGotEM0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGotEM0 .modal-open {
  overflow: hidden;
}
.cid-sqGBGotEM0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGotEM0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGotEM0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGotEM0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGotEM0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGotEM0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGotEM0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGotEM0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGotEM0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGotEM0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGotEM0 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGotEM0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGotEM0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGotEM0 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGotEM0 .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGotEM0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGotEM0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGotEM0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGotEM0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGotEM0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGotEM0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGotEM0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGotEM0 .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGotEM0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGotEM0 .modal-lg,
  .cid-sqGBGotEM0 .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGotEM0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGotEM0 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGotEM0 .container {
    max-width: 1140px;
  }
}
.cid-sqGBGotEM0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGotEM0 .container {
    max-width: 720px;
  }
}
.cid-sqGBGotEM0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGotEM0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGotEM0 .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGotEM0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGotEM0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGotEM0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAILvMDIze.popup-builder {
  background-color: #ffffff;
}
.cid-sAILvMDIze.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAILvMDIze.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAILvMDIze .modal-content,
.cid-sAILvMDIze .modal-dialog {
  height: auto;
}
.cid-sAILvMDIze .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAILvMDIze .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAILvMDIze .form-wrapper .mbr-form .form-group,
  .cid-sAILvMDIze .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAILvMDIze .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAILvMDIze .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAILvMDIze .mbr-text {
  text-align: center;
}
.cid-sAILvMDIze .pt-0 {
  padding-top: 0 !important;
}
.cid-sAILvMDIze .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAILvMDIze .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAILvMDIze .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAILvMDIze .modal-open {
  overflow: hidden;
}
.cid-sAILvMDIze .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAILvMDIze .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAILvMDIze .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAILvMDIze .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAILvMDIze .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAILvMDIze .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAILvMDIze .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAILvMDIze .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAILvMDIze .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAILvMDIze .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAILvMDIze .modal-backdrop.show {
  opacity: .5;
}
.cid-sAILvMDIze .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAILvMDIze .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAILvMDIze .modal-header .close:hover {
  opacity: 1;
}
.cid-sAILvMDIze .modal-header .close:focus {
  outline: none;
}
.cid-sAILvMDIze .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAILvMDIze .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAILvMDIze .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAILvMDIze .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAILvMDIze .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAILvMDIze .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAILvMDIze .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAILvMDIze .modal-sm {
    max-width: 300px;
  }
  .cid-sAILvMDIze .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAILvMDIze .modal-lg,
  .cid-sAILvMDIze .modal-xl {
    max-width: 800px;
  }
  .cid-sAILvMDIze .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAILvMDIze .modal-xl {
    max-width: 1140px;
  }
  .cid-sAILvMDIze .container {
    max-width: 1140px;
  }
}
.cid-sAILvMDIze .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAILvMDIze .container {
    max-width: 720px;
  }
}
.cid-sAILvMDIze .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAILvMDIze .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAILvMDIze .form-group {
  margin-bottom: 1rem;
}
.cid-sAILvMDIze .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAILvMDIze .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAILvMDIze .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtPEfkN2H .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtPEfkN2H .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtPEfkN2H .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtPEfkN2H .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-sqtPEfkN2H .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtPEfkN2H .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-sqtPEfkN2H .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtPEfkN2H .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtPEfkN2H .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtPEfkN2H .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtPEfkN2H .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtPEfkN2H .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-sqtPEfkN2H .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtPEfkN2H .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtPEfkN2H .dropdown-item,
.cid-sqtPEfkN2H .nav-link,
.cid-sqtPEfkN2H .brand-name {
  font-style: normal;
}
.cid-sqtPEfkN2H .dropdown-item:hover,
.cid-sqtPEfkN2H .nav-link:hover,
.cid-sqtPEfkN2H .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtPEfkN2H .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtPEfkN2H .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtPEfkN2H .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtPEfkN2H .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtPEfkN2H .nav-item {
  position: relative;
}
.cid-sqtPEfkN2H .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtPEfkN2H .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtPEfkN2H .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtPEfkN2H .nav-link {
    line-height: 6.13;
  }
  .cid-sqtPEfkN2H .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtPEfkN2H .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtPEfkN2H .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-sqtPEfkN2H .content-text {
  margin-bottom: 0;
}
.cid-sqtPEfkN2H .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtPEfkN2H .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtPEfkN2H .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtPEfkN2H .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtPEfkN2H .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtPEfkN2H .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtPEfkN2H .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtPEfkN2H .content-right-side {
  text-align: center;
}
.cid-sqtPEfkN2H .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtPEfkN2H .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtPEfkN2H .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtPEfkN2H .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-sqtPEfkN2H .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtPEfkN2H .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtPEfkN2H .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtPEfkN2H .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtPEfkN2H .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtPEfkN2H .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtPEfkN2H .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtPEfkN2H .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtPEfkN2H .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtPEfkN2H .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-sqtPEfkN2H .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtPEfkN2H .navbar-toggler {
    display: none;
  }
  .cid-sqtPEfkN2H .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtPEfkN2H .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtPEfkN2H .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtPEfkN2H .btn-sm {
  padding: 13px 29px;
}
.cid-sqtPEfkN2H .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtPEfkN2H .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-sqtPEfkN2H .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtPEfkN2H .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtPEfkN2H .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtPEfkN2H .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtPEfkN2H .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtPEfkN2H .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtPEfkN2H .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtPEfkN2H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtPEfkN2H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtPEfkN2H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtPEfkN2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtPEfkN2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtPEfkN2H .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtPEfkN2H .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtPEfkN2H .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtPEfkN2H .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtPEfkN2H .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtPEfkN2H .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtPEfkN2H .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtPEfkN2H button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtPEfkN2H button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtPEfkN2H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtPEfkN2H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtPEfkN2H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtPEfkN2H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtPEfkN2H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtPEfkN2H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtPEfkN2H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtPEfkN2H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtPEfkN2H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtPEfkN2H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtPEfkN2H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtPEfkN2H .collapsed .btn {
  display: flex;
}
.cid-sqtPEfkN2H .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtPEfkN2H .collapsed .navbar-collapse.collapsing,
.cid-sqtPEfkN2H .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtPEfkN2H .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtPEfkN2H .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtPEfkN2H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtPEfkN2H .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtPEfkN2H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtPEfkN2H .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtPEfkN2H .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtPEfkN2H .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtPEfkN2H .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtPEfkN2H .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtPEfkN2H .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtPEfkN2H .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtPEfkN2H .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtPEfkN2H .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtPEfkN2H .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-sqtPEfkN2H .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtPEfkN2H .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtPEfkN2H .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-sqtPEfkN2H .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtPEfkN2H .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtPEfkN2H .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtPEfkN2H .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtPEfkN2H .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtPEfkN2H .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-sqtPEfkN2H .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtPEfkN2H .navbar-collapse.collapsing,
  .cid-sqtPEfkN2H .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtPEfkN2H .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtPEfkN2H .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtPEfkN2H .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtPEfkN2H .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtPEfkN2H .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtPEfkN2H .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtPEfkN2H .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtPEfkN2H .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtPEfkN2H .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtPEfkN2H .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtPEfkN2H .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtPEfkN2H .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtPEfkN2H img {
    height: 3.8rem !important;
  }
  .cid-sqtPEfkN2H .btn {
    display: flex;
  }
  .cid-sqtPEfkN2H button.navbar-toggler {
    display: block;
  }
  .cid-sqtPEfkN2H .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtPEfkN2H .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtPEfkN2H .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-sqtPEfkN2H .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtPEfkN2H .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtPEfkN2H .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-sqtPEfkN2H .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtPEfkN2H .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtPEfkN2H .navbar-toggler {
  position: relative;
}
.cid-sqtPEfkN2H .dropdown-item.active,
.cid-sqtPEfkN2H .dropdown-item:active {
  color: initial;
}
.cid-sqtPEfkN2H .widget-title {
  color: #83868c;
}
.cid-sqtPEfkN2H .widget-text {
  color: #83868c;
}
.cid-sqtPEfkN2H .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtPEfkN2H .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtPEfkN2H .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtPEfkN2H .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtPEfkN2H .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtPEfkN2H .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtPEfkN2H .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtPEfkN2H .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtPEfkN2H .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtPEfkN2H .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtPEfkN2H .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtPEfkN2H .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtPEfkN2H .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtPEfkN2H .menu-content-top,
  .cid-sqtPEfkN2H .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtPEfkN2H 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-sqtPEhE2nL {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtPEhE2nL .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtPEhE2nL .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtPEhE2nL .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtPEhE2nL .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtPEhE2nL .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtPEhE2nL .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtPEhE2nL .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtPEhE2nL .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtPEhE2nL .separator,
  .cid-sqtPEhE2nL .sep-holder,
  .cid-sqtPEhE2nL .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtPEhE2nL .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtPEhE2nL .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtPEhE2nL .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtPEhE2nL .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtPEhE2nL .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtPEhE2nL .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtPEhE2nL .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtPEj6zJO {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtPEj6zJO img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtPEj6zJO .row {
  justify-content: center;
}
.cid-sqtPEj6zJO .mbr-text {
  color: #767676;
}
.cid-sqtPEj6zJO .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtPEj6zJO .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtPEj6zJO .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtPEj6zJO .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtPEj6zJO .icon-box {
    flex-direction: column;
  }
  .cid-sqtPEj6zJO .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtPEj6zJO img {
    margin-bottom: 2rem;
  }
}
.cid-sqtPEj6zJO H1 {
  color: #14287f;
}
.cid-sqtPEj6zJO H3 {
  color: #00acee;
}
.cid-sAILAkq9TA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAILAkq9TA .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAILAkq9TA .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAILAkq9TA .mbr-text {
  color: #83868c;
}
.cid-sAILAkq9TA .phone-word {
  color: #279e64;
}
.cid-sAILAkq9TA .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAILAkq9TA .text-link:hover {
  color: #279e64 !important;
}
.cid-sAILAkq9TA img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAILAkq9TA .img1 {
  color: #279e64;
}
.cid-sAILAkq9TA .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAILAkq9TA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAILAkq9TA .content .link-wrap {
  color: red;
}
.cid-sAILAkq9TA .content .date-wrap {
  color: #13287d;
}
.cid-sAILAkq9TA .item,
.cid-sAILAkq9TA .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAILAkq9TA .item h4,
.cid-sAILAkq9TA .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAILAkq9TA .link {
  transition: all 0.3s ease-in;
}
.cid-sAILAkq9TA .link .card-img {
  padding-bottom: 3px;
}
.cid-sAILAkq9TA .link:hover .card-img span {
  color: #279e64;
}
.cid-sAILAkq9TA .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAILAkq9TA .item .card-img {
  width: auto;
}
.cid-sAILAkq9TA .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAILAkq9TA .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAILAkq9TA h5 {
    text-align: left !important;
  }
  .cid-sAILAkq9TA .line-wrap {
    text-align: left !important;
  }
}
.cid-sAILAkq9TA .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAILAkq9TA .item-title:hover {
  color: #279e64;
}
.cid-sAILAkq9TA .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAILAkq9TA .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAILAkq9TA .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAILAkq9TA .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAILAkq9TA .btn[class*="-outline"]:active,
.cid-sAILAkq9TA .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAILAkq9TA .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAILAkq9TA .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAILAkq9TA .pre-form {
  color: #83868c;
}
.cid-sAILAkq9TA .form-group,
.cid-sAILAkq9TA .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAILAkq9TA .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-sAILAkq9TA .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAILAkq9TA .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAILAkq9TA .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAILAkq9TA .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAILAkq9TA .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAILAkq9TA .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAILAkq9TA .dragArea {
  flex-direction: column;
}
.cid-sAILAkq9TA .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGotU1s.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGotU1s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGotU1s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGotU1s .modal-content,
.cid-sqGBGotU1s .modal-dialog {
  height: auto;
}
.cid-sqGBGotU1s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGotU1s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGotU1s .form-wrapper .mbr-form .form-group,
  .cid-sqGBGotU1s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGotU1s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGotU1s .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGotU1s .mbr-text {
  text-align: center;
}
.cid-sqGBGotU1s .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGotU1s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGotU1s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGotU1s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGotU1s .modal-open {
  overflow: hidden;
}
.cid-sqGBGotU1s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGotU1s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGotU1s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGotU1s .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGotU1s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGotU1s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGotU1s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGotU1s .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGotU1s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGotU1s .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGotU1s .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGotU1s .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGotU1s .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGotU1s .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGotU1s .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGotU1s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGotU1s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGotU1s .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGotU1s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGotU1s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGotU1s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGotU1s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGotU1s .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGotU1s .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGotU1s .modal-lg,
  .cid-sqGBGotU1s .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGotU1s .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGotU1s .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGotU1s .container {
    max-width: 1140px;
  }
}
.cid-sqGBGotU1s .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGotU1s .container {
    max-width: 720px;
  }
}
.cid-sqGBGotU1s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGotU1s .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGotU1s .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGotU1s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGotU1s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGotU1s .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAILBzmHvI.popup-builder {
  background-color: #ffffff;
}
.cid-sAILBzmHvI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAILBzmHvI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAILBzmHvI .modal-content,
.cid-sAILBzmHvI .modal-dialog {
  height: auto;
}
.cid-sAILBzmHvI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAILBzmHvI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAILBzmHvI .form-wrapper .mbr-form .form-group,
  .cid-sAILBzmHvI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAILBzmHvI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAILBzmHvI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAILBzmHvI .mbr-text {
  text-align: center;
}
.cid-sAILBzmHvI .pt-0 {
  padding-top: 0 !important;
}
.cid-sAILBzmHvI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAILBzmHvI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAILBzmHvI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAILBzmHvI .modal-open {
  overflow: hidden;
}
.cid-sAILBzmHvI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAILBzmHvI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAILBzmHvI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAILBzmHvI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAILBzmHvI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAILBzmHvI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAILBzmHvI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAILBzmHvI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAILBzmHvI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAILBzmHvI .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAILBzmHvI .modal-backdrop.show {
  opacity: .5;
}
.cid-sAILBzmHvI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAILBzmHvI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAILBzmHvI .modal-header .close:hover {
  opacity: 1;
}
.cid-sAILBzmHvI .modal-header .close:focus {
  outline: none;
}
.cid-sAILBzmHvI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAILBzmHvI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAILBzmHvI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAILBzmHvI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAILBzmHvI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAILBzmHvI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAILBzmHvI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAILBzmHvI .modal-sm {
    max-width: 300px;
  }
  .cid-sAILBzmHvI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAILBzmHvI .modal-lg,
  .cid-sAILBzmHvI .modal-xl {
    max-width: 800px;
  }
  .cid-sAILBzmHvI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAILBzmHvI .modal-xl {
    max-width: 1140px;
  }
  .cid-sAILBzmHvI .container {
    max-width: 1140px;
  }
}
.cid-sAILBzmHvI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAILBzmHvI .container {
    max-width: 720px;
  }
}
.cid-sAILBzmHvI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAILBzmHvI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAILBzmHvI .form-group {
  margin-bottom: 1rem;
}
.cid-sAILBzmHvI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAILBzmHvI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAILBzmHvI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtQpb9y4q .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtQpb9y4q .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtQpb9y4q .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtQpb9y4q .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-sqtQpb9y4q .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtQpb9y4q .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-sqtQpb9y4q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtQpb9y4q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtQpb9y4q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtQpb9y4q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtQpb9y4q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtQpb9y4q .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-sqtQpb9y4q .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtQpb9y4q .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtQpb9y4q .dropdown-item,
.cid-sqtQpb9y4q .nav-link,
.cid-sqtQpb9y4q .brand-name {
  font-style: normal;
}
.cid-sqtQpb9y4q .dropdown-item:hover,
.cid-sqtQpb9y4q .nav-link:hover,
.cid-sqtQpb9y4q .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtQpb9y4q .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtQpb9y4q .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtQpb9y4q .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtQpb9y4q .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtQpb9y4q .nav-item {
  position: relative;
}
.cid-sqtQpb9y4q .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtQpb9y4q .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtQpb9y4q .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtQpb9y4q .nav-link {
    line-height: 6.13;
  }
  .cid-sqtQpb9y4q .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtQpb9y4q .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtQpb9y4q .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-sqtQpb9y4q .content-text {
  margin-bottom: 0;
}
.cid-sqtQpb9y4q .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtQpb9y4q .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtQpb9y4q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtQpb9y4q .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtQpb9y4q .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtQpb9y4q .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtQpb9y4q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtQpb9y4q .content-right-side {
  text-align: center;
}
.cid-sqtQpb9y4q .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtQpb9y4q .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtQpb9y4q .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtQpb9y4q .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-sqtQpb9y4q .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtQpb9y4q .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtQpb9y4q .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtQpb9y4q .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtQpb9y4q .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtQpb9y4q .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtQpb9y4q .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtQpb9y4q .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtQpb9y4q .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtQpb9y4q .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-sqtQpb9y4q .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtQpb9y4q .navbar-toggler {
    display: none;
  }
  .cid-sqtQpb9y4q .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtQpb9y4q .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtQpb9y4q .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtQpb9y4q .btn-sm {
  padding: 13px 29px;
}
.cid-sqtQpb9y4q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtQpb9y4q .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-sqtQpb9y4q .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtQpb9y4q .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtQpb9y4q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtQpb9y4q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtQpb9y4q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtQpb9y4q .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtQpb9y4q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtQpb9y4q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtQpb9y4q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtQpb9y4q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtQpb9y4q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtQpb9y4q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtQpb9y4q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtQpb9y4q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtQpb9y4q .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtQpb9y4q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtQpb9y4q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtQpb9y4q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtQpb9y4q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtQpb9y4q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtQpb9y4q button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtQpb9y4q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtQpb9y4q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtQpb9y4q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtQpb9y4q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtQpb9y4q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtQpb9y4q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtQpb9y4q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtQpb9y4q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtQpb9y4q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtQpb9y4q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtQpb9y4q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtQpb9y4q .collapsed .btn {
  display: flex;
}
.cid-sqtQpb9y4q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtQpb9y4q .collapsed .navbar-collapse.collapsing,
.cid-sqtQpb9y4q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtQpb9y4q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtQpb9y4q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtQpb9y4q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtQpb9y4q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtQpb9y4q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtQpb9y4q .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtQpb9y4q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtQpb9y4q .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtQpb9y4q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtQpb9y4q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtQpb9y4q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtQpb9y4q .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtQpb9y4q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtQpb9y4q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtQpb9y4q .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-sqtQpb9y4q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtQpb9y4q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtQpb9y4q .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-sqtQpb9y4q .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtQpb9y4q .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtQpb9y4q .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtQpb9y4q .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtQpb9y4q .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtQpb9y4q .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-sqtQpb9y4q .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtQpb9y4q .navbar-collapse.collapsing,
  .cid-sqtQpb9y4q .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtQpb9y4q .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtQpb9y4q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtQpb9y4q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtQpb9y4q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtQpb9y4q .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtQpb9y4q .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtQpb9y4q .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtQpb9y4q .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtQpb9y4q .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtQpb9y4q .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtQpb9y4q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtQpb9y4q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtQpb9y4q img {
    height: 3.8rem !important;
  }
  .cid-sqtQpb9y4q .btn {
    display: flex;
  }
  .cid-sqtQpb9y4q button.navbar-toggler {
    display: block;
  }
  .cid-sqtQpb9y4q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtQpb9y4q .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtQpb9y4q .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-sqtQpb9y4q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtQpb9y4q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtQpb9y4q .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-sqtQpb9y4q .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtQpb9y4q .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtQpb9y4q .navbar-toggler {
  position: relative;
}
.cid-sqtQpb9y4q .dropdown-item.active,
.cid-sqtQpb9y4q .dropdown-item:active {
  color: initial;
}
.cid-sqtQpb9y4q .widget-title {
  color: #83868c;
}
.cid-sqtQpb9y4q .widget-text {
  color: #83868c;
}
.cid-sqtQpb9y4q .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtQpb9y4q .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtQpb9y4q .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtQpb9y4q .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtQpb9y4q .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtQpb9y4q .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtQpb9y4q .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtQpb9y4q .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtQpb9y4q .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtQpb9y4q .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtQpb9y4q .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtQpb9y4q .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtQpb9y4q .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtQpb9y4q .menu-content-top,
  .cid-sqtQpb9y4q .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtQpb9y4q 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-sqtQpcT64e {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtQpcT64e .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtQpcT64e .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtQpcT64e .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtQpcT64e .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtQpcT64e .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtQpcT64e .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtQpcT64e .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtQpcT64e .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtQpcT64e .separator,
  .cid-sqtQpcT64e .sep-holder,
  .cid-sqtQpcT64e .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtQpcT64e .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtQpcT64e .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtQpcT64e .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtQpcT64e .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtQpcT64e .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtQpcT64e .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtQpcT64e .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtQpeweJG {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtQpeweJG img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtQpeweJG .row {
  justify-content: center;
}
.cid-sqtQpeweJG .mbr-text {
  color: #767676;
}
.cid-sqtQpeweJG .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtQpeweJG .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtQpeweJG .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtQpeweJG .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtQpeweJG .icon-box {
    flex-direction: column;
  }
  .cid-sqtQpeweJG .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtQpeweJG img {
    margin-bottom: 2rem;
  }
}
.cid-sqtQpeweJG H1 {
  color: #14287f;
}
.cid-sqtQpeweJG H3 {
  color: #00acee;
}
.cid-sAILFMecKV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAILFMecKV .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAILFMecKV .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAILFMecKV .mbr-text {
  color: #83868c;
}
.cid-sAILFMecKV .phone-word {
  color: #279e64;
}
.cid-sAILFMecKV .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAILFMecKV .text-link:hover {
  color: #279e64 !important;
}
.cid-sAILFMecKV img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAILFMecKV .img1 {
  color: #279e64;
}
.cid-sAILFMecKV .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAILFMecKV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAILFMecKV .content .link-wrap {
  color: red;
}
.cid-sAILFMecKV .content .date-wrap {
  color: #13287d;
}
.cid-sAILFMecKV .item,
.cid-sAILFMecKV .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAILFMecKV .item h4,
.cid-sAILFMecKV .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAILFMecKV .link {
  transition: all 0.3s ease-in;
}
.cid-sAILFMecKV .link .card-img {
  padding-bottom: 3px;
}
.cid-sAILFMecKV .link:hover .card-img span {
  color: #279e64;
}
.cid-sAILFMecKV .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAILFMecKV .item .card-img {
  width: auto;
}
.cid-sAILFMecKV .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAILFMecKV .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAILFMecKV h5 {
    text-align: left !important;
  }
  .cid-sAILFMecKV .line-wrap {
    text-align: left !important;
  }
}
.cid-sAILFMecKV .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAILFMecKV .item-title:hover {
  color: #279e64;
}
.cid-sAILFMecKV .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAILFMecKV .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAILFMecKV .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAILFMecKV .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAILFMecKV .btn[class*="-outline"]:active,
.cid-sAILFMecKV .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAILFMecKV .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAILFMecKV .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAILFMecKV .pre-form {
  color: #83868c;
}
.cid-sAILFMecKV .form-group,
.cid-sAILFMecKV .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAILFMecKV .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-sAILFMecKV .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAILFMecKV .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAILFMecKV .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAILFMecKV .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAILFMecKV .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAILFMecKV .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAILFMecKV .dragArea {
  flex-direction: column;
}
.cid-sAILFMecKV .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGotlGS.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGotlGS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGotlGS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGotlGS .modal-content,
.cid-sqGBGotlGS .modal-dialog {
  height: auto;
}
.cid-sqGBGotlGS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGotlGS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGotlGS .form-wrapper .mbr-form .form-group,
  .cid-sqGBGotlGS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGotlGS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGotlGS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGotlGS .mbr-text {
  text-align: center;
}
.cid-sqGBGotlGS .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGotlGS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGotlGS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGotlGS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGotlGS .modal-open {
  overflow: hidden;
}
.cid-sqGBGotlGS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGotlGS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGotlGS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGotlGS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGotlGS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGotlGS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGotlGS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGotlGS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGotlGS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGotlGS .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGotlGS .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGotlGS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGotlGS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGotlGS .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGotlGS .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGotlGS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGotlGS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGotlGS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGotlGS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGotlGS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGotlGS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGotlGS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGotlGS .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGotlGS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGotlGS .modal-lg,
  .cid-sqGBGotlGS .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGotlGS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGotlGS .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGotlGS .container {
    max-width: 1140px;
  }
}
.cid-sqGBGotlGS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGotlGS .container {
    max-width: 720px;
  }
}
.cid-sqGBGotlGS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGotlGS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGotlGS .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGotlGS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGotlGS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGotlGS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAILHiF3KD.popup-builder {
  background-color: #ffffff;
}
.cid-sAILHiF3KD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAILHiF3KD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAILHiF3KD .modal-content,
.cid-sAILHiF3KD .modal-dialog {
  height: auto;
}
.cid-sAILHiF3KD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAILHiF3KD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAILHiF3KD .form-wrapper .mbr-form .form-group,
  .cid-sAILHiF3KD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAILHiF3KD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAILHiF3KD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAILHiF3KD .mbr-text {
  text-align: center;
}
.cid-sAILHiF3KD .pt-0 {
  padding-top: 0 !important;
}
.cid-sAILHiF3KD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAILHiF3KD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAILHiF3KD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAILHiF3KD .modal-open {
  overflow: hidden;
}
.cid-sAILHiF3KD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAILHiF3KD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAILHiF3KD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAILHiF3KD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAILHiF3KD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAILHiF3KD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAILHiF3KD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAILHiF3KD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAILHiF3KD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAILHiF3KD .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAILHiF3KD .modal-backdrop.show {
  opacity: .5;
}
.cid-sAILHiF3KD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAILHiF3KD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAILHiF3KD .modal-header .close:hover {
  opacity: 1;
}
.cid-sAILHiF3KD .modal-header .close:focus {
  outline: none;
}
.cid-sAILHiF3KD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAILHiF3KD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAILHiF3KD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAILHiF3KD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAILHiF3KD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAILHiF3KD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAILHiF3KD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAILHiF3KD .modal-sm {
    max-width: 300px;
  }
  .cid-sAILHiF3KD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAILHiF3KD .modal-lg,
  .cid-sAILHiF3KD .modal-xl {
    max-width: 800px;
  }
  .cid-sAILHiF3KD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAILHiF3KD .modal-xl {
    max-width: 1140px;
  }
  .cid-sAILHiF3KD .container {
    max-width: 1140px;
  }
}
.cid-sAILHiF3KD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAILHiF3KD .container {
    max-width: 720px;
  }
}
.cid-sAILHiF3KD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAILHiF3KD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAILHiF3KD .form-group {
  margin-bottom: 1rem;
}
.cid-sAILHiF3KD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAILHiF3KD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAILHiF3KD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtQQwaXUl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtQQwaXUl .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtQQwaXUl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtQQwaXUl .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-sqtQQwaXUl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtQQwaXUl .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-sqtQQwaXUl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtQQwaXUl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtQQwaXUl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtQQwaXUl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtQQwaXUl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtQQwaXUl .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-sqtQQwaXUl .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtQQwaXUl .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtQQwaXUl .dropdown-item,
.cid-sqtQQwaXUl .nav-link,
.cid-sqtQQwaXUl .brand-name {
  font-style: normal;
}
.cid-sqtQQwaXUl .dropdown-item:hover,
.cid-sqtQQwaXUl .nav-link:hover,
.cid-sqtQQwaXUl .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtQQwaXUl .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtQQwaXUl .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtQQwaXUl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtQQwaXUl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtQQwaXUl .nav-item {
  position: relative;
}
.cid-sqtQQwaXUl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtQQwaXUl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtQQwaXUl .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtQQwaXUl .nav-link {
    line-height: 6.13;
  }
  .cid-sqtQQwaXUl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtQQwaXUl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtQQwaXUl .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-sqtQQwaXUl .content-text {
  margin-bottom: 0;
}
.cid-sqtQQwaXUl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtQQwaXUl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtQQwaXUl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtQQwaXUl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtQQwaXUl .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtQQwaXUl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtQQwaXUl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtQQwaXUl .content-right-side {
  text-align: center;
}
.cid-sqtQQwaXUl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtQQwaXUl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtQQwaXUl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtQQwaXUl .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-sqtQQwaXUl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtQQwaXUl .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtQQwaXUl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtQQwaXUl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtQQwaXUl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtQQwaXUl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtQQwaXUl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtQQwaXUl .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtQQwaXUl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtQQwaXUl .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-sqtQQwaXUl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtQQwaXUl .navbar-toggler {
    display: none;
  }
  .cid-sqtQQwaXUl .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtQQwaXUl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtQQwaXUl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtQQwaXUl .btn-sm {
  padding: 13px 29px;
}
.cid-sqtQQwaXUl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtQQwaXUl .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-sqtQQwaXUl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtQQwaXUl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtQQwaXUl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtQQwaXUl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtQQwaXUl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtQQwaXUl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtQQwaXUl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtQQwaXUl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtQQwaXUl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtQQwaXUl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtQQwaXUl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtQQwaXUl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtQQwaXUl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtQQwaXUl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtQQwaXUl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtQQwaXUl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtQQwaXUl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtQQwaXUl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtQQwaXUl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtQQwaXUl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtQQwaXUl button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtQQwaXUl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtQQwaXUl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtQQwaXUl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtQQwaXUl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtQQwaXUl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtQQwaXUl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtQQwaXUl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtQQwaXUl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtQQwaXUl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtQQwaXUl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtQQwaXUl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtQQwaXUl .collapsed .btn {
  display: flex;
}
.cid-sqtQQwaXUl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtQQwaXUl .collapsed .navbar-collapse.collapsing,
.cid-sqtQQwaXUl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtQQwaXUl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtQQwaXUl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtQQwaXUl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtQQwaXUl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtQQwaXUl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtQQwaXUl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtQQwaXUl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtQQwaXUl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtQQwaXUl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtQQwaXUl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtQQwaXUl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtQQwaXUl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtQQwaXUl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtQQwaXUl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtQQwaXUl .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-sqtQQwaXUl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtQQwaXUl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtQQwaXUl .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-sqtQQwaXUl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtQQwaXUl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtQQwaXUl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtQQwaXUl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtQQwaXUl .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtQQwaXUl .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-sqtQQwaXUl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtQQwaXUl .navbar-collapse.collapsing,
  .cid-sqtQQwaXUl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtQQwaXUl .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtQQwaXUl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtQQwaXUl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtQQwaXUl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtQQwaXUl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtQQwaXUl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtQQwaXUl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtQQwaXUl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtQQwaXUl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtQQwaXUl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtQQwaXUl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtQQwaXUl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtQQwaXUl img {
    height: 3.8rem !important;
  }
  .cid-sqtQQwaXUl .btn {
    display: flex;
  }
  .cid-sqtQQwaXUl button.navbar-toggler {
    display: block;
  }
  .cid-sqtQQwaXUl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtQQwaXUl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtQQwaXUl .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-sqtQQwaXUl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtQQwaXUl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtQQwaXUl .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-sqtQQwaXUl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtQQwaXUl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtQQwaXUl .navbar-toggler {
  position: relative;
}
.cid-sqtQQwaXUl .dropdown-item.active,
.cid-sqtQQwaXUl .dropdown-item:active {
  color: initial;
}
.cid-sqtQQwaXUl .widget-title {
  color: #83868c;
}
.cid-sqtQQwaXUl .widget-text {
  color: #83868c;
}
.cid-sqtQQwaXUl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtQQwaXUl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtQQwaXUl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtQQwaXUl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtQQwaXUl .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtQQwaXUl .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtQQwaXUl .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtQQwaXUl .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtQQwaXUl .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtQQwaXUl .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtQQwaXUl .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtQQwaXUl .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtQQwaXUl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtQQwaXUl .menu-content-top,
  .cid-sqtQQwaXUl .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtQQwaXUl 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-sqtQQy5947 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtQQy5947 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtQQy5947 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtQQy5947 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtQQy5947 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtQQy5947 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtQQy5947 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtQQy5947 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtQQy5947 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtQQy5947 .separator,
  .cid-sqtQQy5947 .sep-holder,
  .cid-sqtQQy5947 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtQQy5947 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtQQy5947 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtQQy5947 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtQQy5947 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtQQy5947 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtQQy5947 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtQQy5947 .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtQQzEhFv {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtQQzEhFv img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtQQzEhFv .row {
  justify-content: center;
}
.cid-sqtQQzEhFv .mbr-text {
  color: #767676;
}
.cid-sqtQQzEhFv .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtQQzEhFv .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtQQzEhFv .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtQQzEhFv .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtQQzEhFv .icon-box {
    flex-direction: column;
  }
  .cid-sqtQQzEhFv .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtQQzEhFv img {
    margin-bottom: 2rem;
  }
}
.cid-sqtQQzEhFv H1 {
  color: #14287f;
}
.cid-sqtQQzEhFv H3 {
  color: #00acee;
}
.cid-sAILLsK2eq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAILLsK2eq .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAILLsK2eq .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAILLsK2eq .mbr-text {
  color: #83868c;
}
.cid-sAILLsK2eq .phone-word {
  color: #279e64;
}
.cid-sAILLsK2eq .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAILLsK2eq .text-link:hover {
  color: #279e64 !important;
}
.cid-sAILLsK2eq img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAILLsK2eq .img1 {
  color: #279e64;
}
.cid-sAILLsK2eq .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAILLsK2eq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAILLsK2eq .content .link-wrap {
  color: red;
}
.cid-sAILLsK2eq .content .date-wrap {
  color: #13287d;
}
.cid-sAILLsK2eq .item,
.cid-sAILLsK2eq .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAILLsK2eq .item h4,
.cid-sAILLsK2eq .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAILLsK2eq .link {
  transition: all 0.3s ease-in;
}
.cid-sAILLsK2eq .link .card-img {
  padding-bottom: 3px;
}
.cid-sAILLsK2eq .link:hover .card-img span {
  color: #279e64;
}
.cid-sAILLsK2eq .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAILLsK2eq .item .card-img {
  width: auto;
}
.cid-sAILLsK2eq .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAILLsK2eq .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAILLsK2eq h5 {
    text-align: left !important;
  }
  .cid-sAILLsK2eq .line-wrap {
    text-align: left !important;
  }
}
.cid-sAILLsK2eq .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAILLsK2eq .item-title:hover {
  color: #279e64;
}
.cid-sAILLsK2eq .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAILLsK2eq .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAILLsK2eq .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAILLsK2eq .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAILLsK2eq .btn[class*="-outline"]:active,
.cid-sAILLsK2eq .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAILLsK2eq .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAILLsK2eq .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAILLsK2eq .pre-form {
  color: #83868c;
}
.cid-sAILLsK2eq .form-group,
.cid-sAILLsK2eq .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAILLsK2eq .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-sAILLsK2eq .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAILLsK2eq .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAILLsK2eq .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAILLsK2eq .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAILLsK2eq .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAILLsK2eq .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAILLsK2eq .dragArea {
  flex-direction: column;
}
.cid-sAILLsK2eq .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGotALB.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGotALB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGotALB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGotALB .modal-content,
.cid-sqGBGotALB .modal-dialog {
  height: auto;
}
.cid-sqGBGotALB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGotALB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGotALB .form-wrapper .mbr-form .form-group,
  .cid-sqGBGotALB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGotALB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGotALB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGotALB .mbr-text {
  text-align: center;
}
.cid-sqGBGotALB .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGotALB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGotALB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGotALB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGotALB .modal-open {
  overflow: hidden;
}
.cid-sqGBGotALB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGotALB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGotALB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGotALB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGotALB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGotALB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGotALB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGotALB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGotALB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGotALB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGotALB .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGotALB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGotALB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGotALB .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGotALB .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGotALB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGotALB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGotALB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGotALB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGotALB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGotALB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGotALB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGotALB .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGotALB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGotALB .modal-lg,
  .cid-sqGBGotALB .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGotALB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGotALB .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGotALB .container {
    max-width: 1140px;
  }
}
.cid-sqGBGotALB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGotALB .container {
    max-width: 720px;
  }
}
.cid-sqGBGotALB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGotALB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGotALB .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGotALB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGotALB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGotALB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAILMNNNXC.popup-builder {
  background-color: #ffffff;
}
.cid-sAILMNNNXC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAILMNNNXC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAILMNNNXC .modal-content,
.cid-sAILMNNNXC .modal-dialog {
  height: auto;
}
.cid-sAILMNNNXC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAILMNNNXC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAILMNNNXC .form-wrapper .mbr-form .form-group,
  .cid-sAILMNNNXC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAILMNNNXC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAILMNNNXC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAILMNNNXC .mbr-text {
  text-align: center;
}
.cid-sAILMNNNXC .pt-0 {
  padding-top: 0 !important;
}
.cid-sAILMNNNXC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAILMNNNXC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAILMNNNXC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAILMNNNXC .modal-open {
  overflow: hidden;
}
.cid-sAILMNNNXC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAILMNNNXC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAILMNNNXC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAILMNNNXC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAILMNNNXC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAILMNNNXC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAILMNNNXC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAILMNNNXC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAILMNNNXC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAILMNNNXC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAILMNNNXC .modal-backdrop.show {
  opacity: .5;
}
.cid-sAILMNNNXC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAILMNNNXC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAILMNNNXC .modal-header .close:hover {
  opacity: 1;
}
.cid-sAILMNNNXC .modal-header .close:focus {
  outline: none;
}
.cid-sAILMNNNXC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAILMNNNXC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAILMNNNXC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAILMNNNXC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAILMNNNXC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAILMNNNXC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAILMNNNXC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAILMNNNXC .modal-sm {
    max-width: 300px;
  }
  .cid-sAILMNNNXC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAILMNNNXC .modal-lg,
  .cid-sAILMNNNXC .modal-xl {
    max-width: 800px;
  }
  .cid-sAILMNNNXC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAILMNNNXC .modal-xl {
    max-width: 1140px;
  }
  .cid-sAILMNNNXC .container {
    max-width: 1140px;
  }
}
.cid-sAILMNNNXC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAILMNNNXC .container {
    max-width: 720px;
  }
}
.cid-sAILMNNNXC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAILMNNNXC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAILMNNNXC .form-group {
  margin-bottom: 1rem;
}
.cid-sAILMNNNXC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAILMNNNXC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAILMNNNXC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtRveZyX5 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtRveZyX5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtRveZyX5 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtRveZyX5 .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-sqtRveZyX5 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtRveZyX5 .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-sqtRveZyX5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtRveZyX5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtRveZyX5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtRveZyX5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtRveZyX5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtRveZyX5 .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-sqtRveZyX5 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtRveZyX5 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtRveZyX5 .dropdown-item,
.cid-sqtRveZyX5 .nav-link,
.cid-sqtRveZyX5 .brand-name {
  font-style: normal;
}
.cid-sqtRveZyX5 .dropdown-item:hover,
.cid-sqtRveZyX5 .nav-link:hover,
.cid-sqtRveZyX5 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtRveZyX5 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtRveZyX5 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtRveZyX5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtRveZyX5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtRveZyX5 .nav-item {
  position: relative;
}
.cid-sqtRveZyX5 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtRveZyX5 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtRveZyX5 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtRveZyX5 .nav-link {
    line-height: 6.13;
  }
  .cid-sqtRveZyX5 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtRveZyX5 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtRveZyX5 .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-sqtRveZyX5 .content-text {
  margin-bottom: 0;
}
.cid-sqtRveZyX5 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtRveZyX5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtRveZyX5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtRveZyX5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtRveZyX5 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtRveZyX5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtRveZyX5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtRveZyX5 .content-right-side {
  text-align: center;
}
.cid-sqtRveZyX5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtRveZyX5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtRveZyX5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtRveZyX5 .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-sqtRveZyX5 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtRveZyX5 .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtRveZyX5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtRveZyX5 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtRveZyX5 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtRveZyX5 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtRveZyX5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtRveZyX5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtRveZyX5 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtRveZyX5 .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-sqtRveZyX5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtRveZyX5 .navbar-toggler {
    display: none;
  }
  .cid-sqtRveZyX5 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtRveZyX5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtRveZyX5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtRveZyX5 .btn-sm {
  padding: 13px 29px;
}
.cid-sqtRveZyX5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtRveZyX5 .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-sqtRveZyX5 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtRveZyX5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtRveZyX5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtRveZyX5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtRveZyX5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtRveZyX5 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtRveZyX5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtRveZyX5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtRveZyX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtRveZyX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtRveZyX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtRveZyX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtRveZyX5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtRveZyX5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtRveZyX5 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtRveZyX5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtRveZyX5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtRveZyX5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtRveZyX5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtRveZyX5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtRveZyX5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtRveZyX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtRveZyX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtRveZyX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtRveZyX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtRveZyX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtRveZyX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtRveZyX5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtRveZyX5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtRveZyX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtRveZyX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtRveZyX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtRveZyX5 .collapsed .btn {
  display: flex;
}
.cid-sqtRveZyX5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtRveZyX5 .collapsed .navbar-collapse.collapsing,
.cid-sqtRveZyX5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtRveZyX5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtRveZyX5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtRveZyX5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtRveZyX5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtRveZyX5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtRveZyX5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtRveZyX5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtRveZyX5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtRveZyX5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtRveZyX5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtRveZyX5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtRveZyX5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtRveZyX5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtRveZyX5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtRveZyX5 .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-sqtRveZyX5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtRveZyX5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtRveZyX5 .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-sqtRveZyX5 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtRveZyX5 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtRveZyX5 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtRveZyX5 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtRveZyX5 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtRveZyX5 .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-sqtRveZyX5 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtRveZyX5 .navbar-collapse.collapsing,
  .cid-sqtRveZyX5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtRveZyX5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtRveZyX5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtRveZyX5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtRveZyX5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtRveZyX5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtRveZyX5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtRveZyX5 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtRveZyX5 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtRveZyX5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtRveZyX5 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtRveZyX5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtRveZyX5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtRveZyX5 img {
    height: 3.8rem !important;
  }
  .cid-sqtRveZyX5 .btn {
    display: flex;
  }
  .cid-sqtRveZyX5 button.navbar-toggler {
    display: block;
  }
  .cid-sqtRveZyX5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtRveZyX5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtRveZyX5 .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-sqtRveZyX5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtRveZyX5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtRveZyX5 .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-sqtRveZyX5 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtRveZyX5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtRveZyX5 .navbar-toggler {
  position: relative;
}
.cid-sqtRveZyX5 .dropdown-item.active,
.cid-sqtRveZyX5 .dropdown-item:active {
  color: initial;
}
.cid-sqtRveZyX5 .widget-title {
  color: #83868c;
}
.cid-sqtRveZyX5 .widget-text {
  color: #83868c;
}
.cid-sqtRveZyX5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtRveZyX5 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtRveZyX5 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtRveZyX5 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtRveZyX5 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtRveZyX5 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtRveZyX5 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtRveZyX5 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtRveZyX5 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtRveZyX5 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtRveZyX5 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtRveZyX5 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtRveZyX5 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtRveZyX5 .menu-content-top,
  .cid-sqtRveZyX5 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtRveZyX5 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-sqtRvgISxj {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtRvgISxj .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtRvgISxj .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtRvgISxj .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtRvgISxj .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtRvgISxj .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtRvgISxj .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtRvgISxj .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtRvgISxj .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtRvgISxj .separator,
  .cid-sqtRvgISxj .sep-holder,
  .cid-sqtRvgISxj .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtRvgISxj .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtRvgISxj .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtRvgISxj .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtRvgISxj .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtRvgISxj .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtRvgISxj .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtRvgISxj .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtRvid4H0 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtRvid4H0 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtRvid4H0 .row {
  justify-content: center;
}
.cid-sqtRvid4H0 .mbr-text {
  color: #767676;
}
.cid-sqtRvid4H0 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtRvid4H0 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtRvid4H0 .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtRvid4H0 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtRvid4H0 .icon-box {
    flex-direction: column;
  }
  .cid-sqtRvid4H0 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtRvid4H0 img {
    margin-bottom: 2rem;
  }
}
.cid-sqtRvid4H0 H1 {
  color: #14287f;
}
.cid-sqtRvid4H0 H3 {
  color: #00acee;
}
.cid-sAILQsKoQT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAILQsKoQT .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAILQsKoQT .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAILQsKoQT .mbr-text {
  color: #83868c;
}
.cid-sAILQsKoQT .phone-word {
  color: #279e64;
}
.cid-sAILQsKoQT .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAILQsKoQT .text-link:hover {
  color: #279e64 !important;
}
.cid-sAILQsKoQT img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAILQsKoQT .img1 {
  color: #279e64;
}
.cid-sAILQsKoQT .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAILQsKoQT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAILQsKoQT .content .link-wrap {
  color: red;
}
.cid-sAILQsKoQT .content .date-wrap {
  color: #13287d;
}
.cid-sAILQsKoQT .item,
.cid-sAILQsKoQT .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAILQsKoQT .item h4,
.cid-sAILQsKoQT .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAILQsKoQT .link {
  transition: all 0.3s ease-in;
}
.cid-sAILQsKoQT .link .card-img {
  padding-bottom: 3px;
}
.cid-sAILQsKoQT .link:hover .card-img span {
  color: #279e64;
}
.cid-sAILQsKoQT .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAILQsKoQT .item .card-img {
  width: auto;
}
.cid-sAILQsKoQT .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAILQsKoQT .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAILQsKoQT h5 {
    text-align: left !important;
  }
  .cid-sAILQsKoQT .line-wrap {
    text-align: left !important;
  }
}
.cid-sAILQsKoQT .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAILQsKoQT .item-title:hover {
  color: #279e64;
}
.cid-sAILQsKoQT .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAILQsKoQT .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAILQsKoQT .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAILQsKoQT .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAILQsKoQT .btn[class*="-outline"]:active,
.cid-sAILQsKoQT .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAILQsKoQT .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAILQsKoQT .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAILQsKoQT .pre-form {
  color: #83868c;
}
.cid-sAILQsKoQT .form-group,
.cid-sAILQsKoQT .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAILQsKoQT .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-sAILQsKoQT .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAILQsKoQT .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAILQsKoQT .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAILQsKoQT .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAILQsKoQT .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAILQsKoQT .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAILQsKoQT .dragArea {
  flex-direction: column;
}
.cid-sAILQsKoQT .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGouw0e.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGouw0e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGouw0e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGouw0e .modal-content,
.cid-sqGBGouw0e .modal-dialog {
  height: auto;
}
.cid-sqGBGouw0e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGouw0e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGouw0e .form-wrapper .mbr-form .form-group,
  .cid-sqGBGouw0e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGouw0e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGouw0e .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGouw0e .mbr-text {
  text-align: center;
}
.cid-sqGBGouw0e .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGouw0e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGouw0e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGouw0e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGouw0e .modal-open {
  overflow: hidden;
}
.cid-sqGBGouw0e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGouw0e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGouw0e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGouw0e .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGouw0e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGouw0e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGouw0e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGouw0e .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGouw0e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGouw0e .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGouw0e .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGouw0e .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGouw0e .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGouw0e .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGouw0e .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGouw0e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGouw0e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGouw0e .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGouw0e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGouw0e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGouw0e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGouw0e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGouw0e .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGouw0e .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGouw0e .modal-lg,
  .cid-sqGBGouw0e .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGouw0e .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGouw0e .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGouw0e .container {
    max-width: 1140px;
  }
}
.cid-sqGBGouw0e .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGouw0e .container {
    max-width: 720px;
  }
}
.cid-sqGBGouw0e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGouw0e .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGouw0e .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGouw0e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGouw0e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGouw0e .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAILRHm3eD.popup-builder {
  background-color: #ffffff;
}
.cid-sAILRHm3eD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAILRHm3eD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAILRHm3eD .modal-content,
.cid-sAILRHm3eD .modal-dialog {
  height: auto;
}
.cid-sAILRHm3eD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAILRHm3eD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAILRHm3eD .form-wrapper .mbr-form .form-group,
  .cid-sAILRHm3eD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAILRHm3eD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAILRHm3eD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAILRHm3eD .mbr-text {
  text-align: center;
}
.cid-sAILRHm3eD .pt-0 {
  padding-top: 0 !important;
}
.cid-sAILRHm3eD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAILRHm3eD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAILRHm3eD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAILRHm3eD .modal-open {
  overflow: hidden;
}
.cid-sAILRHm3eD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAILRHm3eD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAILRHm3eD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAILRHm3eD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAILRHm3eD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAILRHm3eD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAILRHm3eD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAILRHm3eD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAILRHm3eD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAILRHm3eD .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAILRHm3eD .modal-backdrop.show {
  opacity: .5;
}
.cid-sAILRHm3eD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAILRHm3eD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAILRHm3eD .modal-header .close:hover {
  opacity: 1;
}
.cid-sAILRHm3eD .modal-header .close:focus {
  outline: none;
}
.cid-sAILRHm3eD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAILRHm3eD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAILRHm3eD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAILRHm3eD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAILRHm3eD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAILRHm3eD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAILRHm3eD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAILRHm3eD .modal-sm {
    max-width: 300px;
  }
  .cid-sAILRHm3eD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAILRHm3eD .modal-lg,
  .cid-sAILRHm3eD .modal-xl {
    max-width: 800px;
  }
  .cid-sAILRHm3eD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAILRHm3eD .modal-xl {
    max-width: 1140px;
  }
  .cid-sAILRHm3eD .container {
    max-width: 1140px;
  }
}
.cid-sAILRHm3eD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAILRHm3eD .container {
    max-width: 720px;
  }
}
.cid-sAILRHm3eD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAILRHm3eD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAILRHm3eD .form-group {
  margin-bottom: 1rem;
}
.cid-sAILRHm3eD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAILRHm3eD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAILRHm3eD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtRWA8xwF .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtRWA8xwF .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtRWA8xwF .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtRWA8xwF .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-sqtRWA8xwF .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtRWA8xwF .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-sqtRWA8xwF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtRWA8xwF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtRWA8xwF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtRWA8xwF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtRWA8xwF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtRWA8xwF .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-sqtRWA8xwF .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtRWA8xwF .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtRWA8xwF .dropdown-item,
.cid-sqtRWA8xwF .nav-link,
.cid-sqtRWA8xwF .brand-name {
  font-style: normal;
}
.cid-sqtRWA8xwF .dropdown-item:hover,
.cid-sqtRWA8xwF .nav-link:hover,
.cid-sqtRWA8xwF .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtRWA8xwF .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtRWA8xwF .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtRWA8xwF .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtRWA8xwF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtRWA8xwF .nav-item {
  position: relative;
}
.cid-sqtRWA8xwF .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtRWA8xwF .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtRWA8xwF .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtRWA8xwF .nav-link {
    line-height: 6.13;
  }
  .cid-sqtRWA8xwF .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtRWA8xwF .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtRWA8xwF .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-sqtRWA8xwF .content-text {
  margin-bottom: 0;
}
.cid-sqtRWA8xwF .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtRWA8xwF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtRWA8xwF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtRWA8xwF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtRWA8xwF .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtRWA8xwF .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtRWA8xwF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtRWA8xwF .content-right-side {
  text-align: center;
}
.cid-sqtRWA8xwF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtRWA8xwF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtRWA8xwF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtRWA8xwF .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-sqtRWA8xwF .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtRWA8xwF .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtRWA8xwF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtRWA8xwF .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtRWA8xwF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtRWA8xwF .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtRWA8xwF .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtRWA8xwF .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtRWA8xwF .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtRWA8xwF .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-sqtRWA8xwF .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtRWA8xwF .navbar-toggler {
    display: none;
  }
  .cid-sqtRWA8xwF .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtRWA8xwF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtRWA8xwF .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtRWA8xwF .btn-sm {
  padding: 13px 29px;
}
.cid-sqtRWA8xwF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtRWA8xwF .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-sqtRWA8xwF .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtRWA8xwF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtRWA8xwF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtRWA8xwF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtRWA8xwF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtRWA8xwF .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtRWA8xwF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtRWA8xwF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtRWA8xwF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtRWA8xwF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtRWA8xwF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtRWA8xwF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtRWA8xwF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtRWA8xwF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtRWA8xwF .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtRWA8xwF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtRWA8xwF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtRWA8xwF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtRWA8xwF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtRWA8xwF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtRWA8xwF button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtRWA8xwF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtRWA8xwF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtRWA8xwF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtRWA8xwF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtRWA8xwF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtRWA8xwF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtRWA8xwF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtRWA8xwF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtRWA8xwF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtRWA8xwF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtRWA8xwF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtRWA8xwF .collapsed .btn {
  display: flex;
}
.cid-sqtRWA8xwF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtRWA8xwF .collapsed .navbar-collapse.collapsing,
.cid-sqtRWA8xwF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtRWA8xwF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtRWA8xwF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtRWA8xwF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtRWA8xwF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtRWA8xwF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtRWA8xwF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtRWA8xwF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtRWA8xwF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtRWA8xwF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtRWA8xwF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtRWA8xwF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtRWA8xwF .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtRWA8xwF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtRWA8xwF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtRWA8xwF .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-sqtRWA8xwF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtRWA8xwF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtRWA8xwF .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-sqtRWA8xwF .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtRWA8xwF .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtRWA8xwF .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtRWA8xwF .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtRWA8xwF .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtRWA8xwF .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-sqtRWA8xwF .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtRWA8xwF .navbar-collapse.collapsing,
  .cid-sqtRWA8xwF .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtRWA8xwF .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtRWA8xwF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtRWA8xwF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtRWA8xwF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtRWA8xwF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtRWA8xwF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtRWA8xwF .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtRWA8xwF .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtRWA8xwF .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtRWA8xwF .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtRWA8xwF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtRWA8xwF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtRWA8xwF img {
    height: 3.8rem !important;
  }
  .cid-sqtRWA8xwF .btn {
    display: flex;
  }
  .cid-sqtRWA8xwF button.navbar-toggler {
    display: block;
  }
  .cid-sqtRWA8xwF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtRWA8xwF .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtRWA8xwF .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-sqtRWA8xwF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtRWA8xwF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtRWA8xwF .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-sqtRWA8xwF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtRWA8xwF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtRWA8xwF .navbar-toggler {
  position: relative;
}
.cid-sqtRWA8xwF .dropdown-item.active,
.cid-sqtRWA8xwF .dropdown-item:active {
  color: initial;
}
.cid-sqtRWA8xwF .widget-title {
  color: #83868c;
}
.cid-sqtRWA8xwF .widget-text {
  color: #83868c;
}
.cid-sqtRWA8xwF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtRWA8xwF .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtRWA8xwF .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtRWA8xwF .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtRWA8xwF .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtRWA8xwF .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtRWA8xwF .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtRWA8xwF .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtRWA8xwF .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtRWA8xwF .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtRWA8xwF .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtRWA8xwF .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtRWA8xwF .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtRWA8xwF .menu-content-top,
  .cid-sqtRWA8xwF .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtRWA8xwF 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-sqtRWBGnO6 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtRWBGnO6 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtRWBGnO6 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtRWBGnO6 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtRWBGnO6 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtRWBGnO6 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtRWBGnO6 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtRWBGnO6 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtRWBGnO6 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtRWBGnO6 .separator,
  .cid-sqtRWBGnO6 .sep-holder,
  .cid-sqtRWBGnO6 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtRWBGnO6 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtRWBGnO6 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtRWBGnO6 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtRWBGnO6 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtRWBGnO6 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtRWBGnO6 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtRWBGnO6 .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtRWD8RdF {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtRWD8RdF img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtRWD8RdF .row {
  justify-content: center;
}
.cid-sqtRWD8RdF .mbr-text {
  color: #767676;
}
.cid-sqtRWD8RdF .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtRWD8RdF .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtRWD8RdF .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtRWD8RdF .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtRWD8RdF .icon-box {
    flex-direction: column;
  }
  .cid-sqtRWD8RdF .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtRWD8RdF img {
    margin-bottom: 2rem;
  }
}
.cid-sqtRWD8RdF H1 {
  color: #14287f;
}
.cid-sqtRWD8RdF H3 {
  color: #00acee;
}
.cid-sAILWf2Zui {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAILWf2Zui .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAILWf2Zui .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAILWf2Zui .mbr-text {
  color: #83868c;
}
.cid-sAILWf2Zui .phone-word {
  color: #279e64;
}
.cid-sAILWf2Zui .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAILWf2Zui .text-link:hover {
  color: #279e64 !important;
}
.cid-sAILWf2Zui img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAILWf2Zui .img1 {
  color: #279e64;
}
.cid-sAILWf2Zui .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAILWf2Zui .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAILWf2Zui .content .link-wrap {
  color: red;
}
.cid-sAILWf2Zui .content .date-wrap {
  color: #13287d;
}
.cid-sAILWf2Zui .item,
.cid-sAILWf2Zui .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAILWf2Zui .item h4,
.cid-sAILWf2Zui .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAILWf2Zui .link {
  transition: all 0.3s ease-in;
}
.cid-sAILWf2Zui .link .card-img {
  padding-bottom: 3px;
}
.cid-sAILWf2Zui .link:hover .card-img span {
  color: #279e64;
}
.cid-sAILWf2Zui .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAILWf2Zui .item .card-img {
  width: auto;
}
.cid-sAILWf2Zui .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAILWf2Zui .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAILWf2Zui h5 {
    text-align: left !important;
  }
  .cid-sAILWf2Zui .line-wrap {
    text-align: left !important;
  }
}
.cid-sAILWf2Zui .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAILWf2Zui .item-title:hover {
  color: #279e64;
}
.cid-sAILWf2Zui .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAILWf2Zui .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAILWf2Zui .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAILWf2Zui .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAILWf2Zui .btn[class*="-outline"]:active,
.cid-sAILWf2Zui .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAILWf2Zui .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAILWf2Zui .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAILWf2Zui .pre-form {
  color: #83868c;
}
.cid-sAILWf2Zui .form-group,
.cid-sAILWf2Zui .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAILWf2Zui .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-sAILWf2Zui .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAILWf2Zui .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAILWf2Zui .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAILWf2Zui .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAILWf2Zui .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAILWf2Zui .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAILWf2Zui .dragArea {
  flex-direction: column;
}
.cid-sAILWf2Zui .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGou6IL.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGou6IL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGou6IL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGou6IL .modal-content,
.cid-sqGBGou6IL .modal-dialog {
  height: auto;
}
.cid-sqGBGou6IL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGou6IL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGou6IL .form-wrapper .mbr-form .form-group,
  .cid-sqGBGou6IL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGou6IL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGou6IL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGou6IL .mbr-text {
  text-align: center;
}
.cid-sqGBGou6IL .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGou6IL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGou6IL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGou6IL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGou6IL .modal-open {
  overflow: hidden;
}
.cid-sqGBGou6IL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGou6IL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGou6IL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGou6IL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGou6IL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGou6IL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGou6IL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGou6IL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGou6IL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGou6IL .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGou6IL .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGou6IL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGou6IL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGou6IL .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGou6IL .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGou6IL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGou6IL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGou6IL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGou6IL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGou6IL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGou6IL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGou6IL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGou6IL .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGou6IL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGou6IL .modal-lg,
  .cid-sqGBGou6IL .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGou6IL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGou6IL .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGou6IL .container {
    max-width: 1140px;
  }
}
.cid-sqGBGou6IL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGou6IL .container {
    max-width: 720px;
  }
}
.cid-sqGBGou6IL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGou6IL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGou6IL .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGou6IL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGou6IL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGou6IL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAILXrosJy.popup-builder {
  background-color: #ffffff;
}
.cid-sAILXrosJy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAILXrosJy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAILXrosJy .modal-content,
.cid-sAILXrosJy .modal-dialog {
  height: auto;
}
.cid-sAILXrosJy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAILXrosJy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAILXrosJy .form-wrapper .mbr-form .form-group,
  .cid-sAILXrosJy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAILXrosJy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAILXrosJy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAILXrosJy .mbr-text {
  text-align: center;
}
.cid-sAILXrosJy .pt-0 {
  padding-top: 0 !important;
}
.cid-sAILXrosJy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAILXrosJy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAILXrosJy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAILXrosJy .modal-open {
  overflow: hidden;
}
.cid-sAILXrosJy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAILXrosJy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAILXrosJy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAILXrosJy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAILXrosJy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAILXrosJy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAILXrosJy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAILXrosJy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAILXrosJy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAILXrosJy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAILXrosJy .modal-backdrop.show {
  opacity: .5;
}
.cid-sAILXrosJy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAILXrosJy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAILXrosJy .modal-header .close:hover {
  opacity: 1;
}
.cid-sAILXrosJy .modal-header .close:focus {
  outline: none;
}
.cid-sAILXrosJy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAILXrosJy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAILXrosJy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAILXrosJy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAILXrosJy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAILXrosJy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAILXrosJy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAILXrosJy .modal-sm {
    max-width: 300px;
  }
  .cid-sAILXrosJy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAILXrosJy .modal-lg,
  .cid-sAILXrosJy .modal-xl {
    max-width: 800px;
  }
  .cid-sAILXrosJy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAILXrosJy .modal-xl {
    max-width: 1140px;
  }
  .cid-sAILXrosJy .container {
    max-width: 1140px;
  }
}
.cid-sAILXrosJy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAILXrosJy .container {
    max-width: 720px;
  }
}
.cid-sAILXrosJy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAILXrosJy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAILXrosJy .form-group {
  margin-bottom: 1rem;
}
.cid-sAILXrosJy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAILXrosJy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAILXrosJy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtSvs6rrU .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtSvs6rrU .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtSvs6rrU .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtSvs6rrU .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-sqtSvs6rrU .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtSvs6rrU .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-sqtSvs6rrU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtSvs6rrU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtSvs6rrU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtSvs6rrU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtSvs6rrU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtSvs6rrU .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-sqtSvs6rrU .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtSvs6rrU .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtSvs6rrU .dropdown-item,
.cid-sqtSvs6rrU .nav-link,
.cid-sqtSvs6rrU .brand-name {
  font-style: normal;
}
.cid-sqtSvs6rrU .dropdown-item:hover,
.cid-sqtSvs6rrU .nav-link:hover,
.cid-sqtSvs6rrU .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtSvs6rrU .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtSvs6rrU .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtSvs6rrU .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtSvs6rrU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtSvs6rrU .nav-item {
  position: relative;
}
.cid-sqtSvs6rrU .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtSvs6rrU .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtSvs6rrU .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtSvs6rrU .nav-link {
    line-height: 6.13;
  }
  .cid-sqtSvs6rrU .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtSvs6rrU .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtSvs6rrU .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-sqtSvs6rrU .content-text {
  margin-bottom: 0;
}
.cid-sqtSvs6rrU .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtSvs6rrU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtSvs6rrU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtSvs6rrU .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtSvs6rrU .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtSvs6rrU .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtSvs6rrU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtSvs6rrU .content-right-side {
  text-align: center;
}
.cid-sqtSvs6rrU .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtSvs6rrU .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtSvs6rrU .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtSvs6rrU .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-sqtSvs6rrU .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtSvs6rrU .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtSvs6rrU .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtSvs6rrU .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtSvs6rrU .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtSvs6rrU .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtSvs6rrU .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtSvs6rrU .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtSvs6rrU .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtSvs6rrU .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-sqtSvs6rrU .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtSvs6rrU .navbar-toggler {
    display: none;
  }
  .cid-sqtSvs6rrU .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtSvs6rrU .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtSvs6rrU .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtSvs6rrU .btn-sm {
  padding: 13px 29px;
}
.cid-sqtSvs6rrU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtSvs6rrU .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-sqtSvs6rrU .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtSvs6rrU .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtSvs6rrU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtSvs6rrU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtSvs6rrU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtSvs6rrU .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtSvs6rrU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtSvs6rrU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtSvs6rrU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtSvs6rrU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtSvs6rrU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtSvs6rrU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtSvs6rrU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtSvs6rrU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtSvs6rrU .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtSvs6rrU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtSvs6rrU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtSvs6rrU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtSvs6rrU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtSvs6rrU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtSvs6rrU button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtSvs6rrU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtSvs6rrU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtSvs6rrU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtSvs6rrU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtSvs6rrU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtSvs6rrU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtSvs6rrU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtSvs6rrU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtSvs6rrU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtSvs6rrU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtSvs6rrU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtSvs6rrU .collapsed .btn {
  display: flex;
}
.cid-sqtSvs6rrU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtSvs6rrU .collapsed .navbar-collapse.collapsing,
.cid-sqtSvs6rrU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtSvs6rrU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtSvs6rrU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtSvs6rrU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtSvs6rrU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtSvs6rrU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtSvs6rrU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtSvs6rrU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtSvs6rrU .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtSvs6rrU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtSvs6rrU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtSvs6rrU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtSvs6rrU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtSvs6rrU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtSvs6rrU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtSvs6rrU .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-sqtSvs6rrU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtSvs6rrU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtSvs6rrU .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-sqtSvs6rrU .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtSvs6rrU .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtSvs6rrU .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtSvs6rrU .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtSvs6rrU .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtSvs6rrU .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-sqtSvs6rrU .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtSvs6rrU .navbar-collapse.collapsing,
  .cid-sqtSvs6rrU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtSvs6rrU .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtSvs6rrU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtSvs6rrU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtSvs6rrU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtSvs6rrU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtSvs6rrU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtSvs6rrU .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtSvs6rrU .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtSvs6rrU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtSvs6rrU .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtSvs6rrU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtSvs6rrU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtSvs6rrU img {
    height: 3.8rem !important;
  }
  .cid-sqtSvs6rrU .btn {
    display: flex;
  }
  .cid-sqtSvs6rrU button.navbar-toggler {
    display: block;
  }
  .cid-sqtSvs6rrU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtSvs6rrU .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtSvs6rrU .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-sqtSvs6rrU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtSvs6rrU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtSvs6rrU .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-sqtSvs6rrU .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtSvs6rrU .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtSvs6rrU .navbar-toggler {
  position: relative;
}
.cid-sqtSvs6rrU .dropdown-item.active,
.cid-sqtSvs6rrU .dropdown-item:active {
  color: initial;
}
.cid-sqtSvs6rrU .widget-title {
  color: #83868c;
}
.cid-sqtSvs6rrU .widget-text {
  color: #83868c;
}
.cid-sqtSvs6rrU .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtSvs6rrU .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtSvs6rrU .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtSvs6rrU .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtSvs6rrU .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtSvs6rrU .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtSvs6rrU .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtSvs6rrU .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtSvs6rrU .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtSvs6rrU .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtSvs6rrU .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtSvs6rrU .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtSvs6rrU .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtSvs6rrU .menu-content-top,
  .cid-sqtSvs6rrU .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtSvs6rrU 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-sqtSvtUnU8 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtSvtUnU8 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtSvtUnU8 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtSvtUnU8 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtSvtUnU8 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtSvtUnU8 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtSvtUnU8 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtSvtUnU8 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtSvtUnU8 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtSvtUnU8 .separator,
  .cid-sqtSvtUnU8 .sep-holder,
  .cid-sqtSvtUnU8 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtSvtUnU8 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtSvtUnU8 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtSvtUnU8 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtSvtUnU8 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtSvtUnU8 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtSvtUnU8 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtSvtUnU8 .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtSvvbX4B {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtSvvbX4B img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtSvvbX4B .row {
  justify-content: center;
}
.cid-sqtSvvbX4B .mbr-text {
  color: #767676;
}
.cid-sqtSvvbX4B .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtSvvbX4B .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtSvvbX4B .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtSvvbX4B .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtSvvbX4B .icon-box {
    flex-direction: column;
  }
  .cid-sqtSvvbX4B .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtSvvbX4B img {
    margin-bottom: 2rem;
  }
}
.cid-sqtSvvbX4B H1 {
  color: #14287f;
}
.cid-sqtSvvbX4B H3 {
  color: #00acee;
}
.cid-sAIM3o1Esn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIM3o1Esn .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIM3o1Esn .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIM3o1Esn .mbr-text {
  color: #83868c;
}
.cid-sAIM3o1Esn .phone-word {
  color: #279e64;
}
.cid-sAIM3o1Esn .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIM3o1Esn .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIM3o1Esn img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIM3o1Esn .img1 {
  color: #279e64;
}
.cid-sAIM3o1Esn .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIM3o1Esn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIM3o1Esn .content .link-wrap {
  color: red;
}
.cid-sAIM3o1Esn .content .date-wrap {
  color: #13287d;
}
.cid-sAIM3o1Esn .item,
.cid-sAIM3o1Esn .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIM3o1Esn .item h4,
.cid-sAIM3o1Esn .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIM3o1Esn .link {
  transition: all 0.3s ease-in;
}
.cid-sAIM3o1Esn .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIM3o1Esn .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIM3o1Esn .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIM3o1Esn .item .card-img {
  width: auto;
}
.cid-sAIM3o1Esn .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIM3o1Esn .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIM3o1Esn h5 {
    text-align: left !important;
  }
  .cid-sAIM3o1Esn .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIM3o1Esn .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIM3o1Esn .item-title:hover {
  color: #279e64;
}
.cid-sAIM3o1Esn .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIM3o1Esn .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIM3o1Esn .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIM3o1Esn .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIM3o1Esn .btn[class*="-outline"]:active,
.cid-sAIM3o1Esn .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIM3o1Esn .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIM3o1Esn .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIM3o1Esn .pre-form {
  color: #83868c;
}
.cid-sAIM3o1Esn .form-group,
.cid-sAIM3o1Esn .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIM3o1Esn .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-sAIM3o1Esn .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIM3o1Esn .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIM3o1Esn .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIM3o1Esn .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIM3o1Esn .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIM3o1Esn .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIM3o1Esn .dragArea {
  flex-direction: column;
}
.cid-sAIM3o1Esn .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoulT4.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoulT4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoulT4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoulT4 .modal-content,
.cid-sqGBGoulT4 .modal-dialog {
  height: auto;
}
.cid-sqGBGoulT4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoulT4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoulT4 .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoulT4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoulT4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoulT4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoulT4 .mbr-text {
  text-align: center;
}
.cid-sqGBGoulT4 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoulT4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoulT4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoulT4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoulT4 .modal-open {
  overflow: hidden;
}
.cid-sqGBGoulT4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoulT4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoulT4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoulT4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoulT4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoulT4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoulT4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoulT4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoulT4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoulT4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoulT4 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoulT4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoulT4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoulT4 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoulT4 .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoulT4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoulT4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoulT4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoulT4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoulT4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoulT4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoulT4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoulT4 .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoulT4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoulT4 .modal-lg,
  .cid-sqGBGoulT4 .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoulT4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoulT4 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoulT4 .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoulT4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoulT4 .container {
    max-width: 720px;
  }
}
.cid-sqGBGoulT4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoulT4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoulT4 .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoulT4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoulT4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoulT4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIM4O2eZN.popup-builder {
  background-color: #ffffff;
}
.cid-sAIM4O2eZN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIM4O2eZN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIM4O2eZN .modal-content,
.cid-sAIM4O2eZN .modal-dialog {
  height: auto;
}
.cid-sAIM4O2eZN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIM4O2eZN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIM4O2eZN .form-wrapper .mbr-form .form-group,
  .cid-sAIM4O2eZN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIM4O2eZN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIM4O2eZN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIM4O2eZN .mbr-text {
  text-align: center;
}
.cid-sAIM4O2eZN .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIM4O2eZN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIM4O2eZN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIM4O2eZN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIM4O2eZN .modal-open {
  overflow: hidden;
}
.cid-sAIM4O2eZN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIM4O2eZN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIM4O2eZN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIM4O2eZN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIM4O2eZN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIM4O2eZN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIM4O2eZN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIM4O2eZN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIM4O2eZN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIM4O2eZN .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIM4O2eZN .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIM4O2eZN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIM4O2eZN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIM4O2eZN .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIM4O2eZN .modal-header .close:focus {
  outline: none;
}
.cid-sAIM4O2eZN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIM4O2eZN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIM4O2eZN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIM4O2eZN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIM4O2eZN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIM4O2eZN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIM4O2eZN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIM4O2eZN .modal-sm {
    max-width: 300px;
  }
  .cid-sAIM4O2eZN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIM4O2eZN .modal-lg,
  .cid-sAIM4O2eZN .modal-xl {
    max-width: 800px;
  }
  .cid-sAIM4O2eZN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIM4O2eZN .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIM4O2eZN .container {
    max-width: 1140px;
  }
}
.cid-sAIM4O2eZN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIM4O2eZN .container {
    max-width: 720px;
  }
}
.cid-sAIM4O2eZN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIM4O2eZN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIM4O2eZN .form-group {
  margin-bottom: 1rem;
}
.cid-sAIM4O2eZN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIM4O2eZN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIM4O2eZN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtT6Z9B62 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtT6Z9B62 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtT6Z9B62 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtT6Z9B62 .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-sqtT6Z9B62 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtT6Z9B62 .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-sqtT6Z9B62 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtT6Z9B62 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtT6Z9B62 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtT6Z9B62 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtT6Z9B62 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtT6Z9B62 .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-sqtT6Z9B62 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtT6Z9B62 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtT6Z9B62 .dropdown-item,
.cid-sqtT6Z9B62 .nav-link,
.cid-sqtT6Z9B62 .brand-name {
  font-style: normal;
}
.cid-sqtT6Z9B62 .dropdown-item:hover,
.cid-sqtT6Z9B62 .nav-link:hover,
.cid-sqtT6Z9B62 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtT6Z9B62 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtT6Z9B62 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtT6Z9B62 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtT6Z9B62 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtT6Z9B62 .nav-item {
  position: relative;
}
.cid-sqtT6Z9B62 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtT6Z9B62 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtT6Z9B62 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtT6Z9B62 .nav-link {
    line-height: 6.13;
  }
  .cid-sqtT6Z9B62 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtT6Z9B62 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtT6Z9B62 .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-sqtT6Z9B62 .content-text {
  margin-bottom: 0;
}
.cid-sqtT6Z9B62 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtT6Z9B62 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtT6Z9B62 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtT6Z9B62 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtT6Z9B62 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtT6Z9B62 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtT6Z9B62 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtT6Z9B62 .content-right-side {
  text-align: center;
}
.cid-sqtT6Z9B62 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtT6Z9B62 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtT6Z9B62 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtT6Z9B62 .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-sqtT6Z9B62 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtT6Z9B62 .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtT6Z9B62 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtT6Z9B62 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtT6Z9B62 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtT6Z9B62 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtT6Z9B62 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtT6Z9B62 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtT6Z9B62 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtT6Z9B62 .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-sqtT6Z9B62 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtT6Z9B62 .navbar-toggler {
    display: none;
  }
  .cid-sqtT6Z9B62 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtT6Z9B62 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtT6Z9B62 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtT6Z9B62 .btn-sm {
  padding: 13px 29px;
}
.cid-sqtT6Z9B62 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtT6Z9B62 .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-sqtT6Z9B62 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtT6Z9B62 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtT6Z9B62 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtT6Z9B62 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtT6Z9B62 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtT6Z9B62 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtT6Z9B62 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtT6Z9B62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtT6Z9B62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtT6Z9B62 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtT6Z9B62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtT6Z9B62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtT6Z9B62 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtT6Z9B62 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtT6Z9B62 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtT6Z9B62 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtT6Z9B62 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtT6Z9B62 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtT6Z9B62 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtT6Z9B62 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtT6Z9B62 button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtT6Z9B62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtT6Z9B62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtT6Z9B62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtT6Z9B62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtT6Z9B62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtT6Z9B62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtT6Z9B62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtT6Z9B62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtT6Z9B62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtT6Z9B62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtT6Z9B62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtT6Z9B62 .collapsed .btn {
  display: flex;
}
.cid-sqtT6Z9B62 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.collapsing,
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtT6Z9B62 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtT6Z9B62 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtT6Z9B62 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtT6Z9B62 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtT6Z9B62 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtT6Z9B62 .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-sqtT6Z9B62 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtT6Z9B62 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtT6Z9B62 .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-sqtT6Z9B62 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtT6Z9B62 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtT6Z9B62 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtT6Z9B62 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtT6Z9B62 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtT6Z9B62 .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-sqtT6Z9B62 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtT6Z9B62 .navbar-collapse.collapsing,
  .cid-sqtT6Z9B62 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtT6Z9B62 .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtT6Z9B62 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtT6Z9B62 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtT6Z9B62 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtT6Z9B62 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtT6Z9B62 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtT6Z9B62 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtT6Z9B62 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtT6Z9B62 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtT6Z9B62 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtT6Z9B62 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtT6Z9B62 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtT6Z9B62 img {
    height: 3.8rem !important;
  }
  .cid-sqtT6Z9B62 .btn {
    display: flex;
  }
  .cid-sqtT6Z9B62 button.navbar-toggler {
    display: block;
  }
  .cid-sqtT6Z9B62 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtT6Z9B62 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtT6Z9B62 .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-sqtT6Z9B62 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtT6Z9B62 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtT6Z9B62 .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-sqtT6Z9B62 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtT6Z9B62 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtT6Z9B62 .navbar-toggler {
  position: relative;
}
.cid-sqtT6Z9B62 .dropdown-item.active,
.cid-sqtT6Z9B62 .dropdown-item:active {
  color: initial;
}
.cid-sqtT6Z9B62 .widget-title {
  color: #83868c;
}
.cid-sqtT6Z9B62 .widget-text {
  color: #83868c;
}
.cid-sqtT6Z9B62 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtT6Z9B62 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtT6Z9B62 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtT6Z9B62 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtT6Z9B62 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtT6Z9B62 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtT6Z9B62 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtT6Z9B62 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtT6Z9B62 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtT6Z9B62 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtT6Z9B62 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtT6Z9B62 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtT6Z9B62 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtT6Z9B62 .menu-content-top,
  .cid-sqtT6Z9B62 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtT6Z9B62 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-sqtT711spz {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtT711spz .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtT711spz .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtT711spz .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtT711spz .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtT711spz .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtT711spz .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtT711spz .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtT711spz .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtT711spz .separator,
  .cid-sqtT711spz .sep-holder,
  .cid-sqtT711spz .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtT711spz .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtT711spz .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtT711spz .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtT711spz .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtT711spz .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtT711spz .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtT711spz .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtT72r4XT {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtT72r4XT img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtT72r4XT .row {
  justify-content: center;
}
.cid-sqtT72r4XT .mbr-text {
  color: #767676;
}
.cid-sqtT72r4XT .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtT72r4XT .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtT72r4XT .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtT72r4XT .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtT72r4XT .icon-box {
    flex-direction: column;
  }
  .cid-sqtT72r4XT .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtT72r4XT img {
    margin-bottom: 2rem;
  }
}
.cid-sqtT72r4XT H1 {
  color: #14287f;
}
.cid-sqtT72r4XT H3 {
  color: #00acee;
}
.cid-sAIM7TpHnm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIM7TpHnm .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIM7TpHnm .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIM7TpHnm .mbr-text {
  color: #83868c;
}
.cid-sAIM7TpHnm .phone-word {
  color: #279e64;
}
.cid-sAIM7TpHnm .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIM7TpHnm .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIM7TpHnm img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIM7TpHnm .img1 {
  color: #279e64;
}
.cid-sAIM7TpHnm .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIM7TpHnm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIM7TpHnm .content .link-wrap {
  color: red;
}
.cid-sAIM7TpHnm .content .date-wrap {
  color: #13287d;
}
.cid-sAIM7TpHnm .item,
.cid-sAIM7TpHnm .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIM7TpHnm .item h4,
.cid-sAIM7TpHnm .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIM7TpHnm .link {
  transition: all 0.3s ease-in;
}
.cid-sAIM7TpHnm .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIM7TpHnm .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIM7TpHnm .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIM7TpHnm .item .card-img {
  width: auto;
}
.cid-sAIM7TpHnm .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIM7TpHnm .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIM7TpHnm h5 {
    text-align: left !important;
  }
  .cid-sAIM7TpHnm .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIM7TpHnm .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIM7TpHnm .item-title:hover {
  color: #279e64;
}
.cid-sAIM7TpHnm .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIM7TpHnm .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIM7TpHnm .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIM7TpHnm .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIM7TpHnm .btn[class*="-outline"]:active,
.cid-sAIM7TpHnm .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIM7TpHnm .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIM7TpHnm .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIM7TpHnm .pre-form {
  color: #83868c;
}
.cid-sAIM7TpHnm .form-group,
.cid-sAIM7TpHnm .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIM7TpHnm .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-sAIM7TpHnm .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIM7TpHnm .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIM7TpHnm .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIM7TpHnm .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIM7TpHnm .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIM7TpHnm .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIM7TpHnm .dragArea {
  flex-direction: column;
}
.cid-sAIM7TpHnm .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGouacs.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGouacs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGouacs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGouacs .modal-content,
.cid-sqGBGouacs .modal-dialog {
  height: auto;
}
.cid-sqGBGouacs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGouacs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGouacs .form-wrapper .mbr-form .form-group,
  .cid-sqGBGouacs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGouacs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGouacs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGouacs .mbr-text {
  text-align: center;
}
.cid-sqGBGouacs .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGouacs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGouacs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGouacs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGouacs .modal-open {
  overflow: hidden;
}
.cid-sqGBGouacs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGouacs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGouacs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGouacs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGouacs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGouacs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGouacs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGouacs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGouacs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGouacs .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGouacs .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGouacs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGouacs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGouacs .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGouacs .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGouacs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGouacs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGouacs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGouacs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGouacs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGouacs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGouacs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGouacs .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGouacs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGouacs .modal-lg,
  .cid-sqGBGouacs .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGouacs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGouacs .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGouacs .container {
    max-width: 1140px;
  }
}
.cid-sqGBGouacs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGouacs .container {
    max-width: 720px;
  }
}
.cid-sqGBGouacs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGouacs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGouacs .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGouacs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGouacs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGouacs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIM92wlmV.popup-builder {
  background-color: #ffffff;
}
.cid-sAIM92wlmV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIM92wlmV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIM92wlmV .modal-content,
.cid-sAIM92wlmV .modal-dialog {
  height: auto;
}
.cid-sAIM92wlmV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIM92wlmV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIM92wlmV .form-wrapper .mbr-form .form-group,
  .cid-sAIM92wlmV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIM92wlmV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIM92wlmV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIM92wlmV .mbr-text {
  text-align: center;
}
.cid-sAIM92wlmV .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIM92wlmV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIM92wlmV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIM92wlmV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIM92wlmV .modal-open {
  overflow: hidden;
}
.cid-sAIM92wlmV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIM92wlmV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIM92wlmV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIM92wlmV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIM92wlmV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIM92wlmV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIM92wlmV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIM92wlmV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIM92wlmV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIM92wlmV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIM92wlmV .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIM92wlmV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIM92wlmV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIM92wlmV .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIM92wlmV .modal-header .close:focus {
  outline: none;
}
.cid-sAIM92wlmV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIM92wlmV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIM92wlmV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIM92wlmV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIM92wlmV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIM92wlmV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIM92wlmV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIM92wlmV .modal-sm {
    max-width: 300px;
  }
  .cid-sAIM92wlmV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIM92wlmV .modal-lg,
  .cid-sAIM92wlmV .modal-xl {
    max-width: 800px;
  }
  .cid-sAIM92wlmV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIM92wlmV .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIM92wlmV .container {
    max-width: 1140px;
  }
}
.cid-sAIM92wlmV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIM92wlmV .container {
    max-width: 720px;
  }
}
.cid-sAIM92wlmV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIM92wlmV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIM92wlmV .form-group {
  margin-bottom: 1rem;
}
.cid-sAIM92wlmV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIM92wlmV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIM92wlmV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtTzroiQR .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtTzroiQR .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtTzroiQR .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtTzroiQR .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-sqtTzroiQR .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtTzroiQR .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-sqtTzroiQR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtTzroiQR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtTzroiQR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtTzroiQR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtTzroiQR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtTzroiQR .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-sqtTzroiQR .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtTzroiQR .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtTzroiQR .dropdown-item,
.cid-sqtTzroiQR .nav-link,
.cid-sqtTzroiQR .brand-name {
  font-style: normal;
}
.cid-sqtTzroiQR .dropdown-item:hover,
.cid-sqtTzroiQR .nav-link:hover,
.cid-sqtTzroiQR .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtTzroiQR .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtTzroiQR .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtTzroiQR .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtTzroiQR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtTzroiQR .nav-item {
  position: relative;
}
.cid-sqtTzroiQR .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtTzroiQR .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtTzroiQR .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtTzroiQR .nav-link {
    line-height: 6.13;
  }
  .cid-sqtTzroiQR .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtTzroiQR .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtTzroiQR .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-sqtTzroiQR .content-text {
  margin-bottom: 0;
}
.cid-sqtTzroiQR .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtTzroiQR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtTzroiQR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtTzroiQR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtTzroiQR .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtTzroiQR .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtTzroiQR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtTzroiQR .content-right-side {
  text-align: center;
}
.cid-sqtTzroiQR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtTzroiQR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtTzroiQR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtTzroiQR .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-sqtTzroiQR .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtTzroiQR .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtTzroiQR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtTzroiQR .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtTzroiQR .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtTzroiQR .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtTzroiQR .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtTzroiQR .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtTzroiQR .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtTzroiQR .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-sqtTzroiQR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtTzroiQR .navbar-toggler {
    display: none;
  }
  .cid-sqtTzroiQR .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtTzroiQR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtTzroiQR .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtTzroiQR .btn-sm {
  padding: 13px 29px;
}
.cid-sqtTzroiQR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtTzroiQR .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-sqtTzroiQR .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtTzroiQR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtTzroiQR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtTzroiQR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtTzroiQR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtTzroiQR .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtTzroiQR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtTzroiQR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtTzroiQR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtTzroiQR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtTzroiQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtTzroiQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtTzroiQR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtTzroiQR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtTzroiQR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtTzroiQR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtTzroiQR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtTzroiQR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtTzroiQR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtTzroiQR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtTzroiQR button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtTzroiQR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtTzroiQR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtTzroiQR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtTzroiQR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtTzroiQR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtTzroiQR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtTzroiQR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtTzroiQR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtTzroiQR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtTzroiQR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtTzroiQR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtTzroiQR .collapsed .btn {
  display: flex;
}
.cid-sqtTzroiQR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtTzroiQR .collapsed .navbar-collapse.collapsing,
.cid-sqtTzroiQR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtTzroiQR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtTzroiQR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtTzroiQR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtTzroiQR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtTzroiQR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtTzroiQR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtTzroiQR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtTzroiQR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtTzroiQR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtTzroiQR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtTzroiQR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtTzroiQR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtTzroiQR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtTzroiQR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtTzroiQR .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-sqtTzroiQR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtTzroiQR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtTzroiQR .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-sqtTzroiQR .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtTzroiQR .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtTzroiQR .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtTzroiQR .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtTzroiQR .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtTzroiQR .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-sqtTzroiQR .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtTzroiQR .navbar-collapse.collapsing,
  .cid-sqtTzroiQR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtTzroiQR .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtTzroiQR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtTzroiQR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtTzroiQR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtTzroiQR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtTzroiQR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtTzroiQR .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtTzroiQR .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtTzroiQR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtTzroiQR .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtTzroiQR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtTzroiQR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtTzroiQR img {
    height: 3.8rem !important;
  }
  .cid-sqtTzroiQR .btn {
    display: flex;
  }
  .cid-sqtTzroiQR button.navbar-toggler {
    display: block;
  }
  .cid-sqtTzroiQR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtTzroiQR .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtTzroiQR .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-sqtTzroiQR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtTzroiQR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtTzroiQR .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-sqtTzroiQR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtTzroiQR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtTzroiQR .navbar-toggler {
  position: relative;
}
.cid-sqtTzroiQR .dropdown-item.active,
.cid-sqtTzroiQR .dropdown-item:active {
  color: initial;
}
.cid-sqtTzroiQR .widget-title {
  color: #83868c;
}
.cid-sqtTzroiQR .widget-text {
  color: #83868c;
}
.cid-sqtTzroiQR .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtTzroiQR .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtTzroiQR .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtTzroiQR .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtTzroiQR .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtTzroiQR .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtTzroiQR .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtTzroiQR .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtTzroiQR .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtTzroiQR .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtTzroiQR .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtTzroiQR .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtTzroiQR .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtTzroiQR .menu-content-top,
  .cid-sqtTzroiQR .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtTzroiQR 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-sqtTztA4Kp {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtTztA4Kp .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtTztA4Kp .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtTztA4Kp .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtTztA4Kp .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtTztA4Kp .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtTztA4Kp .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtTztA4Kp .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtTztA4Kp .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtTztA4Kp .separator,
  .cid-sqtTztA4Kp .sep-holder,
  .cid-sqtTztA4Kp .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtTztA4Kp .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtTztA4Kp .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtTztA4Kp .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtTztA4Kp .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtTztA4Kp .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtTztA4Kp .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtTztA4Kp .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtTzuOK5G {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtTzuOK5G img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtTzuOK5G .row {
  justify-content: center;
}
.cid-sqtTzuOK5G .mbr-text {
  color: #767676;
}
.cid-sqtTzuOK5G .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtTzuOK5G .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtTzuOK5G .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtTzuOK5G .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtTzuOK5G .icon-box {
    flex-direction: column;
  }
  .cid-sqtTzuOK5G .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtTzuOK5G img {
    margin-bottom: 2rem;
  }
}
.cid-sqtTzuOK5G H1 {
  color: #14287f;
}
.cid-sqtTzuOK5G H3 {
  color: #00acee;
}
.cid-sAIMdW2r64 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIMdW2r64 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIMdW2r64 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIMdW2r64 .mbr-text {
  color: #83868c;
}
.cid-sAIMdW2r64 .phone-word {
  color: #279e64;
}
.cid-sAIMdW2r64 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIMdW2r64 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIMdW2r64 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIMdW2r64 .img1 {
  color: #279e64;
}
.cid-sAIMdW2r64 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIMdW2r64 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIMdW2r64 .content .link-wrap {
  color: red;
}
.cid-sAIMdW2r64 .content .date-wrap {
  color: #13287d;
}
.cid-sAIMdW2r64 .item,
.cid-sAIMdW2r64 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIMdW2r64 .item h4,
.cid-sAIMdW2r64 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIMdW2r64 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIMdW2r64 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIMdW2r64 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIMdW2r64 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIMdW2r64 .item .card-img {
  width: auto;
}
.cid-sAIMdW2r64 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIMdW2r64 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIMdW2r64 h5 {
    text-align: left !important;
  }
  .cid-sAIMdW2r64 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIMdW2r64 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIMdW2r64 .item-title:hover {
  color: #279e64;
}
.cid-sAIMdW2r64 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIMdW2r64 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIMdW2r64 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIMdW2r64 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIMdW2r64 .btn[class*="-outline"]:active,
.cid-sAIMdW2r64 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIMdW2r64 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIMdW2r64 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIMdW2r64 .pre-form {
  color: #83868c;
}
.cid-sAIMdW2r64 .form-group,
.cid-sAIMdW2r64 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIMdW2r64 .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-sAIMdW2r64 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIMdW2r64 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIMdW2r64 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIMdW2r64 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIMdW2r64 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIMdW2r64 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIMdW2r64 .dragArea {
  flex-direction: column;
}
.cid-sAIMdW2r64 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGovIAN.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGovIAN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGovIAN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGovIAN .modal-content,
.cid-sqGBGovIAN .modal-dialog {
  height: auto;
}
.cid-sqGBGovIAN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGovIAN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGovIAN .form-wrapper .mbr-form .form-group,
  .cid-sqGBGovIAN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGovIAN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGovIAN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGovIAN .mbr-text {
  text-align: center;
}
.cid-sqGBGovIAN .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGovIAN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGovIAN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGovIAN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGovIAN .modal-open {
  overflow: hidden;
}
.cid-sqGBGovIAN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGovIAN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGovIAN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGovIAN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGovIAN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGovIAN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGovIAN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGovIAN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGovIAN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGovIAN .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGovIAN .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGovIAN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGovIAN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGovIAN .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGovIAN .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGovIAN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGovIAN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGovIAN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGovIAN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGovIAN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGovIAN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGovIAN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGovIAN .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGovIAN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGovIAN .modal-lg,
  .cid-sqGBGovIAN .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGovIAN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGovIAN .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGovIAN .container {
    max-width: 1140px;
  }
}
.cid-sqGBGovIAN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGovIAN .container {
    max-width: 720px;
  }
}
.cid-sqGBGovIAN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGovIAN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGovIAN .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGovIAN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGovIAN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGovIAN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIMftQ2uS.popup-builder {
  background-color: #ffffff;
}
.cid-sAIMftQ2uS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIMftQ2uS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIMftQ2uS .modal-content,
.cid-sAIMftQ2uS .modal-dialog {
  height: auto;
}
.cid-sAIMftQ2uS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIMftQ2uS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIMftQ2uS .form-wrapper .mbr-form .form-group,
  .cid-sAIMftQ2uS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIMftQ2uS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIMftQ2uS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIMftQ2uS .mbr-text {
  text-align: center;
}
.cid-sAIMftQ2uS .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIMftQ2uS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIMftQ2uS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIMftQ2uS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIMftQ2uS .modal-open {
  overflow: hidden;
}
.cid-sAIMftQ2uS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIMftQ2uS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIMftQ2uS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIMftQ2uS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIMftQ2uS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIMftQ2uS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIMftQ2uS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIMftQ2uS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIMftQ2uS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIMftQ2uS .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIMftQ2uS .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIMftQ2uS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIMftQ2uS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIMftQ2uS .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIMftQ2uS .modal-header .close:focus {
  outline: none;
}
.cid-sAIMftQ2uS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIMftQ2uS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIMftQ2uS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIMftQ2uS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIMftQ2uS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIMftQ2uS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIMftQ2uS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIMftQ2uS .modal-sm {
    max-width: 300px;
  }
  .cid-sAIMftQ2uS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIMftQ2uS .modal-lg,
  .cid-sAIMftQ2uS .modal-xl {
    max-width: 800px;
  }
  .cid-sAIMftQ2uS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIMftQ2uS .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIMftQ2uS .container {
    max-width: 1140px;
  }
}
.cid-sAIMftQ2uS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIMftQ2uS .container {
    max-width: 720px;
  }
}
.cid-sAIMftQ2uS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIMftQ2uS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIMftQ2uS .form-group {
  margin-bottom: 1rem;
}
.cid-sAIMftQ2uS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIMftQ2uS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIMftQ2uS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtU48jDhW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtU48jDhW .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtU48jDhW .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtU48jDhW .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-sqtU48jDhW .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtU48jDhW .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-sqtU48jDhW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtU48jDhW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtU48jDhW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtU48jDhW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtU48jDhW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtU48jDhW .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-sqtU48jDhW .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtU48jDhW .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtU48jDhW .dropdown-item,
.cid-sqtU48jDhW .nav-link,
.cid-sqtU48jDhW .brand-name {
  font-style: normal;
}
.cid-sqtU48jDhW .dropdown-item:hover,
.cid-sqtU48jDhW .nav-link:hover,
.cid-sqtU48jDhW .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtU48jDhW .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtU48jDhW .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtU48jDhW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtU48jDhW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtU48jDhW .nav-item {
  position: relative;
}
.cid-sqtU48jDhW .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtU48jDhW .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtU48jDhW .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtU48jDhW .nav-link {
    line-height: 6.13;
  }
  .cid-sqtU48jDhW .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtU48jDhW .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtU48jDhW .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-sqtU48jDhW .content-text {
  margin-bottom: 0;
}
.cid-sqtU48jDhW .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtU48jDhW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtU48jDhW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtU48jDhW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtU48jDhW .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtU48jDhW .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtU48jDhW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtU48jDhW .content-right-side {
  text-align: center;
}
.cid-sqtU48jDhW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtU48jDhW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtU48jDhW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtU48jDhW .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-sqtU48jDhW .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtU48jDhW .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtU48jDhW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtU48jDhW .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtU48jDhW .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtU48jDhW .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtU48jDhW .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtU48jDhW .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtU48jDhW .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtU48jDhW .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-sqtU48jDhW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtU48jDhW .navbar-toggler {
    display: none;
  }
  .cid-sqtU48jDhW .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtU48jDhW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtU48jDhW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtU48jDhW .btn-sm {
  padding: 13px 29px;
}
.cid-sqtU48jDhW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtU48jDhW .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-sqtU48jDhW .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtU48jDhW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtU48jDhW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtU48jDhW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtU48jDhW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtU48jDhW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtU48jDhW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtU48jDhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtU48jDhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtU48jDhW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtU48jDhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtU48jDhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtU48jDhW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtU48jDhW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtU48jDhW .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtU48jDhW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtU48jDhW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtU48jDhW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtU48jDhW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtU48jDhW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtU48jDhW button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtU48jDhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtU48jDhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtU48jDhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtU48jDhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtU48jDhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtU48jDhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtU48jDhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtU48jDhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtU48jDhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtU48jDhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtU48jDhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtU48jDhW .collapsed .btn {
  display: flex;
}
.cid-sqtU48jDhW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtU48jDhW .collapsed .navbar-collapse.collapsing,
.cid-sqtU48jDhW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtU48jDhW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtU48jDhW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtU48jDhW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtU48jDhW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtU48jDhW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtU48jDhW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtU48jDhW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtU48jDhW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtU48jDhW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtU48jDhW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtU48jDhW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtU48jDhW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtU48jDhW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtU48jDhW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtU48jDhW .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-sqtU48jDhW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtU48jDhW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtU48jDhW .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-sqtU48jDhW .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtU48jDhW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtU48jDhW .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtU48jDhW .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtU48jDhW .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtU48jDhW .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-sqtU48jDhW .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtU48jDhW .navbar-collapse.collapsing,
  .cid-sqtU48jDhW .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtU48jDhW .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtU48jDhW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtU48jDhW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtU48jDhW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtU48jDhW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtU48jDhW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtU48jDhW .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtU48jDhW .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtU48jDhW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtU48jDhW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtU48jDhW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtU48jDhW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtU48jDhW img {
    height: 3.8rem !important;
  }
  .cid-sqtU48jDhW .btn {
    display: flex;
  }
  .cid-sqtU48jDhW button.navbar-toggler {
    display: block;
  }
  .cid-sqtU48jDhW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtU48jDhW .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtU48jDhW .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-sqtU48jDhW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtU48jDhW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtU48jDhW .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-sqtU48jDhW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtU48jDhW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtU48jDhW .navbar-toggler {
  position: relative;
}
.cid-sqtU48jDhW .dropdown-item.active,
.cid-sqtU48jDhW .dropdown-item:active {
  color: initial;
}
.cid-sqtU48jDhW .widget-title {
  color: #83868c;
}
.cid-sqtU48jDhW .widget-text {
  color: #83868c;
}
.cid-sqtU48jDhW .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtU48jDhW .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtU48jDhW .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtU48jDhW .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtU48jDhW .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtU48jDhW .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtU48jDhW .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtU48jDhW .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtU48jDhW .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtU48jDhW .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtU48jDhW .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtU48jDhW .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtU48jDhW .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtU48jDhW .menu-content-top,
  .cid-sqtU48jDhW .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtU48jDhW 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-sqtU4a3AeV {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtU4a3AeV .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtU4a3AeV .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtU4a3AeV .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtU4a3AeV .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtU4a3AeV .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtU4a3AeV .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtU4a3AeV .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtU4a3AeV .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtU4a3AeV .separator,
  .cid-sqtU4a3AeV .sep-holder,
  .cid-sqtU4a3AeV .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtU4a3AeV .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtU4a3AeV .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtU4a3AeV .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtU4a3AeV .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtU4a3AeV .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtU4a3AeV .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtU4a3AeV .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtU4bq49d {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtU4bq49d img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtU4bq49d .row {
  justify-content: center;
}
.cid-sqtU4bq49d .mbr-text {
  color: #767676;
}
.cid-sqtU4bq49d .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtU4bq49d .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtU4bq49d .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtU4bq49d .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtU4bq49d .icon-box {
    flex-direction: column;
  }
  .cid-sqtU4bq49d .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtU4bq49d img {
    margin-bottom: 2rem;
  }
}
.cid-sqtU4bq49d H1 {
  color: #14287f;
}
.cid-sqtU4bq49d H3 {
  color: #00acee;
}
.cid-sAIMjdIxn5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIMjdIxn5 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIMjdIxn5 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIMjdIxn5 .mbr-text {
  color: #83868c;
}
.cid-sAIMjdIxn5 .phone-word {
  color: #279e64;
}
.cid-sAIMjdIxn5 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIMjdIxn5 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIMjdIxn5 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIMjdIxn5 .img1 {
  color: #279e64;
}
.cid-sAIMjdIxn5 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIMjdIxn5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIMjdIxn5 .content .link-wrap {
  color: red;
}
.cid-sAIMjdIxn5 .content .date-wrap {
  color: #13287d;
}
.cid-sAIMjdIxn5 .item,
.cid-sAIMjdIxn5 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIMjdIxn5 .item h4,
.cid-sAIMjdIxn5 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIMjdIxn5 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIMjdIxn5 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIMjdIxn5 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIMjdIxn5 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIMjdIxn5 .item .card-img {
  width: auto;
}
.cid-sAIMjdIxn5 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIMjdIxn5 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIMjdIxn5 h5 {
    text-align: left !important;
  }
  .cid-sAIMjdIxn5 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIMjdIxn5 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIMjdIxn5 .item-title:hover {
  color: #279e64;
}
.cid-sAIMjdIxn5 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIMjdIxn5 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIMjdIxn5 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIMjdIxn5 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIMjdIxn5 .btn[class*="-outline"]:active,
.cid-sAIMjdIxn5 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIMjdIxn5 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIMjdIxn5 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIMjdIxn5 .pre-form {
  color: #83868c;
}
.cid-sAIMjdIxn5 .form-group,
.cid-sAIMjdIxn5 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIMjdIxn5 .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-sAIMjdIxn5 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIMjdIxn5 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIMjdIxn5 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIMjdIxn5 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIMjdIxn5 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIMjdIxn5 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIMjdIxn5 .dragArea {
  flex-direction: column;
}
.cid-sAIMjdIxn5 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGovXSz.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGovXSz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGovXSz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGovXSz .modal-content,
.cid-sqGBGovXSz .modal-dialog {
  height: auto;
}
.cid-sqGBGovXSz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGovXSz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGovXSz .form-wrapper .mbr-form .form-group,
  .cid-sqGBGovXSz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGovXSz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGovXSz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGovXSz .mbr-text {
  text-align: center;
}
.cid-sqGBGovXSz .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGovXSz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGovXSz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGovXSz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGovXSz .modal-open {
  overflow: hidden;
}
.cid-sqGBGovXSz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGovXSz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGovXSz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGovXSz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGovXSz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGovXSz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGovXSz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGovXSz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGovXSz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGovXSz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGovXSz .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGovXSz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGovXSz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGovXSz .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGovXSz .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGovXSz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGovXSz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGovXSz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGovXSz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGovXSz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGovXSz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGovXSz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGovXSz .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGovXSz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGovXSz .modal-lg,
  .cid-sqGBGovXSz .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGovXSz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGovXSz .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGovXSz .container {
    max-width: 1140px;
  }
}
.cid-sqGBGovXSz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGovXSz .container {
    max-width: 720px;
  }
}
.cid-sqGBGovXSz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGovXSz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGovXSz .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGovXSz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGovXSz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGovXSz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIMkyG4Hg.popup-builder {
  background-color: #ffffff;
}
.cid-sAIMkyG4Hg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIMkyG4Hg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIMkyG4Hg .modal-content,
.cid-sAIMkyG4Hg .modal-dialog {
  height: auto;
}
.cid-sAIMkyG4Hg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIMkyG4Hg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIMkyG4Hg .form-wrapper .mbr-form .form-group,
  .cid-sAIMkyG4Hg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIMkyG4Hg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIMkyG4Hg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIMkyG4Hg .mbr-text {
  text-align: center;
}
.cid-sAIMkyG4Hg .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIMkyG4Hg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIMkyG4Hg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIMkyG4Hg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIMkyG4Hg .modal-open {
  overflow: hidden;
}
.cid-sAIMkyG4Hg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIMkyG4Hg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIMkyG4Hg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIMkyG4Hg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIMkyG4Hg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIMkyG4Hg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIMkyG4Hg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIMkyG4Hg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIMkyG4Hg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIMkyG4Hg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIMkyG4Hg .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIMkyG4Hg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIMkyG4Hg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIMkyG4Hg .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIMkyG4Hg .modal-header .close:focus {
  outline: none;
}
.cid-sAIMkyG4Hg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIMkyG4Hg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIMkyG4Hg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIMkyG4Hg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIMkyG4Hg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIMkyG4Hg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIMkyG4Hg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIMkyG4Hg .modal-sm {
    max-width: 300px;
  }
  .cid-sAIMkyG4Hg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIMkyG4Hg .modal-lg,
  .cid-sAIMkyG4Hg .modal-xl {
    max-width: 800px;
  }
  .cid-sAIMkyG4Hg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIMkyG4Hg .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIMkyG4Hg .container {
    max-width: 1140px;
  }
}
.cid-sAIMkyG4Hg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIMkyG4Hg .container {
    max-width: 720px;
  }
}
.cid-sAIMkyG4Hg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIMkyG4Hg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIMkyG4Hg .form-group {
  margin-bottom: 1rem;
}
.cid-sAIMkyG4Hg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIMkyG4Hg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIMkyG4Hg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtUQlXGTO .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtUQlXGTO .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtUQlXGTO .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtUQlXGTO .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-sqtUQlXGTO .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtUQlXGTO .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-sqtUQlXGTO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtUQlXGTO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtUQlXGTO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtUQlXGTO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtUQlXGTO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtUQlXGTO .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-sqtUQlXGTO .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtUQlXGTO .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtUQlXGTO .dropdown-item,
.cid-sqtUQlXGTO .nav-link,
.cid-sqtUQlXGTO .brand-name {
  font-style: normal;
}
.cid-sqtUQlXGTO .dropdown-item:hover,
.cid-sqtUQlXGTO .nav-link:hover,
.cid-sqtUQlXGTO .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtUQlXGTO .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtUQlXGTO .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtUQlXGTO .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtUQlXGTO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtUQlXGTO .nav-item {
  position: relative;
}
.cid-sqtUQlXGTO .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtUQlXGTO .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtUQlXGTO .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtUQlXGTO .nav-link {
    line-height: 6.13;
  }
  .cid-sqtUQlXGTO .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtUQlXGTO .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtUQlXGTO .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-sqtUQlXGTO .content-text {
  margin-bottom: 0;
}
.cid-sqtUQlXGTO .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtUQlXGTO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtUQlXGTO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtUQlXGTO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtUQlXGTO .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtUQlXGTO .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtUQlXGTO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtUQlXGTO .content-right-side {
  text-align: center;
}
.cid-sqtUQlXGTO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtUQlXGTO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtUQlXGTO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtUQlXGTO .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-sqtUQlXGTO .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtUQlXGTO .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtUQlXGTO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtUQlXGTO .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtUQlXGTO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtUQlXGTO .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtUQlXGTO .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtUQlXGTO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtUQlXGTO .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtUQlXGTO .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-sqtUQlXGTO .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtUQlXGTO .navbar-toggler {
    display: none;
  }
  .cid-sqtUQlXGTO .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtUQlXGTO .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtUQlXGTO .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtUQlXGTO .btn-sm {
  padding: 13px 29px;
}
.cid-sqtUQlXGTO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtUQlXGTO .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-sqtUQlXGTO .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtUQlXGTO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtUQlXGTO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtUQlXGTO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtUQlXGTO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtUQlXGTO .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtUQlXGTO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtUQlXGTO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtUQlXGTO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtUQlXGTO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtUQlXGTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtUQlXGTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtUQlXGTO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtUQlXGTO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtUQlXGTO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtUQlXGTO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtUQlXGTO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtUQlXGTO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtUQlXGTO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtUQlXGTO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtUQlXGTO button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtUQlXGTO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtUQlXGTO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtUQlXGTO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtUQlXGTO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtUQlXGTO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtUQlXGTO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtUQlXGTO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtUQlXGTO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtUQlXGTO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtUQlXGTO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtUQlXGTO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtUQlXGTO .collapsed .btn {
  display: flex;
}
.cid-sqtUQlXGTO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtUQlXGTO .collapsed .navbar-collapse.collapsing,
.cid-sqtUQlXGTO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtUQlXGTO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtUQlXGTO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtUQlXGTO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtUQlXGTO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtUQlXGTO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtUQlXGTO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtUQlXGTO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtUQlXGTO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtUQlXGTO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtUQlXGTO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtUQlXGTO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtUQlXGTO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtUQlXGTO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtUQlXGTO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtUQlXGTO .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-sqtUQlXGTO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtUQlXGTO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtUQlXGTO .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-sqtUQlXGTO .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtUQlXGTO .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtUQlXGTO .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtUQlXGTO .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtUQlXGTO .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtUQlXGTO .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-sqtUQlXGTO .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtUQlXGTO .navbar-collapse.collapsing,
  .cid-sqtUQlXGTO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtUQlXGTO .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtUQlXGTO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtUQlXGTO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtUQlXGTO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtUQlXGTO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtUQlXGTO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtUQlXGTO .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtUQlXGTO .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtUQlXGTO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtUQlXGTO .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtUQlXGTO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtUQlXGTO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtUQlXGTO img {
    height: 3.8rem !important;
  }
  .cid-sqtUQlXGTO .btn {
    display: flex;
  }
  .cid-sqtUQlXGTO button.navbar-toggler {
    display: block;
  }
  .cid-sqtUQlXGTO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtUQlXGTO .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtUQlXGTO .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-sqtUQlXGTO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtUQlXGTO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtUQlXGTO .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-sqtUQlXGTO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtUQlXGTO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtUQlXGTO .navbar-toggler {
  position: relative;
}
.cid-sqtUQlXGTO .dropdown-item.active,
.cid-sqtUQlXGTO .dropdown-item:active {
  color: initial;
}
.cid-sqtUQlXGTO .widget-title {
  color: #83868c;
}
.cid-sqtUQlXGTO .widget-text {
  color: #83868c;
}
.cid-sqtUQlXGTO .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtUQlXGTO .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtUQlXGTO .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtUQlXGTO .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtUQlXGTO .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtUQlXGTO .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtUQlXGTO .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtUQlXGTO .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtUQlXGTO .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtUQlXGTO .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtUQlXGTO .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtUQlXGTO .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtUQlXGTO .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtUQlXGTO .menu-content-top,
  .cid-sqtUQlXGTO .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtUQlXGTO 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-sqtUQnSl0I {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtUQnSl0I .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtUQnSl0I .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtUQnSl0I .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtUQnSl0I .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtUQnSl0I .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtUQnSl0I .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtUQnSl0I .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtUQnSl0I .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtUQnSl0I .separator,
  .cid-sqtUQnSl0I .sep-holder,
  .cid-sqtUQnSl0I .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtUQnSl0I .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtUQnSl0I .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtUQnSl0I .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtUQnSl0I .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtUQnSl0I .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtUQnSl0I .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtUQnSl0I .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtUQp8Nbg {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtUQp8Nbg img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtUQp8Nbg .row {
  justify-content: center;
}
.cid-sqtUQp8Nbg .mbr-text {
  color: #767676;
}
.cid-sqtUQp8Nbg .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtUQp8Nbg .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtUQp8Nbg .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtUQp8Nbg .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtUQp8Nbg .icon-box {
    flex-direction: column;
  }
  .cid-sqtUQp8Nbg .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtUQp8Nbg img {
    margin-bottom: 2rem;
  }
}
.cid-sqtUQp8Nbg H1 {
  color: #14287f;
}
.cid-sqtUQp8Nbg H3 {
  color: #00acee;
}
.cid-sAIMpPdJE2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIMpPdJE2 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIMpPdJE2 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIMpPdJE2 .mbr-text {
  color: #83868c;
}
.cid-sAIMpPdJE2 .phone-word {
  color: #279e64;
}
.cid-sAIMpPdJE2 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIMpPdJE2 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIMpPdJE2 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIMpPdJE2 .img1 {
  color: #279e64;
}
.cid-sAIMpPdJE2 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIMpPdJE2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIMpPdJE2 .content .link-wrap {
  color: red;
}
.cid-sAIMpPdJE2 .content .date-wrap {
  color: #13287d;
}
.cid-sAIMpPdJE2 .item,
.cid-sAIMpPdJE2 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIMpPdJE2 .item h4,
.cid-sAIMpPdJE2 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIMpPdJE2 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIMpPdJE2 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIMpPdJE2 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIMpPdJE2 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIMpPdJE2 .item .card-img {
  width: auto;
}
.cid-sAIMpPdJE2 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIMpPdJE2 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIMpPdJE2 h5 {
    text-align: left !important;
  }
  .cid-sAIMpPdJE2 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIMpPdJE2 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIMpPdJE2 .item-title:hover {
  color: #279e64;
}
.cid-sAIMpPdJE2 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIMpPdJE2 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIMpPdJE2 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIMpPdJE2 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIMpPdJE2 .btn[class*="-outline"]:active,
.cid-sAIMpPdJE2 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIMpPdJE2 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIMpPdJE2 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIMpPdJE2 .pre-form {
  color: #83868c;
}
.cid-sAIMpPdJE2 .form-group,
.cid-sAIMpPdJE2 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIMpPdJE2 .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-sAIMpPdJE2 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIMpPdJE2 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIMpPdJE2 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIMpPdJE2 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIMpPdJE2 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIMpPdJE2 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIMpPdJE2 .dragArea {
  flex-direction: column;
}
.cid-sAIMpPdJE2 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGov2Ht.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGov2Ht.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGov2Ht.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGov2Ht .modal-content,
.cid-sqGBGov2Ht .modal-dialog {
  height: auto;
}
.cid-sqGBGov2Ht .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGov2Ht .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGov2Ht .form-wrapper .mbr-form .form-group,
  .cid-sqGBGov2Ht .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGov2Ht .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGov2Ht .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGov2Ht .mbr-text {
  text-align: center;
}
.cid-sqGBGov2Ht .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGov2Ht .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGov2Ht .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGov2Ht .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGov2Ht .modal-open {
  overflow: hidden;
}
.cid-sqGBGov2Ht .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGov2Ht .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGov2Ht .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGov2Ht .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGov2Ht .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGov2Ht .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGov2Ht .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGov2Ht .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGov2Ht .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGov2Ht .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGov2Ht .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGov2Ht .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGov2Ht .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGov2Ht .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGov2Ht .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGov2Ht .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGov2Ht .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGov2Ht .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGov2Ht .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGov2Ht .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGov2Ht .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGov2Ht .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGov2Ht .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGov2Ht .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGov2Ht .modal-lg,
  .cid-sqGBGov2Ht .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGov2Ht .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGov2Ht .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGov2Ht .container {
    max-width: 1140px;
  }
}
.cid-sqGBGov2Ht .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGov2Ht .container {
    max-width: 720px;
  }
}
.cid-sqGBGov2Ht .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGov2Ht .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGov2Ht .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGov2Ht .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGov2Ht .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGov2Ht .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIMrrFzMj.popup-builder {
  background-color: #ffffff;
}
.cid-sAIMrrFzMj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIMrrFzMj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIMrrFzMj .modal-content,
.cid-sAIMrrFzMj .modal-dialog {
  height: auto;
}
.cid-sAIMrrFzMj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIMrrFzMj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIMrrFzMj .form-wrapper .mbr-form .form-group,
  .cid-sAIMrrFzMj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIMrrFzMj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIMrrFzMj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIMrrFzMj .mbr-text {
  text-align: center;
}
.cid-sAIMrrFzMj .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIMrrFzMj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIMrrFzMj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIMrrFzMj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIMrrFzMj .modal-open {
  overflow: hidden;
}
.cid-sAIMrrFzMj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIMrrFzMj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIMrrFzMj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIMrrFzMj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIMrrFzMj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIMrrFzMj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIMrrFzMj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIMrrFzMj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIMrrFzMj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIMrrFzMj .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIMrrFzMj .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIMrrFzMj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIMrrFzMj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIMrrFzMj .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIMrrFzMj .modal-header .close:focus {
  outline: none;
}
.cid-sAIMrrFzMj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIMrrFzMj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIMrrFzMj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIMrrFzMj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIMrrFzMj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIMrrFzMj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIMrrFzMj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIMrrFzMj .modal-sm {
    max-width: 300px;
  }
  .cid-sAIMrrFzMj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIMrrFzMj .modal-lg,
  .cid-sAIMrrFzMj .modal-xl {
    max-width: 800px;
  }
  .cid-sAIMrrFzMj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIMrrFzMj .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIMrrFzMj .container {
    max-width: 1140px;
  }
}
.cid-sAIMrrFzMj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIMrrFzMj .container {
    max-width: 720px;
  }
}
.cid-sAIMrrFzMj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIMrrFzMj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIMrrFzMj .form-group {
  margin-bottom: 1rem;
}
.cid-sAIMrrFzMj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIMrrFzMj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIMrrFzMj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtXLUo6xy .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtXLUo6xy .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtXLUo6xy .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtXLUo6xy .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-sqtXLUo6xy .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtXLUo6xy .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-sqtXLUo6xy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtXLUo6xy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtXLUo6xy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtXLUo6xy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtXLUo6xy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtXLUo6xy .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-sqtXLUo6xy .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtXLUo6xy .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtXLUo6xy .dropdown-item,
.cid-sqtXLUo6xy .nav-link,
.cid-sqtXLUo6xy .brand-name {
  font-style: normal;
}
.cid-sqtXLUo6xy .dropdown-item:hover,
.cid-sqtXLUo6xy .nav-link:hover,
.cid-sqtXLUo6xy .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtXLUo6xy .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtXLUo6xy .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtXLUo6xy .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtXLUo6xy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtXLUo6xy .nav-item {
  position: relative;
}
.cid-sqtXLUo6xy .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtXLUo6xy .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtXLUo6xy .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtXLUo6xy .nav-link {
    line-height: 6.13;
  }
  .cid-sqtXLUo6xy .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtXLUo6xy .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtXLUo6xy .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-sqtXLUo6xy .content-text {
  margin-bottom: 0;
}
.cid-sqtXLUo6xy .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtXLUo6xy .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtXLUo6xy .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtXLUo6xy .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtXLUo6xy .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtXLUo6xy .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtXLUo6xy .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtXLUo6xy .content-right-side {
  text-align: center;
}
.cid-sqtXLUo6xy .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtXLUo6xy .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtXLUo6xy .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtXLUo6xy .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-sqtXLUo6xy .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtXLUo6xy .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtXLUo6xy .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtXLUo6xy .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtXLUo6xy .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtXLUo6xy .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtXLUo6xy .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtXLUo6xy .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtXLUo6xy .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtXLUo6xy .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-sqtXLUo6xy .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtXLUo6xy .navbar-toggler {
    display: none;
  }
  .cid-sqtXLUo6xy .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtXLUo6xy .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtXLUo6xy .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtXLUo6xy .btn-sm {
  padding: 13px 29px;
}
.cid-sqtXLUo6xy .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtXLUo6xy .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-sqtXLUo6xy .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtXLUo6xy .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtXLUo6xy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtXLUo6xy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtXLUo6xy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtXLUo6xy .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtXLUo6xy .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtXLUo6xy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtXLUo6xy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtXLUo6xy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtXLUo6xy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtXLUo6xy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtXLUo6xy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtXLUo6xy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtXLUo6xy .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtXLUo6xy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtXLUo6xy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtXLUo6xy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtXLUo6xy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtXLUo6xy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtXLUo6xy button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtXLUo6xy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtXLUo6xy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtXLUo6xy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtXLUo6xy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtXLUo6xy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtXLUo6xy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtXLUo6xy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtXLUo6xy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtXLUo6xy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtXLUo6xy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtXLUo6xy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtXLUo6xy .collapsed .btn {
  display: flex;
}
.cid-sqtXLUo6xy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtXLUo6xy .collapsed .navbar-collapse.collapsing,
.cid-sqtXLUo6xy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtXLUo6xy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtXLUo6xy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtXLUo6xy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtXLUo6xy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtXLUo6xy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtXLUo6xy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtXLUo6xy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtXLUo6xy .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtXLUo6xy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtXLUo6xy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtXLUo6xy .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtXLUo6xy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtXLUo6xy .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtXLUo6xy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtXLUo6xy .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-sqtXLUo6xy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtXLUo6xy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtXLUo6xy .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-sqtXLUo6xy .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtXLUo6xy .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtXLUo6xy .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtXLUo6xy .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtXLUo6xy .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtXLUo6xy .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-sqtXLUo6xy .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtXLUo6xy .navbar-collapse.collapsing,
  .cid-sqtXLUo6xy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtXLUo6xy .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtXLUo6xy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtXLUo6xy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtXLUo6xy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtXLUo6xy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtXLUo6xy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtXLUo6xy .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtXLUo6xy .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtXLUo6xy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtXLUo6xy .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtXLUo6xy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtXLUo6xy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtXLUo6xy img {
    height: 3.8rem !important;
  }
  .cid-sqtXLUo6xy .btn {
    display: flex;
  }
  .cid-sqtXLUo6xy button.navbar-toggler {
    display: block;
  }
  .cid-sqtXLUo6xy .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtXLUo6xy .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtXLUo6xy .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-sqtXLUo6xy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtXLUo6xy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtXLUo6xy .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-sqtXLUo6xy .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtXLUo6xy .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtXLUo6xy .navbar-toggler {
  position: relative;
}
.cid-sqtXLUo6xy .dropdown-item.active,
.cid-sqtXLUo6xy .dropdown-item:active {
  color: initial;
}
.cid-sqtXLUo6xy .widget-title {
  color: #83868c;
}
.cid-sqtXLUo6xy .widget-text {
  color: #83868c;
}
.cid-sqtXLUo6xy .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtXLUo6xy .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtXLUo6xy .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtXLUo6xy .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtXLUo6xy .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtXLUo6xy .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtXLUo6xy .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtXLUo6xy .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtXLUo6xy .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtXLUo6xy .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtXLUo6xy .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtXLUo6xy .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtXLUo6xy .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtXLUo6xy .menu-content-top,
  .cid-sqtXLUo6xy .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtXLUo6xy 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-sqtXLW5Muz {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtXLW5Muz .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtXLW5Muz .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtXLW5Muz .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtXLW5Muz .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtXLW5Muz .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtXLW5Muz .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtXLW5Muz .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtXLW5Muz .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtXLW5Muz .separator,
  .cid-sqtXLW5Muz .sep-holder,
  .cid-sqtXLW5Muz .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtXLW5Muz .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtXLW5Muz .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtXLW5Muz .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtXLW5Muz .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtXLW5Muz .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtXLW5Muz .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtXLW5Muz .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtXLXB8qt {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtXLXB8qt img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtXLXB8qt .row {
  justify-content: center;
}
.cid-sqtXLXB8qt .mbr-text {
  color: #767676;
}
.cid-sqtXLXB8qt .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtXLXB8qt .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtXLXB8qt .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtXLXB8qt .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtXLXB8qt .icon-box {
    flex-direction: column;
  }
  .cid-sqtXLXB8qt .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtXLXB8qt img {
    margin-bottom: 2rem;
  }
}
.cid-sqtXLXB8qt H1 {
  color: #14287f;
}
.cid-sqtXLXB8qt H3 {
  color: #00acee;
}
.cid-sAIMuCuKFt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIMuCuKFt .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIMuCuKFt .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIMuCuKFt .mbr-text {
  color: #83868c;
}
.cid-sAIMuCuKFt .phone-word {
  color: #279e64;
}
.cid-sAIMuCuKFt .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIMuCuKFt .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIMuCuKFt img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIMuCuKFt .img1 {
  color: #279e64;
}
.cid-sAIMuCuKFt .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIMuCuKFt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIMuCuKFt .content .link-wrap {
  color: red;
}
.cid-sAIMuCuKFt .content .date-wrap {
  color: #13287d;
}
.cid-sAIMuCuKFt .item,
.cid-sAIMuCuKFt .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIMuCuKFt .item h4,
.cid-sAIMuCuKFt .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIMuCuKFt .link {
  transition: all 0.3s ease-in;
}
.cid-sAIMuCuKFt .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIMuCuKFt .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIMuCuKFt .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIMuCuKFt .item .card-img {
  width: auto;
}
.cid-sAIMuCuKFt .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIMuCuKFt .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIMuCuKFt h5 {
    text-align: left !important;
  }
  .cid-sAIMuCuKFt .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIMuCuKFt .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIMuCuKFt .item-title:hover {
  color: #279e64;
}
.cid-sAIMuCuKFt .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIMuCuKFt .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIMuCuKFt .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIMuCuKFt .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIMuCuKFt .btn[class*="-outline"]:active,
.cid-sAIMuCuKFt .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIMuCuKFt .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIMuCuKFt .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIMuCuKFt .pre-form {
  color: #83868c;
}
.cid-sAIMuCuKFt .form-group,
.cid-sAIMuCuKFt .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIMuCuKFt .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-sAIMuCuKFt .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIMuCuKFt .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIMuCuKFt .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIMuCuKFt .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIMuCuKFt .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIMuCuKFt .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIMuCuKFt .dragArea {
  flex-direction: column;
}
.cid-sAIMuCuKFt .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGov4s1.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGov4s1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGov4s1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGov4s1 .modal-content,
.cid-sqGBGov4s1 .modal-dialog {
  height: auto;
}
.cid-sqGBGov4s1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGov4s1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGov4s1 .form-wrapper .mbr-form .form-group,
  .cid-sqGBGov4s1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGov4s1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGov4s1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGov4s1 .mbr-text {
  text-align: center;
}
.cid-sqGBGov4s1 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGov4s1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGov4s1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGov4s1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGov4s1 .modal-open {
  overflow: hidden;
}
.cid-sqGBGov4s1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGov4s1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGov4s1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGov4s1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGov4s1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGov4s1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGov4s1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGov4s1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGov4s1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGov4s1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGov4s1 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGov4s1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGov4s1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGov4s1 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGov4s1 .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGov4s1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGov4s1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGov4s1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGov4s1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGov4s1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGov4s1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGov4s1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGov4s1 .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGov4s1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGov4s1 .modal-lg,
  .cid-sqGBGov4s1 .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGov4s1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGov4s1 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGov4s1 .container {
    max-width: 1140px;
  }
}
.cid-sqGBGov4s1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGov4s1 .container {
    max-width: 720px;
  }
}
.cid-sqGBGov4s1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGov4s1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGov4s1 .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGov4s1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGov4s1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGov4s1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIMvXeXqT.popup-builder {
  background-color: #ffffff;
}
.cid-sAIMvXeXqT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIMvXeXqT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIMvXeXqT .modal-content,
.cid-sAIMvXeXqT .modal-dialog {
  height: auto;
}
.cid-sAIMvXeXqT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIMvXeXqT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIMvXeXqT .form-wrapper .mbr-form .form-group,
  .cid-sAIMvXeXqT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIMvXeXqT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIMvXeXqT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIMvXeXqT .mbr-text {
  text-align: center;
}
.cid-sAIMvXeXqT .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIMvXeXqT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIMvXeXqT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIMvXeXqT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIMvXeXqT .modal-open {
  overflow: hidden;
}
.cid-sAIMvXeXqT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIMvXeXqT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIMvXeXqT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIMvXeXqT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIMvXeXqT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIMvXeXqT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIMvXeXqT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIMvXeXqT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIMvXeXqT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIMvXeXqT .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIMvXeXqT .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIMvXeXqT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIMvXeXqT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIMvXeXqT .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIMvXeXqT .modal-header .close:focus {
  outline: none;
}
.cid-sAIMvXeXqT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIMvXeXqT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIMvXeXqT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIMvXeXqT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIMvXeXqT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIMvXeXqT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIMvXeXqT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIMvXeXqT .modal-sm {
    max-width: 300px;
  }
  .cid-sAIMvXeXqT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIMvXeXqT .modal-lg,
  .cid-sAIMvXeXqT .modal-xl {
    max-width: 800px;
  }
  .cid-sAIMvXeXqT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIMvXeXqT .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIMvXeXqT .container {
    max-width: 1140px;
  }
}
.cid-sAIMvXeXqT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIMvXeXqT .container {
    max-width: 720px;
  }
}
.cid-sAIMvXeXqT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIMvXeXqT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIMvXeXqT .form-group {
  margin-bottom: 1rem;
}
.cid-sAIMvXeXqT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIMvXeXqT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIMvXeXqT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtY5xkWrt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtY5xkWrt .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtY5xkWrt .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtY5xkWrt .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-sqtY5xkWrt .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtY5xkWrt .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-sqtY5xkWrt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtY5xkWrt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtY5xkWrt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtY5xkWrt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtY5xkWrt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtY5xkWrt .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-sqtY5xkWrt .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtY5xkWrt .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtY5xkWrt .dropdown-item,
.cid-sqtY5xkWrt .nav-link,
.cid-sqtY5xkWrt .brand-name {
  font-style: normal;
}
.cid-sqtY5xkWrt .dropdown-item:hover,
.cid-sqtY5xkWrt .nav-link:hover,
.cid-sqtY5xkWrt .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtY5xkWrt .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtY5xkWrt .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtY5xkWrt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtY5xkWrt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtY5xkWrt .nav-item {
  position: relative;
}
.cid-sqtY5xkWrt .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtY5xkWrt .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtY5xkWrt .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtY5xkWrt .nav-link {
    line-height: 6.13;
  }
  .cid-sqtY5xkWrt .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtY5xkWrt .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtY5xkWrt .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-sqtY5xkWrt .content-text {
  margin-bottom: 0;
}
.cid-sqtY5xkWrt .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtY5xkWrt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtY5xkWrt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtY5xkWrt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtY5xkWrt .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtY5xkWrt .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtY5xkWrt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtY5xkWrt .content-right-side {
  text-align: center;
}
.cid-sqtY5xkWrt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtY5xkWrt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtY5xkWrt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtY5xkWrt .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-sqtY5xkWrt .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtY5xkWrt .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtY5xkWrt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtY5xkWrt .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtY5xkWrt .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtY5xkWrt .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtY5xkWrt .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtY5xkWrt .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtY5xkWrt .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtY5xkWrt .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-sqtY5xkWrt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtY5xkWrt .navbar-toggler {
    display: none;
  }
  .cid-sqtY5xkWrt .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtY5xkWrt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtY5xkWrt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtY5xkWrt .btn-sm {
  padding: 13px 29px;
}
.cid-sqtY5xkWrt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtY5xkWrt .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-sqtY5xkWrt .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtY5xkWrt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtY5xkWrt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtY5xkWrt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtY5xkWrt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtY5xkWrt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtY5xkWrt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtY5xkWrt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtY5xkWrt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtY5xkWrt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtY5xkWrt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtY5xkWrt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtY5xkWrt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtY5xkWrt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtY5xkWrt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtY5xkWrt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtY5xkWrt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtY5xkWrt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtY5xkWrt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtY5xkWrt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtY5xkWrt button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtY5xkWrt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtY5xkWrt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtY5xkWrt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtY5xkWrt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtY5xkWrt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtY5xkWrt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtY5xkWrt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtY5xkWrt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtY5xkWrt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtY5xkWrt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtY5xkWrt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtY5xkWrt .collapsed .btn {
  display: flex;
}
.cid-sqtY5xkWrt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtY5xkWrt .collapsed .navbar-collapse.collapsing,
.cid-sqtY5xkWrt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtY5xkWrt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtY5xkWrt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtY5xkWrt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtY5xkWrt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtY5xkWrt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtY5xkWrt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtY5xkWrt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtY5xkWrt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtY5xkWrt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtY5xkWrt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtY5xkWrt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtY5xkWrt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtY5xkWrt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtY5xkWrt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtY5xkWrt .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-sqtY5xkWrt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtY5xkWrt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtY5xkWrt .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-sqtY5xkWrt .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtY5xkWrt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtY5xkWrt .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtY5xkWrt .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtY5xkWrt .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtY5xkWrt .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-sqtY5xkWrt .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtY5xkWrt .navbar-collapse.collapsing,
  .cid-sqtY5xkWrt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtY5xkWrt .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtY5xkWrt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtY5xkWrt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtY5xkWrt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtY5xkWrt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtY5xkWrt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtY5xkWrt .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtY5xkWrt .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtY5xkWrt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtY5xkWrt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtY5xkWrt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtY5xkWrt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtY5xkWrt img {
    height: 3.8rem !important;
  }
  .cid-sqtY5xkWrt .btn {
    display: flex;
  }
  .cid-sqtY5xkWrt button.navbar-toggler {
    display: block;
  }
  .cid-sqtY5xkWrt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtY5xkWrt .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtY5xkWrt .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-sqtY5xkWrt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtY5xkWrt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtY5xkWrt .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-sqtY5xkWrt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtY5xkWrt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtY5xkWrt .navbar-toggler {
  position: relative;
}
.cid-sqtY5xkWrt .dropdown-item.active,
.cid-sqtY5xkWrt .dropdown-item:active {
  color: initial;
}
.cid-sqtY5xkWrt .widget-title {
  color: #83868c;
}
.cid-sqtY5xkWrt .widget-text {
  color: #83868c;
}
.cid-sqtY5xkWrt .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtY5xkWrt .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtY5xkWrt .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtY5xkWrt .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtY5xkWrt .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtY5xkWrt .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtY5xkWrt .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtY5xkWrt .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtY5xkWrt .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtY5xkWrt .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtY5xkWrt .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtY5xkWrt .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtY5xkWrt .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtY5xkWrt .menu-content-top,
  .cid-sqtY5xkWrt .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtY5xkWrt 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-sqtY5zdHtW {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtY5zdHtW .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtY5zdHtW .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtY5zdHtW .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtY5zdHtW .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtY5zdHtW .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtY5zdHtW .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtY5zdHtW .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtY5zdHtW .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtY5zdHtW .separator,
  .cid-sqtY5zdHtW .sep-holder,
  .cid-sqtY5zdHtW .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtY5zdHtW .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtY5zdHtW .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtY5zdHtW .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtY5zdHtW .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtY5zdHtW .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtY5zdHtW .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtY5zdHtW .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtY5AIrES {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtY5AIrES img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtY5AIrES .row {
  justify-content: center;
}
.cid-sqtY5AIrES .mbr-text {
  color: #767676;
}
.cid-sqtY5AIrES .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtY5AIrES .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtY5AIrES .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtY5AIrES .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtY5AIrES .icon-box {
    flex-direction: column;
  }
  .cid-sqtY5AIrES .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtY5AIrES img {
    margin-bottom: 2rem;
  }
}
.cid-sqtY5AIrES H1 {
  color: #14287f;
}
.cid-sqtY5AIrES H3 {
  color: #00acee;
}
.cid-sAIMzNH9X7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIMzNH9X7 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIMzNH9X7 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIMzNH9X7 .mbr-text {
  color: #83868c;
}
.cid-sAIMzNH9X7 .phone-word {
  color: #279e64;
}
.cid-sAIMzNH9X7 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIMzNH9X7 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIMzNH9X7 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIMzNH9X7 .img1 {
  color: #279e64;
}
.cid-sAIMzNH9X7 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIMzNH9X7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIMzNH9X7 .content .link-wrap {
  color: red;
}
.cid-sAIMzNH9X7 .content .date-wrap {
  color: #13287d;
}
.cid-sAIMzNH9X7 .item,
.cid-sAIMzNH9X7 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIMzNH9X7 .item h4,
.cid-sAIMzNH9X7 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIMzNH9X7 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIMzNH9X7 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIMzNH9X7 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIMzNH9X7 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIMzNH9X7 .item .card-img {
  width: auto;
}
.cid-sAIMzNH9X7 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIMzNH9X7 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIMzNH9X7 h5 {
    text-align: left !important;
  }
  .cid-sAIMzNH9X7 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIMzNH9X7 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIMzNH9X7 .item-title:hover {
  color: #279e64;
}
.cid-sAIMzNH9X7 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIMzNH9X7 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIMzNH9X7 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIMzNH9X7 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIMzNH9X7 .btn[class*="-outline"]:active,
.cid-sAIMzNH9X7 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIMzNH9X7 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIMzNH9X7 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIMzNH9X7 .pre-form {
  color: #83868c;
}
.cid-sAIMzNH9X7 .form-group,
.cid-sAIMzNH9X7 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIMzNH9X7 .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-sAIMzNH9X7 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIMzNH9X7 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIMzNH9X7 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIMzNH9X7 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIMzNH9X7 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIMzNH9X7 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIMzNH9X7 .dragArea {
  flex-direction: column;
}
.cid-sAIMzNH9X7 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGowVPM.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGowVPM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGowVPM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGowVPM .modal-content,
.cid-sqGBGowVPM .modal-dialog {
  height: auto;
}
.cid-sqGBGowVPM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGowVPM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGowVPM .form-wrapper .mbr-form .form-group,
  .cid-sqGBGowVPM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGowVPM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGowVPM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGowVPM .mbr-text {
  text-align: center;
}
.cid-sqGBGowVPM .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGowVPM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGowVPM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGowVPM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGowVPM .modal-open {
  overflow: hidden;
}
.cid-sqGBGowVPM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGowVPM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGowVPM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGowVPM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGowVPM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGowVPM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGowVPM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGowVPM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGowVPM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGowVPM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGowVPM .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGowVPM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGowVPM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGowVPM .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGowVPM .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGowVPM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGowVPM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGowVPM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGowVPM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGowVPM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGowVPM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGowVPM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGowVPM .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGowVPM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGowVPM .modal-lg,
  .cid-sqGBGowVPM .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGowVPM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGowVPM .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGowVPM .container {
    max-width: 1140px;
  }
}
.cid-sqGBGowVPM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGowVPM .container {
    max-width: 720px;
  }
}
.cid-sqGBGowVPM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGowVPM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGowVPM .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGowVPM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGowVPM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGowVPM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIMB4pek2.popup-builder {
  background-color: #ffffff;
}
.cid-sAIMB4pek2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIMB4pek2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIMB4pek2 .modal-content,
.cid-sAIMB4pek2 .modal-dialog {
  height: auto;
}
.cid-sAIMB4pek2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIMB4pek2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIMB4pek2 .form-wrapper .mbr-form .form-group,
  .cid-sAIMB4pek2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIMB4pek2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIMB4pek2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIMB4pek2 .mbr-text {
  text-align: center;
}
.cid-sAIMB4pek2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIMB4pek2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIMB4pek2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIMB4pek2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIMB4pek2 .modal-open {
  overflow: hidden;
}
.cid-sAIMB4pek2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIMB4pek2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIMB4pek2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIMB4pek2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIMB4pek2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIMB4pek2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIMB4pek2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIMB4pek2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIMB4pek2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIMB4pek2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIMB4pek2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIMB4pek2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIMB4pek2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIMB4pek2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIMB4pek2 .modal-header .close:focus {
  outline: none;
}
.cid-sAIMB4pek2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIMB4pek2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIMB4pek2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIMB4pek2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIMB4pek2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIMB4pek2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIMB4pek2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIMB4pek2 .modal-sm {
    max-width: 300px;
  }
  .cid-sAIMB4pek2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIMB4pek2 .modal-lg,
  .cid-sAIMB4pek2 .modal-xl {
    max-width: 800px;
  }
  .cid-sAIMB4pek2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIMB4pek2 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIMB4pek2 .container {
    max-width: 1140px;
  }
}
.cid-sAIMB4pek2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIMB4pek2 .container {
    max-width: 720px;
  }
}
.cid-sAIMB4pek2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIMB4pek2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIMB4pek2 .form-group {
  margin-bottom: 1rem;
}
.cid-sAIMB4pek2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIMB4pek2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIMB4pek2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtYveADTS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtYveADTS .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtYveADTS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtYveADTS .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-sqtYveADTS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtYveADTS .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-sqtYveADTS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtYveADTS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtYveADTS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtYveADTS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtYveADTS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtYveADTS .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-sqtYveADTS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtYveADTS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtYveADTS .dropdown-item,
.cid-sqtYveADTS .nav-link,
.cid-sqtYveADTS .brand-name {
  font-style: normal;
}
.cid-sqtYveADTS .dropdown-item:hover,
.cid-sqtYveADTS .nav-link:hover,
.cid-sqtYveADTS .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtYveADTS .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtYveADTS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtYveADTS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtYveADTS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtYveADTS .nav-item {
  position: relative;
}
.cid-sqtYveADTS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtYveADTS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtYveADTS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtYveADTS .nav-link {
    line-height: 6.13;
  }
  .cid-sqtYveADTS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtYveADTS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtYveADTS .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-sqtYveADTS .content-text {
  margin-bottom: 0;
}
.cid-sqtYveADTS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtYveADTS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtYveADTS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtYveADTS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtYveADTS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtYveADTS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtYveADTS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtYveADTS .content-right-side {
  text-align: center;
}
.cid-sqtYveADTS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtYveADTS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtYveADTS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtYveADTS .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-sqtYveADTS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtYveADTS .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtYveADTS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtYveADTS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtYveADTS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtYveADTS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtYveADTS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtYveADTS .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtYveADTS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtYveADTS .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-sqtYveADTS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtYveADTS .navbar-toggler {
    display: none;
  }
  .cid-sqtYveADTS .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtYveADTS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtYveADTS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtYveADTS .btn-sm {
  padding: 13px 29px;
}
.cid-sqtYveADTS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtYveADTS .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-sqtYveADTS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtYveADTS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtYveADTS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtYveADTS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtYveADTS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtYveADTS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtYveADTS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtYveADTS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtYveADTS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtYveADTS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtYveADTS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtYveADTS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtYveADTS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtYveADTS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtYveADTS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtYveADTS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtYveADTS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtYveADTS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtYveADTS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtYveADTS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtYveADTS button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtYveADTS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtYveADTS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtYveADTS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtYveADTS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtYveADTS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtYveADTS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtYveADTS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtYveADTS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtYveADTS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtYveADTS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtYveADTS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtYveADTS .collapsed .btn {
  display: flex;
}
.cid-sqtYveADTS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtYveADTS .collapsed .navbar-collapse.collapsing,
.cid-sqtYveADTS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtYveADTS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtYveADTS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtYveADTS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtYveADTS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtYveADTS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtYveADTS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtYveADTS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtYveADTS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtYveADTS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtYveADTS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtYveADTS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtYveADTS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtYveADTS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtYveADTS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtYveADTS .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-sqtYveADTS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtYveADTS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtYveADTS .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-sqtYveADTS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtYveADTS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtYveADTS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtYveADTS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtYveADTS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtYveADTS .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-sqtYveADTS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtYveADTS .navbar-collapse.collapsing,
  .cid-sqtYveADTS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtYveADTS .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtYveADTS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtYveADTS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtYveADTS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtYveADTS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtYveADTS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtYveADTS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtYveADTS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtYveADTS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtYveADTS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtYveADTS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtYveADTS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtYveADTS img {
    height: 3.8rem !important;
  }
  .cid-sqtYveADTS .btn {
    display: flex;
  }
  .cid-sqtYveADTS button.navbar-toggler {
    display: block;
  }
  .cid-sqtYveADTS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtYveADTS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtYveADTS .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-sqtYveADTS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtYveADTS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtYveADTS .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-sqtYveADTS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtYveADTS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtYveADTS .navbar-toggler {
  position: relative;
}
.cid-sqtYveADTS .dropdown-item.active,
.cid-sqtYveADTS .dropdown-item:active {
  color: initial;
}
.cid-sqtYveADTS .widget-title {
  color: #83868c;
}
.cid-sqtYveADTS .widget-text {
  color: #83868c;
}
.cid-sqtYveADTS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtYveADTS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtYveADTS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtYveADTS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtYveADTS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtYveADTS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtYveADTS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtYveADTS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtYveADTS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtYveADTS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtYveADTS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtYveADTS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtYveADTS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtYveADTS .menu-content-top,
  .cid-sqtYveADTS .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtYveADTS 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-sqtYvgsfz1 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtYvgsfz1 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtYvgsfz1 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtYvgsfz1 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtYvgsfz1 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtYvgsfz1 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtYvgsfz1 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtYvgsfz1 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtYvgsfz1 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtYvgsfz1 .separator,
  .cid-sqtYvgsfz1 .sep-holder,
  .cid-sqtYvgsfz1 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtYvgsfz1 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtYvgsfz1 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtYvgsfz1 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtYvgsfz1 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtYvgsfz1 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtYvgsfz1 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtYvgsfz1 .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtYvi1J7y {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtYvi1J7y img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtYvi1J7y .row {
  justify-content: center;
}
.cid-sqtYvi1J7y .mbr-text {
  color: #767676;
}
.cid-sqtYvi1J7y .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtYvi1J7y .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtYvi1J7y .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtYvi1J7y .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtYvi1J7y .icon-box {
    flex-direction: column;
  }
  .cid-sqtYvi1J7y .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtYvi1J7y img {
    margin-bottom: 2rem;
  }
}
.cid-sqtYvi1J7y H1 {
  color: #14287f;
}
.cid-sqtYvi1J7y H3 {
  color: #00acee;
}
.cid-sAIMGmQvsT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIMGmQvsT .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIMGmQvsT .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIMGmQvsT .mbr-text {
  color: #83868c;
}
.cid-sAIMGmQvsT .phone-word {
  color: #279e64;
}
.cid-sAIMGmQvsT .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIMGmQvsT .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIMGmQvsT img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIMGmQvsT .img1 {
  color: #279e64;
}
.cid-sAIMGmQvsT .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIMGmQvsT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIMGmQvsT .content .link-wrap {
  color: red;
}
.cid-sAIMGmQvsT .content .date-wrap {
  color: #13287d;
}
.cid-sAIMGmQvsT .item,
.cid-sAIMGmQvsT .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIMGmQvsT .item h4,
.cid-sAIMGmQvsT .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIMGmQvsT .link {
  transition: all 0.3s ease-in;
}
.cid-sAIMGmQvsT .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIMGmQvsT .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIMGmQvsT .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIMGmQvsT .item .card-img {
  width: auto;
}
.cid-sAIMGmQvsT .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIMGmQvsT .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIMGmQvsT h5 {
    text-align: left !important;
  }
  .cid-sAIMGmQvsT .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIMGmQvsT .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIMGmQvsT .item-title:hover {
  color: #279e64;
}
.cid-sAIMGmQvsT .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIMGmQvsT .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIMGmQvsT .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIMGmQvsT .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIMGmQvsT .btn[class*="-outline"]:active,
.cid-sAIMGmQvsT .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIMGmQvsT .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIMGmQvsT .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIMGmQvsT .pre-form {
  color: #83868c;
}
.cid-sAIMGmQvsT .form-group,
.cid-sAIMGmQvsT .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIMGmQvsT .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-sAIMGmQvsT .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIMGmQvsT .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIMGmQvsT .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIMGmQvsT .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIMGmQvsT .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIMGmQvsT .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIMGmQvsT .dragArea {
  flex-direction: column;
}
.cid-sAIMGmQvsT .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGowSQL.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGowSQL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGowSQL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGowSQL .modal-content,
.cid-sqGBGowSQL .modal-dialog {
  height: auto;
}
.cid-sqGBGowSQL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGowSQL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGowSQL .form-wrapper .mbr-form .form-group,
  .cid-sqGBGowSQL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGowSQL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGowSQL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGowSQL .mbr-text {
  text-align: center;
}
.cid-sqGBGowSQL .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGowSQL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGowSQL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGowSQL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGowSQL .modal-open {
  overflow: hidden;
}
.cid-sqGBGowSQL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGowSQL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGowSQL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGowSQL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGowSQL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGowSQL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGowSQL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGowSQL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGowSQL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGowSQL .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGowSQL .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGowSQL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGowSQL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGowSQL .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGowSQL .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGowSQL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGowSQL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGowSQL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGowSQL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGowSQL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGowSQL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGowSQL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGowSQL .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGowSQL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGowSQL .modal-lg,
  .cid-sqGBGowSQL .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGowSQL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGowSQL .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGowSQL .container {
    max-width: 1140px;
  }
}
.cid-sqGBGowSQL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGowSQL .container {
    max-width: 720px;
  }
}
.cid-sqGBGowSQL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGowSQL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGowSQL .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGowSQL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGowSQL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGowSQL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIMHHw0en.popup-builder {
  background-color: #ffffff;
}
.cid-sAIMHHw0en.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIMHHw0en.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIMHHw0en .modal-content,
.cid-sAIMHHw0en .modal-dialog {
  height: auto;
}
.cid-sAIMHHw0en .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIMHHw0en .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIMHHw0en .form-wrapper .mbr-form .form-group,
  .cid-sAIMHHw0en .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIMHHw0en .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIMHHw0en .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIMHHw0en .mbr-text {
  text-align: center;
}
.cid-sAIMHHw0en .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIMHHw0en .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIMHHw0en .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIMHHw0en .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIMHHw0en .modal-open {
  overflow: hidden;
}
.cid-sAIMHHw0en .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIMHHw0en .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIMHHw0en .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIMHHw0en .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIMHHw0en .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIMHHw0en .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIMHHw0en .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIMHHw0en .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIMHHw0en .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIMHHw0en .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIMHHw0en .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIMHHw0en .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIMHHw0en .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIMHHw0en .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIMHHw0en .modal-header .close:focus {
  outline: none;
}
.cid-sAIMHHw0en .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIMHHw0en .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIMHHw0en .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIMHHw0en .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIMHHw0en .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIMHHw0en .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIMHHw0en .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIMHHw0en .modal-sm {
    max-width: 300px;
  }
  .cid-sAIMHHw0en .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIMHHw0en .modal-lg,
  .cid-sAIMHHw0en .modal-xl {
    max-width: 800px;
  }
  .cid-sAIMHHw0en .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIMHHw0en .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIMHHw0en .container {
    max-width: 1140px;
  }
}
.cid-sAIMHHw0en .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIMHHw0en .container {
    max-width: 720px;
  }
}
.cid-sAIMHHw0en .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIMHHw0en .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIMHHw0en .form-group {
  margin-bottom: 1rem;
}
.cid-sAIMHHw0en .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIMHHw0en .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIMHHw0en .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtYTON0Me .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtYTON0Me .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtYTON0Me .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtYTON0Me .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-sqtYTON0Me .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtYTON0Me .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-sqtYTON0Me .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtYTON0Me .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtYTON0Me .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtYTON0Me .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtYTON0Me .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtYTON0Me .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-sqtYTON0Me .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtYTON0Me .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtYTON0Me .dropdown-item,
.cid-sqtYTON0Me .nav-link,
.cid-sqtYTON0Me .brand-name {
  font-style: normal;
}
.cid-sqtYTON0Me .dropdown-item:hover,
.cid-sqtYTON0Me .nav-link:hover,
.cid-sqtYTON0Me .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtYTON0Me .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtYTON0Me .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtYTON0Me .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtYTON0Me .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtYTON0Me .nav-item {
  position: relative;
}
.cid-sqtYTON0Me .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtYTON0Me .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtYTON0Me .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtYTON0Me .nav-link {
    line-height: 6.13;
  }
  .cid-sqtYTON0Me .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtYTON0Me .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtYTON0Me .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-sqtYTON0Me .content-text {
  margin-bottom: 0;
}
.cid-sqtYTON0Me .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtYTON0Me .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtYTON0Me .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtYTON0Me .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtYTON0Me .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtYTON0Me .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtYTON0Me .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtYTON0Me .content-right-side {
  text-align: center;
}
.cid-sqtYTON0Me .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtYTON0Me .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtYTON0Me .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtYTON0Me .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-sqtYTON0Me .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtYTON0Me .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtYTON0Me .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtYTON0Me .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtYTON0Me .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtYTON0Me .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtYTON0Me .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtYTON0Me .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtYTON0Me .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtYTON0Me .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-sqtYTON0Me .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtYTON0Me .navbar-toggler {
    display: none;
  }
  .cid-sqtYTON0Me .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtYTON0Me .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtYTON0Me .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtYTON0Me .btn-sm {
  padding: 13px 29px;
}
.cid-sqtYTON0Me .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtYTON0Me .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-sqtYTON0Me .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtYTON0Me .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtYTON0Me .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtYTON0Me .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtYTON0Me .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtYTON0Me .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtYTON0Me .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtYTON0Me .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtYTON0Me .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtYTON0Me .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtYTON0Me .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtYTON0Me .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtYTON0Me .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtYTON0Me .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtYTON0Me .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtYTON0Me .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtYTON0Me .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtYTON0Me .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtYTON0Me .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtYTON0Me button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtYTON0Me button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtYTON0Me button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtYTON0Me button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtYTON0Me button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtYTON0Me button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtYTON0Me button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtYTON0Me nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtYTON0Me nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtYTON0Me nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtYTON0Me nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtYTON0Me .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtYTON0Me .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtYTON0Me .collapsed .btn {
  display: flex;
}
.cid-sqtYTON0Me .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtYTON0Me .collapsed .navbar-collapse.collapsing,
.cid-sqtYTON0Me .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtYTON0Me .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtYTON0Me .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtYTON0Me .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtYTON0Me .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtYTON0Me .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtYTON0Me .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtYTON0Me .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtYTON0Me .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtYTON0Me .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtYTON0Me .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtYTON0Me .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtYTON0Me .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtYTON0Me .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtYTON0Me .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtYTON0Me .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-sqtYTON0Me .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtYTON0Me .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtYTON0Me .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-sqtYTON0Me .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtYTON0Me .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtYTON0Me .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtYTON0Me .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtYTON0Me .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtYTON0Me .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-sqtYTON0Me .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtYTON0Me .navbar-collapse.collapsing,
  .cid-sqtYTON0Me .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtYTON0Me .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtYTON0Me .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtYTON0Me .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtYTON0Me .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtYTON0Me .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtYTON0Me .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtYTON0Me .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtYTON0Me .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtYTON0Me .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtYTON0Me .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtYTON0Me .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtYTON0Me .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtYTON0Me img {
    height: 3.8rem !important;
  }
  .cid-sqtYTON0Me .btn {
    display: flex;
  }
  .cid-sqtYTON0Me button.navbar-toggler {
    display: block;
  }
  .cid-sqtYTON0Me .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtYTON0Me .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtYTON0Me .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-sqtYTON0Me .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtYTON0Me .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtYTON0Me .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-sqtYTON0Me .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtYTON0Me .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtYTON0Me .navbar-toggler {
  position: relative;
}
.cid-sqtYTON0Me .dropdown-item.active,
.cid-sqtYTON0Me .dropdown-item:active {
  color: initial;
}
.cid-sqtYTON0Me .widget-title {
  color: #83868c;
}
.cid-sqtYTON0Me .widget-text {
  color: #83868c;
}
.cid-sqtYTON0Me .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtYTON0Me .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtYTON0Me .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtYTON0Me .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtYTON0Me .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtYTON0Me .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtYTON0Me .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtYTON0Me .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtYTON0Me .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtYTON0Me .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtYTON0Me .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtYTON0Me .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtYTON0Me .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtYTON0Me .menu-content-top,
  .cid-sqtYTON0Me .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtYTON0Me 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-sqtYTQKbLe {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtYTQKbLe .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtYTQKbLe .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtYTQKbLe .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtYTQKbLe .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtYTQKbLe .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtYTQKbLe .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtYTQKbLe .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtYTQKbLe .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtYTQKbLe .separator,
  .cid-sqtYTQKbLe .sep-holder,
  .cid-sqtYTQKbLe .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtYTQKbLe .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtYTQKbLe .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtYTQKbLe .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtYTQKbLe .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtYTQKbLe .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtYTQKbLe .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtYTQKbLe .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtYTS8cwn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtYTS8cwn img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtYTS8cwn .row {
  justify-content: center;
}
.cid-sqtYTS8cwn .mbr-text {
  color: #767676;
}
.cid-sqtYTS8cwn .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtYTS8cwn .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtYTS8cwn .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtYTS8cwn .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtYTS8cwn .icon-box {
    flex-direction: column;
  }
  .cid-sqtYTS8cwn .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtYTS8cwn img {
    margin-bottom: 2rem;
  }
}
.cid-sqtYTS8cwn H1 {
  color: #14287f;
}
.cid-sqtYTS8cwn H3 {
  color: #00acee;
}
.cid-sAIMNJYrfa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIMNJYrfa .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIMNJYrfa .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIMNJYrfa .mbr-text {
  color: #83868c;
}
.cid-sAIMNJYrfa .phone-word {
  color: #279e64;
}
.cid-sAIMNJYrfa .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIMNJYrfa .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIMNJYrfa img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIMNJYrfa .img1 {
  color: #279e64;
}
.cid-sAIMNJYrfa .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIMNJYrfa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIMNJYrfa .content .link-wrap {
  color: red;
}
.cid-sAIMNJYrfa .content .date-wrap {
  color: #13287d;
}
.cid-sAIMNJYrfa .item,
.cid-sAIMNJYrfa .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIMNJYrfa .item h4,
.cid-sAIMNJYrfa .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIMNJYrfa .link {
  transition: all 0.3s ease-in;
}
.cid-sAIMNJYrfa .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIMNJYrfa .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIMNJYrfa .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIMNJYrfa .item .card-img {
  width: auto;
}
.cid-sAIMNJYrfa .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIMNJYrfa .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIMNJYrfa h5 {
    text-align: left !important;
  }
  .cid-sAIMNJYrfa .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIMNJYrfa .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIMNJYrfa .item-title:hover {
  color: #279e64;
}
.cid-sAIMNJYrfa .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIMNJYrfa .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIMNJYrfa .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIMNJYrfa .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIMNJYrfa .btn[class*="-outline"]:active,
.cid-sAIMNJYrfa .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIMNJYrfa .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIMNJYrfa .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIMNJYrfa .pre-form {
  color: #83868c;
}
.cid-sAIMNJYrfa .form-group,
.cid-sAIMNJYrfa .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIMNJYrfa .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-sAIMNJYrfa .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIMNJYrfa .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIMNJYrfa .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIMNJYrfa .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIMNJYrfa .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIMNJYrfa .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIMNJYrfa .dragArea {
  flex-direction: column;
}
.cid-sAIMNJYrfa .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGowbMz.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGowbMz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGowbMz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGowbMz .modal-content,
.cid-sqGBGowbMz .modal-dialog {
  height: auto;
}
.cid-sqGBGowbMz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGowbMz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGowbMz .form-wrapper .mbr-form .form-group,
  .cid-sqGBGowbMz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGowbMz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGowbMz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGowbMz .mbr-text {
  text-align: center;
}
.cid-sqGBGowbMz .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGowbMz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGowbMz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGowbMz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGowbMz .modal-open {
  overflow: hidden;
}
.cid-sqGBGowbMz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGowbMz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGowbMz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGowbMz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGowbMz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGowbMz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGowbMz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGowbMz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGowbMz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGowbMz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGowbMz .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGowbMz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGowbMz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGowbMz .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGowbMz .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGowbMz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGowbMz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGowbMz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGowbMz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGowbMz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGowbMz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGowbMz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGowbMz .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGowbMz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGowbMz .modal-lg,
  .cid-sqGBGowbMz .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGowbMz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGowbMz .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGowbMz .container {
    max-width: 1140px;
  }
}
.cid-sqGBGowbMz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGowbMz .container {
    max-width: 720px;
  }
}
.cid-sqGBGowbMz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGowbMz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGowbMz .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGowbMz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGowbMz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGowbMz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIMPaL5V0.popup-builder {
  background-color: #ffffff;
}
.cid-sAIMPaL5V0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIMPaL5V0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIMPaL5V0 .modal-content,
.cid-sAIMPaL5V0 .modal-dialog {
  height: auto;
}
.cid-sAIMPaL5V0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIMPaL5V0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIMPaL5V0 .form-wrapper .mbr-form .form-group,
  .cid-sAIMPaL5V0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIMPaL5V0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIMPaL5V0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIMPaL5V0 .mbr-text {
  text-align: center;
}
.cid-sAIMPaL5V0 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIMPaL5V0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIMPaL5V0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIMPaL5V0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIMPaL5V0 .modal-open {
  overflow: hidden;
}
.cid-sAIMPaL5V0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIMPaL5V0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIMPaL5V0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIMPaL5V0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIMPaL5V0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIMPaL5V0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIMPaL5V0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIMPaL5V0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIMPaL5V0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIMPaL5V0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIMPaL5V0 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIMPaL5V0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIMPaL5V0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIMPaL5V0 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIMPaL5V0 .modal-header .close:focus {
  outline: none;
}
.cid-sAIMPaL5V0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIMPaL5V0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIMPaL5V0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIMPaL5V0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIMPaL5V0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIMPaL5V0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIMPaL5V0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIMPaL5V0 .modal-sm {
    max-width: 300px;
  }
  .cid-sAIMPaL5V0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIMPaL5V0 .modal-lg,
  .cid-sAIMPaL5V0 .modal-xl {
    max-width: 800px;
  }
  .cid-sAIMPaL5V0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIMPaL5V0 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIMPaL5V0 .container {
    max-width: 1140px;
  }
}
.cid-sAIMPaL5V0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIMPaL5V0 .container {
    max-width: 720px;
  }
}
.cid-sAIMPaL5V0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIMPaL5V0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIMPaL5V0 .form-group {
  margin-bottom: 1rem;
}
.cid-sAIMPaL5V0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIMPaL5V0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIMPaL5V0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtZmAYTuw .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtZmAYTuw .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtZmAYTuw .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtZmAYTuw .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-sqtZmAYTuw .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtZmAYTuw .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-sqtZmAYTuw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtZmAYTuw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtZmAYTuw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtZmAYTuw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtZmAYTuw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtZmAYTuw .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-sqtZmAYTuw .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtZmAYTuw .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtZmAYTuw .dropdown-item,
.cid-sqtZmAYTuw .nav-link,
.cid-sqtZmAYTuw .brand-name {
  font-style: normal;
}
.cid-sqtZmAYTuw .dropdown-item:hover,
.cid-sqtZmAYTuw .nav-link:hover,
.cid-sqtZmAYTuw .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtZmAYTuw .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtZmAYTuw .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtZmAYTuw .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtZmAYTuw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtZmAYTuw .nav-item {
  position: relative;
}
.cid-sqtZmAYTuw .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtZmAYTuw .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtZmAYTuw .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtZmAYTuw .nav-link {
    line-height: 6.13;
  }
  .cid-sqtZmAYTuw .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtZmAYTuw .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtZmAYTuw .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-sqtZmAYTuw .content-text {
  margin-bottom: 0;
}
.cid-sqtZmAYTuw .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtZmAYTuw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtZmAYTuw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtZmAYTuw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtZmAYTuw .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtZmAYTuw .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtZmAYTuw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtZmAYTuw .content-right-side {
  text-align: center;
}
.cid-sqtZmAYTuw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtZmAYTuw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtZmAYTuw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtZmAYTuw .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-sqtZmAYTuw .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtZmAYTuw .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtZmAYTuw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtZmAYTuw .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtZmAYTuw .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtZmAYTuw .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtZmAYTuw .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtZmAYTuw .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtZmAYTuw .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtZmAYTuw .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-sqtZmAYTuw .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtZmAYTuw .navbar-toggler {
    display: none;
  }
  .cid-sqtZmAYTuw .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtZmAYTuw .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtZmAYTuw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtZmAYTuw .btn-sm {
  padding: 13px 29px;
}
.cid-sqtZmAYTuw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtZmAYTuw .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-sqtZmAYTuw .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtZmAYTuw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtZmAYTuw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtZmAYTuw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtZmAYTuw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtZmAYTuw .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtZmAYTuw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtZmAYTuw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtZmAYTuw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtZmAYTuw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtZmAYTuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtZmAYTuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtZmAYTuw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtZmAYTuw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtZmAYTuw .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtZmAYTuw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtZmAYTuw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtZmAYTuw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtZmAYTuw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtZmAYTuw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtZmAYTuw button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtZmAYTuw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtZmAYTuw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtZmAYTuw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtZmAYTuw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtZmAYTuw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtZmAYTuw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtZmAYTuw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtZmAYTuw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtZmAYTuw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtZmAYTuw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtZmAYTuw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtZmAYTuw .collapsed .btn {
  display: flex;
}
.cid-sqtZmAYTuw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtZmAYTuw .collapsed .navbar-collapse.collapsing,
.cid-sqtZmAYTuw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtZmAYTuw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtZmAYTuw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtZmAYTuw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtZmAYTuw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtZmAYTuw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtZmAYTuw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtZmAYTuw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtZmAYTuw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtZmAYTuw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtZmAYTuw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtZmAYTuw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtZmAYTuw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtZmAYTuw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtZmAYTuw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtZmAYTuw .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-sqtZmAYTuw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtZmAYTuw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtZmAYTuw .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-sqtZmAYTuw .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtZmAYTuw .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtZmAYTuw .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtZmAYTuw .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtZmAYTuw .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtZmAYTuw .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-sqtZmAYTuw .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtZmAYTuw .navbar-collapse.collapsing,
  .cid-sqtZmAYTuw .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtZmAYTuw .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtZmAYTuw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtZmAYTuw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtZmAYTuw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtZmAYTuw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtZmAYTuw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtZmAYTuw .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtZmAYTuw .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtZmAYTuw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtZmAYTuw .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtZmAYTuw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtZmAYTuw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtZmAYTuw img {
    height: 3.8rem !important;
  }
  .cid-sqtZmAYTuw .btn {
    display: flex;
  }
  .cid-sqtZmAYTuw button.navbar-toggler {
    display: block;
  }
  .cid-sqtZmAYTuw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtZmAYTuw .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtZmAYTuw .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-sqtZmAYTuw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtZmAYTuw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtZmAYTuw .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-sqtZmAYTuw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtZmAYTuw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtZmAYTuw .navbar-toggler {
  position: relative;
}
.cid-sqtZmAYTuw .dropdown-item.active,
.cid-sqtZmAYTuw .dropdown-item:active {
  color: initial;
}
.cid-sqtZmAYTuw .widget-title {
  color: #83868c;
}
.cid-sqtZmAYTuw .widget-text {
  color: #83868c;
}
.cid-sqtZmAYTuw .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtZmAYTuw .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtZmAYTuw .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtZmAYTuw .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtZmAYTuw .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtZmAYTuw .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtZmAYTuw .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtZmAYTuw .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtZmAYTuw .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtZmAYTuw .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtZmAYTuw .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtZmAYTuw .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtZmAYTuw .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtZmAYTuw .menu-content-top,
  .cid-sqtZmAYTuw .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtZmAYTuw 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-sqtZmCNnWL {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtZmCNnWL .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtZmCNnWL .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtZmCNnWL .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtZmCNnWL .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtZmCNnWL .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtZmCNnWL .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtZmCNnWL .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtZmCNnWL .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtZmCNnWL .separator,
  .cid-sqtZmCNnWL .sep-holder,
  .cid-sqtZmCNnWL .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtZmCNnWL .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtZmCNnWL .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtZmCNnWL .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtZmCNnWL .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtZmCNnWL .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtZmCNnWL .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtZmCNnWL .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtZmE72Yh {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtZmE72Yh img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtZmE72Yh .row {
  justify-content: center;
}
.cid-sqtZmE72Yh .mbr-text {
  color: #767676;
}
.cid-sqtZmE72Yh .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtZmE72Yh .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtZmE72Yh .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtZmE72Yh .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtZmE72Yh .icon-box {
    flex-direction: column;
  }
  .cid-sqtZmE72Yh .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtZmE72Yh img {
    margin-bottom: 2rem;
  }
}
.cid-sqtZmE72Yh H1 {
  color: #14287f;
}
.cid-sqtZmE72Yh H3 {
  color: #00acee;
}
.cid-sAIMSSSVvr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIMSSSVvr .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIMSSSVvr .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIMSSSVvr .mbr-text {
  color: #83868c;
}
.cid-sAIMSSSVvr .phone-word {
  color: #279e64;
}
.cid-sAIMSSSVvr .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIMSSSVvr .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIMSSSVvr img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIMSSSVvr .img1 {
  color: #279e64;
}
.cid-sAIMSSSVvr .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIMSSSVvr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIMSSSVvr .content .link-wrap {
  color: red;
}
.cid-sAIMSSSVvr .content .date-wrap {
  color: #13287d;
}
.cid-sAIMSSSVvr .item,
.cid-sAIMSSSVvr .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIMSSSVvr .item h4,
.cid-sAIMSSSVvr .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIMSSSVvr .link {
  transition: all 0.3s ease-in;
}
.cid-sAIMSSSVvr .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIMSSSVvr .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIMSSSVvr .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIMSSSVvr .item .card-img {
  width: auto;
}
.cid-sAIMSSSVvr .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIMSSSVvr .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIMSSSVvr h5 {
    text-align: left !important;
  }
  .cid-sAIMSSSVvr .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIMSSSVvr .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIMSSSVvr .item-title:hover {
  color: #279e64;
}
.cid-sAIMSSSVvr .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIMSSSVvr .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIMSSSVvr .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIMSSSVvr .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIMSSSVvr .btn[class*="-outline"]:active,
.cid-sAIMSSSVvr .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIMSSSVvr .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIMSSSVvr .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIMSSSVvr .pre-form {
  color: #83868c;
}
.cid-sAIMSSSVvr .form-group,
.cid-sAIMSSSVvr .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIMSSSVvr .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-sAIMSSSVvr .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIMSSSVvr .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIMSSSVvr .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIMSSSVvr .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIMSSSVvr .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIMSSSVvr .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIMSSSVvr .dragArea {
  flex-direction: column;
}
.cid-sAIMSSSVvr .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGowGEc.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGowGEc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGowGEc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGowGEc .modal-content,
.cid-sqGBGowGEc .modal-dialog {
  height: auto;
}
.cid-sqGBGowGEc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGowGEc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGowGEc .form-wrapper .mbr-form .form-group,
  .cid-sqGBGowGEc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGowGEc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGowGEc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGowGEc .mbr-text {
  text-align: center;
}
.cid-sqGBGowGEc .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGowGEc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGowGEc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGowGEc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGowGEc .modal-open {
  overflow: hidden;
}
.cid-sqGBGowGEc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGowGEc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGowGEc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGowGEc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGowGEc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGowGEc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGowGEc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGowGEc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGowGEc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGowGEc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGowGEc .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGowGEc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGowGEc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGowGEc .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGowGEc .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGowGEc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGowGEc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGowGEc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGowGEc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGowGEc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGowGEc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGowGEc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGowGEc .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGowGEc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGowGEc .modal-lg,
  .cid-sqGBGowGEc .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGowGEc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGowGEc .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGowGEc .container {
    max-width: 1140px;
  }
}
.cid-sqGBGowGEc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGowGEc .container {
    max-width: 720px;
  }
}
.cid-sqGBGowGEc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGowGEc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGowGEc .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGowGEc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGowGEc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGowGEc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIMUIsp6Z.popup-builder {
  background-color: #ffffff;
}
.cid-sAIMUIsp6Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIMUIsp6Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIMUIsp6Z .modal-content,
.cid-sAIMUIsp6Z .modal-dialog {
  height: auto;
}
.cid-sAIMUIsp6Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIMUIsp6Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIMUIsp6Z .form-wrapper .mbr-form .form-group,
  .cid-sAIMUIsp6Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIMUIsp6Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIMUIsp6Z .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIMUIsp6Z .mbr-text {
  text-align: center;
}
.cid-sAIMUIsp6Z .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIMUIsp6Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIMUIsp6Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIMUIsp6Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIMUIsp6Z .modal-open {
  overflow: hidden;
}
.cid-sAIMUIsp6Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIMUIsp6Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIMUIsp6Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIMUIsp6Z .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIMUIsp6Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIMUIsp6Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIMUIsp6Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIMUIsp6Z .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIMUIsp6Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIMUIsp6Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIMUIsp6Z .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIMUIsp6Z .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIMUIsp6Z .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIMUIsp6Z .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIMUIsp6Z .modal-header .close:focus {
  outline: none;
}
.cid-sAIMUIsp6Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIMUIsp6Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIMUIsp6Z .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIMUIsp6Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIMUIsp6Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIMUIsp6Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIMUIsp6Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIMUIsp6Z .modal-sm {
    max-width: 300px;
  }
  .cid-sAIMUIsp6Z .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIMUIsp6Z .modal-lg,
  .cid-sAIMUIsp6Z .modal-xl {
    max-width: 800px;
  }
  .cid-sAIMUIsp6Z .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIMUIsp6Z .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIMUIsp6Z .container {
    max-width: 1140px;
  }
}
.cid-sAIMUIsp6Z .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIMUIsp6Z .container {
    max-width: 720px;
  }
}
.cid-sAIMUIsp6Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIMUIsp6Z .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIMUIsp6Z .form-group {
  margin-bottom: 1rem;
}
.cid-sAIMUIsp6Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIMUIsp6Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIMUIsp6Z .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqtZL3fmkr .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqtZL3fmkr .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqtZL3fmkr .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqtZL3fmkr .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-sqtZL3fmkr .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqtZL3fmkr .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-sqtZL3fmkr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqtZL3fmkr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqtZL3fmkr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqtZL3fmkr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqtZL3fmkr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqtZL3fmkr .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-sqtZL3fmkr .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqtZL3fmkr .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqtZL3fmkr .dropdown-item,
.cid-sqtZL3fmkr .nav-link,
.cid-sqtZL3fmkr .brand-name {
  font-style: normal;
}
.cid-sqtZL3fmkr .dropdown-item:hover,
.cid-sqtZL3fmkr .nav-link:hover,
.cid-sqtZL3fmkr .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqtZL3fmkr .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqtZL3fmkr .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqtZL3fmkr .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqtZL3fmkr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqtZL3fmkr .nav-item {
  position: relative;
}
.cid-sqtZL3fmkr .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqtZL3fmkr .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqtZL3fmkr .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqtZL3fmkr .nav-link {
    line-height: 6.13;
  }
  .cid-sqtZL3fmkr .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqtZL3fmkr .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqtZL3fmkr .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-sqtZL3fmkr .content-text {
  margin-bottom: 0;
}
.cid-sqtZL3fmkr .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqtZL3fmkr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqtZL3fmkr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqtZL3fmkr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqtZL3fmkr .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqtZL3fmkr .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqtZL3fmkr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqtZL3fmkr .content-right-side {
  text-align: center;
}
.cid-sqtZL3fmkr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqtZL3fmkr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqtZL3fmkr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqtZL3fmkr .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-sqtZL3fmkr .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqtZL3fmkr .info-widget:first-child {
  margin-left: 0;
}
.cid-sqtZL3fmkr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqtZL3fmkr .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqtZL3fmkr .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqtZL3fmkr .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqtZL3fmkr .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqtZL3fmkr .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqtZL3fmkr .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqtZL3fmkr .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-sqtZL3fmkr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqtZL3fmkr .navbar-toggler {
    display: none;
  }
  .cid-sqtZL3fmkr .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqtZL3fmkr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqtZL3fmkr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqtZL3fmkr .btn-sm {
  padding: 13px 29px;
}
.cid-sqtZL3fmkr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqtZL3fmkr .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-sqtZL3fmkr .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqtZL3fmkr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqtZL3fmkr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqtZL3fmkr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqtZL3fmkr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqtZL3fmkr .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqtZL3fmkr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtZL3fmkr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqtZL3fmkr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqtZL3fmkr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqtZL3fmkr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqtZL3fmkr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqtZL3fmkr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqtZL3fmkr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqtZL3fmkr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqtZL3fmkr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqtZL3fmkr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqtZL3fmkr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqtZL3fmkr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqtZL3fmkr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqtZL3fmkr button.navbar-toggler:focus {
  outline: none;
}
.cid-sqtZL3fmkr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqtZL3fmkr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqtZL3fmkr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtZL3fmkr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqtZL3fmkr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqtZL3fmkr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtZL3fmkr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqtZL3fmkr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqtZL3fmkr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqtZL3fmkr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqtZL3fmkr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqtZL3fmkr .collapsed .btn {
  display: flex;
}
.cid-sqtZL3fmkr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqtZL3fmkr .collapsed .navbar-collapse.collapsing,
.cid-sqtZL3fmkr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqtZL3fmkr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqtZL3fmkr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqtZL3fmkr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqtZL3fmkr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqtZL3fmkr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqtZL3fmkr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqtZL3fmkr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqtZL3fmkr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqtZL3fmkr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqtZL3fmkr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqtZL3fmkr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqtZL3fmkr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqtZL3fmkr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqtZL3fmkr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqtZL3fmkr .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-sqtZL3fmkr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqtZL3fmkr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqtZL3fmkr .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-sqtZL3fmkr .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqtZL3fmkr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqtZL3fmkr .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqtZL3fmkr .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqtZL3fmkr .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqtZL3fmkr .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-sqtZL3fmkr .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqtZL3fmkr .navbar-collapse.collapsing,
  .cid-sqtZL3fmkr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqtZL3fmkr .navbar-collapse.collapsing .navbar-nav,
  .cid-sqtZL3fmkr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqtZL3fmkr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqtZL3fmkr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqtZL3fmkr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqtZL3fmkr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtZL3fmkr .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqtZL3fmkr .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqtZL3fmkr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqtZL3fmkr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqtZL3fmkr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqtZL3fmkr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqtZL3fmkr img {
    height: 3.8rem !important;
  }
  .cid-sqtZL3fmkr .btn {
    display: flex;
  }
  .cid-sqtZL3fmkr button.navbar-toggler {
    display: block;
  }
  .cid-sqtZL3fmkr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqtZL3fmkr .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqtZL3fmkr .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-sqtZL3fmkr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqtZL3fmkr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqtZL3fmkr .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-sqtZL3fmkr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqtZL3fmkr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqtZL3fmkr .navbar-toggler {
  position: relative;
}
.cid-sqtZL3fmkr .dropdown-item.active,
.cid-sqtZL3fmkr .dropdown-item:active {
  color: initial;
}
.cid-sqtZL3fmkr .widget-title {
  color: #83868c;
}
.cid-sqtZL3fmkr .widget-text {
  color: #83868c;
}
.cid-sqtZL3fmkr .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqtZL3fmkr .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqtZL3fmkr .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqtZL3fmkr .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqtZL3fmkr .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqtZL3fmkr .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqtZL3fmkr .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqtZL3fmkr .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqtZL3fmkr .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqtZL3fmkr .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqtZL3fmkr .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqtZL3fmkr .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqtZL3fmkr .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqtZL3fmkr .menu-content-top,
  .cid-sqtZL3fmkr .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqtZL3fmkr 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-sqtZL5oPW1 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqtZL5oPW1 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqtZL5oPW1 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqtZL5oPW1 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqtZL5oPW1 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtZL5oPW1 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqtZL5oPW1 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqtZL5oPW1 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqtZL5oPW1 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqtZL5oPW1 .separator,
  .cid-sqtZL5oPW1 .sep-holder,
  .cid-sqtZL5oPW1 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqtZL5oPW1 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqtZL5oPW1 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqtZL5oPW1 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqtZL5oPW1 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqtZL5oPW1 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqtZL5oPW1 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqtZL5oPW1 .items .list-item:last-child .listico {
  display: none;
}
.cid-sqtZL6GQZR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-sqtZL6GQZR img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sqtZL6GQZR .row {
  justify-content: center;
}
.cid-sqtZL6GQZR .mbr-text {
  color: #767676;
}
.cid-sqtZL6GQZR .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqtZL6GQZR .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sqtZL6GQZR .date {
  margin: 0;
  color: #14287f;
}
.cid-sqtZL6GQZR .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sqtZL6GQZR .icon-box {
    flex-direction: column;
  }
  .cid-sqtZL6GQZR .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sqtZL6GQZR img {
    margin-bottom: 2rem;
  }
}
.cid-sqtZL6GQZR H1 {
  color: #14287f;
}
.cid-sqtZL6GQZR H3 {
  color: #00acee;
}
.cid-sAIMZeaK8U {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIMZeaK8U .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIMZeaK8U .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIMZeaK8U .mbr-text {
  color: #83868c;
}
.cid-sAIMZeaK8U .phone-word {
  color: #279e64;
}
.cid-sAIMZeaK8U .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIMZeaK8U .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIMZeaK8U img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIMZeaK8U .img1 {
  color: #279e64;
}
.cid-sAIMZeaK8U .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIMZeaK8U .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIMZeaK8U .content .link-wrap {
  color: red;
}
.cid-sAIMZeaK8U .content .date-wrap {
  color: #13287d;
}
.cid-sAIMZeaK8U .item,
.cid-sAIMZeaK8U .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIMZeaK8U .item h4,
.cid-sAIMZeaK8U .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIMZeaK8U .link {
  transition: all 0.3s ease-in;
}
.cid-sAIMZeaK8U .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIMZeaK8U .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIMZeaK8U .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIMZeaK8U .item .card-img {
  width: auto;
}
.cid-sAIMZeaK8U .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIMZeaK8U .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIMZeaK8U h5 {
    text-align: left !important;
  }
  .cid-sAIMZeaK8U .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIMZeaK8U .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIMZeaK8U .item-title:hover {
  color: #279e64;
}
.cid-sAIMZeaK8U .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIMZeaK8U .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIMZeaK8U .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIMZeaK8U .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIMZeaK8U .btn[class*="-outline"]:active,
.cid-sAIMZeaK8U .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIMZeaK8U .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIMZeaK8U .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIMZeaK8U .pre-form {
  color: #83868c;
}
.cid-sAIMZeaK8U .form-group,
.cid-sAIMZeaK8U .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIMZeaK8U .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-sAIMZeaK8U .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIMZeaK8U .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIMZeaK8U .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIMZeaK8U .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIMZeaK8U .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIMZeaK8U .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIMZeaK8U .dragArea {
  flex-direction: column;
}
.cid-sAIMZeaK8U .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoxTia.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoxTia.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoxTia.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoxTia .modal-content,
.cid-sqGBGoxTia .modal-dialog {
  height: auto;
}
.cid-sqGBGoxTia .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoxTia .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoxTia .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoxTia .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoxTia .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoxTia .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoxTia .mbr-text {
  text-align: center;
}
.cid-sqGBGoxTia .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoxTia .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoxTia .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoxTia .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoxTia .modal-open {
  overflow: hidden;
}
.cid-sqGBGoxTia .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoxTia .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoxTia .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoxTia .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoxTia .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoxTia .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoxTia .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoxTia .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoxTia .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoxTia .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoxTia .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoxTia .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoxTia .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoxTia .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoxTia .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoxTia .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoxTia .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoxTia .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoxTia .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoxTia .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoxTia .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoxTia .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoxTia .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoxTia .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoxTia .modal-lg,
  .cid-sqGBGoxTia .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoxTia .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoxTia .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoxTia .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoxTia .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoxTia .container {
    max-width: 720px;
  }
}
.cid-sqGBGoxTia .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoxTia .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoxTia .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoxTia .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoxTia .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoxTia .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIN0FA3YW.popup-builder {
  background-color: #ffffff;
}
.cid-sAIN0FA3YW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIN0FA3YW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIN0FA3YW .modal-content,
.cid-sAIN0FA3YW .modal-dialog {
  height: auto;
}
.cid-sAIN0FA3YW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIN0FA3YW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIN0FA3YW .form-wrapper .mbr-form .form-group,
  .cid-sAIN0FA3YW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIN0FA3YW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIN0FA3YW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIN0FA3YW .mbr-text {
  text-align: center;
}
.cid-sAIN0FA3YW .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIN0FA3YW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIN0FA3YW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIN0FA3YW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIN0FA3YW .modal-open {
  overflow: hidden;
}
.cid-sAIN0FA3YW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIN0FA3YW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIN0FA3YW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIN0FA3YW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIN0FA3YW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIN0FA3YW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIN0FA3YW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIN0FA3YW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIN0FA3YW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIN0FA3YW .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIN0FA3YW .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIN0FA3YW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIN0FA3YW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIN0FA3YW .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIN0FA3YW .modal-header .close:focus {
  outline: none;
}
.cid-sAIN0FA3YW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIN0FA3YW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIN0FA3YW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIN0FA3YW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIN0FA3YW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIN0FA3YW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIN0FA3YW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIN0FA3YW .modal-sm {
    max-width: 300px;
  }
  .cid-sAIN0FA3YW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIN0FA3YW .modal-lg,
  .cid-sAIN0FA3YW .modal-xl {
    max-width: 800px;
  }
  .cid-sAIN0FA3YW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIN0FA3YW .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIN0FA3YW .container {
    max-width: 1140px;
  }
}
.cid-sAIN0FA3YW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIN0FA3YW .container {
    max-width: 720px;
  }
}
.cid-sAIN0FA3YW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIN0FA3YW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIN0FA3YW .form-group {
  margin-bottom: 1rem;
}
.cid-sAIN0FA3YW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIN0FA3YW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIN0FA3YW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ12oBQoB .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ12oBQoB .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ12oBQoB .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ12oBQoB .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-squ12oBQoB .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ12oBQoB .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-squ12oBQoB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ12oBQoB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ12oBQoB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ12oBQoB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ12oBQoB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ12oBQoB .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-squ12oBQoB .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ12oBQoB .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ12oBQoB .dropdown-item,
.cid-squ12oBQoB .nav-link,
.cid-squ12oBQoB .brand-name {
  font-style: normal;
}
.cid-squ12oBQoB .dropdown-item:hover,
.cid-squ12oBQoB .nav-link:hover,
.cid-squ12oBQoB .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ12oBQoB .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ12oBQoB .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ12oBQoB .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ12oBQoB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ12oBQoB .nav-item {
  position: relative;
}
.cid-squ12oBQoB .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ12oBQoB .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ12oBQoB .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ12oBQoB .nav-link {
    line-height: 6.13;
  }
  .cid-squ12oBQoB .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ12oBQoB .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ12oBQoB .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-squ12oBQoB .content-text {
  margin-bottom: 0;
}
.cid-squ12oBQoB .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ12oBQoB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ12oBQoB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ12oBQoB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ12oBQoB .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ12oBQoB .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ12oBQoB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ12oBQoB .content-right-side {
  text-align: center;
}
.cid-squ12oBQoB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ12oBQoB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ12oBQoB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ12oBQoB .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-squ12oBQoB .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ12oBQoB .info-widget:first-child {
  margin-left: 0;
}
.cid-squ12oBQoB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ12oBQoB .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ12oBQoB .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ12oBQoB .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ12oBQoB .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ12oBQoB .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ12oBQoB .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ12oBQoB .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-squ12oBQoB .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ12oBQoB .navbar-toggler {
    display: none;
  }
  .cid-squ12oBQoB .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ12oBQoB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ12oBQoB .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ12oBQoB .btn-sm {
  padding: 13px 29px;
}
.cid-squ12oBQoB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ12oBQoB .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-squ12oBQoB .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ12oBQoB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ12oBQoB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ12oBQoB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ12oBQoB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ12oBQoB .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ12oBQoB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ12oBQoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ12oBQoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ12oBQoB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ12oBQoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ12oBQoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ12oBQoB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ12oBQoB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ12oBQoB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ12oBQoB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ12oBQoB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ12oBQoB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ12oBQoB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ12oBQoB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ12oBQoB button.navbar-toggler:focus {
  outline: none;
}
.cid-squ12oBQoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ12oBQoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ12oBQoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ12oBQoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ12oBQoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ12oBQoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ12oBQoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ12oBQoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ12oBQoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ12oBQoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ12oBQoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ12oBQoB .collapsed .btn {
  display: flex;
}
.cid-squ12oBQoB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ12oBQoB .collapsed .navbar-collapse.collapsing,
.cid-squ12oBQoB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ12oBQoB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ12oBQoB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ12oBQoB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ12oBQoB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ12oBQoB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ12oBQoB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ12oBQoB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ12oBQoB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ12oBQoB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ12oBQoB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ12oBQoB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ12oBQoB .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ12oBQoB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ12oBQoB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ12oBQoB .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-squ12oBQoB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ12oBQoB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ12oBQoB .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-squ12oBQoB .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ12oBQoB .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ12oBQoB .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ12oBQoB .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ12oBQoB .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ12oBQoB .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-squ12oBQoB .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ12oBQoB .navbar-collapse.collapsing,
  .cid-squ12oBQoB .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ12oBQoB .navbar-collapse.collapsing .navbar-nav,
  .cid-squ12oBQoB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ12oBQoB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ12oBQoB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ12oBQoB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ12oBQoB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ12oBQoB .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ12oBQoB .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ12oBQoB .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ12oBQoB .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ12oBQoB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ12oBQoB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ12oBQoB img {
    height: 3.8rem !important;
  }
  .cid-squ12oBQoB .btn {
    display: flex;
  }
  .cid-squ12oBQoB button.navbar-toggler {
    display: block;
  }
  .cid-squ12oBQoB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ12oBQoB .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ12oBQoB .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-squ12oBQoB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ12oBQoB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ12oBQoB .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-squ12oBQoB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ12oBQoB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ12oBQoB .navbar-toggler {
  position: relative;
}
.cid-squ12oBQoB .dropdown-item.active,
.cid-squ12oBQoB .dropdown-item:active {
  color: initial;
}
.cid-squ12oBQoB .widget-title {
  color: #83868c;
}
.cid-squ12oBQoB .widget-text {
  color: #83868c;
}
.cid-squ12oBQoB .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ12oBQoB .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ12oBQoB .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ12oBQoB .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ12oBQoB .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ12oBQoB .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ12oBQoB .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ12oBQoB .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ12oBQoB .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ12oBQoB .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ12oBQoB .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ12oBQoB .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ12oBQoB .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ12oBQoB .menu-content-top,
  .cid-squ12oBQoB .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ12oBQoB 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-squ12qoMHz {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ12qoMHz .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ12qoMHz .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ12qoMHz .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ12qoMHz .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ12qoMHz .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ12qoMHz .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ12qoMHz .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ12qoMHz .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ12qoMHz .separator,
  .cid-squ12qoMHz .sep-holder,
  .cid-squ12qoMHz .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ12qoMHz .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ12qoMHz .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ12qoMHz .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ12qoMHz .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ12qoMHz .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ12qoMHz .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ12qoMHz .items .list-item:last-child .listico {
  display: none;
}
.cid-squ12rImKl {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ12rImKl img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ12rImKl .row {
  justify-content: center;
}
.cid-squ12rImKl .mbr-text {
  color: #767676;
}
.cid-squ12rImKl .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ12rImKl .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ12rImKl .date {
  margin: 0;
  color: #14287f;
}
.cid-squ12rImKl .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ12rImKl .icon-box {
    flex-direction: column;
  }
  .cid-squ12rImKl .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ12rImKl img {
    margin-bottom: 2rem;
  }
}
.cid-squ12rImKl H1 {
  color: #14287f;
}
.cid-squ12rImKl H3 {
  color: #00acee;
}
.cid-sAIN40E5UC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIN40E5UC .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIN40E5UC .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIN40E5UC .mbr-text {
  color: #83868c;
}
.cid-sAIN40E5UC .phone-word {
  color: #279e64;
}
.cid-sAIN40E5UC .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIN40E5UC .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIN40E5UC img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIN40E5UC .img1 {
  color: #279e64;
}
.cid-sAIN40E5UC .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIN40E5UC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIN40E5UC .content .link-wrap {
  color: red;
}
.cid-sAIN40E5UC .content .date-wrap {
  color: #13287d;
}
.cid-sAIN40E5UC .item,
.cid-sAIN40E5UC .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIN40E5UC .item h4,
.cid-sAIN40E5UC .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIN40E5UC .link {
  transition: all 0.3s ease-in;
}
.cid-sAIN40E5UC .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIN40E5UC .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIN40E5UC .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIN40E5UC .item .card-img {
  width: auto;
}
.cid-sAIN40E5UC .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIN40E5UC .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIN40E5UC h5 {
    text-align: left !important;
  }
  .cid-sAIN40E5UC .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIN40E5UC .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIN40E5UC .item-title:hover {
  color: #279e64;
}
.cid-sAIN40E5UC .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIN40E5UC .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIN40E5UC .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIN40E5UC .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIN40E5UC .btn[class*="-outline"]:active,
.cid-sAIN40E5UC .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIN40E5UC .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIN40E5UC .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIN40E5UC .pre-form {
  color: #83868c;
}
.cid-sAIN40E5UC .form-group,
.cid-sAIN40E5UC .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIN40E5UC .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-sAIN40E5UC .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIN40E5UC .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIN40E5UC .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIN40E5UC .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIN40E5UC .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIN40E5UC .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIN40E5UC .dragArea {
  flex-direction: column;
}
.cid-sAIN40E5UC .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoxeOq.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoxeOq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoxeOq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoxeOq .modal-content,
.cid-sqGBGoxeOq .modal-dialog {
  height: auto;
}
.cid-sqGBGoxeOq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoxeOq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoxeOq .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoxeOq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoxeOq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoxeOq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoxeOq .mbr-text {
  text-align: center;
}
.cid-sqGBGoxeOq .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoxeOq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoxeOq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoxeOq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoxeOq .modal-open {
  overflow: hidden;
}
.cid-sqGBGoxeOq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoxeOq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoxeOq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoxeOq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoxeOq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoxeOq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoxeOq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoxeOq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoxeOq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoxeOq .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoxeOq .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoxeOq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoxeOq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoxeOq .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoxeOq .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoxeOq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoxeOq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoxeOq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoxeOq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoxeOq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoxeOq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoxeOq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoxeOq .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoxeOq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoxeOq .modal-lg,
  .cid-sqGBGoxeOq .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoxeOq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoxeOq .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoxeOq .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoxeOq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoxeOq .container {
    max-width: 720px;
  }
}
.cid-sqGBGoxeOq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoxeOq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoxeOq .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoxeOq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoxeOq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoxeOq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIN5hdibi.popup-builder {
  background-color: #ffffff;
}
.cid-sAIN5hdibi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIN5hdibi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIN5hdibi .modal-content,
.cid-sAIN5hdibi .modal-dialog {
  height: auto;
}
.cid-sAIN5hdibi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIN5hdibi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIN5hdibi .form-wrapper .mbr-form .form-group,
  .cid-sAIN5hdibi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIN5hdibi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIN5hdibi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIN5hdibi .mbr-text {
  text-align: center;
}
.cid-sAIN5hdibi .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIN5hdibi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIN5hdibi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIN5hdibi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIN5hdibi .modal-open {
  overflow: hidden;
}
.cid-sAIN5hdibi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIN5hdibi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIN5hdibi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIN5hdibi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIN5hdibi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIN5hdibi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIN5hdibi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIN5hdibi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIN5hdibi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIN5hdibi .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIN5hdibi .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIN5hdibi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIN5hdibi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIN5hdibi .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIN5hdibi .modal-header .close:focus {
  outline: none;
}
.cid-sAIN5hdibi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIN5hdibi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIN5hdibi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIN5hdibi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIN5hdibi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIN5hdibi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIN5hdibi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIN5hdibi .modal-sm {
    max-width: 300px;
  }
  .cid-sAIN5hdibi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIN5hdibi .modal-lg,
  .cid-sAIN5hdibi .modal-xl {
    max-width: 800px;
  }
  .cid-sAIN5hdibi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIN5hdibi .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIN5hdibi .container {
    max-width: 1140px;
  }
}
.cid-sAIN5hdibi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIN5hdibi .container {
    max-width: 720px;
  }
}
.cid-sAIN5hdibi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIN5hdibi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIN5hdibi .form-group {
  margin-bottom: 1rem;
}
.cid-sAIN5hdibi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIN5hdibi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIN5hdibi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ1pIOEEe .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ1pIOEEe .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ1pIOEEe .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ1pIOEEe .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-squ1pIOEEe .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ1pIOEEe .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-squ1pIOEEe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ1pIOEEe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ1pIOEEe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ1pIOEEe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ1pIOEEe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ1pIOEEe .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-squ1pIOEEe .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ1pIOEEe .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ1pIOEEe .dropdown-item,
.cid-squ1pIOEEe .nav-link,
.cid-squ1pIOEEe .brand-name {
  font-style: normal;
}
.cid-squ1pIOEEe .dropdown-item:hover,
.cid-squ1pIOEEe .nav-link:hover,
.cid-squ1pIOEEe .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ1pIOEEe .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ1pIOEEe .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ1pIOEEe .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ1pIOEEe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ1pIOEEe .nav-item {
  position: relative;
}
.cid-squ1pIOEEe .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ1pIOEEe .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ1pIOEEe .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ1pIOEEe .nav-link {
    line-height: 6.13;
  }
  .cid-squ1pIOEEe .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ1pIOEEe .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ1pIOEEe .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-squ1pIOEEe .content-text {
  margin-bottom: 0;
}
.cid-squ1pIOEEe .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ1pIOEEe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ1pIOEEe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ1pIOEEe .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ1pIOEEe .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ1pIOEEe .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ1pIOEEe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ1pIOEEe .content-right-side {
  text-align: center;
}
.cid-squ1pIOEEe .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ1pIOEEe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ1pIOEEe .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ1pIOEEe .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-squ1pIOEEe .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ1pIOEEe .info-widget:first-child {
  margin-left: 0;
}
.cid-squ1pIOEEe .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ1pIOEEe .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ1pIOEEe .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ1pIOEEe .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ1pIOEEe .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ1pIOEEe .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ1pIOEEe .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ1pIOEEe .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-squ1pIOEEe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ1pIOEEe .navbar-toggler {
    display: none;
  }
  .cid-squ1pIOEEe .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ1pIOEEe .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ1pIOEEe .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ1pIOEEe .btn-sm {
  padding: 13px 29px;
}
.cid-squ1pIOEEe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ1pIOEEe .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-squ1pIOEEe .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ1pIOEEe .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ1pIOEEe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ1pIOEEe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ1pIOEEe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ1pIOEEe .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ1pIOEEe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ1pIOEEe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ1pIOEEe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ1pIOEEe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ1pIOEEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ1pIOEEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ1pIOEEe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ1pIOEEe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ1pIOEEe .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ1pIOEEe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ1pIOEEe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ1pIOEEe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ1pIOEEe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ1pIOEEe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ1pIOEEe button.navbar-toggler:focus {
  outline: none;
}
.cid-squ1pIOEEe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ1pIOEEe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ1pIOEEe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ1pIOEEe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ1pIOEEe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ1pIOEEe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ1pIOEEe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ1pIOEEe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ1pIOEEe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ1pIOEEe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ1pIOEEe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ1pIOEEe .collapsed .btn {
  display: flex;
}
.cid-squ1pIOEEe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ1pIOEEe .collapsed .navbar-collapse.collapsing,
.cid-squ1pIOEEe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ1pIOEEe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ1pIOEEe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ1pIOEEe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ1pIOEEe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ1pIOEEe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ1pIOEEe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ1pIOEEe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ1pIOEEe .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ1pIOEEe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ1pIOEEe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ1pIOEEe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ1pIOEEe .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ1pIOEEe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ1pIOEEe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ1pIOEEe .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-squ1pIOEEe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ1pIOEEe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ1pIOEEe .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-squ1pIOEEe .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ1pIOEEe .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ1pIOEEe .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ1pIOEEe .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ1pIOEEe .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ1pIOEEe .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-squ1pIOEEe .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ1pIOEEe .navbar-collapse.collapsing,
  .cid-squ1pIOEEe .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ1pIOEEe .navbar-collapse.collapsing .navbar-nav,
  .cid-squ1pIOEEe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ1pIOEEe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ1pIOEEe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ1pIOEEe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ1pIOEEe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ1pIOEEe .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ1pIOEEe .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ1pIOEEe .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ1pIOEEe .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ1pIOEEe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ1pIOEEe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ1pIOEEe img {
    height: 3.8rem !important;
  }
  .cid-squ1pIOEEe .btn {
    display: flex;
  }
  .cid-squ1pIOEEe button.navbar-toggler {
    display: block;
  }
  .cid-squ1pIOEEe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ1pIOEEe .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ1pIOEEe .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-squ1pIOEEe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ1pIOEEe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ1pIOEEe .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-squ1pIOEEe .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ1pIOEEe .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ1pIOEEe .navbar-toggler {
  position: relative;
}
.cid-squ1pIOEEe .dropdown-item.active,
.cid-squ1pIOEEe .dropdown-item:active {
  color: initial;
}
.cid-squ1pIOEEe .widget-title {
  color: #83868c;
}
.cid-squ1pIOEEe .widget-text {
  color: #83868c;
}
.cid-squ1pIOEEe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ1pIOEEe .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ1pIOEEe .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ1pIOEEe .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ1pIOEEe .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ1pIOEEe .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ1pIOEEe .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ1pIOEEe .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ1pIOEEe .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ1pIOEEe .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ1pIOEEe .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ1pIOEEe .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ1pIOEEe .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ1pIOEEe .menu-content-top,
  .cid-squ1pIOEEe .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ1pIOEEe 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-squ1pL9Pma {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ1pL9Pma .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ1pL9Pma .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ1pL9Pma .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ1pL9Pma .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ1pL9Pma .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ1pL9Pma .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ1pL9Pma .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ1pL9Pma .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ1pL9Pma .separator,
  .cid-squ1pL9Pma .sep-holder,
  .cid-squ1pL9Pma .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ1pL9Pma .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ1pL9Pma .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ1pL9Pma .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ1pL9Pma .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ1pL9Pma .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ1pL9Pma .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ1pL9Pma .items .list-item:last-child .listico {
  display: none;
}
.cid-squ1pMvrtK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ1pMvrtK img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ1pMvrtK .row {
  justify-content: center;
}
.cid-squ1pMvrtK .mbr-text {
  color: #767676;
}
.cid-squ1pMvrtK .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ1pMvrtK .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ1pMvrtK .date {
  margin: 0;
  color: #14287f;
}
.cid-squ1pMvrtK .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ1pMvrtK .icon-box {
    flex-direction: column;
  }
  .cid-squ1pMvrtK .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ1pMvrtK img {
    margin-bottom: 2rem;
  }
}
.cid-squ1pMvrtK H1 {
  color: #14287f;
}
.cid-squ1pMvrtK H3 {
  color: #00acee;
}
.cid-sAIN9EEZD8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIN9EEZD8 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIN9EEZD8 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIN9EEZD8 .mbr-text {
  color: #83868c;
}
.cid-sAIN9EEZD8 .phone-word {
  color: #279e64;
}
.cid-sAIN9EEZD8 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIN9EEZD8 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIN9EEZD8 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIN9EEZD8 .img1 {
  color: #279e64;
}
.cid-sAIN9EEZD8 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIN9EEZD8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIN9EEZD8 .content .link-wrap {
  color: red;
}
.cid-sAIN9EEZD8 .content .date-wrap {
  color: #13287d;
}
.cid-sAIN9EEZD8 .item,
.cid-sAIN9EEZD8 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIN9EEZD8 .item h4,
.cid-sAIN9EEZD8 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIN9EEZD8 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIN9EEZD8 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIN9EEZD8 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIN9EEZD8 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIN9EEZD8 .item .card-img {
  width: auto;
}
.cid-sAIN9EEZD8 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIN9EEZD8 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIN9EEZD8 h5 {
    text-align: left !important;
  }
  .cid-sAIN9EEZD8 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIN9EEZD8 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIN9EEZD8 .item-title:hover {
  color: #279e64;
}
.cid-sAIN9EEZD8 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIN9EEZD8 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIN9EEZD8 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIN9EEZD8 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIN9EEZD8 .btn[class*="-outline"]:active,
.cid-sAIN9EEZD8 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIN9EEZD8 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIN9EEZD8 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIN9EEZD8 .pre-form {
  color: #83868c;
}
.cid-sAIN9EEZD8 .form-group,
.cid-sAIN9EEZD8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIN9EEZD8 .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-sAIN9EEZD8 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIN9EEZD8 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIN9EEZD8 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIN9EEZD8 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIN9EEZD8 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIN9EEZD8 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIN9EEZD8 .dragArea {
  flex-direction: column;
}
.cid-sAIN9EEZD8 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoxtQT.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoxtQT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoxtQT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoxtQT .modal-content,
.cid-sqGBGoxtQT .modal-dialog {
  height: auto;
}
.cid-sqGBGoxtQT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoxtQT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoxtQT .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoxtQT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoxtQT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoxtQT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoxtQT .mbr-text {
  text-align: center;
}
.cid-sqGBGoxtQT .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoxtQT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoxtQT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoxtQT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoxtQT .modal-open {
  overflow: hidden;
}
.cid-sqGBGoxtQT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoxtQT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoxtQT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoxtQT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoxtQT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoxtQT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoxtQT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoxtQT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoxtQT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoxtQT .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoxtQT .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoxtQT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoxtQT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoxtQT .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoxtQT .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoxtQT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoxtQT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoxtQT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoxtQT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoxtQT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoxtQT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoxtQT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoxtQT .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoxtQT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoxtQT .modal-lg,
  .cid-sqGBGoxtQT .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoxtQT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoxtQT .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoxtQT .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoxtQT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoxtQT .container {
    max-width: 720px;
  }
}
.cid-sqGBGoxtQT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoxtQT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoxtQT .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoxtQT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoxtQT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoxtQT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAINb2M1fx.popup-builder {
  background-color: #ffffff;
}
.cid-sAINb2M1fx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAINb2M1fx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAINb2M1fx .modal-content,
.cid-sAINb2M1fx .modal-dialog {
  height: auto;
}
.cid-sAINb2M1fx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAINb2M1fx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAINb2M1fx .form-wrapper .mbr-form .form-group,
  .cid-sAINb2M1fx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAINb2M1fx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAINb2M1fx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAINb2M1fx .mbr-text {
  text-align: center;
}
.cid-sAINb2M1fx .pt-0 {
  padding-top: 0 !important;
}
.cid-sAINb2M1fx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAINb2M1fx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAINb2M1fx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAINb2M1fx .modal-open {
  overflow: hidden;
}
.cid-sAINb2M1fx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAINb2M1fx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAINb2M1fx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAINb2M1fx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAINb2M1fx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAINb2M1fx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAINb2M1fx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAINb2M1fx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAINb2M1fx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAINb2M1fx .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAINb2M1fx .modal-backdrop.show {
  opacity: .5;
}
.cid-sAINb2M1fx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAINb2M1fx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAINb2M1fx .modal-header .close:hover {
  opacity: 1;
}
.cid-sAINb2M1fx .modal-header .close:focus {
  outline: none;
}
.cid-sAINb2M1fx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAINb2M1fx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAINb2M1fx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAINb2M1fx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAINb2M1fx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAINb2M1fx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAINb2M1fx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAINb2M1fx .modal-sm {
    max-width: 300px;
  }
  .cid-sAINb2M1fx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAINb2M1fx .modal-lg,
  .cid-sAINb2M1fx .modal-xl {
    max-width: 800px;
  }
  .cid-sAINb2M1fx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAINb2M1fx .modal-xl {
    max-width: 1140px;
  }
  .cid-sAINb2M1fx .container {
    max-width: 1140px;
  }
}
.cid-sAINb2M1fx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAINb2M1fx .container {
    max-width: 720px;
  }
}
.cid-sAINb2M1fx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAINb2M1fx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAINb2M1fx .form-group {
  margin-bottom: 1rem;
}
.cid-sAINb2M1fx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAINb2M1fx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAINb2M1fx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ1EF1hcy .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ1EF1hcy .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ1EF1hcy .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ1EF1hcy .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-squ1EF1hcy .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ1EF1hcy .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-squ1EF1hcy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ1EF1hcy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ1EF1hcy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ1EF1hcy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ1EF1hcy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ1EF1hcy .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-squ1EF1hcy .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ1EF1hcy .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ1EF1hcy .dropdown-item,
.cid-squ1EF1hcy .nav-link,
.cid-squ1EF1hcy .brand-name {
  font-style: normal;
}
.cid-squ1EF1hcy .dropdown-item:hover,
.cid-squ1EF1hcy .nav-link:hover,
.cid-squ1EF1hcy .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ1EF1hcy .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ1EF1hcy .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ1EF1hcy .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ1EF1hcy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ1EF1hcy .nav-item {
  position: relative;
}
.cid-squ1EF1hcy .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ1EF1hcy .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ1EF1hcy .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ1EF1hcy .nav-link {
    line-height: 6.13;
  }
  .cid-squ1EF1hcy .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ1EF1hcy .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ1EF1hcy .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-squ1EF1hcy .content-text {
  margin-bottom: 0;
}
.cid-squ1EF1hcy .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ1EF1hcy .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ1EF1hcy .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ1EF1hcy .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ1EF1hcy .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ1EF1hcy .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ1EF1hcy .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ1EF1hcy .content-right-side {
  text-align: center;
}
.cid-squ1EF1hcy .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ1EF1hcy .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ1EF1hcy .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ1EF1hcy .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-squ1EF1hcy .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ1EF1hcy .info-widget:first-child {
  margin-left: 0;
}
.cid-squ1EF1hcy .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ1EF1hcy .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ1EF1hcy .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ1EF1hcy .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ1EF1hcy .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ1EF1hcy .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ1EF1hcy .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ1EF1hcy .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-squ1EF1hcy .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ1EF1hcy .navbar-toggler {
    display: none;
  }
  .cid-squ1EF1hcy .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ1EF1hcy .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ1EF1hcy .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ1EF1hcy .btn-sm {
  padding: 13px 29px;
}
.cid-squ1EF1hcy .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ1EF1hcy .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-squ1EF1hcy .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ1EF1hcy .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ1EF1hcy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ1EF1hcy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ1EF1hcy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ1EF1hcy .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ1EF1hcy .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ1EF1hcy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ1EF1hcy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ1EF1hcy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ1EF1hcy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ1EF1hcy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ1EF1hcy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ1EF1hcy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ1EF1hcy .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ1EF1hcy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ1EF1hcy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ1EF1hcy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ1EF1hcy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ1EF1hcy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ1EF1hcy button.navbar-toggler:focus {
  outline: none;
}
.cid-squ1EF1hcy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ1EF1hcy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ1EF1hcy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ1EF1hcy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ1EF1hcy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ1EF1hcy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ1EF1hcy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ1EF1hcy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ1EF1hcy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ1EF1hcy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ1EF1hcy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ1EF1hcy .collapsed .btn {
  display: flex;
}
.cid-squ1EF1hcy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ1EF1hcy .collapsed .navbar-collapse.collapsing,
.cid-squ1EF1hcy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ1EF1hcy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ1EF1hcy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ1EF1hcy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ1EF1hcy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ1EF1hcy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ1EF1hcy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ1EF1hcy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ1EF1hcy .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ1EF1hcy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ1EF1hcy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ1EF1hcy .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ1EF1hcy .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ1EF1hcy .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ1EF1hcy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ1EF1hcy .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-squ1EF1hcy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ1EF1hcy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ1EF1hcy .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-squ1EF1hcy .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ1EF1hcy .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ1EF1hcy .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ1EF1hcy .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ1EF1hcy .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ1EF1hcy .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-squ1EF1hcy .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ1EF1hcy .navbar-collapse.collapsing,
  .cid-squ1EF1hcy .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ1EF1hcy .navbar-collapse.collapsing .navbar-nav,
  .cid-squ1EF1hcy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ1EF1hcy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ1EF1hcy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ1EF1hcy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ1EF1hcy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ1EF1hcy .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ1EF1hcy .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ1EF1hcy .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ1EF1hcy .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ1EF1hcy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ1EF1hcy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ1EF1hcy img {
    height: 3.8rem !important;
  }
  .cid-squ1EF1hcy .btn {
    display: flex;
  }
  .cid-squ1EF1hcy button.navbar-toggler {
    display: block;
  }
  .cid-squ1EF1hcy .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ1EF1hcy .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ1EF1hcy .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-squ1EF1hcy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ1EF1hcy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ1EF1hcy .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-squ1EF1hcy .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ1EF1hcy .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ1EF1hcy .navbar-toggler {
  position: relative;
}
.cid-squ1EF1hcy .dropdown-item.active,
.cid-squ1EF1hcy .dropdown-item:active {
  color: initial;
}
.cid-squ1EF1hcy .widget-title {
  color: #83868c;
}
.cid-squ1EF1hcy .widget-text {
  color: #83868c;
}
.cid-squ1EF1hcy .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ1EF1hcy .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ1EF1hcy .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ1EF1hcy .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ1EF1hcy .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ1EF1hcy .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ1EF1hcy .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ1EF1hcy .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ1EF1hcy .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ1EF1hcy .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ1EF1hcy .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ1EF1hcy .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ1EF1hcy .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ1EF1hcy .menu-content-top,
  .cid-squ1EF1hcy .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ1EF1hcy 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-squ1EGzuZJ {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ1EGzuZJ .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ1EGzuZJ .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ1EGzuZJ .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ1EGzuZJ .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ1EGzuZJ .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ1EGzuZJ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ1EGzuZJ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ1EGzuZJ .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ1EGzuZJ .separator,
  .cid-squ1EGzuZJ .sep-holder,
  .cid-squ1EGzuZJ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ1EGzuZJ .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ1EGzuZJ .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ1EGzuZJ .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ1EGzuZJ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ1EGzuZJ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ1EGzuZJ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ1EGzuZJ .items .list-item:last-child .listico {
  display: none;
}
.cid-squ1EId9Mp {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ1EId9Mp img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ1EId9Mp .row {
  justify-content: center;
}
.cid-squ1EId9Mp .mbr-text {
  color: #767676;
}
.cid-squ1EId9Mp .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ1EId9Mp .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ1EId9Mp .date {
  margin: 0;
  color: #14287f;
}
.cid-squ1EId9Mp .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ1EId9Mp .icon-box {
    flex-direction: column;
  }
  .cid-squ1EId9Mp .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ1EId9Mp img {
    margin-bottom: 2rem;
  }
}
.cid-squ1EId9Mp H1 {
  color: #14287f;
}
.cid-squ1EId9Mp H3 {
  color: #00acee;
}
.cid-sAINfAKIvK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAINfAKIvK .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAINfAKIvK .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAINfAKIvK .mbr-text {
  color: #83868c;
}
.cid-sAINfAKIvK .phone-word {
  color: #279e64;
}
.cid-sAINfAKIvK .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAINfAKIvK .text-link:hover {
  color: #279e64 !important;
}
.cid-sAINfAKIvK img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAINfAKIvK .img1 {
  color: #279e64;
}
.cid-sAINfAKIvK .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAINfAKIvK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAINfAKIvK .content .link-wrap {
  color: red;
}
.cid-sAINfAKIvK .content .date-wrap {
  color: #13287d;
}
.cid-sAINfAKIvK .item,
.cid-sAINfAKIvK .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAINfAKIvK .item h4,
.cid-sAINfAKIvK .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAINfAKIvK .link {
  transition: all 0.3s ease-in;
}
.cid-sAINfAKIvK .link .card-img {
  padding-bottom: 3px;
}
.cid-sAINfAKIvK .link:hover .card-img span {
  color: #279e64;
}
.cid-sAINfAKIvK .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAINfAKIvK .item .card-img {
  width: auto;
}
.cid-sAINfAKIvK .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAINfAKIvK .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAINfAKIvK h5 {
    text-align: left !important;
  }
  .cid-sAINfAKIvK .line-wrap {
    text-align: left !important;
  }
}
.cid-sAINfAKIvK .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAINfAKIvK .item-title:hover {
  color: #279e64;
}
.cid-sAINfAKIvK .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAINfAKIvK .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAINfAKIvK .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAINfAKIvK .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAINfAKIvK .btn[class*="-outline"]:active,
.cid-sAINfAKIvK .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAINfAKIvK .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAINfAKIvK .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAINfAKIvK .pre-form {
  color: #83868c;
}
.cid-sAINfAKIvK .form-group,
.cid-sAINfAKIvK .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAINfAKIvK .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-sAINfAKIvK .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAINfAKIvK .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAINfAKIvK .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAINfAKIvK .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAINfAKIvK .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAINfAKIvK .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAINfAKIvK .dragArea {
  flex-direction: column;
}
.cid-sAINfAKIvK .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoxQ62.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoxQ62.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoxQ62.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoxQ62 .modal-content,
.cid-sqGBGoxQ62 .modal-dialog {
  height: auto;
}
.cid-sqGBGoxQ62 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoxQ62 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoxQ62 .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoxQ62 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoxQ62 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoxQ62 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoxQ62 .mbr-text {
  text-align: center;
}
.cid-sqGBGoxQ62 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoxQ62 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoxQ62 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoxQ62 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoxQ62 .modal-open {
  overflow: hidden;
}
.cid-sqGBGoxQ62 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoxQ62 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoxQ62 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoxQ62 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoxQ62 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoxQ62 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoxQ62 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoxQ62 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoxQ62 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoxQ62 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoxQ62 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoxQ62 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoxQ62 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoxQ62 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoxQ62 .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoxQ62 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoxQ62 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoxQ62 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoxQ62 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoxQ62 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoxQ62 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoxQ62 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoxQ62 .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoxQ62 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoxQ62 .modal-lg,
  .cid-sqGBGoxQ62 .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoxQ62 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoxQ62 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoxQ62 .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoxQ62 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoxQ62 .container {
    max-width: 720px;
  }
}
.cid-sqGBGoxQ62 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoxQ62 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoxQ62 .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoxQ62 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoxQ62 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoxQ62 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAINgSbRtD.popup-builder {
  background-color: #ffffff;
}
.cid-sAINgSbRtD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAINgSbRtD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAINgSbRtD .modal-content,
.cid-sAINgSbRtD .modal-dialog {
  height: auto;
}
.cid-sAINgSbRtD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAINgSbRtD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAINgSbRtD .form-wrapper .mbr-form .form-group,
  .cid-sAINgSbRtD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAINgSbRtD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAINgSbRtD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAINgSbRtD .mbr-text {
  text-align: center;
}
.cid-sAINgSbRtD .pt-0 {
  padding-top: 0 !important;
}
.cid-sAINgSbRtD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAINgSbRtD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAINgSbRtD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAINgSbRtD .modal-open {
  overflow: hidden;
}
.cid-sAINgSbRtD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAINgSbRtD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAINgSbRtD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAINgSbRtD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAINgSbRtD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAINgSbRtD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAINgSbRtD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAINgSbRtD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAINgSbRtD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAINgSbRtD .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAINgSbRtD .modal-backdrop.show {
  opacity: .5;
}
.cid-sAINgSbRtD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAINgSbRtD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAINgSbRtD .modal-header .close:hover {
  opacity: 1;
}
.cid-sAINgSbRtD .modal-header .close:focus {
  outline: none;
}
.cid-sAINgSbRtD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAINgSbRtD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAINgSbRtD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAINgSbRtD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAINgSbRtD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAINgSbRtD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAINgSbRtD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAINgSbRtD .modal-sm {
    max-width: 300px;
  }
  .cid-sAINgSbRtD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAINgSbRtD .modal-lg,
  .cid-sAINgSbRtD .modal-xl {
    max-width: 800px;
  }
  .cid-sAINgSbRtD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAINgSbRtD .modal-xl {
    max-width: 1140px;
  }
  .cid-sAINgSbRtD .container {
    max-width: 1140px;
  }
}
.cid-sAINgSbRtD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAINgSbRtD .container {
    max-width: 720px;
  }
}
.cid-sAINgSbRtD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAINgSbRtD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAINgSbRtD .form-group {
  margin-bottom: 1rem;
}
.cid-sAINgSbRtD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAINgSbRtD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAINgSbRtD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ27sp2cF .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ27sp2cF .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ27sp2cF .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ27sp2cF .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-squ27sp2cF .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ27sp2cF .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-squ27sp2cF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ27sp2cF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ27sp2cF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ27sp2cF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ27sp2cF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ27sp2cF .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-squ27sp2cF .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ27sp2cF .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ27sp2cF .dropdown-item,
.cid-squ27sp2cF .nav-link,
.cid-squ27sp2cF .brand-name {
  font-style: normal;
}
.cid-squ27sp2cF .dropdown-item:hover,
.cid-squ27sp2cF .nav-link:hover,
.cid-squ27sp2cF .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ27sp2cF .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ27sp2cF .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ27sp2cF .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ27sp2cF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ27sp2cF .nav-item {
  position: relative;
}
.cid-squ27sp2cF .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ27sp2cF .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ27sp2cF .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ27sp2cF .nav-link {
    line-height: 6.13;
  }
  .cid-squ27sp2cF .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ27sp2cF .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ27sp2cF .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-squ27sp2cF .content-text {
  margin-bottom: 0;
}
.cid-squ27sp2cF .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ27sp2cF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ27sp2cF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ27sp2cF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ27sp2cF .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ27sp2cF .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ27sp2cF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ27sp2cF .content-right-side {
  text-align: center;
}
.cid-squ27sp2cF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ27sp2cF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ27sp2cF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ27sp2cF .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-squ27sp2cF .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ27sp2cF .info-widget:first-child {
  margin-left: 0;
}
.cid-squ27sp2cF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ27sp2cF .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ27sp2cF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ27sp2cF .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ27sp2cF .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ27sp2cF .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ27sp2cF .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ27sp2cF .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-squ27sp2cF .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ27sp2cF .navbar-toggler {
    display: none;
  }
  .cid-squ27sp2cF .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ27sp2cF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ27sp2cF .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ27sp2cF .btn-sm {
  padding: 13px 29px;
}
.cid-squ27sp2cF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ27sp2cF .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-squ27sp2cF .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ27sp2cF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ27sp2cF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ27sp2cF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ27sp2cF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ27sp2cF .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ27sp2cF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ27sp2cF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ27sp2cF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ27sp2cF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ27sp2cF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ27sp2cF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ27sp2cF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ27sp2cF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ27sp2cF .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ27sp2cF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ27sp2cF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ27sp2cF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ27sp2cF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ27sp2cF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ27sp2cF button.navbar-toggler:focus {
  outline: none;
}
.cid-squ27sp2cF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ27sp2cF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ27sp2cF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ27sp2cF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ27sp2cF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ27sp2cF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ27sp2cF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ27sp2cF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ27sp2cF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ27sp2cF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ27sp2cF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ27sp2cF .collapsed .btn {
  display: flex;
}
.cid-squ27sp2cF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ27sp2cF .collapsed .navbar-collapse.collapsing,
.cid-squ27sp2cF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ27sp2cF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ27sp2cF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ27sp2cF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ27sp2cF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ27sp2cF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ27sp2cF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ27sp2cF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ27sp2cF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ27sp2cF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ27sp2cF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ27sp2cF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ27sp2cF .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ27sp2cF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ27sp2cF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ27sp2cF .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-squ27sp2cF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ27sp2cF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ27sp2cF .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-squ27sp2cF .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ27sp2cF .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ27sp2cF .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ27sp2cF .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ27sp2cF .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ27sp2cF .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-squ27sp2cF .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ27sp2cF .navbar-collapse.collapsing,
  .cid-squ27sp2cF .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ27sp2cF .navbar-collapse.collapsing .navbar-nav,
  .cid-squ27sp2cF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ27sp2cF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ27sp2cF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ27sp2cF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ27sp2cF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ27sp2cF .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ27sp2cF .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ27sp2cF .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ27sp2cF .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ27sp2cF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ27sp2cF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ27sp2cF img {
    height: 3.8rem !important;
  }
  .cid-squ27sp2cF .btn {
    display: flex;
  }
  .cid-squ27sp2cF button.navbar-toggler {
    display: block;
  }
  .cid-squ27sp2cF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ27sp2cF .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ27sp2cF .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-squ27sp2cF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ27sp2cF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ27sp2cF .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-squ27sp2cF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ27sp2cF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ27sp2cF .navbar-toggler {
  position: relative;
}
.cid-squ27sp2cF .dropdown-item.active,
.cid-squ27sp2cF .dropdown-item:active {
  color: initial;
}
.cid-squ27sp2cF .widget-title {
  color: #83868c;
}
.cid-squ27sp2cF .widget-text {
  color: #83868c;
}
.cid-squ27sp2cF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ27sp2cF .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ27sp2cF .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ27sp2cF .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ27sp2cF .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ27sp2cF .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ27sp2cF .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ27sp2cF .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ27sp2cF .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ27sp2cF .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ27sp2cF .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ27sp2cF .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ27sp2cF .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ27sp2cF .menu-content-top,
  .cid-squ27sp2cF .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ27sp2cF 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-squ27ujDKf {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ27ujDKf .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ27ujDKf .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ27ujDKf .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ27ujDKf .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ27ujDKf .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ27ujDKf .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ27ujDKf .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ27ujDKf .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ27ujDKf .separator,
  .cid-squ27ujDKf .sep-holder,
  .cid-squ27ujDKf .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ27ujDKf .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ27ujDKf .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ27ujDKf .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ27ujDKf .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ27ujDKf .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ27ujDKf .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ27ujDKf .items .list-item:last-child .listico {
  display: none;
}
.cid-squ27vFyKa {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ27vFyKa img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ27vFyKa .row {
  justify-content: center;
}
.cid-squ27vFyKa .mbr-text {
  color: #767676;
}
.cid-squ27vFyKa .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ27vFyKa .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ27vFyKa .date {
  margin: 0;
  color: #14287f;
}
.cid-squ27vFyKa .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ27vFyKa .icon-box {
    flex-direction: column;
  }
  .cid-squ27vFyKa .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ27vFyKa img {
    margin-bottom: 2rem;
  }
}
.cid-squ27vFyKa H1 {
  color: #14287f;
}
.cid-squ27vFyKa H3 {
  color: #00acee;
}
.cid-sAINkUTZiu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAINkUTZiu .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAINkUTZiu .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAINkUTZiu .mbr-text {
  color: #83868c;
}
.cid-sAINkUTZiu .phone-word {
  color: #279e64;
}
.cid-sAINkUTZiu .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAINkUTZiu .text-link:hover {
  color: #279e64 !important;
}
.cid-sAINkUTZiu img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAINkUTZiu .img1 {
  color: #279e64;
}
.cid-sAINkUTZiu .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAINkUTZiu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAINkUTZiu .content .link-wrap {
  color: red;
}
.cid-sAINkUTZiu .content .date-wrap {
  color: #13287d;
}
.cid-sAINkUTZiu .item,
.cid-sAINkUTZiu .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAINkUTZiu .item h4,
.cid-sAINkUTZiu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAINkUTZiu .link {
  transition: all 0.3s ease-in;
}
.cid-sAINkUTZiu .link .card-img {
  padding-bottom: 3px;
}
.cid-sAINkUTZiu .link:hover .card-img span {
  color: #279e64;
}
.cid-sAINkUTZiu .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAINkUTZiu .item .card-img {
  width: auto;
}
.cid-sAINkUTZiu .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAINkUTZiu .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAINkUTZiu h5 {
    text-align: left !important;
  }
  .cid-sAINkUTZiu .line-wrap {
    text-align: left !important;
  }
}
.cid-sAINkUTZiu .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAINkUTZiu .item-title:hover {
  color: #279e64;
}
.cid-sAINkUTZiu .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAINkUTZiu .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAINkUTZiu .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAINkUTZiu .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAINkUTZiu .btn[class*="-outline"]:active,
.cid-sAINkUTZiu .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAINkUTZiu .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAINkUTZiu .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAINkUTZiu .pre-form {
  color: #83868c;
}
.cid-sAINkUTZiu .form-group,
.cid-sAINkUTZiu .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAINkUTZiu .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-sAINkUTZiu .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAINkUTZiu .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAINkUTZiu .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAINkUTZiu .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAINkUTZiu .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAINkUTZiu .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAINkUTZiu .dragArea {
  flex-direction: column;
}
.cid-sAINkUTZiu .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoy8gd.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoy8gd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoy8gd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoy8gd .modal-content,
.cid-sqGBGoy8gd .modal-dialog {
  height: auto;
}
.cid-sqGBGoy8gd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoy8gd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoy8gd .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoy8gd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoy8gd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoy8gd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoy8gd .mbr-text {
  text-align: center;
}
.cid-sqGBGoy8gd .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoy8gd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoy8gd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoy8gd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoy8gd .modal-open {
  overflow: hidden;
}
.cid-sqGBGoy8gd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoy8gd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoy8gd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoy8gd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoy8gd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoy8gd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoy8gd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoy8gd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoy8gd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoy8gd .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoy8gd .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoy8gd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoy8gd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoy8gd .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoy8gd .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoy8gd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoy8gd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoy8gd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoy8gd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoy8gd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoy8gd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoy8gd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoy8gd .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoy8gd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoy8gd .modal-lg,
  .cid-sqGBGoy8gd .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoy8gd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoy8gd .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoy8gd .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoy8gd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoy8gd .container {
    max-width: 720px;
  }
}
.cid-sqGBGoy8gd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoy8gd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoy8gd .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoy8gd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoy8gd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoy8gd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAINmfoDMo.popup-builder {
  background-color: #ffffff;
}
.cid-sAINmfoDMo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAINmfoDMo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAINmfoDMo .modal-content,
.cid-sAINmfoDMo .modal-dialog {
  height: auto;
}
.cid-sAINmfoDMo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAINmfoDMo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAINmfoDMo .form-wrapper .mbr-form .form-group,
  .cid-sAINmfoDMo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAINmfoDMo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAINmfoDMo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAINmfoDMo .mbr-text {
  text-align: center;
}
.cid-sAINmfoDMo .pt-0 {
  padding-top: 0 !important;
}
.cid-sAINmfoDMo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAINmfoDMo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAINmfoDMo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAINmfoDMo .modal-open {
  overflow: hidden;
}
.cid-sAINmfoDMo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAINmfoDMo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAINmfoDMo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAINmfoDMo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAINmfoDMo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAINmfoDMo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAINmfoDMo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAINmfoDMo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAINmfoDMo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAINmfoDMo .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAINmfoDMo .modal-backdrop.show {
  opacity: .5;
}
.cid-sAINmfoDMo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAINmfoDMo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAINmfoDMo .modal-header .close:hover {
  opacity: 1;
}
.cid-sAINmfoDMo .modal-header .close:focus {
  outline: none;
}
.cid-sAINmfoDMo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAINmfoDMo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAINmfoDMo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAINmfoDMo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAINmfoDMo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAINmfoDMo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAINmfoDMo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAINmfoDMo .modal-sm {
    max-width: 300px;
  }
  .cid-sAINmfoDMo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAINmfoDMo .modal-lg,
  .cid-sAINmfoDMo .modal-xl {
    max-width: 800px;
  }
  .cid-sAINmfoDMo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAINmfoDMo .modal-xl {
    max-width: 1140px;
  }
  .cid-sAINmfoDMo .container {
    max-width: 1140px;
  }
}
.cid-sAINmfoDMo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAINmfoDMo .container {
    max-width: 720px;
  }
}
.cid-sAINmfoDMo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAINmfoDMo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAINmfoDMo .form-group {
  margin-bottom: 1rem;
}
.cid-sAINmfoDMo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAINmfoDMo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAINmfoDMo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ2xCztHO .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ2xCztHO .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ2xCztHO .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ2xCztHO .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-squ2xCztHO .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ2xCztHO .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-squ2xCztHO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ2xCztHO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ2xCztHO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ2xCztHO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ2xCztHO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ2xCztHO .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-squ2xCztHO .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ2xCztHO .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ2xCztHO .dropdown-item,
.cid-squ2xCztHO .nav-link,
.cid-squ2xCztHO .brand-name {
  font-style: normal;
}
.cid-squ2xCztHO .dropdown-item:hover,
.cid-squ2xCztHO .nav-link:hover,
.cid-squ2xCztHO .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ2xCztHO .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ2xCztHO .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ2xCztHO .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ2xCztHO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ2xCztHO .nav-item {
  position: relative;
}
.cid-squ2xCztHO .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ2xCztHO .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ2xCztHO .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ2xCztHO .nav-link {
    line-height: 6.13;
  }
  .cid-squ2xCztHO .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ2xCztHO .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ2xCztHO .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-squ2xCztHO .content-text {
  margin-bottom: 0;
}
.cid-squ2xCztHO .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ2xCztHO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ2xCztHO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ2xCztHO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ2xCztHO .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ2xCztHO .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ2xCztHO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ2xCztHO .content-right-side {
  text-align: center;
}
.cid-squ2xCztHO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ2xCztHO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ2xCztHO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ2xCztHO .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-squ2xCztHO .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ2xCztHO .info-widget:first-child {
  margin-left: 0;
}
.cid-squ2xCztHO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ2xCztHO .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ2xCztHO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ2xCztHO .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ2xCztHO .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ2xCztHO .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ2xCztHO .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ2xCztHO .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-squ2xCztHO .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ2xCztHO .navbar-toggler {
    display: none;
  }
  .cid-squ2xCztHO .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ2xCztHO .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ2xCztHO .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ2xCztHO .btn-sm {
  padding: 13px 29px;
}
.cid-squ2xCztHO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ2xCztHO .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-squ2xCztHO .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ2xCztHO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ2xCztHO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ2xCztHO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ2xCztHO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ2xCztHO .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ2xCztHO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ2xCztHO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ2xCztHO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ2xCztHO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ2xCztHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ2xCztHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ2xCztHO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ2xCztHO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ2xCztHO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ2xCztHO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ2xCztHO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ2xCztHO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ2xCztHO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ2xCztHO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ2xCztHO button.navbar-toggler:focus {
  outline: none;
}
.cid-squ2xCztHO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ2xCztHO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ2xCztHO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ2xCztHO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ2xCztHO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ2xCztHO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ2xCztHO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ2xCztHO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ2xCztHO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ2xCztHO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ2xCztHO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ2xCztHO .collapsed .btn {
  display: flex;
}
.cid-squ2xCztHO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ2xCztHO .collapsed .navbar-collapse.collapsing,
.cid-squ2xCztHO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ2xCztHO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ2xCztHO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ2xCztHO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ2xCztHO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ2xCztHO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ2xCztHO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ2xCztHO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ2xCztHO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ2xCztHO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ2xCztHO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ2xCztHO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ2xCztHO .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ2xCztHO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ2xCztHO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ2xCztHO .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-squ2xCztHO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ2xCztHO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ2xCztHO .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-squ2xCztHO .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ2xCztHO .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ2xCztHO .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ2xCztHO .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ2xCztHO .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ2xCztHO .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-squ2xCztHO .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ2xCztHO .navbar-collapse.collapsing,
  .cid-squ2xCztHO .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ2xCztHO .navbar-collapse.collapsing .navbar-nav,
  .cid-squ2xCztHO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ2xCztHO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ2xCztHO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ2xCztHO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ2xCztHO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ2xCztHO .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ2xCztHO .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ2xCztHO .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ2xCztHO .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ2xCztHO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ2xCztHO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ2xCztHO img {
    height: 3.8rem !important;
  }
  .cid-squ2xCztHO .btn {
    display: flex;
  }
  .cid-squ2xCztHO button.navbar-toggler {
    display: block;
  }
  .cid-squ2xCztHO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ2xCztHO .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ2xCztHO .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-squ2xCztHO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ2xCztHO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ2xCztHO .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-squ2xCztHO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ2xCztHO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ2xCztHO .navbar-toggler {
  position: relative;
}
.cid-squ2xCztHO .dropdown-item.active,
.cid-squ2xCztHO .dropdown-item:active {
  color: initial;
}
.cid-squ2xCztHO .widget-title {
  color: #83868c;
}
.cid-squ2xCztHO .widget-text {
  color: #83868c;
}
.cid-squ2xCztHO .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ2xCztHO .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ2xCztHO .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ2xCztHO .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ2xCztHO .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ2xCztHO .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ2xCztHO .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ2xCztHO .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ2xCztHO .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ2xCztHO .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ2xCztHO .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ2xCztHO .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ2xCztHO .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ2xCztHO .menu-content-top,
  .cid-squ2xCztHO .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ2xCztHO 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-squ2xEMVPm {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ2xEMVPm .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ2xEMVPm .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ2xEMVPm .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ2xEMVPm .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ2xEMVPm .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ2xEMVPm .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ2xEMVPm .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ2xEMVPm .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ2xEMVPm .separator,
  .cid-squ2xEMVPm .sep-holder,
  .cid-squ2xEMVPm .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ2xEMVPm .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ2xEMVPm .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ2xEMVPm .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ2xEMVPm .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ2xEMVPm .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ2xEMVPm .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ2xEMVPm .items .list-item:last-child .listico {
  display: none;
}
.cid-squ2xGf4BG {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ2xGf4BG img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ2xGf4BG .row {
  justify-content: center;
}
.cid-squ2xGf4BG .mbr-text {
  color: #767676;
}
.cid-squ2xGf4BG .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ2xGf4BG .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ2xGf4BG .date {
  margin: 0;
  color: #14287f;
}
.cid-squ2xGf4BG .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ2xGf4BG .icon-box {
    flex-direction: column;
  }
  .cid-squ2xGf4BG .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ2xGf4BG img {
    margin-bottom: 2rem;
  }
}
.cid-squ2xGf4BG H1 {
  color: #14287f;
}
.cid-squ2xGf4BG H3 {
  color: #00acee;
}
.cid-sAINqhBPZj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAINqhBPZj .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAINqhBPZj .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAINqhBPZj .mbr-text {
  color: #83868c;
}
.cid-sAINqhBPZj .phone-word {
  color: #279e64;
}
.cid-sAINqhBPZj .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAINqhBPZj .text-link:hover {
  color: #279e64 !important;
}
.cid-sAINqhBPZj img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAINqhBPZj .img1 {
  color: #279e64;
}
.cid-sAINqhBPZj .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAINqhBPZj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAINqhBPZj .content .link-wrap {
  color: red;
}
.cid-sAINqhBPZj .content .date-wrap {
  color: #13287d;
}
.cid-sAINqhBPZj .item,
.cid-sAINqhBPZj .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAINqhBPZj .item h4,
.cid-sAINqhBPZj .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAINqhBPZj .link {
  transition: all 0.3s ease-in;
}
.cid-sAINqhBPZj .link .card-img {
  padding-bottom: 3px;
}
.cid-sAINqhBPZj .link:hover .card-img span {
  color: #279e64;
}
.cid-sAINqhBPZj .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAINqhBPZj .item .card-img {
  width: auto;
}
.cid-sAINqhBPZj .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAINqhBPZj .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAINqhBPZj h5 {
    text-align: left !important;
  }
  .cid-sAINqhBPZj .line-wrap {
    text-align: left !important;
  }
}
.cid-sAINqhBPZj .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAINqhBPZj .item-title:hover {
  color: #279e64;
}
.cid-sAINqhBPZj .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAINqhBPZj .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAINqhBPZj .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAINqhBPZj .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAINqhBPZj .btn[class*="-outline"]:active,
.cid-sAINqhBPZj .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAINqhBPZj .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAINqhBPZj .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAINqhBPZj .pre-form {
  color: #83868c;
}
.cid-sAINqhBPZj .form-group,
.cid-sAINqhBPZj .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAINqhBPZj .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-sAINqhBPZj .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAINqhBPZj .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAINqhBPZj .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAINqhBPZj .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAINqhBPZj .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAINqhBPZj .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAINqhBPZj .dragArea {
  flex-direction: column;
}
.cid-sAINqhBPZj .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoykml.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoykml.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoykml.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoykml .modal-content,
.cid-sqGBGoykml .modal-dialog {
  height: auto;
}
.cid-sqGBGoykml .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoykml .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoykml .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoykml .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoykml .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoykml .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoykml .mbr-text {
  text-align: center;
}
.cid-sqGBGoykml .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoykml .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoykml .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoykml .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoykml .modal-open {
  overflow: hidden;
}
.cid-sqGBGoykml .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoykml .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoykml .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoykml .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoykml .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoykml .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoykml .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoykml .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoykml .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoykml .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoykml .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoykml .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoykml .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoykml .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoykml .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoykml .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoykml .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoykml .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoykml .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoykml .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoykml .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoykml .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoykml .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoykml .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoykml .modal-lg,
  .cid-sqGBGoykml .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoykml .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoykml .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoykml .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoykml .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoykml .container {
    max-width: 720px;
  }
}
.cid-sqGBGoykml .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoykml .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoykml .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoykml .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoykml .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoykml .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAINrAPk4Q.popup-builder {
  background-color: #ffffff;
}
.cid-sAINrAPk4Q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAINrAPk4Q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAINrAPk4Q .modal-content,
.cid-sAINrAPk4Q .modal-dialog {
  height: auto;
}
.cid-sAINrAPk4Q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAINrAPk4Q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAINrAPk4Q .form-wrapper .mbr-form .form-group,
  .cid-sAINrAPk4Q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAINrAPk4Q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAINrAPk4Q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAINrAPk4Q .mbr-text {
  text-align: center;
}
.cid-sAINrAPk4Q .pt-0 {
  padding-top: 0 !important;
}
.cid-sAINrAPk4Q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAINrAPk4Q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAINrAPk4Q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAINrAPk4Q .modal-open {
  overflow: hidden;
}
.cid-sAINrAPk4Q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAINrAPk4Q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAINrAPk4Q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAINrAPk4Q .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAINrAPk4Q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAINrAPk4Q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAINrAPk4Q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAINrAPk4Q .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAINrAPk4Q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAINrAPk4Q .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAINrAPk4Q .modal-backdrop.show {
  opacity: .5;
}
.cid-sAINrAPk4Q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAINrAPk4Q .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAINrAPk4Q .modal-header .close:hover {
  opacity: 1;
}
.cid-sAINrAPk4Q .modal-header .close:focus {
  outline: none;
}
.cid-sAINrAPk4Q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAINrAPk4Q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAINrAPk4Q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAINrAPk4Q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAINrAPk4Q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAINrAPk4Q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAINrAPk4Q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAINrAPk4Q .modal-sm {
    max-width: 300px;
  }
  .cid-sAINrAPk4Q .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAINrAPk4Q .modal-lg,
  .cid-sAINrAPk4Q .modal-xl {
    max-width: 800px;
  }
  .cid-sAINrAPk4Q .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAINrAPk4Q .modal-xl {
    max-width: 1140px;
  }
  .cid-sAINrAPk4Q .container {
    max-width: 1140px;
  }
}
.cid-sAINrAPk4Q .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAINrAPk4Q .container {
    max-width: 720px;
  }
}
.cid-sAINrAPk4Q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAINrAPk4Q .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAINrAPk4Q .form-group {
  margin-bottom: 1rem;
}
.cid-sAINrAPk4Q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAINrAPk4Q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAINrAPk4Q .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ2VIMSVC .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ2VIMSVC .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ2VIMSVC .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ2VIMSVC .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-squ2VIMSVC .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ2VIMSVC .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-squ2VIMSVC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ2VIMSVC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ2VIMSVC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ2VIMSVC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ2VIMSVC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ2VIMSVC .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-squ2VIMSVC .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ2VIMSVC .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ2VIMSVC .dropdown-item,
.cid-squ2VIMSVC .nav-link,
.cid-squ2VIMSVC .brand-name {
  font-style: normal;
}
.cid-squ2VIMSVC .dropdown-item:hover,
.cid-squ2VIMSVC .nav-link:hover,
.cid-squ2VIMSVC .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ2VIMSVC .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ2VIMSVC .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ2VIMSVC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ2VIMSVC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ2VIMSVC .nav-item {
  position: relative;
}
.cid-squ2VIMSVC .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ2VIMSVC .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ2VIMSVC .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ2VIMSVC .nav-link {
    line-height: 6.13;
  }
  .cid-squ2VIMSVC .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ2VIMSVC .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ2VIMSVC .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-squ2VIMSVC .content-text {
  margin-bottom: 0;
}
.cid-squ2VIMSVC .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ2VIMSVC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ2VIMSVC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ2VIMSVC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ2VIMSVC .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ2VIMSVC .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ2VIMSVC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ2VIMSVC .content-right-side {
  text-align: center;
}
.cid-squ2VIMSVC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ2VIMSVC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ2VIMSVC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ2VIMSVC .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-squ2VIMSVC .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ2VIMSVC .info-widget:first-child {
  margin-left: 0;
}
.cid-squ2VIMSVC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ2VIMSVC .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ2VIMSVC .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ2VIMSVC .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ2VIMSVC .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ2VIMSVC .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ2VIMSVC .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ2VIMSVC .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-squ2VIMSVC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ2VIMSVC .navbar-toggler {
    display: none;
  }
  .cid-squ2VIMSVC .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ2VIMSVC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ2VIMSVC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ2VIMSVC .btn-sm {
  padding: 13px 29px;
}
.cid-squ2VIMSVC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ2VIMSVC .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-squ2VIMSVC .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ2VIMSVC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ2VIMSVC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ2VIMSVC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ2VIMSVC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ2VIMSVC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ2VIMSVC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ2VIMSVC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ2VIMSVC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ2VIMSVC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ2VIMSVC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ2VIMSVC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ2VIMSVC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ2VIMSVC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ2VIMSVC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ2VIMSVC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ2VIMSVC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ2VIMSVC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ2VIMSVC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ2VIMSVC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ2VIMSVC button.navbar-toggler:focus {
  outline: none;
}
.cid-squ2VIMSVC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ2VIMSVC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ2VIMSVC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ2VIMSVC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ2VIMSVC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ2VIMSVC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ2VIMSVC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ2VIMSVC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ2VIMSVC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ2VIMSVC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ2VIMSVC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ2VIMSVC .collapsed .btn {
  display: flex;
}
.cid-squ2VIMSVC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ2VIMSVC .collapsed .navbar-collapse.collapsing,
.cid-squ2VIMSVC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ2VIMSVC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ2VIMSVC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ2VIMSVC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ2VIMSVC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ2VIMSVC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ2VIMSVC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ2VIMSVC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ2VIMSVC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ2VIMSVC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ2VIMSVC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ2VIMSVC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ2VIMSVC .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ2VIMSVC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ2VIMSVC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ2VIMSVC .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-squ2VIMSVC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ2VIMSVC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ2VIMSVC .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-squ2VIMSVC .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ2VIMSVC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ2VIMSVC .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ2VIMSVC .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ2VIMSVC .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ2VIMSVC .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-squ2VIMSVC .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ2VIMSVC .navbar-collapse.collapsing,
  .cid-squ2VIMSVC .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ2VIMSVC .navbar-collapse.collapsing .navbar-nav,
  .cid-squ2VIMSVC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ2VIMSVC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ2VIMSVC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ2VIMSVC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ2VIMSVC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ2VIMSVC .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ2VIMSVC .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ2VIMSVC .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ2VIMSVC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ2VIMSVC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ2VIMSVC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ2VIMSVC img {
    height: 3.8rem !important;
  }
  .cid-squ2VIMSVC .btn {
    display: flex;
  }
  .cid-squ2VIMSVC button.navbar-toggler {
    display: block;
  }
  .cid-squ2VIMSVC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ2VIMSVC .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ2VIMSVC .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-squ2VIMSVC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ2VIMSVC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ2VIMSVC .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-squ2VIMSVC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ2VIMSVC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ2VIMSVC .navbar-toggler {
  position: relative;
}
.cid-squ2VIMSVC .dropdown-item.active,
.cid-squ2VIMSVC .dropdown-item:active {
  color: initial;
}
.cid-squ2VIMSVC .widget-title {
  color: #83868c;
}
.cid-squ2VIMSVC .widget-text {
  color: #83868c;
}
.cid-squ2VIMSVC .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ2VIMSVC .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ2VIMSVC .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ2VIMSVC .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ2VIMSVC .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ2VIMSVC .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ2VIMSVC .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ2VIMSVC .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ2VIMSVC .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ2VIMSVC .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ2VIMSVC .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ2VIMSVC .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ2VIMSVC .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ2VIMSVC .menu-content-top,
  .cid-squ2VIMSVC .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ2VIMSVC 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-squ2VKnUTx {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ2VKnUTx .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ2VKnUTx .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ2VKnUTx .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ2VKnUTx .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ2VKnUTx .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ2VKnUTx .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ2VKnUTx .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ2VKnUTx .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ2VKnUTx .separator,
  .cid-squ2VKnUTx .sep-holder,
  .cid-squ2VKnUTx .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ2VKnUTx .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ2VKnUTx .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ2VKnUTx .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ2VKnUTx .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ2VKnUTx .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ2VKnUTx .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ2VKnUTx .items .list-item:last-child .listico {
  display: none;
}
.cid-squ2VM1p0U {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ2VM1p0U img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ2VM1p0U .row {
  justify-content: center;
}
.cid-squ2VM1p0U .mbr-text {
  color: #767676;
}
.cid-squ2VM1p0U .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ2VM1p0U .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ2VM1p0U .date {
  margin: 0;
  color: #14287f;
}
.cid-squ2VM1p0U .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ2VM1p0U .icon-box {
    flex-direction: column;
  }
  .cid-squ2VM1p0U .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ2VM1p0U img {
    margin-bottom: 2rem;
  }
}
.cid-squ2VM1p0U H1 {
  color: #14287f;
}
.cid-squ2VM1p0U H3 {
  color: #00acee;
}
.cid-sAINx8MaOd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAINx8MaOd .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAINx8MaOd .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAINx8MaOd .mbr-text {
  color: #83868c;
}
.cid-sAINx8MaOd .phone-word {
  color: #279e64;
}
.cid-sAINx8MaOd .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAINx8MaOd .text-link:hover {
  color: #279e64 !important;
}
.cid-sAINx8MaOd img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAINx8MaOd .img1 {
  color: #279e64;
}
.cid-sAINx8MaOd .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAINx8MaOd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAINx8MaOd .content .link-wrap {
  color: red;
}
.cid-sAINx8MaOd .content .date-wrap {
  color: #13287d;
}
.cid-sAINx8MaOd .item,
.cid-sAINx8MaOd .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAINx8MaOd .item h4,
.cid-sAINx8MaOd .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAINx8MaOd .link {
  transition: all 0.3s ease-in;
}
.cid-sAINx8MaOd .link .card-img {
  padding-bottom: 3px;
}
.cid-sAINx8MaOd .link:hover .card-img span {
  color: #279e64;
}
.cid-sAINx8MaOd .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAINx8MaOd .item .card-img {
  width: auto;
}
.cid-sAINx8MaOd .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAINx8MaOd .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAINx8MaOd h5 {
    text-align: left !important;
  }
  .cid-sAINx8MaOd .line-wrap {
    text-align: left !important;
  }
}
.cid-sAINx8MaOd .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAINx8MaOd .item-title:hover {
  color: #279e64;
}
.cid-sAINx8MaOd .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAINx8MaOd .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAINx8MaOd .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAINx8MaOd .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAINx8MaOd .btn[class*="-outline"]:active,
.cid-sAINx8MaOd .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAINx8MaOd .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAINx8MaOd .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAINx8MaOd .pre-form {
  color: #83868c;
}
.cid-sAINx8MaOd .form-group,
.cid-sAINx8MaOd .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAINx8MaOd .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-sAINx8MaOd .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAINx8MaOd .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAINx8MaOd .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAINx8MaOd .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAINx8MaOd .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAINx8MaOd .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAINx8MaOd .dragArea {
  flex-direction: column;
}
.cid-sAINx8MaOd .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoyo4d.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoyo4d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoyo4d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoyo4d .modal-content,
.cid-sqGBGoyo4d .modal-dialog {
  height: auto;
}
.cid-sqGBGoyo4d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoyo4d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoyo4d .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoyo4d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoyo4d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoyo4d .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoyo4d .mbr-text {
  text-align: center;
}
.cid-sqGBGoyo4d .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoyo4d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoyo4d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoyo4d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoyo4d .modal-open {
  overflow: hidden;
}
.cid-sqGBGoyo4d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoyo4d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoyo4d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoyo4d .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoyo4d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoyo4d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoyo4d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoyo4d .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoyo4d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoyo4d .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoyo4d .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoyo4d .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoyo4d .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoyo4d .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoyo4d .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoyo4d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoyo4d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoyo4d .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoyo4d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoyo4d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoyo4d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoyo4d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoyo4d .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoyo4d .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoyo4d .modal-lg,
  .cid-sqGBGoyo4d .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoyo4d .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoyo4d .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoyo4d .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoyo4d .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoyo4d .container {
    max-width: 720px;
  }
}
.cid-sqGBGoyo4d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoyo4d .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoyo4d .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoyo4d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoyo4d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoyo4d .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAINyzPaO8.popup-builder {
  background-color: #ffffff;
}
.cid-sAINyzPaO8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAINyzPaO8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAINyzPaO8 .modal-content,
.cid-sAINyzPaO8 .modal-dialog {
  height: auto;
}
.cid-sAINyzPaO8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAINyzPaO8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAINyzPaO8 .form-wrapper .mbr-form .form-group,
  .cid-sAINyzPaO8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAINyzPaO8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAINyzPaO8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAINyzPaO8 .mbr-text {
  text-align: center;
}
.cid-sAINyzPaO8 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAINyzPaO8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAINyzPaO8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAINyzPaO8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAINyzPaO8 .modal-open {
  overflow: hidden;
}
.cid-sAINyzPaO8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAINyzPaO8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAINyzPaO8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAINyzPaO8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAINyzPaO8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAINyzPaO8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAINyzPaO8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAINyzPaO8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAINyzPaO8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAINyzPaO8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAINyzPaO8 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAINyzPaO8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAINyzPaO8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAINyzPaO8 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAINyzPaO8 .modal-header .close:focus {
  outline: none;
}
.cid-sAINyzPaO8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAINyzPaO8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAINyzPaO8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAINyzPaO8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAINyzPaO8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAINyzPaO8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAINyzPaO8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAINyzPaO8 .modal-sm {
    max-width: 300px;
  }
  .cid-sAINyzPaO8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAINyzPaO8 .modal-lg,
  .cid-sAINyzPaO8 .modal-xl {
    max-width: 800px;
  }
  .cid-sAINyzPaO8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAINyzPaO8 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAINyzPaO8 .container {
    max-width: 1140px;
  }
}
.cid-sAINyzPaO8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAINyzPaO8 .container {
    max-width: 720px;
  }
}
.cid-sAINyzPaO8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAINyzPaO8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAINyzPaO8 .form-group {
  margin-bottom: 1rem;
}
.cid-sAINyzPaO8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAINyzPaO8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAINyzPaO8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ3hR3MkA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ3hR3MkA .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ3hR3MkA .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ3hR3MkA .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-squ3hR3MkA .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ3hR3MkA .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-squ3hR3MkA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ3hR3MkA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ3hR3MkA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ3hR3MkA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ3hR3MkA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ3hR3MkA .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-squ3hR3MkA .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ3hR3MkA .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ3hR3MkA .dropdown-item,
.cid-squ3hR3MkA .nav-link,
.cid-squ3hR3MkA .brand-name {
  font-style: normal;
}
.cid-squ3hR3MkA .dropdown-item:hover,
.cid-squ3hR3MkA .nav-link:hover,
.cid-squ3hR3MkA .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ3hR3MkA .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ3hR3MkA .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ3hR3MkA .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ3hR3MkA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ3hR3MkA .nav-item {
  position: relative;
}
.cid-squ3hR3MkA .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ3hR3MkA .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ3hR3MkA .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ3hR3MkA .nav-link {
    line-height: 6.13;
  }
  .cid-squ3hR3MkA .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ3hR3MkA .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ3hR3MkA .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-squ3hR3MkA .content-text {
  margin-bottom: 0;
}
.cid-squ3hR3MkA .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ3hR3MkA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ3hR3MkA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ3hR3MkA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ3hR3MkA .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ3hR3MkA .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ3hR3MkA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ3hR3MkA .content-right-side {
  text-align: center;
}
.cid-squ3hR3MkA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ3hR3MkA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ3hR3MkA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ3hR3MkA .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-squ3hR3MkA .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ3hR3MkA .info-widget:first-child {
  margin-left: 0;
}
.cid-squ3hR3MkA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ3hR3MkA .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ3hR3MkA .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ3hR3MkA .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ3hR3MkA .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ3hR3MkA .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ3hR3MkA .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ3hR3MkA .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-squ3hR3MkA .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ3hR3MkA .navbar-toggler {
    display: none;
  }
  .cid-squ3hR3MkA .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ3hR3MkA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ3hR3MkA .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ3hR3MkA .btn-sm {
  padding: 13px 29px;
}
.cid-squ3hR3MkA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ3hR3MkA .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-squ3hR3MkA .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ3hR3MkA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ3hR3MkA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ3hR3MkA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ3hR3MkA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ3hR3MkA .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ3hR3MkA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ3hR3MkA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ3hR3MkA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ3hR3MkA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ3hR3MkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ3hR3MkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ3hR3MkA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ3hR3MkA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ3hR3MkA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ3hR3MkA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ3hR3MkA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ3hR3MkA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ3hR3MkA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ3hR3MkA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ3hR3MkA button.navbar-toggler:focus {
  outline: none;
}
.cid-squ3hR3MkA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ3hR3MkA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ3hR3MkA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ3hR3MkA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ3hR3MkA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ3hR3MkA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ3hR3MkA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ3hR3MkA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ3hR3MkA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ3hR3MkA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ3hR3MkA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ3hR3MkA .collapsed .btn {
  display: flex;
}
.cid-squ3hR3MkA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ3hR3MkA .collapsed .navbar-collapse.collapsing,
.cid-squ3hR3MkA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ3hR3MkA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ3hR3MkA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ3hR3MkA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ3hR3MkA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ3hR3MkA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ3hR3MkA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ3hR3MkA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ3hR3MkA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ3hR3MkA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ3hR3MkA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ3hR3MkA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ3hR3MkA .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ3hR3MkA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ3hR3MkA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ3hR3MkA .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-squ3hR3MkA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ3hR3MkA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ3hR3MkA .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-squ3hR3MkA .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ3hR3MkA .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ3hR3MkA .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ3hR3MkA .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ3hR3MkA .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ3hR3MkA .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-squ3hR3MkA .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ3hR3MkA .navbar-collapse.collapsing,
  .cid-squ3hR3MkA .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ3hR3MkA .navbar-collapse.collapsing .navbar-nav,
  .cid-squ3hR3MkA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ3hR3MkA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ3hR3MkA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ3hR3MkA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ3hR3MkA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ3hR3MkA .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ3hR3MkA .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ3hR3MkA .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ3hR3MkA .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ3hR3MkA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ3hR3MkA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ3hR3MkA img {
    height: 3.8rem !important;
  }
  .cid-squ3hR3MkA .btn {
    display: flex;
  }
  .cid-squ3hR3MkA button.navbar-toggler {
    display: block;
  }
  .cid-squ3hR3MkA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ3hR3MkA .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ3hR3MkA .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-squ3hR3MkA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ3hR3MkA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ3hR3MkA .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-squ3hR3MkA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ3hR3MkA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ3hR3MkA .navbar-toggler {
  position: relative;
}
.cid-squ3hR3MkA .dropdown-item.active,
.cid-squ3hR3MkA .dropdown-item:active {
  color: initial;
}
.cid-squ3hR3MkA .widget-title {
  color: #83868c;
}
.cid-squ3hR3MkA .widget-text {
  color: #83868c;
}
.cid-squ3hR3MkA .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ3hR3MkA .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ3hR3MkA .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ3hR3MkA .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ3hR3MkA .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ3hR3MkA .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ3hR3MkA .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ3hR3MkA .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ3hR3MkA .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ3hR3MkA .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ3hR3MkA .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ3hR3MkA .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ3hR3MkA .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ3hR3MkA .menu-content-top,
  .cid-squ3hR3MkA .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ3hR3MkA 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-squ3hTmvKY {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ3hTmvKY .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ3hTmvKY .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ3hTmvKY .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ3hTmvKY .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ3hTmvKY .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ3hTmvKY .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ3hTmvKY .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ3hTmvKY .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ3hTmvKY .separator,
  .cid-squ3hTmvKY .sep-holder,
  .cid-squ3hTmvKY .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ3hTmvKY .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ3hTmvKY .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ3hTmvKY .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ3hTmvKY .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ3hTmvKY .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ3hTmvKY .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ3hTmvKY .items .list-item:last-child .listico {
  display: none;
}
.cid-squ3hUGWND {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ3hUGWND img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ3hUGWND .row {
  justify-content: center;
}
.cid-squ3hUGWND .mbr-text {
  color: #767676;
}
.cid-squ3hUGWND .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ3hUGWND .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ3hUGWND .date {
  margin: 0;
  color: #14287f;
}
.cid-squ3hUGWND .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ3hUGWND .icon-box {
    flex-direction: column;
  }
  .cid-squ3hUGWND .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ3hUGWND img {
    margin-bottom: 2rem;
  }
}
.cid-squ3hUGWND H1 {
  color: #14287f;
}
.cid-squ3hUGWND H3 {
  color: #00acee;
}
.cid-sAINCVK36p {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAINCVK36p .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAINCVK36p .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAINCVK36p .mbr-text {
  color: #83868c;
}
.cid-sAINCVK36p .phone-word {
  color: #279e64;
}
.cid-sAINCVK36p .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAINCVK36p .text-link:hover {
  color: #279e64 !important;
}
.cid-sAINCVK36p img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAINCVK36p .img1 {
  color: #279e64;
}
.cid-sAINCVK36p .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAINCVK36p .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAINCVK36p .content .link-wrap {
  color: red;
}
.cid-sAINCVK36p .content .date-wrap {
  color: #13287d;
}
.cid-sAINCVK36p .item,
.cid-sAINCVK36p .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAINCVK36p .item h4,
.cid-sAINCVK36p .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAINCVK36p .link {
  transition: all 0.3s ease-in;
}
.cid-sAINCVK36p .link .card-img {
  padding-bottom: 3px;
}
.cid-sAINCVK36p .link:hover .card-img span {
  color: #279e64;
}
.cid-sAINCVK36p .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAINCVK36p .item .card-img {
  width: auto;
}
.cid-sAINCVK36p .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAINCVK36p .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAINCVK36p h5 {
    text-align: left !important;
  }
  .cid-sAINCVK36p .line-wrap {
    text-align: left !important;
  }
}
.cid-sAINCVK36p .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAINCVK36p .item-title:hover {
  color: #279e64;
}
.cid-sAINCVK36p .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAINCVK36p .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAINCVK36p .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAINCVK36p .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAINCVK36p .btn[class*="-outline"]:active,
.cid-sAINCVK36p .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAINCVK36p .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAINCVK36p .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAINCVK36p .pre-form {
  color: #83868c;
}
.cid-sAINCVK36p .form-group,
.cid-sAINCVK36p .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAINCVK36p .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-sAINCVK36p .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAINCVK36p .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAINCVK36p .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAINCVK36p .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAINCVK36p .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAINCVK36p .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAINCVK36p .dragArea {
  flex-direction: column;
}
.cid-sAINCVK36p .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGozDgs.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGozDgs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGozDgs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGozDgs .modal-content,
.cid-sqGBGozDgs .modal-dialog {
  height: auto;
}
.cid-sqGBGozDgs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGozDgs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGozDgs .form-wrapper .mbr-form .form-group,
  .cid-sqGBGozDgs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGozDgs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGozDgs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGozDgs .mbr-text {
  text-align: center;
}
.cid-sqGBGozDgs .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGozDgs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGozDgs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGozDgs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGozDgs .modal-open {
  overflow: hidden;
}
.cid-sqGBGozDgs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGozDgs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGozDgs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGozDgs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGozDgs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGozDgs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGozDgs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGozDgs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGozDgs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGozDgs .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGozDgs .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGozDgs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGozDgs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGozDgs .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGozDgs .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGozDgs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGozDgs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGozDgs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGozDgs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGozDgs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGozDgs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGozDgs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGozDgs .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGozDgs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGozDgs .modal-lg,
  .cid-sqGBGozDgs .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGozDgs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGozDgs .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGozDgs .container {
    max-width: 1140px;
  }
}
.cid-sqGBGozDgs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGozDgs .container {
    max-width: 720px;
  }
}
.cid-sqGBGozDgs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGozDgs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGozDgs .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGozDgs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGozDgs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGozDgs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAINEbRvkd.popup-builder {
  background-color: #ffffff;
}
.cid-sAINEbRvkd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAINEbRvkd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAINEbRvkd .modal-content,
.cid-sAINEbRvkd .modal-dialog {
  height: auto;
}
.cid-sAINEbRvkd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAINEbRvkd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAINEbRvkd .form-wrapper .mbr-form .form-group,
  .cid-sAINEbRvkd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAINEbRvkd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAINEbRvkd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAINEbRvkd .mbr-text {
  text-align: center;
}
.cid-sAINEbRvkd .pt-0 {
  padding-top: 0 !important;
}
.cid-sAINEbRvkd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAINEbRvkd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAINEbRvkd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAINEbRvkd .modal-open {
  overflow: hidden;
}
.cid-sAINEbRvkd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAINEbRvkd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAINEbRvkd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAINEbRvkd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAINEbRvkd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAINEbRvkd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAINEbRvkd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAINEbRvkd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAINEbRvkd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAINEbRvkd .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAINEbRvkd .modal-backdrop.show {
  opacity: .5;
}
.cid-sAINEbRvkd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAINEbRvkd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAINEbRvkd .modal-header .close:hover {
  opacity: 1;
}
.cid-sAINEbRvkd .modal-header .close:focus {
  outline: none;
}
.cid-sAINEbRvkd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAINEbRvkd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAINEbRvkd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAINEbRvkd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAINEbRvkd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAINEbRvkd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAINEbRvkd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAINEbRvkd .modal-sm {
    max-width: 300px;
  }
  .cid-sAINEbRvkd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAINEbRvkd .modal-lg,
  .cid-sAINEbRvkd .modal-xl {
    max-width: 800px;
  }
  .cid-sAINEbRvkd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAINEbRvkd .modal-xl {
    max-width: 1140px;
  }
  .cid-sAINEbRvkd .container {
    max-width: 1140px;
  }
}
.cid-sAINEbRvkd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAINEbRvkd .container {
    max-width: 720px;
  }
}
.cid-sAINEbRvkd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAINEbRvkd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAINEbRvkd .form-group {
  margin-bottom: 1rem;
}
.cid-sAINEbRvkd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAINEbRvkd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAINEbRvkd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ3CWcoqU .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ3CWcoqU .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ3CWcoqU .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ3CWcoqU .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-squ3CWcoqU .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ3CWcoqU .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-squ3CWcoqU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ3CWcoqU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ3CWcoqU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ3CWcoqU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ3CWcoqU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ3CWcoqU .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-squ3CWcoqU .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ3CWcoqU .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ3CWcoqU .dropdown-item,
.cid-squ3CWcoqU .nav-link,
.cid-squ3CWcoqU .brand-name {
  font-style: normal;
}
.cid-squ3CWcoqU .dropdown-item:hover,
.cid-squ3CWcoqU .nav-link:hover,
.cid-squ3CWcoqU .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ3CWcoqU .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ3CWcoqU .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ3CWcoqU .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ3CWcoqU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ3CWcoqU .nav-item {
  position: relative;
}
.cid-squ3CWcoqU .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ3CWcoqU .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ3CWcoqU .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ3CWcoqU .nav-link {
    line-height: 6.13;
  }
  .cid-squ3CWcoqU .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ3CWcoqU .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ3CWcoqU .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-squ3CWcoqU .content-text {
  margin-bottom: 0;
}
.cid-squ3CWcoqU .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ3CWcoqU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ3CWcoqU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ3CWcoqU .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ3CWcoqU .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ3CWcoqU .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ3CWcoqU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ3CWcoqU .content-right-side {
  text-align: center;
}
.cid-squ3CWcoqU .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ3CWcoqU .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ3CWcoqU .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ3CWcoqU .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-squ3CWcoqU .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ3CWcoqU .info-widget:first-child {
  margin-left: 0;
}
.cid-squ3CWcoqU .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ3CWcoqU .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ3CWcoqU .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ3CWcoqU .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ3CWcoqU .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ3CWcoqU .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ3CWcoqU .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ3CWcoqU .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-squ3CWcoqU .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ3CWcoqU .navbar-toggler {
    display: none;
  }
  .cid-squ3CWcoqU .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ3CWcoqU .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ3CWcoqU .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ3CWcoqU .btn-sm {
  padding: 13px 29px;
}
.cid-squ3CWcoqU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ3CWcoqU .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-squ3CWcoqU .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ3CWcoqU .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ3CWcoqU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ3CWcoqU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ3CWcoqU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ3CWcoqU .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ3CWcoqU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ3CWcoqU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ3CWcoqU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ3CWcoqU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ3CWcoqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ3CWcoqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ3CWcoqU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ3CWcoqU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ3CWcoqU .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ3CWcoqU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ3CWcoqU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ3CWcoqU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ3CWcoqU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ3CWcoqU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ3CWcoqU button.navbar-toggler:focus {
  outline: none;
}
.cid-squ3CWcoqU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ3CWcoqU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ3CWcoqU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ3CWcoqU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ3CWcoqU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ3CWcoqU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ3CWcoqU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ3CWcoqU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ3CWcoqU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ3CWcoqU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ3CWcoqU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ3CWcoqU .collapsed .btn {
  display: flex;
}
.cid-squ3CWcoqU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ3CWcoqU .collapsed .navbar-collapse.collapsing,
.cid-squ3CWcoqU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ3CWcoqU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ3CWcoqU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ3CWcoqU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ3CWcoqU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ3CWcoqU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ3CWcoqU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ3CWcoqU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ3CWcoqU .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ3CWcoqU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ3CWcoqU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ3CWcoqU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ3CWcoqU .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ3CWcoqU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ3CWcoqU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ3CWcoqU .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-squ3CWcoqU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ3CWcoqU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ3CWcoqU .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-squ3CWcoqU .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ3CWcoqU .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ3CWcoqU .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ3CWcoqU .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ3CWcoqU .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ3CWcoqU .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-squ3CWcoqU .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ3CWcoqU .navbar-collapse.collapsing,
  .cid-squ3CWcoqU .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ3CWcoqU .navbar-collapse.collapsing .navbar-nav,
  .cid-squ3CWcoqU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ3CWcoqU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ3CWcoqU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ3CWcoqU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ3CWcoqU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ3CWcoqU .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ3CWcoqU .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ3CWcoqU .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ3CWcoqU .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ3CWcoqU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ3CWcoqU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ3CWcoqU img {
    height: 3.8rem !important;
  }
  .cid-squ3CWcoqU .btn {
    display: flex;
  }
  .cid-squ3CWcoqU button.navbar-toggler {
    display: block;
  }
  .cid-squ3CWcoqU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ3CWcoqU .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ3CWcoqU .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-squ3CWcoqU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ3CWcoqU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ3CWcoqU .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-squ3CWcoqU .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ3CWcoqU .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ3CWcoqU .navbar-toggler {
  position: relative;
}
.cid-squ3CWcoqU .dropdown-item.active,
.cid-squ3CWcoqU .dropdown-item:active {
  color: initial;
}
.cid-squ3CWcoqU .widget-title {
  color: #83868c;
}
.cid-squ3CWcoqU .widget-text {
  color: #83868c;
}
.cid-squ3CWcoqU .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ3CWcoqU .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ3CWcoqU .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ3CWcoqU .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ3CWcoqU .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ3CWcoqU .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ3CWcoqU .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ3CWcoqU .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ3CWcoqU .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ3CWcoqU .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ3CWcoqU .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ3CWcoqU .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ3CWcoqU .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ3CWcoqU .menu-content-top,
  .cid-squ3CWcoqU .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ3CWcoqU 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-squ3CXRKbf {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ3CXRKbf .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ3CXRKbf .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ3CXRKbf .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ3CXRKbf .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ3CXRKbf .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ3CXRKbf .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ3CXRKbf .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ3CXRKbf .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ3CXRKbf .separator,
  .cid-squ3CXRKbf .sep-holder,
  .cid-squ3CXRKbf .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ3CXRKbf .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ3CXRKbf .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ3CXRKbf .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ3CXRKbf .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ3CXRKbf .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ3CXRKbf .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ3CXRKbf .items .list-item:last-child .listico {
  display: none;
}
.cid-squ3CZ3b5x {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ3CZ3b5x img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ3CZ3b5x .row {
  justify-content: center;
}
.cid-squ3CZ3b5x .mbr-text {
  color: #767676;
}
.cid-squ3CZ3b5x .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ3CZ3b5x .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ3CZ3b5x .date {
  margin: 0;
  color: #14287f;
}
.cid-squ3CZ3b5x .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ3CZ3b5x .icon-box {
    flex-direction: column;
  }
  .cid-squ3CZ3b5x .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ3CZ3b5x img {
    margin-bottom: 2rem;
  }
}
.cid-squ3CZ3b5x H1 {
  color: #14287f;
}
.cid-squ3CZ3b5x H3 {
  color: #00acee;
}
.cid-sAINIS10cP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAINIS10cP .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAINIS10cP .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAINIS10cP .mbr-text {
  color: #83868c;
}
.cid-sAINIS10cP .phone-word {
  color: #279e64;
}
.cid-sAINIS10cP .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAINIS10cP .text-link:hover {
  color: #279e64 !important;
}
.cid-sAINIS10cP img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAINIS10cP .img1 {
  color: #279e64;
}
.cid-sAINIS10cP .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAINIS10cP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAINIS10cP .content .link-wrap {
  color: red;
}
.cid-sAINIS10cP .content .date-wrap {
  color: #13287d;
}
.cid-sAINIS10cP .item,
.cid-sAINIS10cP .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAINIS10cP .item h4,
.cid-sAINIS10cP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAINIS10cP .link {
  transition: all 0.3s ease-in;
}
.cid-sAINIS10cP .link .card-img {
  padding-bottom: 3px;
}
.cid-sAINIS10cP .link:hover .card-img span {
  color: #279e64;
}
.cid-sAINIS10cP .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAINIS10cP .item .card-img {
  width: auto;
}
.cid-sAINIS10cP .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAINIS10cP .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAINIS10cP h5 {
    text-align: left !important;
  }
  .cid-sAINIS10cP .line-wrap {
    text-align: left !important;
  }
}
.cid-sAINIS10cP .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAINIS10cP .item-title:hover {
  color: #279e64;
}
.cid-sAINIS10cP .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAINIS10cP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAINIS10cP .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAINIS10cP .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAINIS10cP .btn[class*="-outline"]:active,
.cid-sAINIS10cP .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAINIS10cP .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAINIS10cP .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAINIS10cP .pre-form {
  color: #83868c;
}
.cid-sAINIS10cP .form-group,
.cid-sAINIS10cP .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAINIS10cP .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-sAINIS10cP .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAINIS10cP .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAINIS10cP .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAINIS10cP .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAINIS10cP .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAINIS10cP .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAINIS10cP .dragArea {
  flex-direction: column;
}
.cid-sAINIS10cP .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGozu37.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGozu37.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGozu37.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGozu37 .modal-content,
.cid-sqGBGozu37 .modal-dialog {
  height: auto;
}
.cid-sqGBGozu37 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGozu37 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGozu37 .form-wrapper .mbr-form .form-group,
  .cid-sqGBGozu37 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGozu37 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGozu37 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGozu37 .mbr-text {
  text-align: center;
}
.cid-sqGBGozu37 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGozu37 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGozu37 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGozu37 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGozu37 .modal-open {
  overflow: hidden;
}
.cid-sqGBGozu37 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGozu37 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGozu37 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGozu37 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGozu37 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGozu37 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGozu37 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGozu37 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGozu37 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGozu37 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGozu37 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGozu37 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGozu37 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGozu37 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGozu37 .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGozu37 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGozu37 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGozu37 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGozu37 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGozu37 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGozu37 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGozu37 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGozu37 .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGozu37 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGozu37 .modal-lg,
  .cid-sqGBGozu37 .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGozu37 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGozu37 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGozu37 .container {
    max-width: 1140px;
  }
}
.cid-sqGBGozu37 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGozu37 .container {
    max-width: 720px;
  }
}
.cid-sqGBGozu37 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGozu37 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGozu37 .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGozu37 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGozu37 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGozu37 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAINKbWbon.popup-builder {
  background-color: #ffffff;
}
.cid-sAINKbWbon.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAINKbWbon.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAINKbWbon .modal-content,
.cid-sAINKbWbon .modal-dialog {
  height: auto;
}
.cid-sAINKbWbon .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAINKbWbon .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAINKbWbon .form-wrapper .mbr-form .form-group,
  .cid-sAINKbWbon .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAINKbWbon .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAINKbWbon .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAINKbWbon .mbr-text {
  text-align: center;
}
.cid-sAINKbWbon .pt-0 {
  padding-top: 0 !important;
}
.cid-sAINKbWbon .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAINKbWbon .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAINKbWbon .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAINKbWbon .modal-open {
  overflow: hidden;
}
.cid-sAINKbWbon .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAINKbWbon .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAINKbWbon .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAINKbWbon .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAINKbWbon .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAINKbWbon .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAINKbWbon .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAINKbWbon .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAINKbWbon .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAINKbWbon .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAINKbWbon .modal-backdrop.show {
  opacity: .5;
}
.cid-sAINKbWbon .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAINKbWbon .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAINKbWbon .modal-header .close:hover {
  opacity: 1;
}
.cid-sAINKbWbon .modal-header .close:focus {
  outline: none;
}
.cid-sAINKbWbon .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAINKbWbon .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAINKbWbon .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAINKbWbon .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAINKbWbon .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAINKbWbon .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAINKbWbon .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAINKbWbon .modal-sm {
    max-width: 300px;
  }
  .cid-sAINKbWbon .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAINKbWbon .modal-lg,
  .cid-sAINKbWbon .modal-xl {
    max-width: 800px;
  }
  .cid-sAINKbWbon .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAINKbWbon .modal-xl {
    max-width: 1140px;
  }
  .cid-sAINKbWbon .container {
    max-width: 1140px;
  }
}
.cid-sAINKbWbon .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAINKbWbon .container {
    max-width: 720px;
  }
}
.cid-sAINKbWbon .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAINKbWbon .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAINKbWbon .form-group {
  margin-bottom: 1rem;
}
.cid-sAINKbWbon .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAINKbWbon .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAINKbWbon .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ42LikGF .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ42LikGF .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ42LikGF .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ42LikGF .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-squ42LikGF .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ42LikGF .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-squ42LikGF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ42LikGF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ42LikGF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ42LikGF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ42LikGF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ42LikGF .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-squ42LikGF .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ42LikGF .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ42LikGF .dropdown-item,
.cid-squ42LikGF .nav-link,
.cid-squ42LikGF .brand-name {
  font-style: normal;
}
.cid-squ42LikGF .dropdown-item:hover,
.cid-squ42LikGF .nav-link:hover,
.cid-squ42LikGF .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ42LikGF .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ42LikGF .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ42LikGF .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ42LikGF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ42LikGF .nav-item {
  position: relative;
}
.cid-squ42LikGF .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ42LikGF .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ42LikGF .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ42LikGF .nav-link {
    line-height: 6.13;
  }
  .cid-squ42LikGF .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ42LikGF .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ42LikGF .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-squ42LikGF .content-text {
  margin-bottom: 0;
}
.cid-squ42LikGF .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ42LikGF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ42LikGF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ42LikGF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ42LikGF .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ42LikGF .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ42LikGF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ42LikGF .content-right-side {
  text-align: center;
}
.cid-squ42LikGF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ42LikGF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ42LikGF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ42LikGF .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-squ42LikGF .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ42LikGF .info-widget:first-child {
  margin-left: 0;
}
.cid-squ42LikGF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ42LikGF .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ42LikGF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ42LikGF .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ42LikGF .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ42LikGF .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ42LikGF .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ42LikGF .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-squ42LikGF .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ42LikGF .navbar-toggler {
    display: none;
  }
  .cid-squ42LikGF .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ42LikGF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ42LikGF .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ42LikGF .btn-sm {
  padding: 13px 29px;
}
.cid-squ42LikGF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ42LikGF .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-squ42LikGF .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ42LikGF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ42LikGF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ42LikGF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ42LikGF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ42LikGF .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ42LikGF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ42LikGF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ42LikGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ42LikGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ42LikGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ42LikGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ42LikGF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ42LikGF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ42LikGF .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ42LikGF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ42LikGF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ42LikGF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ42LikGF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ42LikGF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ42LikGF button.navbar-toggler:focus {
  outline: none;
}
.cid-squ42LikGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ42LikGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ42LikGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ42LikGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ42LikGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ42LikGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ42LikGF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ42LikGF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ42LikGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ42LikGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ42LikGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ42LikGF .collapsed .btn {
  display: flex;
}
.cid-squ42LikGF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ42LikGF .collapsed .navbar-collapse.collapsing,
.cid-squ42LikGF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ42LikGF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ42LikGF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ42LikGF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ42LikGF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ42LikGF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ42LikGF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ42LikGF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ42LikGF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ42LikGF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ42LikGF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ42LikGF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ42LikGF .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ42LikGF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ42LikGF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ42LikGF .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-squ42LikGF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ42LikGF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ42LikGF .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-squ42LikGF .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ42LikGF .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ42LikGF .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ42LikGF .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ42LikGF .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ42LikGF .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-squ42LikGF .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ42LikGF .navbar-collapse.collapsing,
  .cid-squ42LikGF .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ42LikGF .navbar-collapse.collapsing .navbar-nav,
  .cid-squ42LikGF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ42LikGF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ42LikGF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ42LikGF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ42LikGF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ42LikGF .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ42LikGF .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ42LikGF .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ42LikGF .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ42LikGF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ42LikGF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ42LikGF img {
    height: 3.8rem !important;
  }
  .cid-squ42LikGF .btn {
    display: flex;
  }
  .cid-squ42LikGF button.navbar-toggler {
    display: block;
  }
  .cid-squ42LikGF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ42LikGF .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ42LikGF .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-squ42LikGF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ42LikGF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ42LikGF .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-squ42LikGF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ42LikGF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ42LikGF .navbar-toggler {
  position: relative;
}
.cid-squ42LikGF .dropdown-item.active,
.cid-squ42LikGF .dropdown-item:active {
  color: initial;
}
.cid-squ42LikGF .widget-title {
  color: #83868c;
}
.cid-squ42LikGF .widget-text {
  color: #83868c;
}
.cid-squ42LikGF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ42LikGF .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ42LikGF .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ42LikGF .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ42LikGF .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ42LikGF .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ42LikGF .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ42LikGF .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ42LikGF .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ42LikGF .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ42LikGF .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ42LikGF .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ42LikGF .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ42LikGF .menu-content-top,
  .cid-squ42LikGF .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ42LikGF 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-squ42NaWLG {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ42NaWLG .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ42NaWLG .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ42NaWLG .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ42NaWLG .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ42NaWLG .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ42NaWLG .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ42NaWLG .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ42NaWLG .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ42NaWLG .separator,
  .cid-squ42NaWLG .sep-holder,
  .cid-squ42NaWLG .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ42NaWLG .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ42NaWLG .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ42NaWLG .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ42NaWLG .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ42NaWLG .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ42NaWLG .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ42NaWLG .items .list-item:last-child .listico {
  display: none;
}
.cid-squ42Pfl9E {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ42Pfl9E img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ42Pfl9E .row {
  justify-content: center;
}
.cid-squ42Pfl9E .mbr-text {
  color: #767676;
}
.cid-squ42Pfl9E .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ42Pfl9E .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ42Pfl9E .date {
  margin: 0;
  color: #14287f;
}
.cid-squ42Pfl9E .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ42Pfl9E .icon-box {
    flex-direction: column;
  }
  .cid-squ42Pfl9E .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ42Pfl9E img {
    margin-bottom: 2rem;
  }
}
.cid-squ42Pfl9E H1 {
  color: #14287f;
}
.cid-squ42Pfl9E H3 {
  color: #00acee;
}
.cid-sAINOXbYsT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAINOXbYsT .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAINOXbYsT .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAINOXbYsT .mbr-text {
  color: #83868c;
}
.cid-sAINOXbYsT .phone-word {
  color: #279e64;
}
.cid-sAINOXbYsT .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAINOXbYsT .text-link:hover {
  color: #279e64 !important;
}
.cid-sAINOXbYsT img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAINOXbYsT .img1 {
  color: #279e64;
}
.cid-sAINOXbYsT .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAINOXbYsT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAINOXbYsT .content .link-wrap {
  color: red;
}
.cid-sAINOXbYsT .content .date-wrap {
  color: #13287d;
}
.cid-sAINOXbYsT .item,
.cid-sAINOXbYsT .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAINOXbYsT .item h4,
.cid-sAINOXbYsT .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAINOXbYsT .link {
  transition: all 0.3s ease-in;
}
.cid-sAINOXbYsT .link .card-img {
  padding-bottom: 3px;
}
.cid-sAINOXbYsT .link:hover .card-img span {
  color: #279e64;
}
.cid-sAINOXbYsT .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAINOXbYsT .item .card-img {
  width: auto;
}
.cid-sAINOXbYsT .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAINOXbYsT .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAINOXbYsT h5 {
    text-align: left !important;
  }
  .cid-sAINOXbYsT .line-wrap {
    text-align: left !important;
  }
}
.cid-sAINOXbYsT .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAINOXbYsT .item-title:hover {
  color: #279e64;
}
.cid-sAINOXbYsT .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAINOXbYsT .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAINOXbYsT .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAINOXbYsT .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAINOXbYsT .btn[class*="-outline"]:active,
.cid-sAINOXbYsT .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAINOXbYsT .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAINOXbYsT .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAINOXbYsT .pre-form {
  color: #83868c;
}
.cid-sAINOXbYsT .form-group,
.cid-sAINOXbYsT .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAINOXbYsT .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-sAINOXbYsT .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAINOXbYsT .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAINOXbYsT .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAINOXbYsT .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAINOXbYsT .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAINOXbYsT .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAINOXbYsT .dragArea {
  flex-direction: column;
}
.cid-sAINOXbYsT .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGozxmH.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGozxmH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGozxmH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGozxmH .modal-content,
.cid-sqGBGozxmH .modal-dialog {
  height: auto;
}
.cid-sqGBGozxmH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGozxmH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGozxmH .form-wrapper .mbr-form .form-group,
  .cid-sqGBGozxmH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGozxmH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGozxmH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGozxmH .mbr-text {
  text-align: center;
}
.cid-sqGBGozxmH .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGozxmH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGozxmH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGozxmH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGozxmH .modal-open {
  overflow: hidden;
}
.cid-sqGBGozxmH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGozxmH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGozxmH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGozxmH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGozxmH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGozxmH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGozxmH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGozxmH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGozxmH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGozxmH .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGozxmH .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGozxmH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGozxmH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGozxmH .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGozxmH .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGozxmH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGozxmH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGozxmH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGozxmH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGozxmH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGozxmH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGozxmH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGozxmH .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGozxmH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGozxmH .modal-lg,
  .cid-sqGBGozxmH .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGozxmH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGozxmH .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGozxmH .container {
    max-width: 1140px;
  }
}
.cid-sqGBGozxmH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGozxmH .container {
    max-width: 720px;
  }
}
.cid-sqGBGozxmH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGozxmH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGozxmH .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGozxmH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGozxmH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGozxmH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAINQasqkM.popup-builder {
  background-color: #ffffff;
}
.cid-sAINQasqkM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAINQasqkM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAINQasqkM .modal-content,
.cid-sAINQasqkM .modal-dialog {
  height: auto;
}
.cid-sAINQasqkM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAINQasqkM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAINQasqkM .form-wrapper .mbr-form .form-group,
  .cid-sAINQasqkM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAINQasqkM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAINQasqkM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAINQasqkM .mbr-text {
  text-align: center;
}
.cid-sAINQasqkM .pt-0 {
  padding-top: 0 !important;
}
.cid-sAINQasqkM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAINQasqkM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAINQasqkM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAINQasqkM .modal-open {
  overflow: hidden;
}
.cid-sAINQasqkM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAINQasqkM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAINQasqkM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAINQasqkM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAINQasqkM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAINQasqkM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAINQasqkM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAINQasqkM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAINQasqkM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAINQasqkM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAINQasqkM .modal-backdrop.show {
  opacity: .5;
}
.cid-sAINQasqkM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAINQasqkM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAINQasqkM .modal-header .close:hover {
  opacity: 1;
}
.cid-sAINQasqkM .modal-header .close:focus {
  outline: none;
}
.cid-sAINQasqkM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAINQasqkM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAINQasqkM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAINQasqkM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAINQasqkM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAINQasqkM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAINQasqkM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAINQasqkM .modal-sm {
    max-width: 300px;
  }
  .cid-sAINQasqkM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAINQasqkM .modal-lg,
  .cid-sAINQasqkM .modal-xl {
    max-width: 800px;
  }
  .cid-sAINQasqkM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAINQasqkM .modal-xl {
    max-width: 1140px;
  }
  .cid-sAINQasqkM .container {
    max-width: 1140px;
  }
}
.cid-sAINQasqkM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAINQasqkM .container {
    max-width: 720px;
  }
}
.cid-sAINQasqkM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAINQasqkM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAINQasqkM .form-group {
  margin-bottom: 1rem;
}
.cid-sAINQasqkM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAINQasqkM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAINQasqkM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ4kAMKdR .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ4kAMKdR .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ4kAMKdR .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ4kAMKdR .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-squ4kAMKdR .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ4kAMKdR .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-squ4kAMKdR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ4kAMKdR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ4kAMKdR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ4kAMKdR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ4kAMKdR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ4kAMKdR .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-squ4kAMKdR .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ4kAMKdR .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ4kAMKdR .dropdown-item,
.cid-squ4kAMKdR .nav-link,
.cid-squ4kAMKdR .brand-name {
  font-style: normal;
}
.cid-squ4kAMKdR .dropdown-item:hover,
.cid-squ4kAMKdR .nav-link:hover,
.cid-squ4kAMKdR .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ4kAMKdR .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ4kAMKdR .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ4kAMKdR .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ4kAMKdR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ4kAMKdR .nav-item {
  position: relative;
}
.cid-squ4kAMKdR .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ4kAMKdR .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ4kAMKdR .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ4kAMKdR .nav-link {
    line-height: 6.13;
  }
  .cid-squ4kAMKdR .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ4kAMKdR .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ4kAMKdR .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-squ4kAMKdR .content-text {
  margin-bottom: 0;
}
.cid-squ4kAMKdR .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ4kAMKdR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ4kAMKdR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ4kAMKdR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ4kAMKdR .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ4kAMKdR .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ4kAMKdR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ4kAMKdR .content-right-side {
  text-align: center;
}
.cid-squ4kAMKdR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ4kAMKdR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ4kAMKdR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ4kAMKdR .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-squ4kAMKdR .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ4kAMKdR .info-widget:first-child {
  margin-left: 0;
}
.cid-squ4kAMKdR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ4kAMKdR .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ4kAMKdR .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ4kAMKdR .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ4kAMKdR .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ4kAMKdR .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ4kAMKdR .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ4kAMKdR .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-squ4kAMKdR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ4kAMKdR .navbar-toggler {
    display: none;
  }
  .cid-squ4kAMKdR .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ4kAMKdR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ4kAMKdR .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ4kAMKdR .btn-sm {
  padding: 13px 29px;
}
.cid-squ4kAMKdR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ4kAMKdR .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-squ4kAMKdR .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ4kAMKdR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ4kAMKdR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ4kAMKdR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ4kAMKdR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ4kAMKdR .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ4kAMKdR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ4kAMKdR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ4kAMKdR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ4kAMKdR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ4kAMKdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ4kAMKdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ4kAMKdR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ4kAMKdR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ4kAMKdR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ4kAMKdR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ4kAMKdR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ4kAMKdR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ4kAMKdR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ4kAMKdR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ4kAMKdR button.navbar-toggler:focus {
  outline: none;
}
.cid-squ4kAMKdR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ4kAMKdR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ4kAMKdR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ4kAMKdR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ4kAMKdR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ4kAMKdR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ4kAMKdR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ4kAMKdR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ4kAMKdR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ4kAMKdR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ4kAMKdR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ4kAMKdR .collapsed .btn {
  display: flex;
}
.cid-squ4kAMKdR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ4kAMKdR .collapsed .navbar-collapse.collapsing,
.cid-squ4kAMKdR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ4kAMKdR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ4kAMKdR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ4kAMKdR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ4kAMKdR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ4kAMKdR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ4kAMKdR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ4kAMKdR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ4kAMKdR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ4kAMKdR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ4kAMKdR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ4kAMKdR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ4kAMKdR .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ4kAMKdR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ4kAMKdR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ4kAMKdR .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-squ4kAMKdR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ4kAMKdR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ4kAMKdR .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-squ4kAMKdR .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ4kAMKdR .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ4kAMKdR .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ4kAMKdR .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ4kAMKdR .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ4kAMKdR .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-squ4kAMKdR .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ4kAMKdR .navbar-collapse.collapsing,
  .cid-squ4kAMKdR .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ4kAMKdR .navbar-collapse.collapsing .navbar-nav,
  .cid-squ4kAMKdR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ4kAMKdR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ4kAMKdR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ4kAMKdR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ4kAMKdR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ4kAMKdR .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ4kAMKdR .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ4kAMKdR .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ4kAMKdR .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ4kAMKdR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ4kAMKdR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ4kAMKdR img {
    height: 3.8rem !important;
  }
  .cid-squ4kAMKdR .btn {
    display: flex;
  }
  .cid-squ4kAMKdR button.navbar-toggler {
    display: block;
  }
  .cid-squ4kAMKdR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ4kAMKdR .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ4kAMKdR .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-squ4kAMKdR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ4kAMKdR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ4kAMKdR .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-squ4kAMKdR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ4kAMKdR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ4kAMKdR .navbar-toggler {
  position: relative;
}
.cid-squ4kAMKdR .dropdown-item.active,
.cid-squ4kAMKdR .dropdown-item:active {
  color: initial;
}
.cid-squ4kAMKdR .widget-title {
  color: #83868c;
}
.cid-squ4kAMKdR .widget-text {
  color: #83868c;
}
.cid-squ4kAMKdR .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ4kAMKdR .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ4kAMKdR .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ4kAMKdR .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ4kAMKdR .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ4kAMKdR .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ4kAMKdR .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ4kAMKdR .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ4kAMKdR .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ4kAMKdR .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ4kAMKdR .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ4kAMKdR .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ4kAMKdR .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ4kAMKdR .menu-content-top,
  .cid-squ4kAMKdR .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ4kAMKdR 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-squ4kCzCss {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ4kCzCss .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ4kCzCss .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ4kCzCss .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ4kCzCss .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ4kCzCss .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ4kCzCss .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ4kCzCss .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ4kCzCss .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ4kCzCss .separator,
  .cid-squ4kCzCss .sep-holder,
  .cid-squ4kCzCss .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ4kCzCss .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ4kCzCss .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ4kCzCss .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ4kCzCss .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ4kCzCss .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ4kCzCss .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ4kCzCss .items .list-item:last-child .listico {
  display: none;
}
.cid-squ4kDT2Zt {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ4kDT2Zt img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ4kDT2Zt .row {
  justify-content: center;
}
.cid-squ4kDT2Zt .mbr-text {
  color: #767676;
}
.cid-squ4kDT2Zt .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ4kDT2Zt .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ4kDT2Zt .date {
  margin: 0;
  color: #14287f;
}
.cid-squ4kDT2Zt .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ4kDT2Zt .icon-box {
    flex-direction: column;
  }
  .cid-squ4kDT2Zt .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ4kDT2Zt img {
    margin-bottom: 2rem;
  }
}
.cid-squ4kDT2Zt H1 {
  color: #14287f;
}
.cid-squ4kDT2Zt H3 {
  color: #00acee;
}
.cid-sAINUevmDU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAINUevmDU .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAINUevmDU .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAINUevmDU .mbr-text {
  color: #83868c;
}
.cid-sAINUevmDU .phone-word {
  color: #279e64;
}
.cid-sAINUevmDU .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAINUevmDU .text-link:hover {
  color: #279e64 !important;
}
.cid-sAINUevmDU img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAINUevmDU .img1 {
  color: #279e64;
}
.cid-sAINUevmDU .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAINUevmDU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAINUevmDU .content .link-wrap {
  color: red;
}
.cid-sAINUevmDU .content .date-wrap {
  color: #13287d;
}
.cid-sAINUevmDU .item,
.cid-sAINUevmDU .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAINUevmDU .item h4,
.cid-sAINUevmDU .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAINUevmDU .link {
  transition: all 0.3s ease-in;
}
.cid-sAINUevmDU .link .card-img {
  padding-bottom: 3px;
}
.cid-sAINUevmDU .link:hover .card-img span {
  color: #279e64;
}
.cid-sAINUevmDU .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAINUevmDU .item .card-img {
  width: auto;
}
.cid-sAINUevmDU .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAINUevmDU .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAINUevmDU h5 {
    text-align: left !important;
  }
  .cid-sAINUevmDU .line-wrap {
    text-align: left !important;
  }
}
.cid-sAINUevmDU .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAINUevmDU .item-title:hover {
  color: #279e64;
}
.cid-sAINUevmDU .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAINUevmDU .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAINUevmDU .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAINUevmDU .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAINUevmDU .btn[class*="-outline"]:active,
.cid-sAINUevmDU .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAINUevmDU .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAINUevmDU .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAINUevmDU .pre-form {
  color: #83868c;
}
.cid-sAINUevmDU .form-group,
.cid-sAINUevmDU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAINUevmDU .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-sAINUevmDU .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAINUevmDU .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAINUevmDU .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAINUevmDU .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAINUevmDU .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAINUevmDU .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAINUevmDU .dragArea {
  flex-direction: column;
}
.cid-sAINUevmDU .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoAYhy.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoAYhy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoAYhy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoAYhy .modal-content,
.cid-sqGBGoAYhy .modal-dialog {
  height: auto;
}
.cid-sqGBGoAYhy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoAYhy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoAYhy .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoAYhy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoAYhy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoAYhy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoAYhy .mbr-text {
  text-align: center;
}
.cid-sqGBGoAYhy .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoAYhy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoAYhy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoAYhy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoAYhy .modal-open {
  overflow: hidden;
}
.cid-sqGBGoAYhy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoAYhy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoAYhy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoAYhy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoAYhy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoAYhy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoAYhy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoAYhy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoAYhy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoAYhy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoAYhy .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoAYhy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoAYhy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoAYhy .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoAYhy .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoAYhy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoAYhy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoAYhy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoAYhy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoAYhy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoAYhy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoAYhy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoAYhy .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoAYhy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoAYhy .modal-lg,
  .cid-sqGBGoAYhy .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoAYhy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoAYhy .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoAYhy .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoAYhy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoAYhy .container {
    max-width: 720px;
  }
}
.cid-sqGBGoAYhy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoAYhy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoAYhy .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoAYhy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoAYhy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoAYhy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAINVwTHHr.popup-builder {
  background-color: #ffffff;
}
.cid-sAINVwTHHr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAINVwTHHr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAINVwTHHr .modal-content,
.cid-sAINVwTHHr .modal-dialog {
  height: auto;
}
.cid-sAINVwTHHr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAINVwTHHr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAINVwTHHr .form-wrapper .mbr-form .form-group,
  .cid-sAINVwTHHr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAINVwTHHr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAINVwTHHr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAINVwTHHr .mbr-text {
  text-align: center;
}
.cid-sAINVwTHHr .pt-0 {
  padding-top: 0 !important;
}
.cid-sAINVwTHHr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAINVwTHHr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAINVwTHHr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAINVwTHHr .modal-open {
  overflow: hidden;
}
.cid-sAINVwTHHr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAINVwTHHr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAINVwTHHr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAINVwTHHr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAINVwTHHr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAINVwTHHr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAINVwTHHr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAINVwTHHr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAINVwTHHr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAINVwTHHr .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAINVwTHHr .modal-backdrop.show {
  opacity: .5;
}
.cid-sAINVwTHHr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAINVwTHHr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAINVwTHHr .modal-header .close:hover {
  opacity: 1;
}
.cid-sAINVwTHHr .modal-header .close:focus {
  outline: none;
}
.cid-sAINVwTHHr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAINVwTHHr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAINVwTHHr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAINVwTHHr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAINVwTHHr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAINVwTHHr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAINVwTHHr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAINVwTHHr .modal-sm {
    max-width: 300px;
  }
  .cid-sAINVwTHHr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAINVwTHHr .modal-lg,
  .cid-sAINVwTHHr .modal-xl {
    max-width: 800px;
  }
  .cid-sAINVwTHHr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAINVwTHHr .modal-xl {
    max-width: 1140px;
  }
  .cid-sAINVwTHHr .container {
    max-width: 1140px;
  }
}
.cid-sAINVwTHHr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAINVwTHHr .container {
    max-width: 720px;
  }
}
.cid-sAINVwTHHr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAINVwTHHr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAINVwTHHr .form-group {
  margin-bottom: 1rem;
}
.cid-sAINVwTHHr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAINVwTHHr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAINVwTHHr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-squ4QYPRqd .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-squ4QYPRqd .navbar-fixed-top {
  padding-top: 0;
}
.cid-squ4QYPRqd .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-squ4QYPRqd .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-squ4QYPRqd .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-squ4QYPRqd .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-squ4QYPRqd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-squ4QYPRqd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-squ4QYPRqd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-squ4QYPRqd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-squ4QYPRqd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-squ4QYPRqd .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-squ4QYPRqd .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-squ4QYPRqd .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-squ4QYPRqd .dropdown-item,
.cid-squ4QYPRqd .nav-link,
.cid-squ4QYPRqd .brand-name {
  font-style: normal;
}
.cid-squ4QYPRqd .dropdown-item:hover,
.cid-squ4QYPRqd .nav-link:hover,
.cid-squ4QYPRqd .brand-name:hover {
  color: #279e64 !important;
}
.cid-squ4QYPRqd .dropdown-menu {
  background-color: #ffffff;
}
.cid-squ4QYPRqd .dropdown-item:active {
  background-color: #ffffff;
}
.cid-squ4QYPRqd .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-squ4QYPRqd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-squ4QYPRqd .nav-item {
  position: relative;
}
.cid-squ4QYPRqd .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-squ4QYPRqd .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-squ4QYPRqd .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-squ4QYPRqd .nav-link {
    line-height: 6.13;
  }
  .cid-squ4QYPRqd .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-squ4QYPRqd .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-squ4QYPRqd .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-squ4QYPRqd .content-text {
  margin-bottom: 0;
}
.cid-squ4QYPRqd .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-squ4QYPRqd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-squ4QYPRqd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-squ4QYPRqd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-squ4QYPRqd .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-squ4QYPRqd .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-squ4QYPRqd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-squ4QYPRqd .content-right-side {
  text-align: center;
}
.cid-squ4QYPRqd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-squ4QYPRqd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-squ4QYPRqd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-squ4QYPRqd .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-squ4QYPRqd .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-squ4QYPRqd .info-widget:first-child {
  margin-left: 0;
}
.cid-squ4QYPRqd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-squ4QYPRqd .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-squ4QYPRqd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-squ4QYPRqd .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-squ4QYPRqd .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-squ4QYPRqd .navbar {
    display: block;
    padding: 0;
  }
  .cid-squ4QYPRqd .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-squ4QYPRqd .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-squ4QYPRqd .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-squ4QYPRqd .navbar-toggler {
    display: none;
  }
  .cid-squ4QYPRqd .navbar-collapse {
    justify-content: center;
  }
}
.cid-squ4QYPRqd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-squ4QYPRqd .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-squ4QYPRqd .btn-sm {
  padding: 13px 29px;
}
.cid-squ4QYPRqd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-squ4QYPRqd .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-squ4QYPRqd .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-squ4QYPRqd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-squ4QYPRqd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-squ4QYPRqd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-squ4QYPRqd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-squ4QYPRqd .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-squ4QYPRqd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ4QYPRqd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-squ4QYPRqd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-squ4QYPRqd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-squ4QYPRqd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-squ4QYPRqd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-squ4QYPRqd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-squ4QYPRqd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-squ4QYPRqd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-squ4QYPRqd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-squ4QYPRqd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-squ4QYPRqd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-squ4QYPRqd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-squ4QYPRqd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-squ4QYPRqd button.navbar-toggler:focus {
  outline: none;
}
.cid-squ4QYPRqd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-squ4QYPRqd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-squ4QYPRqd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ4QYPRqd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-squ4QYPRqd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-squ4QYPRqd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ4QYPRqd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-squ4QYPRqd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-squ4QYPRqd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-squ4QYPRqd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-squ4QYPRqd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-squ4QYPRqd .collapsed .btn {
  display: flex;
}
.cid-squ4QYPRqd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-squ4QYPRqd .collapsed .navbar-collapse.collapsing,
.cid-squ4QYPRqd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-squ4QYPRqd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-squ4QYPRqd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-squ4QYPRqd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-squ4QYPRqd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-squ4QYPRqd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-squ4QYPRqd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-squ4QYPRqd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-squ4QYPRqd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-squ4QYPRqd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-squ4QYPRqd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-squ4QYPRqd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-squ4QYPRqd .collapsed button.navbar-toggler {
  display: block;
}
.cid-squ4QYPRqd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-squ4QYPRqd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-squ4QYPRqd .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-squ4QYPRqd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-squ4QYPRqd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-squ4QYPRqd .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-squ4QYPRqd .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-squ4QYPRqd .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-squ4QYPRqd .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-squ4QYPRqd .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-squ4QYPRqd .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-squ4QYPRqd .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-squ4QYPRqd .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-squ4QYPRqd .navbar-collapse.collapsing,
  .cid-squ4QYPRqd .navbar-collapse.show {
    display: block !important;
  }
  .cid-squ4QYPRqd .navbar-collapse.collapsing .navbar-nav,
  .cid-squ4QYPRqd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-squ4QYPRqd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-squ4QYPRqd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-squ4QYPRqd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-squ4QYPRqd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ4QYPRqd .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-squ4QYPRqd .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-squ4QYPRqd .navbar-collapse.collapsing .navbar-buttons,
  .cid-squ4QYPRqd .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-squ4QYPRqd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-squ4QYPRqd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-squ4QYPRqd img {
    height: 3.8rem !important;
  }
  .cid-squ4QYPRqd .btn {
    display: flex;
  }
  .cid-squ4QYPRqd button.navbar-toggler {
    display: block;
  }
  .cid-squ4QYPRqd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-squ4QYPRqd .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-squ4QYPRqd .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-squ4QYPRqd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-squ4QYPRqd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-squ4QYPRqd .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-squ4QYPRqd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-squ4QYPRqd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-squ4QYPRqd .navbar-toggler {
  position: relative;
}
.cid-squ4QYPRqd .dropdown-item.active,
.cid-squ4QYPRqd .dropdown-item:active {
  color: initial;
}
.cid-squ4QYPRqd .widget-title {
  color: #83868c;
}
.cid-squ4QYPRqd .widget-text {
  color: #83868c;
}
.cid-squ4QYPRqd .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-squ4QYPRqd .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-squ4QYPRqd .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-squ4QYPRqd .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-squ4QYPRqd .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-squ4QYPRqd .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-squ4QYPRqd .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-squ4QYPRqd .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-squ4QYPRqd .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-squ4QYPRqd .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-squ4QYPRqd .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-squ4QYPRqd .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-squ4QYPRqd .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-squ4QYPRqd .menu-content-top,
  .cid-squ4QYPRqd .menu-bottom {
    padding: 0 15px;
  }
  .cid-squ4QYPRqd 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-squ4R10S5p {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-squ4R10S5p .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-squ4R10S5p .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-squ4R10S5p .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-squ4R10S5p .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ4R10S5p .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-squ4R10S5p .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-squ4R10S5p .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-squ4R10S5p .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-squ4R10S5p .separator,
  .cid-squ4R10S5p .sep-holder,
  .cid-squ4R10S5p .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-squ4R10S5p .buttons-wrap {
    flex-direction: column;
  }
}
.cid-squ4R10S5p .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-squ4R10S5p .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-squ4R10S5p .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-squ4R10S5p .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-squ4R10S5p .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-squ4R10S5p .items .list-item:last-child .listico {
  display: none;
}
.cid-squ4R2D7Cp {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-squ4R2D7Cp img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-squ4R2D7Cp .row {
  justify-content: center;
}
.cid-squ4R2D7Cp .mbr-text {
  color: #767676;
}
.cid-squ4R2D7Cp .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-squ4R2D7Cp .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-squ4R2D7Cp .date {
  margin: 0;
  color: #14287f;
}
.cid-squ4R2D7Cp .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-squ4R2D7Cp .icon-box {
    flex-direction: column;
  }
  .cid-squ4R2D7Cp .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-squ4R2D7Cp img {
    margin-bottom: 2rem;
  }
}
.cid-squ4R2D7Cp H1 {
  color: #14287f;
}
.cid-squ4R2D7Cp H3 {
  color: #00acee;
}
.cid-sAINZb867G {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAINZb867G .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAINZb867G .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAINZb867G .mbr-text {
  color: #83868c;
}
.cid-sAINZb867G .phone-word {
  color: #279e64;
}
.cid-sAINZb867G .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAINZb867G .text-link:hover {
  color: #279e64 !important;
}
.cid-sAINZb867G img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAINZb867G .img1 {
  color: #279e64;
}
.cid-sAINZb867G .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAINZb867G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAINZb867G .content .link-wrap {
  color: red;
}
.cid-sAINZb867G .content .date-wrap {
  color: #13287d;
}
.cid-sAINZb867G .item,
.cid-sAINZb867G .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAINZb867G .item h4,
.cid-sAINZb867G .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAINZb867G .link {
  transition: all 0.3s ease-in;
}
.cid-sAINZb867G .link .card-img {
  padding-bottom: 3px;
}
.cid-sAINZb867G .link:hover .card-img span {
  color: #279e64;
}
.cid-sAINZb867G .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAINZb867G .item .card-img {
  width: auto;
}
.cid-sAINZb867G .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAINZb867G .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAINZb867G h5 {
    text-align: left !important;
  }
  .cid-sAINZb867G .line-wrap {
    text-align: left !important;
  }
}
.cid-sAINZb867G .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAINZb867G .item-title:hover {
  color: #279e64;
}
.cid-sAINZb867G .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAINZb867G .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAINZb867G .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAINZb867G .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAINZb867G .btn[class*="-outline"]:active,
.cid-sAINZb867G .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAINZb867G .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAINZb867G .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAINZb867G .pre-form {
  color: #83868c;
}
.cid-sAINZb867G .form-group,
.cid-sAINZb867G .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAINZb867G .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-sAINZb867G .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAINZb867G .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAINZb867G .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAINZb867G .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAINZb867G .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAINZb867G .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAINZb867G .dragArea {
  flex-direction: column;
}
.cid-sAINZb867G .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqGBGoAf2m.popup-builder {
  background-color: #ffffff;
}
.cid-sqGBGoAf2m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqGBGoAf2m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqGBGoAf2m .modal-content,
.cid-sqGBGoAf2m .modal-dialog {
  height: auto;
}
.cid-sqGBGoAf2m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqGBGoAf2m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqGBGoAf2m .form-wrapper .mbr-form .form-group,
  .cid-sqGBGoAf2m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqGBGoAf2m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqGBGoAf2m .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGBGoAf2m .mbr-text {
  text-align: center;
}
.cid-sqGBGoAf2m .pt-0 {
  padding-top: 0 !important;
}
.cid-sqGBGoAf2m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqGBGoAf2m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqGBGoAf2m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqGBGoAf2m .modal-open {
  overflow: hidden;
}
.cid-sqGBGoAf2m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqGBGoAf2m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqGBGoAf2m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqGBGoAf2m .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqGBGoAf2m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqGBGoAf2m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqGBGoAf2m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqGBGoAf2m .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqGBGoAf2m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqGBGoAf2m .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqGBGoAf2m .modal-backdrop.show {
  opacity: .5;
}
.cid-sqGBGoAf2m .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqGBGoAf2m .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqGBGoAf2m .modal-header .close:hover {
  opacity: 1;
}
.cid-sqGBGoAf2m .modal-header .close:focus {
  outline: none;
}
.cid-sqGBGoAf2m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqGBGoAf2m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqGBGoAf2m .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqGBGoAf2m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqGBGoAf2m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqGBGoAf2m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqGBGoAf2m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqGBGoAf2m .modal-sm {
    max-width: 300px;
  }
  .cid-sqGBGoAf2m .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqGBGoAf2m .modal-lg,
  .cid-sqGBGoAf2m .modal-xl {
    max-width: 800px;
  }
  .cid-sqGBGoAf2m .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqGBGoAf2m .modal-xl {
    max-width: 1140px;
  }
  .cid-sqGBGoAf2m .container {
    max-width: 1140px;
  }
}
.cid-sqGBGoAf2m .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqGBGoAf2m .container {
    max-width: 720px;
  }
}
.cid-sqGBGoAf2m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqGBGoAf2m .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqGBGoAf2m .form-group {
  margin-bottom: 1rem;
}
.cid-sqGBGoAf2m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqGBGoAf2m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqGBGoAf2m .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIO0xutvI.popup-builder {
  background-color: #ffffff;
}
.cid-sAIO0xutvI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIO0xutvI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIO0xutvI .modal-content,
.cid-sAIO0xutvI .modal-dialog {
  height: auto;
}
.cid-sAIO0xutvI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIO0xutvI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIO0xutvI .form-wrapper .mbr-form .form-group,
  .cid-sAIO0xutvI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIO0xutvI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIO0xutvI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIO0xutvI .mbr-text {
  text-align: center;
}
.cid-sAIO0xutvI .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIO0xutvI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIO0xutvI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIO0xutvI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIO0xutvI .modal-open {
  overflow: hidden;
}
.cid-sAIO0xutvI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIO0xutvI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIO0xutvI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIO0xutvI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIO0xutvI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIO0xutvI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIO0xutvI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIO0xutvI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIO0xutvI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIO0xutvI .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIO0xutvI .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIO0xutvI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIO0xutvI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIO0xutvI .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIO0xutvI .modal-header .close:focus {
  outline: none;
}
.cid-sAIO0xutvI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIO0xutvI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIO0xutvI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIO0xutvI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIO0xutvI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIO0xutvI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIO0xutvI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIO0xutvI .modal-sm {
    max-width: 300px;
  }
  .cid-sAIO0xutvI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIO0xutvI .modal-lg,
  .cid-sAIO0xutvI .modal-xl {
    max-width: 800px;
  }
  .cid-sAIO0xutvI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIO0xutvI .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIO0xutvI .container {
    max-width: 1140px;
  }
}
.cid-sAIO0xutvI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIO0xutvI .container {
    max-width: 720px;
  }
}
.cid-sAIO0xutvI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIO0xutvI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIO0xutvI .form-group {
  margin-bottom: 1rem;
}
.cid-sAIO0xutvI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIO0xutvI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIO0xutvI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqWhEQaYCC .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqWhEQaYCC .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqWhEQaYCC .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqWhEQaYCC .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-sqWhEQaYCC .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqWhEQaYCC .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-sqWhEQaYCC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqWhEQaYCC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqWhEQaYCC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqWhEQaYCC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqWhEQaYCC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqWhEQaYCC .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-sqWhEQaYCC .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqWhEQaYCC .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqWhEQaYCC .dropdown-item,
.cid-sqWhEQaYCC .nav-link,
.cid-sqWhEQaYCC .brand-name {
  font-style: normal;
}
.cid-sqWhEQaYCC .dropdown-item:hover,
.cid-sqWhEQaYCC .nav-link:hover,
.cid-sqWhEQaYCC .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqWhEQaYCC .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqWhEQaYCC .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqWhEQaYCC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqWhEQaYCC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqWhEQaYCC .nav-item {
  position: relative;
}
.cid-sqWhEQaYCC .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqWhEQaYCC .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqWhEQaYCC .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqWhEQaYCC .nav-link {
    line-height: 6.13;
  }
  .cid-sqWhEQaYCC .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqWhEQaYCC .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqWhEQaYCC .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-sqWhEQaYCC .content-text {
  margin-bottom: 0;
}
.cid-sqWhEQaYCC .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqWhEQaYCC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqWhEQaYCC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqWhEQaYCC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqWhEQaYCC .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqWhEQaYCC .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqWhEQaYCC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqWhEQaYCC .content-right-side {
  text-align: center;
}
.cid-sqWhEQaYCC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqWhEQaYCC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqWhEQaYCC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqWhEQaYCC .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-sqWhEQaYCC .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqWhEQaYCC .info-widget:first-child {
  margin-left: 0;
}
.cid-sqWhEQaYCC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqWhEQaYCC .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqWhEQaYCC .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqWhEQaYCC .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqWhEQaYCC .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqWhEQaYCC .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqWhEQaYCC .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqWhEQaYCC .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-sqWhEQaYCC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqWhEQaYCC .navbar-toggler {
    display: none;
  }
  .cid-sqWhEQaYCC .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqWhEQaYCC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqWhEQaYCC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqWhEQaYCC .btn-sm {
  padding: 13px 29px;
}
.cid-sqWhEQaYCC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqWhEQaYCC .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-sqWhEQaYCC .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqWhEQaYCC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqWhEQaYCC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqWhEQaYCC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqWhEQaYCC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqWhEQaYCC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqWhEQaYCC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqWhEQaYCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqWhEQaYCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqWhEQaYCC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqWhEQaYCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqWhEQaYCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqWhEQaYCC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqWhEQaYCC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqWhEQaYCC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqWhEQaYCC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqWhEQaYCC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqWhEQaYCC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqWhEQaYCC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqWhEQaYCC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqWhEQaYCC button.navbar-toggler:focus {
  outline: none;
}
.cid-sqWhEQaYCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqWhEQaYCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqWhEQaYCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqWhEQaYCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqWhEQaYCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqWhEQaYCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqWhEQaYCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqWhEQaYCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqWhEQaYCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqWhEQaYCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqWhEQaYCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqWhEQaYCC .collapsed .btn {
  display: flex;
}
.cid-sqWhEQaYCC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqWhEQaYCC .collapsed .navbar-collapse.collapsing,
.cid-sqWhEQaYCC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqWhEQaYCC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqWhEQaYCC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqWhEQaYCC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqWhEQaYCC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqWhEQaYCC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqWhEQaYCC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqWhEQaYCC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqWhEQaYCC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqWhEQaYCC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqWhEQaYCC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqWhEQaYCC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqWhEQaYCC .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqWhEQaYCC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqWhEQaYCC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqWhEQaYCC .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-sqWhEQaYCC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqWhEQaYCC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqWhEQaYCC .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-sqWhEQaYCC .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqWhEQaYCC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqWhEQaYCC .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqWhEQaYCC .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqWhEQaYCC .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqWhEQaYCC .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-sqWhEQaYCC .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqWhEQaYCC .navbar-collapse.collapsing,
  .cid-sqWhEQaYCC .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqWhEQaYCC .navbar-collapse.collapsing .navbar-nav,
  .cid-sqWhEQaYCC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqWhEQaYCC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqWhEQaYCC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqWhEQaYCC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqWhEQaYCC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqWhEQaYCC .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqWhEQaYCC .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqWhEQaYCC .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqWhEQaYCC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqWhEQaYCC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqWhEQaYCC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqWhEQaYCC img {
    height: 3.8rem !important;
  }
  .cid-sqWhEQaYCC .btn {
    display: flex;
  }
  .cid-sqWhEQaYCC button.navbar-toggler {
    display: block;
  }
  .cid-sqWhEQaYCC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqWhEQaYCC .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqWhEQaYCC .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-sqWhEQaYCC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqWhEQaYCC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqWhEQaYCC .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-sqWhEQaYCC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqWhEQaYCC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqWhEQaYCC .navbar-toggler {
  position: relative;
}
.cid-sqWhEQaYCC .dropdown-item.active,
.cid-sqWhEQaYCC .dropdown-item:active {
  color: initial;
}
.cid-sqWhEQaYCC .widget-title {
  color: #83868c;
}
.cid-sqWhEQaYCC .widget-text {
  color: #83868c;
}
.cid-sqWhEQaYCC .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqWhEQaYCC .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqWhEQaYCC .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqWhEQaYCC .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqWhEQaYCC .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqWhEQaYCC .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqWhEQaYCC .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqWhEQaYCC .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqWhEQaYCC .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqWhEQaYCC .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqWhEQaYCC .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqWhEQaYCC .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqWhEQaYCC .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqWhEQaYCC .menu-content-top,
  .cid-sqWhEQaYCC .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqWhEQaYCC 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-sqWhESBZrf {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqWhESBZrf .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqWhESBZrf .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqWhESBZrf .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqWhESBZrf .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqWhESBZrf .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqWhESBZrf .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqWhESBZrf .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqWhESBZrf .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqWhESBZrf .separator,
  .cid-sqWhESBZrf .sep-holder,
  .cid-sqWhESBZrf .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqWhESBZrf .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqWhESBZrf .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqWhESBZrf .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqWhESBZrf .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqWhESBZrf .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqWhESBZrf .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqWhESBZrf .items .list-item:last-child .listico {
  display: none;
}
.cid-sqWhEU5ER0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqWhEU5ER0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sqWhEU5ER0 p {
  line-height: 1.5;
}
.cid-sqWhEU5ER0 .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sqWhEU5ER0 .ico-line h3 {
  margin: 0;
}
.cid-sqWhEU5ER0 .mail,
.cid-sqWhEU5ER0 .phone,
.cid-sqWhEU5ER0 .mbr-iconfont {
  display: inline-block;
}
.cid-sqWhEU5ER0 .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sqWhEU5ER0 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sqWhEU5ER0 .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sqWhEU5ER0 .mbr-section-title,
.cid-sqWhEU5ER0 .line-wrap {
  text-align: center;
}
.cid-sqWhEU5ER0 .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sqWhEU5ER0 .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sqWhEU5ER0 .phone {
  text-align: left;
}
.cid-sqWhEU5ER0 .mbr-text {
  text-align: left;
}
.cid-sAIoX3Ufft {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAIoX3Ufft .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sAIoX3Ufft p {
  line-height: 1.5;
}
.cid-sAIoX3Ufft .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sAIoX3Ufft .ico-line h3 {
  margin: 0;
}
.cid-sAIoX3Ufft .mail,
.cid-sAIoX3Ufft .phone,
.cid-sAIoX3Ufft .mbr-iconfont {
  display: inline-block;
}
.cid-sAIoX3Ufft .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sAIoX3Ufft .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sAIoX3Ufft .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sAIoX3Ufft .mbr-section-title,
.cid-sAIoX3Ufft .line-wrap {
  text-align: center;
}
.cid-sAIoX3Ufft .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sAIoX3Ufft .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sAIoX3Ufft .phone {
  text-align: left;
}
.cid-sAIoX3Ufft .mbr-text {
  text-align: left;
}
.cid-sAIPhEeari {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIPhEeari .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIPhEeari .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIPhEeari .mbr-text {
  color: #83868c;
}
.cid-sAIPhEeari .phone-word {
  color: #279e64;
}
.cid-sAIPhEeari .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIPhEeari .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIPhEeari img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIPhEeari .img1 {
  color: #279e64;
}
.cid-sAIPhEeari .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIPhEeari .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIPhEeari .content .link-wrap {
  color: red;
}
.cid-sAIPhEeari .content .date-wrap {
  color: #13287d;
}
.cid-sAIPhEeari .item,
.cid-sAIPhEeari .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIPhEeari .item h4,
.cid-sAIPhEeari .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIPhEeari .link {
  transition: all 0.3s ease-in;
}
.cid-sAIPhEeari .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIPhEeari .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIPhEeari .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIPhEeari .item .card-img {
  width: auto;
}
.cid-sAIPhEeari .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIPhEeari .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIPhEeari h5 {
    text-align: left !important;
  }
  .cid-sAIPhEeari .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIPhEeari .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIPhEeari .item-title:hover {
  color: #279e64;
}
.cid-sAIPhEeari .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIPhEeari .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIPhEeari .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIPhEeari .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIPhEeari .btn[class*="-outline"]:active,
.cid-sAIPhEeari .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIPhEeari .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIPhEeari .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIPhEeari .pre-form {
  color: #83868c;
}
.cid-sAIPhEeari .form-group,
.cid-sAIPhEeari .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIPhEeari .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-sAIPhEeari .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIPhEeari .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIPhEeari .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIPhEeari .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIPhEeari .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIPhEeari .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIPhEeari .dragArea {
  flex-direction: column;
}
.cid-sAIPhEeari .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqWhEZJLVx.popup-builder {
  background-color: #ffffff;
}
.cid-sqWhEZJLVx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqWhEZJLVx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqWhEZJLVx .modal-content,
.cid-sqWhEZJLVx .modal-dialog {
  height: auto;
}
.cid-sqWhEZJLVx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqWhEZJLVx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqWhEZJLVx .form-wrapper .mbr-form .form-group,
  .cid-sqWhEZJLVx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqWhEZJLVx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqWhEZJLVx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqWhEZJLVx .mbr-text {
  text-align: center;
}
.cid-sqWhEZJLVx .pt-0 {
  padding-top: 0 !important;
}
.cid-sqWhEZJLVx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqWhEZJLVx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqWhEZJLVx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqWhEZJLVx .modal-open {
  overflow: hidden;
}
.cid-sqWhEZJLVx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqWhEZJLVx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqWhEZJLVx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqWhEZJLVx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqWhEZJLVx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqWhEZJLVx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqWhEZJLVx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqWhEZJLVx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqWhEZJLVx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqWhEZJLVx .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqWhEZJLVx .modal-backdrop.show {
  opacity: .5;
}
.cid-sqWhEZJLVx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqWhEZJLVx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqWhEZJLVx .modal-header .close:hover {
  opacity: 1;
}
.cid-sqWhEZJLVx .modal-header .close:focus {
  outline: none;
}
.cid-sqWhEZJLVx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqWhEZJLVx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqWhEZJLVx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqWhEZJLVx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqWhEZJLVx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqWhEZJLVx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqWhEZJLVx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqWhEZJLVx .modal-sm {
    max-width: 300px;
  }
  .cid-sqWhEZJLVx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqWhEZJLVx .modal-lg,
  .cid-sqWhEZJLVx .modal-xl {
    max-width: 800px;
  }
  .cid-sqWhEZJLVx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqWhEZJLVx .modal-xl {
    max-width: 1140px;
  }
  .cid-sqWhEZJLVx .container {
    max-width: 1140px;
  }
}
.cid-sqWhEZJLVx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqWhEZJLVx .container {
    max-width: 720px;
  }
}
.cid-sqWhEZJLVx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqWhEZJLVx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqWhEZJLVx .form-group {
  margin-bottom: 1rem;
}
.cid-sqWhEZJLVx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqWhEZJLVx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqWhEZJLVx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIPiTpI8I.popup-builder {
  background-color: #ffffff;
}
.cid-sAIPiTpI8I.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIPiTpI8I.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIPiTpI8I .modal-content,
.cid-sAIPiTpI8I .modal-dialog {
  height: auto;
}
.cid-sAIPiTpI8I .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIPiTpI8I .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIPiTpI8I .form-wrapper .mbr-form .form-group,
  .cid-sAIPiTpI8I .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIPiTpI8I .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIPiTpI8I .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIPiTpI8I .mbr-text {
  text-align: center;
}
.cid-sAIPiTpI8I .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIPiTpI8I .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIPiTpI8I .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIPiTpI8I .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIPiTpI8I .modal-open {
  overflow: hidden;
}
.cid-sAIPiTpI8I .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIPiTpI8I .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIPiTpI8I .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIPiTpI8I .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIPiTpI8I .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIPiTpI8I .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIPiTpI8I .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIPiTpI8I .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIPiTpI8I .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIPiTpI8I .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIPiTpI8I .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIPiTpI8I .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIPiTpI8I .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIPiTpI8I .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIPiTpI8I .modal-header .close:focus {
  outline: none;
}
.cid-sAIPiTpI8I .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIPiTpI8I .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIPiTpI8I .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIPiTpI8I .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIPiTpI8I .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIPiTpI8I .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIPiTpI8I .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIPiTpI8I .modal-sm {
    max-width: 300px;
  }
  .cid-sAIPiTpI8I .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIPiTpI8I .modal-lg,
  .cid-sAIPiTpI8I .modal-xl {
    max-width: 800px;
  }
  .cid-sAIPiTpI8I .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIPiTpI8I .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIPiTpI8I .container {
    max-width: 1140px;
  }
}
.cid-sAIPiTpI8I .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIPiTpI8I .container {
    max-width: 720px;
  }
}
.cid-sAIPiTpI8I .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIPiTpI8I .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIPiTpI8I .form-group {
  margin-bottom: 1rem;
}
.cid-sAIPiTpI8I .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIPiTpI8I .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIPiTpI8I .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqWV4DFcLr .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqWV4DFcLr .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqWV4DFcLr .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqWV4DFcLr .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-sqWV4DFcLr .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqWV4DFcLr .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-sqWV4DFcLr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqWV4DFcLr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqWV4DFcLr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqWV4DFcLr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqWV4DFcLr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqWV4DFcLr .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-sqWV4DFcLr .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqWV4DFcLr .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqWV4DFcLr .dropdown-item,
.cid-sqWV4DFcLr .nav-link,
.cid-sqWV4DFcLr .brand-name {
  font-style: normal;
}
.cid-sqWV4DFcLr .dropdown-item:hover,
.cid-sqWV4DFcLr .nav-link:hover,
.cid-sqWV4DFcLr .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqWV4DFcLr .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqWV4DFcLr .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqWV4DFcLr .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqWV4DFcLr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqWV4DFcLr .nav-item {
  position: relative;
}
.cid-sqWV4DFcLr .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqWV4DFcLr .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqWV4DFcLr .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqWV4DFcLr .nav-link {
    line-height: 6.13;
  }
  .cid-sqWV4DFcLr .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqWV4DFcLr .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqWV4DFcLr .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-sqWV4DFcLr .content-text {
  margin-bottom: 0;
}
.cid-sqWV4DFcLr .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqWV4DFcLr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqWV4DFcLr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqWV4DFcLr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqWV4DFcLr .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqWV4DFcLr .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqWV4DFcLr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqWV4DFcLr .content-right-side {
  text-align: center;
}
.cid-sqWV4DFcLr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqWV4DFcLr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqWV4DFcLr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqWV4DFcLr .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-sqWV4DFcLr .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqWV4DFcLr .info-widget:first-child {
  margin-left: 0;
}
.cid-sqWV4DFcLr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqWV4DFcLr .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqWV4DFcLr .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqWV4DFcLr .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqWV4DFcLr .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqWV4DFcLr .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqWV4DFcLr .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqWV4DFcLr .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-sqWV4DFcLr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqWV4DFcLr .navbar-toggler {
    display: none;
  }
  .cid-sqWV4DFcLr .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqWV4DFcLr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqWV4DFcLr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqWV4DFcLr .btn-sm {
  padding: 13px 29px;
}
.cid-sqWV4DFcLr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqWV4DFcLr .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-sqWV4DFcLr .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqWV4DFcLr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqWV4DFcLr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqWV4DFcLr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqWV4DFcLr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqWV4DFcLr .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqWV4DFcLr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqWV4DFcLr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqWV4DFcLr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqWV4DFcLr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqWV4DFcLr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqWV4DFcLr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqWV4DFcLr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqWV4DFcLr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqWV4DFcLr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqWV4DFcLr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqWV4DFcLr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqWV4DFcLr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqWV4DFcLr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqWV4DFcLr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqWV4DFcLr button.navbar-toggler:focus {
  outline: none;
}
.cid-sqWV4DFcLr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqWV4DFcLr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqWV4DFcLr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqWV4DFcLr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqWV4DFcLr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqWV4DFcLr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqWV4DFcLr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqWV4DFcLr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqWV4DFcLr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqWV4DFcLr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqWV4DFcLr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqWV4DFcLr .collapsed .btn {
  display: flex;
}
.cid-sqWV4DFcLr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqWV4DFcLr .collapsed .navbar-collapse.collapsing,
.cid-sqWV4DFcLr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqWV4DFcLr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqWV4DFcLr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqWV4DFcLr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqWV4DFcLr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqWV4DFcLr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqWV4DFcLr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqWV4DFcLr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqWV4DFcLr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqWV4DFcLr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqWV4DFcLr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqWV4DFcLr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqWV4DFcLr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqWV4DFcLr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqWV4DFcLr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqWV4DFcLr .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-sqWV4DFcLr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqWV4DFcLr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqWV4DFcLr .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-sqWV4DFcLr .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqWV4DFcLr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqWV4DFcLr .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqWV4DFcLr .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqWV4DFcLr .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqWV4DFcLr .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-sqWV4DFcLr .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqWV4DFcLr .navbar-collapse.collapsing,
  .cid-sqWV4DFcLr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqWV4DFcLr .navbar-collapse.collapsing .navbar-nav,
  .cid-sqWV4DFcLr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqWV4DFcLr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqWV4DFcLr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqWV4DFcLr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqWV4DFcLr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqWV4DFcLr .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqWV4DFcLr .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqWV4DFcLr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqWV4DFcLr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqWV4DFcLr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqWV4DFcLr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqWV4DFcLr img {
    height: 3.8rem !important;
  }
  .cid-sqWV4DFcLr .btn {
    display: flex;
  }
  .cid-sqWV4DFcLr button.navbar-toggler {
    display: block;
  }
  .cid-sqWV4DFcLr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqWV4DFcLr .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqWV4DFcLr .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-sqWV4DFcLr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqWV4DFcLr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqWV4DFcLr .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-sqWV4DFcLr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqWV4DFcLr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqWV4DFcLr .navbar-toggler {
  position: relative;
}
.cid-sqWV4DFcLr .dropdown-item.active,
.cid-sqWV4DFcLr .dropdown-item:active {
  color: initial;
}
.cid-sqWV4DFcLr .widget-title {
  color: #83868c;
}
.cid-sqWV4DFcLr .widget-text {
  color: #83868c;
}
.cid-sqWV4DFcLr .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqWV4DFcLr .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqWV4DFcLr .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqWV4DFcLr .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqWV4DFcLr .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqWV4DFcLr .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqWV4DFcLr .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqWV4DFcLr .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqWV4DFcLr .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqWV4DFcLr .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqWV4DFcLr .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqWV4DFcLr .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqWV4DFcLr .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqWV4DFcLr .menu-content-top,
  .cid-sqWV4DFcLr .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqWV4DFcLr 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-sqWV4FCnT2 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqWV4FCnT2 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqWV4FCnT2 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqWV4FCnT2 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqWV4FCnT2 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqWV4FCnT2 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqWV4FCnT2 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqWV4FCnT2 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqWV4FCnT2 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqWV4FCnT2 .separator,
  .cid-sqWV4FCnT2 .sep-holder,
  .cid-sqWV4FCnT2 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqWV4FCnT2 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqWV4FCnT2 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqWV4FCnT2 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqWV4FCnT2 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqWV4FCnT2 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqWV4FCnT2 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqWV4FCnT2 .items .list-item:last-child .listico {
  display: none;
}
.cid-sqX0kZdo28 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqX0kZdo28 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqX0kZdo28 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqX0kZdo28 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqX0kZdo28 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqX0kZdo28 .mbr-text,
.cid-sqX0kZdo28 .mbr-section-btn {
  color: #767676;
}
.cid-sqX0kZdo28 .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-sqX0kZdo28 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqX0kZdo28 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqX0kZdo28 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqX0kZdo28 .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-sqX0kZdo28 .main-row {
    margin: 0;
  }
  .cid-sqX0kZdo28 .mbr-section-title,
  .cid-sqX0kZdo28 .mbr-text,
  .cid-sqX0kZdo28 .list,
  .cid-sqX0kZdo28 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqX0kZdo28 .text-content {
    padding: 0;
  }
}
.cid-sqX0kZdo28 .mbr-section-title {
  color: #14287f;
}
.cid-sqWZdXY3I8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqWZdXY3I8 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqWZdXY3I8 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqWZdXY3I8 .text-content {
  padding-right: 1.5rem;
}
.cid-sqWZdXY3I8 .mbr-text,
.cid-sqWZdXY3I8 .mbr-section-btn {
  color: #14287f;
}
.cid-sqWZdXY3I8 .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-sqWZdXY3I8 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqWZdXY3I8 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqWZdXY3I8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqWZdXY3I8 .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-sqWZdXY3I8 .main-row {
    margin: 0;
  }
  .cid-sqWZdXY3I8 .mbr-section-title,
  .cid-sqWZdXY3I8 .mbr-text,
  .cid-sqWZdXY3I8 .list,
  .cid-sqWZdXY3I8 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqWZdXY3I8 .text-content {
    padding: 0;
  }
}
.cid-sqWZdXY3I8 .list {
  color: #767676;
}
.cid-sqWZdXY3I8 .mbr-section-title {
  color: #14287f;
}
.cid-sqWZOaZZ8Q {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqWZOaZZ8Q .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqWZOaZZ8Q .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqWZOaZZ8Q .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqWZOaZZ8Q .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqWZOaZZ8Q .mbr-text,
.cid-sqWZOaZZ8Q .mbr-section-btn {
  color: #767676;
}
.cid-sqWZOaZZ8Q .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-sqWZOaZZ8Q .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqWZOaZZ8Q .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqWZOaZZ8Q .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqWZOaZZ8Q .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-sqWZOaZZ8Q .main-row {
    margin: 0;
  }
  .cid-sqWZOaZZ8Q .mbr-section-title,
  .cid-sqWZOaZZ8Q .mbr-text,
  .cid-sqWZOaZZ8Q .list,
  .cid-sqWZOaZZ8Q .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqWZOaZZ8Q .text-content {
    padding: 0;
  }
}
.cid-sqWZOaZZ8Q .mbr-section-title {
  color: #14287f;
}
.cid-sqWZOaZZ8Q .list {
  color: #767676;
}
.cid-sAIPoLUcfA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIPoLUcfA .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIPoLUcfA .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIPoLUcfA .mbr-text {
  color: #83868c;
}
.cid-sAIPoLUcfA .phone-word {
  color: #279e64;
}
.cid-sAIPoLUcfA .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIPoLUcfA .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIPoLUcfA img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIPoLUcfA .img1 {
  color: #279e64;
}
.cid-sAIPoLUcfA .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIPoLUcfA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIPoLUcfA .content .link-wrap {
  color: red;
}
.cid-sAIPoLUcfA .content .date-wrap {
  color: #13287d;
}
.cid-sAIPoLUcfA .item,
.cid-sAIPoLUcfA .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIPoLUcfA .item h4,
.cid-sAIPoLUcfA .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIPoLUcfA .link {
  transition: all 0.3s ease-in;
}
.cid-sAIPoLUcfA .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIPoLUcfA .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIPoLUcfA .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIPoLUcfA .item .card-img {
  width: auto;
}
.cid-sAIPoLUcfA .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIPoLUcfA .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIPoLUcfA h5 {
    text-align: left !important;
  }
  .cid-sAIPoLUcfA .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIPoLUcfA .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIPoLUcfA .item-title:hover {
  color: #279e64;
}
.cid-sAIPoLUcfA .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIPoLUcfA .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIPoLUcfA .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIPoLUcfA .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIPoLUcfA .btn[class*="-outline"]:active,
.cid-sAIPoLUcfA .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIPoLUcfA .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIPoLUcfA .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIPoLUcfA .pre-form {
  color: #83868c;
}
.cid-sAIPoLUcfA .form-group,
.cid-sAIPoLUcfA .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIPoLUcfA .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-sAIPoLUcfA .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIPoLUcfA .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIPoLUcfA .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIPoLUcfA .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIPoLUcfA .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIPoLUcfA .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIPoLUcfA .dragArea {
  flex-direction: column;
}
.cid-sAIPoLUcfA .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqWV4KTolz.popup-builder {
  background-color: #ffffff;
}
.cid-sqWV4KTolz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqWV4KTolz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqWV4KTolz .modal-content,
.cid-sqWV4KTolz .modal-dialog {
  height: auto;
}
.cid-sqWV4KTolz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqWV4KTolz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqWV4KTolz .form-wrapper .mbr-form .form-group,
  .cid-sqWV4KTolz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqWV4KTolz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqWV4KTolz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqWV4KTolz .mbr-text {
  text-align: center;
}
.cid-sqWV4KTolz .pt-0 {
  padding-top: 0 !important;
}
.cid-sqWV4KTolz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqWV4KTolz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqWV4KTolz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqWV4KTolz .modal-open {
  overflow: hidden;
}
.cid-sqWV4KTolz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqWV4KTolz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqWV4KTolz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqWV4KTolz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqWV4KTolz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqWV4KTolz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqWV4KTolz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqWV4KTolz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqWV4KTolz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqWV4KTolz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqWV4KTolz .modal-backdrop.show {
  opacity: .5;
}
.cid-sqWV4KTolz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqWV4KTolz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqWV4KTolz .modal-header .close:hover {
  opacity: 1;
}
.cid-sqWV4KTolz .modal-header .close:focus {
  outline: none;
}
.cid-sqWV4KTolz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqWV4KTolz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqWV4KTolz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqWV4KTolz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqWV4KTolz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqWV4KTolz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqWV4KTolz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqWV4KTolz .modal-sm {
    max-width: 300px;
  }
  .cid-sqWV4KTolz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqWV4KTolz .modal-lg,
  .cid-sqWV4KTolz .modal-xl {
    max-width: 800px;
  }
  .cid-sqWV4KTolz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqWV4KTolz .modal-xl {
    max-width: 1140px;
  }
  .cid-sqWV4KTolz .container {
    max-width: 1140px;
  }
}
.cid-sqWV4KTolz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqWV4KTolz .container {
    max-width: 720px;
  }
}
.cid-sqWV4KTolz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqWV4KTolz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqWV4KTolz .form-group {
  margin-bottom: 1rem;
}
.cid-sqWV4KTolz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqWV4KTolz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqWV4KTolz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIPq5GQHa.popup-builder {
  background-color: #ffffff;
}
.cid-sAIPq5GQHa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIPq5GQHa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIPq5GQHa .modal-content,
.cid-sAIPq5GQHa .modal-dialog {
  height: auto;
}
.cid-sAIPq5GQHa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIPq5GQHa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIPq5GQHa .form-wrapper .mbr-form .form-group,
  .cid-sAIPq5GQHa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIPq5GQHa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIPq5GQHa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIPq5GQHa .mbr-text {
  text-align: center;
}
.cid-sAIPq5GQHa .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIPq5GQHa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIPq5GQHa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIPq5GQHa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIPq5GQHa .modal-open {
  overflow: hidden;
}
.cid-sAIPq5GQHa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIPq5GQHa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIPq5GQHa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIPq5GQHa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIPq5GQHa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIPq5GQHa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIPq5GQHa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIPq5GQHa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIPq5GQHa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIPq5GQHa .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIPq5GQHa .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIPq5GQHa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIPq5GQHa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIPq5GQHa .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIPq5GQHa .modal-header .close:focus {
  outline: none;
}
.cid-sAIPq5GQHa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIPq5GQHa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIPq5GQHa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIPq5GQHa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIPq5GQHa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIPq5GQHa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIPq5GQHa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIPq5GQHa .modal-sm {
    max-width: 300px;
  }
  .cid-sAIPq5GQHa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIPq5GQHa .modal-lg,
  .cid-sAIPq5GQHa .modal-xl {
    max-width: 800px;
  }
  .cid-sAIPq5GQHa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIPq5GQHa .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIPq5GQHa .container {
    max-width: 1140px;
  }
}
.cid-sAIPq5GQHa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIPq5GQHa .container {
    max-width: 720px;
  }
}
.cid-sAIPq5GQHa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIPq5GQHa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIPq5GQHa .form-group {
  margin-bottom: 1rem;
}
.cid-sAIPq5GQHa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIPq5GQHa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIPq5GQHa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXruisWHE .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXruisWHE .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXruisWHE .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXruisWHE .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-sqXruisWHE .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXruisWHE .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-sqXruisWHE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXruisWHE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXruisWHE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXruisWHE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXruisWHE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXruisWHE .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-sqXruisWHE .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXruisWHE .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXruisWHE .dropdown-item,
.cid-sqXruisWHE .nav-link,
.cid-sqXruisWHE .brand-name {
  font-style: normal;
}
.cid-sqXruisWHE .dropdown-item:hover,
.cid-sqXruisWHE .nav-link:hover,
.cid-sqXruisWHE .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXruisWHE .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXruisWHE .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXruisWHE .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXruisWHE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXruisWHE .nav-item {
  position: relative;
}
.cid-sqXruisWHE .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXruisWHE .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXruisWHE .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXruisWHE .nav-link {
    line-height: 6.13;
  }
  .cid-sqXruisWHE .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXruisWHE .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXruisWHE .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-sqXruisWHE .content-text {
  margin-bottom: 0;
}
.cid-sqXruisWHE .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXruisWHE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXruisWHE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXruisWHE .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXruisWHE .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXruisWHE .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXruisWHE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXruisWHE .content-right-side {
  text-align: center;
}
.cid-sqXruisWHE .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXruisWHE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXruisWHE .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXruisWHE .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-sqXruisWHE .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXruisWHE .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXruisWHE .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXruisWHE .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXruisWHE .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXruisWHE .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXruisWHE .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXruisWHE .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXruisWHE .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXruisWHE .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-sqXruisWHE .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXruisWHE .navbar-toggler {
    display: none;
  }
  .cid-sqXruisWHE .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXruisWHE .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXruisWHE .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXruisWHE .btn-sm {
  padding: 13px 29px;
}
.cid-sqXruisWHE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXruisWHE .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-sqXruisWHE .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXruisWHE .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXruisWHE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXruisWHE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXruisWHE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXruisWHE .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXruisWHE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXruisWHE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXruisWHE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXruisWHE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXruisWHE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXruisWHE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXruisWHE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXruisWHE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXruisWHE .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXruisWHE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXruisWHE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXruisWHE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXruisWHE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXruisWHE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXruisWHE button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXruisWHE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXruisWHE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXruisWHE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXruisWHE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXruisWHE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXruisWHE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXruisWHE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXruisWHE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXruisWHE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXruisWHE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXruisWHE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXruisWHE .collapsed .btn {
  display: flex;
}
.cid-sqXruisWHE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXruisWHE .collapsed .navbar-collapse.collapsing,
.cid-sqXruisWHE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXruisWHE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXruisWHE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXruisWHE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXruisWHE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXruisWHE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXruisWHE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXruisWHE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXruisWHE .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXruisWHE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXruisWHE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXruisWHE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXruisWHE .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXruisWHE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXruisWHE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXruisWHE .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-sqXruisWHE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXruisWHE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXruisWHE .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-sqXruisWHE .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXruisWHE .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXruisWHE .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXruisWHE .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXruisWHE .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXruisWHE .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-sqXruisWHE .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXruisWHE .navbar-collapse.collapsing,
  .cid-sqXruisWHE .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXruisWHE .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXruisWHE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXruisWHE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXruisWHE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXruisWHE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXruisWHE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXruisWHE .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXruisWHE .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXruisWHE .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXruisWHE .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXruisWHE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXruisWHE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXruisWHE img {
    height: 3.8rem !important;
  }
  .cid-sqXruisWHE .btn {
    display: flex;
  }
  .cid-sqXruisWHE button.navbar-toggler {
    display: block;
  }
  .cid-sqXruisWHE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXruisWHE .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXruisWHE .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-sqXruisWHE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXruisWHE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXruisWHE .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-sqXruisWHE .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXruisWHE .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXruisWHE .navbar-toggler {
  position: relative;
}
.cid-sqXruisWHE .dropdown-item.active,
.cid-sqXruisWHE .dropdown-item:active {
  color: initial;
}
.cid-sqXruisWHE .widget-title {
  color: #83868c;
}
.cid-sqXruisWHE .widget-text {
  color: #83868c;
}
.cid-sqXruisWHE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXruisWHE .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXruisWHE .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXruisWHE .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXruisWHE .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXruisWHE .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXruisWHE .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXruisWHE .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXruisWHE .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXruisWHE .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXruisWHE .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXruisWHE .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXruisWHE .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXruisWHE .menu-content-top,
  .cid-sqXruisWHE .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXruisWHE 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-sqXrukYSqN {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXrukYSqN .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXrukYSqN .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXrukYSqN .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXrukYSqN .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXrukYSqN .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXrukYSqN .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXrukYSqN .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXrukYSqN .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXrukYSqN .separator,
  .cid-sqXrukYSqN .sep-holder,
  .cid-sqXrukYSqN .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXrukYSqN .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXrukYSqN .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXrukYSqN .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXrukYSqN .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXrukYSqN .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXrukYSqN .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXrukYSqN .items .list-item:last-child .listico {
  display: none;
}
.cid-stVmmwz6zE {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-stVmmwz6zE img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stVmmwz6zE .row {
  justify-content: center;
}
.cid-stVmmwz6zE .mbr-text {
  color: #1b1a1a;
}
.cid-stVmmwz6zE .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stVmmwz6zE .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stVmmwz6zE .date {
  margin: 0;
  color: #cccccc;
}
.cid-stVmmwz6zE .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stVmmwz6zE .icon-box {
    flex-direction: column;
  }
  .cid-stVmmwz6zE .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stVmmwz6zE img {
    margin-bottom: 2rem;
  }
}
.cid-sqXrumnv1B {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqXrumnv1B .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqXrumnv1B .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqXrumnv1B .text-content {
  padding-right: 1.5rem;
}
.cid-sqXrumnv1B .mbr-text,
.cid-sqXrumnv1B .mbr-section-btn {
  color: #1b1a1a;
}
.cid-sqXrumnv1B .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-sqXrumnv1B .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqXrumnv1B .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqXrumnv1B .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqXrumnv1B .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-sqXrumnv1B .main-row {
    margin: 0;
  }
  .cid-sqXrumnv1B .mbr-section-title,
  .cid-sqXrumnv1B .mbr-text,
  .cid-sqXrumnv1B .list,
  .cid-sqXrumnv1B .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqXrumnv1B .text-content {
    padding: 0;
  }
}
.cid-sqXrumnv1B .mbr-section-title {
  color: #14287f;
}
.cid-stVpdZEgi3 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-stVpdZEgi3 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-stVpdZEgi3 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-stVpdZEgi3 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-stVpdZEgi3 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-stVpdZEgi3 .mbr-text,
.cid-stVpdZEgi3 .mbr-section-btn {
  color: #1b1a1a;
}
.cid-stVpdZEgi3 .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-stVpdZEgi3 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-stVpdZEgi3 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-stVpdZEgi3 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-stVpdZEgi3 .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-stVpdZEgi3 .main-row {
    margin: 0;
  }
  .cid-stVpdZEgi3 .mbr-section-title,
  .cid-stVpdZEgi3 .mbr-text,
  .cid-stVpdZEgi3 .list,
  .cid-stVpdZEgi3 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-stVpdZEgi3 .text-content {
    padding: 0;
  }
}
.cid-stVpdZEgi3 .mbr-section-title {
  color: #14287f;
}
.cid-sAIPwktV4D {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIPwktV4D .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIPwktV4D .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIPwktV4D .mbr-text {
  color: #83868c;
}
.cid-sAIPwktV4D .phone-word {
  color: #279e64;
}
.cid-sAIPwktV4D .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIPwktV4D .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIPwktV4D img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIPwktV4D .img1 {
  color: #279e64;
}
.cid-sAIPwktV4D .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIPwktV4D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIPwktV4D .content .link-wrap {
  color: red;
}
.cid-sAIPwktV4D .content .date-wrap {
  color: #13287d;
}
.cid-sAIPwktV4D .item,
.cid-sAIPwktV4D .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIPwktV4D .item h4,
.cid-sAIPwktV4D .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIPwktV4D .link {
  transition: all 0.3s ease-in;
}
.cid-sAIPwktV4D .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIPwktV4D .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIPwktV4D .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIPwktV4D .item .card-img {
  width: auto;
}
.cid-sAIPwktV4D .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIPwktV4D .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIPwktV4D h5 {
    text-align: left !important;
  }
  .cid-sAIPwktV4D .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIPwktV4D .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIPwktV4D .item-title:hover {
  color: #279e64;
}
.cid-sAIPwktV4D .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIPwktV4D .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIPwktV4D .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIPwktV4D .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIPwktV4D .btn[class*="-outline"]:active,
.cid-sAIPwktV4D .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIPwktV4D .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIPwktV4D .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIPwktV4D .pre-form {
  color: #83868c;
}
.cid-sAIPwktV4D .form-group,
.cid-sAIPwktV4D .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIPwktV4D .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-sAIPwktV4D .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIPwktV4D .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIPwktV4D .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIPwktV4D .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIPwktV4D .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIPwktV4D .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIPwktV4D .dragArea {
  flex-direction: column;
}
.cid-sAIPwktV4D .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXrusqLbF.popup-builder {
  background-color: #ffffff;
}
.cid-sqXrusqLbF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXrusqLbF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXrusqLbF .modal-content,
.cid-sqXrusqLbF .modal-dialog {
  height: auto;
}
.cid-sqXrusqLbF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXrusqLbF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXrusqLbF .form-wrapper .mbr-form .form-group,
  .cid-sqXrusqLbF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXrusqLbF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXrusqLbF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXrusqLbF .mbr-text {
  text-align: center;
}
.cid-sqXrusqLbF .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXrusqLbF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXrusqLbF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXrusqLbF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXrusqLbF .modal-open {
  overflow: hidden;
}
.cid-sqXrusqLbF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXrusqLbF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXrusqLbF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXrusqLbF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXrusqLbF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXrusqLbF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXrusqLbF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXrusqLbF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXrusqLbF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXrusqLbF .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXrusqLbF .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXrusqLbF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXrusqLbF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXrusqLbF .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXrusqLbF .modal-header .close:focus {
  outline: none;
}
.cid-sqXrusqLbF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXrusqLbF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXrusqLbF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXrusqLbF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXrusqLbF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXrusqLbF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXrusqLbF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXrusqLbF .modal-sm {
    max-width: 300px;
  }
  .cid-sqXrusqLbF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXrusqLbF .modal-lg,
  .cid-sqXrusqLbF .modal-xl {
    max-width: 800px;
  }
  .cid-sqXrusqLbF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXrusqLbF .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXrusqLbF .container {
    max-width: 1140px;
  }
}
.cid-sqXrusqLbF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXrusqLbF .container {
    max-width: 720px;
  }
}
.cid-sqXrusqLbF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXrusqLbF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXrusqLbF .form-group {
  margin-bottom: 1rem;
}
.cid-sqXrusqLbF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXrusqLbF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXrusqLbF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIPxEDUVR.popup-builder {
  background-color: #ffffff;
}
.cid-sAIPxEDUVR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIPxEDUVR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIPxEDUVR .modal-content,
.cid-sAIPxEDUVR .modal-dialog {
  height: auto;
}
.cid-sAIPxEDUVR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIPxEDUVR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIPxEDUVR .form-wrapper .mbr-form .form-group,
  .cid-sAIPxEDUVR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIPxEDUVR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIPxEDUVR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIPxEDUVR .mbr-text {
  text-align: center;
}
.cid-sAIPxEDUVR .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIPxEDUVR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIPxEDUVR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIPxEDUVR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIPxEDUVR .modal-open {
  overflow: hidden;
}
.cid-sAIPxEDUVR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIPxEDUVR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIPxEDUVR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIPxEDUVR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIPxEDUVR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIPxEDUVR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIPxEDUVR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIPxEDUVR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIPxEDUVR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIPxEDUVR .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIPxEDUVR .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIPxEDUVR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIPxEDUVR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIPxEDUVR .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIPxEDUVR .modal-header .close:focus {
  outline: none;
}
.cid-sAIPxEDUVR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIPxEDUVR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIPxEDUVR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIPxEDUVR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIPxEDUVR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIPxEDUVR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIPxEDUVR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIPxEDUVR .modal-sm {
    max-width: 300px;
  }
  .cid-sAIPxEDUVR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIPxEDUVR .modal-lg,
  .cid-sAIPxEDUVR .modal-xl {
    max-width: 800px;
  }
  .cid-sAIPxEDUVR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIPxEDUVR .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIPxEDUVR .container {
    max-width: 1140px;
  }
}
.cid-sAIPxEDUVR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIPxEDUVR .container {
    max-width: 720px;
  }
}
.cid-sAIPxEDUVR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIPxEDUVR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIPxEDUVR .form-group {
  margin-bottom: 1rem;
}
.cid-sAIPxEDUVR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIPxEDUVR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIPxEDUVR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXxvAJ47d .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXxvAJ47d .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXxvAJ47d .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXxvAJ47d .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-sqXxvAJ47d .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXxvAJ47d .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-sqXxvAJ47d .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXxvAJ47d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXxvAJ47d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXxvAJ47d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXxvAJ47d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXxvAJ47d .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-sqXxvAJ47d .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXxvAJ47d .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXxvAJ47d .dropdown-item,
.cid-sqXxvAJ47d .nav-link,
.cid-sqXxvAJ47d .brand-name {
  font-style: normal;
}
.cid-sqXxvAJ47d .dropdown-item:hover,
.cid-sqXxvAJ47d .nav-link:hover,
.cid-sqXxvAJ47d .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXxvAJ47d .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXxvAJ47d .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXxvAJ47d .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXxvAJ47d .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXxvAJ47d .nav-item {
  position: relative;
}
.cid-sqXxvAJ47d .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXxvAJ47d .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXxvAJ47d .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXxvAJ47d .nav-link {
    line-height: 6.13;
  }
  .cid-sqXxvAJ47d .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXxvAJ47d .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXxvAJ47d .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-sqXxvAJ47d .content-text {
  margin-bottom: 0;
}
.cid-sqXxvAJ47d .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXxvAJ47d .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXxvAJ47d .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXxvAJ47d .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXxvAJ47d .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXxvAJ47d .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXxvAJ47d .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXxvAJ47d .content-right-side {
  text-align: center;
}
.cid-sqXxvAJ47d .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXxvAJ47d .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXxvAJ47d .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXxvAJ47d .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-sqXxvAJ47d .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXxvAJ47d .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXxvAJ47d .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXxvAJ47d .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXxvAJ47d .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXxvAJ47d .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXxvAJ47d .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXxvAJ47d .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXxvAJ47d .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXxvAJ47d .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-sqXxvAJ47d .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXxvAJ47d .navbar-toggler {
    display: none;
  }
  .cid-sqXxvAJ47d .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXxvAJ47d .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXxvAJ47d .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXxvAJ47d .btn-sm {
  padding: 13px 29px;
}
.cid-sqXxvAJ47d .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXxvAJ47d .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-sqXxvAJ47d .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXxvAJ47d .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXxvAJ47d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXxvAJ47d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXxvAJ47d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXxvAJ47d .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXxvAJ47d .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXxvAJ47d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXxvAJ47d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXxvAJ47d .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXxvAJ47d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXxvAJ47d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXxvAJ47d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXxvAJ47d .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXxvAJ47d .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXxvAJ47d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXxvAJ47d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXxvAJ47d .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXxvAJ47d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXxvAJ47d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXxvAJ47d button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXxvAJ47d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXxvAJ47d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXxvAJ47d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXxvAJ47d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXxvAJ47d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXxvAJ47d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXxvAJ47d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXxvAJ47d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXxvAJ47d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXxvAJ47d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXxvAJ47d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXxvAJ47d .collapsed .btn {
  display: flex;
}
.cid-sqXxvAJ47d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXxvAJ47d .collapsed .navbar-collapse.collapsing,
.cid-sqXxvAJ47d .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXxvAJ47d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXxvAJ47d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXxvAJ47d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXxvAJ47d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXxvAJ47d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXxvAJ47d .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXxvAJ47d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXxvAJ47d .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXxvAJ47d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXxvAJ47d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXxvAJ47d .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXxvAJ47d .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXxvAJ47d .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXxvAJ47d .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXxvAJ47d .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-sqXxvAJ47d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXxvAJ47d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXxvAJ47d .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-sqXxvAJ47d .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXxvAJ47d .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXxvAJ47d .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXxvAJ47d .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXxvAJ47d .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXxvAJ47d .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-sqXxvAJ47d .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXxvAJ47d .navbar-collapse.collapsing,
  .cid-sqXxvAJ47d .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXxvAJ47d .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXxvAJ47d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXxvAJ47d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXxvAJ47d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXxvAJ47d .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXxvAJ47d .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXxvAJ47d .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXxvAJ47d .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXxvAJ47d .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXxvAJ47d .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXxvAJ47d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXxvAJ47d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXxvAJ47d img {
    height: 3.8rem !important;
  }
  .cid-sqXxvAJ47d .btn {
    display: flex;
  }
  .cid-sqXxvAJ47d button.navbar-toggler {
    display: block;
  }
  .cid-sqXxvAJ47d .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXxvAJ47d .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXxvAJ47d .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-sqXxvAJ47d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXxvAJ47d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXxvAJ47d .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-sqXxvAJ47d .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXxvAJ47d .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXxvAJ47d .navbar-toggler {
  position: relative;
}
.cid-sqXxvAJ47d .dropdown-item.active,
.cid-sqXxvAJ47d .dropdown-item:active {
  color: initial;
}
.cid-sqXxvAJ47d .widget-title {
  color: #83868c;
}
.cid-sqXxvAJ47d .widget-text {
  color: #83868c;
}
.cid-sqXxvAJ47d .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXxvAJ47d .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXxvAJ47d .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXxvAJ47d .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXxvAJ47d .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXxvAJ47d .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXxvAJ47d .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXxvAJ47d .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXxvAJ47d .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXxvAJ47d .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXxvAJ47d .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXxvAJ47d .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXxvAJ47d .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXxvAJ47d .menu-content-top,
  .cid-sqXxvAJ47d .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXxvAJ47d 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-sqXxvCCzzR {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXxvCCzzR .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXxvCCzzR .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXxvCCzzR .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXxvCCzzR .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXxvCCzzR .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXxvCCzzR .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXxvCCzzR .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXxvCCzzR .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXxvCCzzR .separator,
  .cid-sqXxvCCzzR .sep-holder,
  .cid-sqXxvCCzzR .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXxvCCzzR .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXxvCCzzR .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXxvCCzzR .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXxvCCzzR .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXxvCCzzR .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXxvCCzzR .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXxvCCzzR .items .list-item:last-child .listico {
  display: none;
}
.cid-ssjuhwP3q4 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-ssjuhwP3q4 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ssjuhwP3q4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssjuhwP3q4 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ssjuhwP3q4 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ssjuhwP3q4 .mbr-text,
.cid-ssjuhwP3q4 .mbr-section-btn {
  color: #767676;
}
.cid-ssjuhwP3q4 .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-ssjuhwP3q4 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ssjuhwP3q4 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ssjuhwP3q4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ssjuhwP3q4 .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-ssjuhwP3q4 .main-row {
    margin: 0;
  }
  .cid-ssjuhwP3q4 .mbr-section-title,
  .cid-ssjuhwP3q4 .mbr-text,
  .cid-ssjuhwP3q4 .list,
  .cid-ssjuhwP3q4 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ssjuhwP3q4 .text-content {
    padding: 0;
  }
}
.cid-ssjuhwP3q4 .mbr-section-title {
  color: #14287f;
}
.cid-ssjthMaApa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ssjthMaApa .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-ssjthMaApa .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-ssjthMaApa .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-ssjthMaApa .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-ssjthMaApa .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-ssjthMaApa .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-ssjthMaApa .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-ssjthMaApa .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-ssjthMaApa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-ssjthMaApa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-ssjthMaApa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-ssjthMaApa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-ssjthMaApa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-ssjthMaApa * {
    text-align: left;
  }
}
.cid-sqXxvDZiOs {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqXxvDZiOs .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqXxvDZiOs .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqXxvDZiOs .text-content {
  padding-right: 1.5rem;
}
.cid-sqXxvDZiOs .mbr-text,
.cid-sqXxvDZiOs .mbr-section-btn {
  color: #767676;
}
.cid-sqXxvDZiOs .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-sqXxvDZiOs .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqXxvDZiOs .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqXxvDZiOs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqXxvDZiOs .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-sqXxvDZiOs .main-row {
    margin: 0;
  }
  .cid-sqXxvDZiOs .mbr-section-title,
  .cid-sqXxvDZiOs .mbr-text,
  .cid-sqXxvDZiOs .list,
  .cid-sqXxvDZiOs .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqXxvDZiOs .text-content {
    padding: 0;
  }
}
.cid-sqXxvDZiOs .mbr-section-title {
  color: #14287f;
}
.cid-sAIPBBCaE0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIPBBCaE0 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIPBBCaE0 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIPBBCaE0 .mbr-text {
  color: #83868c;
}
.cid-sAIPBBCaE0 .phone-word {
  color: #279e64;
}
.cid-sAIPBBCaE0 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIPBBCaE0 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIPBBCaE0 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIPBBCaE0 .img1 {
  color: #279e64;
}
.cid-sAIPBBCaE0 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIPBBCaE0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIPBBCaE0 .content .link-wrap {
  color: red;
}
.cid-sAIPBBCaE0 .content .date-wrap {
  color: #13287d;
}
.cid-sAIPBBCaE0 .item,
.cid-sAIPBBCaE0 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIPBBCaE0 .item h4,
.cid-sAIPBBCaE0 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIPBBCaE0 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIPBBCaE0 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIPBBCaE0 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIPBBCaE0 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIPBBCaE0 .item .card-img {
  width: auto;
}
.cid-sAIPBBCaE0 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIPBBCaE0 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIPBBCaE0 h5 {
    text-align: left !important;
  }
  .cid-sAIPBBCaE0 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIPBBCaE0 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIPBBCaE0 .item-title:hover {
  color: #279e64;
}
.cid-sAIPBBCaE0 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIPBBCaE0 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIPBBCaE0 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIPBBCaE0 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIPBBCaE0 .btn[class*="-outline"]:active,
.cid-sAIPBBCaE0 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIPBBCaE0 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIPBBCaE0 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIPBBCaE0 .pre-form {
  color: #83868c;
}
.cid-sAIPBBCaE0 .form-group,
.cid-sAIPBBCaE0 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIPBBCaE0 .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-sAIPBBCaE0 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIPBBCaE0 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIPBBCaE0 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIPBBCaE0 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIPBBCaE0 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIPBBCaE0 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIPBBCaE0 .dragArea {
  flex-direction: column;
}
.cid-sAIPBBCaE0 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXxvJoUcG.popup-builder {
  background-color: #ffffff;
}
.cid-sqXxvJoUcG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXxvJoUcG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXxvJoUcG .modal-content,
.cid-sqXxvJoUcG .modal-dialog {
  height: auto;
}
.cid-sqXxvJoUcG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXxvJoUcG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXxvJoUcG .form-wrapper .mbr-form .form-group,
  .cid-sqXxvJoUcG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXxvJoUcG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXxvJoUcG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXxvJoUcG .mbr-text {
  text-align: center;
}
.cid-sqXxvJoUcG .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXxvJoUcG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXxvJoUcG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXxvJoUcG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXxvJoUcG .modal-open {
  overflow: hidden;
}
.cid-sqXxvJoUcG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXxvJoUcG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXxvJoUcG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXxvJoUcG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXxvJoUcG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXxvJoUcG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXxvJoUcG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXxvJoUcG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXxvJoUcG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXxvJoUcG .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXxvJoUcG .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXxvJoUcG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXxvJoUcG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXxvJoUcG .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXxvJoUcG .modal-header .close:focus {
  outline: none;
}
.cid-sqXxvJoUcG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXxvJoUcG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXxvJoUcG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXxvJoUcG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXxvJoUcG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXxvJoUcG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXxvJoUcG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXxvJoUcG .modal-sm {
    max-width: 300px;
  }
  .cid-sqXxvJoUcG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXxvJoUcG .modal-lg,
  .cid-sqXxvJoUcG .modal-xl {
    max-width: 800px;
  }
  .cid-sqXxvJoUcG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXxvJoUcG .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXxvJoUcG .container {
    max-width: 1140px;
  }
}
.cid-sqXxvJoUcG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXxvJoUcG .container {
    max-width: 720px;
  }
}
.cid-sqXxvJoUcG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXxvJoUcG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXxvJoUcG .form-group {
  margin-bottom: 1rem;
}
.cid-sqXxvJoUcG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXxvJoUcG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXxvJoUcG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIPCXju9R.popup-builder {
  background-color: #ffffff;
}
.cid-sAIPCXju9R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIPCXju9R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIPCXju9R .modal-content,
.cid-sAIPCXju9R .modal-dialog {
  height: auto;
}
.cid-sAIPCXju9R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIPCXju9R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIPCXju9R .form-wrapper .mbr-form .form-group,
  .cid-sAIPCXju9R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIPCXju9R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIPCXju9R .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIPCXju9R .mbr-text {
  text-align: center;
}
.cid-sAIPCXju9R .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIPCXju9R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIPCXju9R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIPCXju9R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIPCXju9R .modal-open {
  overflow: hidden;
}
.cid-sAIPCXju9R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIPCXju9R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIPCXju9R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIPCXju9R .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIPCXju9R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIPCXju9R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIPCXju9R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIPCXju9R .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIPCXju9R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIPCXju9R .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIPCXju9R .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIPCXju9R .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIPCXju9R .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIPCXju9R .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIPCXju9R .modal-header .close:focus {
  outline: none;
}
.cid-sAIPCXju9R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIPCXju9R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIPCXju9R .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIPCXju9R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIPCXju9R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIPCXju9R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIPCXju9R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIPCXju9R .modal-sm {
    max-width: 300px;
  }
  .cid-sAIPCXju9R .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIPCXju9R .modal-lg,
  .cid-sAIPCXju9R .modal-xl {
    max-width: 800px;
  }
  .cid-sAIPCXju9R .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIPCXju9R .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIPCXju9R .container {
    max-width: 1140px;
  }
}
.cid-sAIPCXju9R .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIPCXju9R .container {
    max-width: 720px;
  }
}
.cid-sAIPCXju9R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIPCXju9R .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIPCXju9R .form-group {
  margin-bottom: 1rem;
}
.cid-sAIPCXju9R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIPCXju9R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIPCXju9R .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXyZepvg9 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXyZepvg9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXyZepvg9 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXyZepvg9 .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-sqXyZepvg9 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXyZepvg9 .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-sqXyZepvg9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXyZepvg9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXyZepvg9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXyZepvg9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXyZepvg9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXyZepvg9 .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-sqXyZepvg9 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXyZepvg9 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXyZepvg9 .dropdown-item,
.cid-sqXyZepvg9 .nav-link,
.cid-sqXyZepvg9 .brand-name {
  font-style: normal;
}
.cid-sqXyZepvg9 .dropdown-item:hover,
.cid-sqXyZepvg9 .nav-link:hover,
.cid-sqXyZepvg9 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXyZepvg9 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXyZepvg9 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXyZepvg9 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXyZepvg9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXyZepvg9 .nav-item {
  position: relative;
}
.cid-sqXyZepvg9 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXyZepvg9 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXyZepvg9 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXyZepvg9 .nav-link {
    line-height: 6.13;
  }
  .cid-sqXyZepvg9 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXyZepvg9 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXyZepvg9 .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-sqXyZepvg9 .content-text {
  margin-bottom: 0;
}
.cid-sqXyZepvg9 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXyZepvg9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXyZepvg9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXyZepvg9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXyZepvg9 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXyZepvg9 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXyZepvg9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXyZepvg9 .content-right-side {
  text-align: center;
}
.cid-sqXyZepvg9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXyZepvg9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXyZepvg9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXyZepvg9 .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-sqXyZepvg9 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXyZepvg9 .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXyZepvg9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXyZepvg9 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXyZepvg9 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXyZepvg9 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXyZepvg9 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXyZepvg9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXyZepvg9 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXyZepvg9 .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-sqXyZepvg9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXyZepvg9 .navbar-toggler {
    display: none;
  }
  .cid-sqXyZepvg9 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXyZepvg9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXyZepvg9 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXyZepvg9 .btn-sm {
  padding: 13px 29px;
}
.cid-sqXyZepvg9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXyZepvg9 .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-sqXyZepvg9 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXyZepvg9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXyZepvg9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXyZepvg9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXyZepvg9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXyZepvg9 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXyZepvg9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXyZepvg9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXyZepvg9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXyZepvg9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXyZepvg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXyZepvg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXyZepvg9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXyZepvg9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXyZepvg9 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXyZepvg9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXyZepvg9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXyZepvg9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXyZepvg9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXyZepvg9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXyZepvg9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXyZepvg9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXyZepvg9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXyZepvg9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXyZepvg9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXyZepvg9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXyZepvg9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXyZepvg9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXyZepvg9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXyZepvg9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXyZepvg9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXyZepvg9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXyZepvg9 .collapsed .btn {
  display: flex;
}
.cid-sqXyZepvg9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXyZepvg9 .collapsed .navbar-collapse.collapsing,
.cid-sqXyZepvg9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXyZepvg9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXyZepvg9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXyZepvg9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXyZepvg9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXyZepvg9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXyZepvg9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXyZepvg9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXyZepvg9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXyZepvg9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXyZepvg9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXyZepvg9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXyZepvg9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXyZepvg9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXyZepvg9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXyZepvg9 .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-sqXyZepvg9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXyZepvg9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXyZepvg9 .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-sqXyZepvg9 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXyZepvg9 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXyZepvg9 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXyZepvg9 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXyZepvg9 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXyZepvg9 .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-sqXyZepvg9 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXyZepvg9 .navbar-collapse.collapsing,
  .cid-sqXyZepvg9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXyZepvg9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXyZepvg9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXyZepvg9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXyZepvg9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXyZepvg9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXyZepvg9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXyZepvg9 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXyZepvg9 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXyZepvg9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXyZepvg9 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXyZepvg9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXyZepvg9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXyZepvg9 img {
    height: 3.8rem !important;
  }
  .cid-sqXyZepvg9 .btn {
    display: flex;
  }
  .cid-sqXyZepvg9 button.navbar-toggler {
    display: block;
  }
  .cid-sqXyZepvg9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXyZepvg9 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXyZepvg9 .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-sqXyZepvg9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXyZepvg9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXyZepvg9 .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-sqXyZepvg9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXyZepvg9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXyZepvg9 .navbar-toggler {
  position: relative;
}
.cid-sqXyZepvg9 .dropdown-item.active,
.cid-sqXyZepvg9 .dropdown-item:active {
  color: initial;
}
.cid-sqXyZepvg9 .widget-title {
  color: #83868c;
}
.cid-sqXyZepvg9 .widget-text {
  color: #83868c;
}
.cid-sqXyZepvg9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXyZepvg9 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXyZepvg9 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXyZepvg9 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXyZepvg9 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXyZepvg9 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXyZepvg9 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXyZepvg9 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXyZepvg9 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXyZepvg9 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXyZepvg9 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXyZepvg9 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXyZepvg9 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXyZepvg9 .menu-content-top,
  .cid-sqXyZepvg9 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXyZepvg9 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-sqXyZgIZmV {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXyZgIZmV .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXyZgIZmV .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXyZgIZmV .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXyZgIZmV .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXyZgIZmV .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXyZgIZmV .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXyZgIZmV .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXyZgIZmV .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXyZgIZmV .separator,
  .cid-sqXyZgIZmV .sep-holder,
  .cid-sqXyZgIZmV .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXyZgIZmV .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXyZgIZmV .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXyZgIZmV .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXyZgIZmV .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXyZgIZmV .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXyZgIZmV .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXyZgIZmV .items .list-item:last-child .listico {
  display: none;
}
.cid-stXsRovfYW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-stXsRovfYW img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stXsRovfYW .row {
  justify-content: center;
}
.cid-stXsRovfYW .mbr-text {
  color: #1b1a1a;
}
.cid-stXsRovfYW .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stXsRovfYW .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stXsRovfYW .date {
  margin: 0;
  color: #cccccc;
}
.cid-stXsRovfYW .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stXsRovfYW .icon-box {
    flex-direction: column;
  }
  .cid-stXsRovfYW .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stXsRovfYW img {
    margin-bottom: 2rem;
  }
}
.cid-sqXyZhZv7W {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqXyZhZv7W .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqXyZhZv7W .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqXyZhZv7W .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqXyZhZv7W .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqXyZhZv7W .mbr-text,
.cid-sqXyZhZv7W .mbr-section-btn {
  color: #767676;
}
.cid-sqXyZhZv7W .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-sqXyZhZv7W .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqXyZhZv7W .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqXyZhZv7W .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sqXyZhZv7W .main-row {
    margin: 0;
  }
  .cid-sqXyZhZv7W .mbr-section-title,
  .cid-sqXyZhZv7W .mbr-text,
  .cid-sqXyZhZv7W .list,
  .cid-sqXyZhZv7W .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqXyZhZv7W .text-content {
    padding: 0;
  }
}
.cid-sqXyZhZv7W .mbr-section-title {
  color: #14287f;
}
.cid-stXubDqKoF {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-stXubDqKoF .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-stXubDqKoF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-stXubDqKoF .text-content {
  padding-right: 1.5rem;
}
.cid-stXubDqKoF .mbr-text,
.cid-stXubDqKoF .mbr-section-btn {
  color: #1b1a1a;
}
.cid-stXubDqKoF .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-stXubDqKoF .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-stXubDqKoF .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-stXubDqKoF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-stXubDqKoF .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-stXubDqKoF .main-row {
    margin: 0;
  }
  .cid-stXubDqKoF .mbr-section-title,
  .cid-stXubDqKoF .mbr-text,
  .cid-stXubDqKoF .list,
  .cid-stXubDqKoF .mbr-section-btn {
    text-align: center !important;
  }
  .cid-stXubDqKoF .text-content {
    padding: 0;
  }
}
.cid-stXubDqKoF .mbr-section-title {
  color: #14287f;
}
.cid-sAIPIapqTG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIPIapqTG .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIPIapqTG .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIPIapqTG .mbr-text {
  color: #83868c;
}
.cid-sAIPIapqTG .phone-word {
  color: #279e64;
}
.cid-sAIPIapqTG .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIPIapqTG .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIPIapqTG img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIPIapqTG .img1 {
  color: #279e64;
}
.cid-sAIPIapqTG .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIPIapqTG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIPIapqTG .content .link-wrap {
  color: red;
}
.cid-sAIPIapqTG .content .date-wrap {
  color: #13287d;
}
.cid-sAIPIapqTG .item,
.cid-sAIPIapqTG .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIPIapqTG .item h4,
.cid-sAIPIapqTG .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIPIapqTG .link {
  transition: all 0.3s ease-in;
}
.cid-sAIPIapqTG .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIPIapqTG .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIPIapqTG .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIPIapqTG .item .card-img {
  width: auto;
}
.cid-sAIPIapqTG .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIPIapqTG .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIPIapqTG h5 {
    text-align: left !important;
  }
  .cid-sAIPIapqTG .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIPIapqTG .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIPIapqTG .item-title:hover {
  color: #279e64;
}
.cid-sAIPIapqTG .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIPIapqTG .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIPIapqTG .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIPIapqTG .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIPIapqTG .btn[class*="-outline"]:active,
.cid-sAIPIapqTG .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIPIapqTG .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIPIapqTG .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIPIapqTG .pre-form {
  color: #83868c;
}
.cid-sAIPIapqTG .form-group,
.cid-sAIPIapqTG .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIPIapqTG .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-sAIPIapqTG .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIPIapqTG .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIPIapqTG .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIPIapqTG .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIPIapqTG .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIPIapqTG .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIPIapqTG .dragArea {
  flex-direction: column;
}
.cid-sAIPIapqTG .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXyZkXEnC.popup-builder {
  background-color: #ffffff;
}
.cid-sqXyZkXEnC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXyZkXEnC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXyZkXEnC .modal-content,
.cid-sqXyZkXEnC .modal-dialog {
  height: auto;
}
.cid-sqXyZkXEnC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXyZkXEnC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXyZkXEnC .form-wrapper .mbr-form .form-group,
  .cid-sqXyZkXEnC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXyZkXEnC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXyZkXEnC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXyZkXEnC .mbr-text {
  text-align: center;
}
.cid-sqXyZkXEnC .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXyZkXEnC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXyZkXEnC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXyZkXEnC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXyZkXEnC .modal-open {
  overflow: hidden;
}
.cid-sqXyZkXEnC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXyZkXEnC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXyZkXEnC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXyZkXEnC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXyZkXEnC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXyZkXEnC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXyZkXEnC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXyZkXEnC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXyZkXEnC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXyZkXEnC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXyZkXEnC .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXyZkXEnC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXyZkXEnC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXyZkXEnC .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXyZkXEnC .modal-header .close:focus {
  outline: none;
}
.cid-sqXyZkXEnC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXyZkXEnC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXyZkXEnC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXyZkXEnC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXyZkXEnC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXyZkXEnC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXyZkXEnC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXyZkXEnC .modal-sm {
    max-width: 300px;
  }
  .cid-sqXyZkXEnC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXyZkXEnC .modal-lg,
  .cid-sqXyZkXEnC .modal-xl {
    max-width: 800px;
  }
  .cid-sqXyZkXEnC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXyZkXEnC .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXyZkXEnC .container {
    max-width: 1140px;
  }
}
.cid-sqXyZkXEnC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXyZkXEnC .container {
    max-width: 720px;
  }
}
.cid-sqXyZkXEnC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXyZkXEnC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXyZkXEnC .form-group {
  margin-bottom: 1rem;
}
.cid-sqXyZkXEnC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXyZkXEnC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXyZkXEnC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIPJHUZsQ.popup-builder {
  background-color: #ffffff;
}
.cid-sAIPJHUZsQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIPJHUZsQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIPJHUZsQ .modal-content,
.cid-sAIPJHUZsQ .modal-dialog {
  height: auto;
}
.cid-sAIPJHUZsQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIPJHUZsQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIPJHUZsQ .form-wrapper .mbr-form .form-group,
  .cid-sAIPJHUZsQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIPJHUZsQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIPJHUZsQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIPJHUZsQ .mbr-text {
  text-align: center;
}
.cid-sAIPJHUZsQ .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIPJHUZsQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIPJHUZsQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIPJHUZsQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIPJHUZsQ .modal-open {
  overflow: hidden;
}
.cid-sAIPJHUZsQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIPJHUZsQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIPJHUZsQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIPJHUZsQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIPJHUZsQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIPJHUZsQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIPJHUZsQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIPJHUZsQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIPJHUZsQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIPJHUZsQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIPJHUZsQ .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIPJHUZsQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIPJHUZsQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIPJHUZsQ .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIPJHUZsQ .modal-header .close:focus {
  outline: none;
}
.cid-sAIPJHUZsQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIPJHUZsQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIPJHUZsQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIPJHUZsQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIPJHUZsQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIPJHUZsQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIPJHUZsQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIPJHUZsQ .modal-sm {
    max-width: 300px;
  }
  .cid-sAIPJHUZsQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIPJHUZsQ .modal-lg,
  .cid-sAIPJHUZsQ .modal-xl {
    max-width: 800px;
  }
  .cid-sAIPJHUZsQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIPJHUZsQ .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIPJHUZsQ .container {
    max-width: 1140px;
  }
}
.cid-sAIPJHUZsQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIPJHUZsQ .container {
    max-width: 720px;
  }
}
.cid-sAIPJHUZsQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIPJHUZsQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIPJHUZsQ .form-group {
  margin-bottom: 1rem;
}
.cid-sAIPJHUZsQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIPJHUZsQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIPJHUZsQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXA5dt9AI .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXA5dt9AI .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXA5dt9AI .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXA5dt9AI .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-sqXA5dt9AI .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXA5dt9AI .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-sqXA5dt9AI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXA5dt9AI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXA5dt9AI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXA5dt9AI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXA5dt9AI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXA5dt9AI .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-sqXA5dt9AI .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXA5dt9AI .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXA5dt9AI .dropdown-item,
.cid-sqXA5dt9AI .nav-link,
.cid-sqXA5dt9AI .brand-name {
  font-style: normal;
}
.cid-sqXA5dt9AI .dropdown-item:hover,
.cid-sqXA5dt9AI .nav-link:hover,
.cid-sqXA5dt9AI .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXA5dt9AI .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXA5dt9AI .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXA5dt9AI .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXA5dt9AI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXA5dt9AI .nav-item {
  position: relative;
}
.cid-sqXA5dt9AI .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXA5dt9AI .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXA5dt9AI .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXA5dt9AI .nav-link {
    line-height: 6.13;
  }
  .cid-sqXA5dt9AI .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXA5dt9AI .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXA5dt9AI .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-sqXA5dt9AI .content-text {
  margin-bottom: 0;
}
.cid-sqXA5dt9AI .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXA5dt9AI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXA5dt9AI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXA5dt9AI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXA5dt9AI .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXA5dt9AI .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXA5dt9AI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXA5dt9AI .content-right-side {
  text-align: center;
}
.cid-sqXA5dt9AI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXA5dt9AI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXA5dt9AI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXA5dt9AI .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-sqXA5dt9AI .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXA5dt9AI .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXA5dt9AI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXA5dt9AI .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXA5dt9AI .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXA5dt9AI .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXA5dt9AI .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXA5dt9AI .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXA5dt9AI .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXA5dt9AI .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-sqXA5dt9AI .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXA5dt9AI .navbar-toggler {
    display: none;
  }
  .cid-sqXA5dt9AI .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXA5dt9AI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXA5dt9AI .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXA5dt9AI .btn-sm {
  padding: 13px 29px;
}
.cid-sqXA5dt9AI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXA5dt9AI .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-sqXA5dt9AI .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXA5dt9AI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXA5dt9AI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXA5dt9AI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXA5dt9AI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXA5dt9AI .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXA5dt9AI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXA5dt9AI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXA5dt9AI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXA5dt9AI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXA5dt9AI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXA5dt9AI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXA5dt9AI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXA5dt9AI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXA5dt9AI .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXA5dt9AI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXA5dt9AI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXA5dt9AI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXA5dt9AI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXA5dt9AI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXA5dt9AI button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXA5dt9AI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXA5dt9AI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXA5dt9AI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXA5dt9AI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXA5dt9AI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXA5dt9AI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXA5dt9AI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXA5dt9AI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXA5dt9AI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXA5dt9AI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXA5dt9AI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXA5dt9AI .collapsed .btn {
  display: flex;
}
.cid-sqXA5dt9AI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXA5dt9AI .collapsed .navbar-collapse.collapsing,
.cid-sqXA5dt9AI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXA5dt9AI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXA5dt9AI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXA5dt9AI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXA5dt9AI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXA5dt9AI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXA5dt9AI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXA5dt9AI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXA5dt9AI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXA5dt9AI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXA5dt9AI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXA5dt9AI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXA5dt9AI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXA5dt9AI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXA5dt9AI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXA5dt9AI .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-sqXA5dt9AI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXA5dt9AI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXA5dt9AI .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-sqXA5dt9AI .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXA5dt9AI .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXA5dt9AI .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXA5dt9AI .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXA5dt9AI .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXA5dt9AI .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-sqXA5dt9AI .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXA5dt9AI .navbar-collapse.collapsing,
  .cid-sqXA5dt9AI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXA5dt9AI .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXA5dt9AI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXA5dt9AI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXA5dt9AI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXA5dt9AI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXA5dt9AI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXA5dt9AI .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXA5dt9AI .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXA5dt9AI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXA5dt9AI .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXA5dt9AI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXA5dt9AI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXA5dt9AI img {
    height: 3.8rem !important;
  }
  .cid-sqXA5dt9AI .btn {
    display: flex;
  }
  .cid-sqXA5dt9AI button.navbar-toggler {
    display: block;
  }
  .cid-sqXA5dt9AI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXA5dt9AI .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXA5dt9AI .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-sqXA5dt9AI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXA5dt9AI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXA5dt9AI .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-sqXA5dt9AI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXA5dt9AI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXA5dt9AI .navbar-toggler {
  position: relative;
}
.cid-sqXA5dt9AI .dropdown-item.active,
.cid-sqXA5dt9AI .dropdown-item:active {
  color: initial;
}
.cid-sqXA5dt9AI .widget-title {
  color: #83868c;
}
.cid-sqXA5dt9AI .widget-text {
  color: #83868c;
}
.cid-sqXA5dt9AI .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXA5dt9AI .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXA5dt9AI .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXA5dt9AI .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXA5dt9AI .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXA5dt9AI .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXA5dt9AI .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXA5dt9AI .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXA5dt9AI .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXA5dt9AI .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXA5dt9AI .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXA5dt9AI .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXA5dt9AI .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXA5dt9AI .menu-content-top,
  .cid-sqXA5dt9AI .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXA5dt9AI 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-sqXA5fWUKX {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXA5fWUKX .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXA5fWUKX .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXA5fWUKX .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXA5fWUKX .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXA5fWUKX .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXA5fWUKX .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXA5fWUKX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXA5fWUKX .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXA5fWUKX .separator,
  .cid-sqXA5fWUKX .sep-holder,
  .cid-sqXA5fWUKX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXA5fWUKX .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXA5fWUKX .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXA5fWUKX .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXA5fWUKX .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXA5fWUKX .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXA5fWUKX .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXA5fWUKX .items .list-item:last-child .listico {
  display: none;
}
.cid-ssjSHyLvtV {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-ssjSHyLvtV .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ssjSHyLvtV .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssjSHyLvtV .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ssjSHyLvtV .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ssjSHyLvtV .mbr-text,
.cid-ssjSHyLvtV .mbr-section-btn {
  color: #767676;
}
.cid-ssjSHyLvtV .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-ssjSHyLvtV .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ssjSHyLvtV .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ssjSHyLvtV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ssjSHyLvtV .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-ssjSHyLvtV .main-row {
    margin: 0;
  }
  .cid-ssjSHyLvtV .mbr-section-title,
  .cid-ssjSHyLvtV .mbr-text,
  .cid-ssjSHyLvtV .list,
  .cid-ssjSHyLvtV .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ssjSHyLvtV .text-content {
    padding: 0;
  }
}
.cid-ssjSHyLvtV .mbr-section-title {
  color: #14287f;
}
.cid-stYa9DSDKK {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-stYa9DSDKK .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-stYa9DSDKK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-stYa9DSDKK .text-content {
  padding-right: 1.5rem;
}
.cid-stYa9DSDKK .mbr-text,
.cid-stYa9DSDKK .mbr-section-btn {
  color: #1b1a1a;
}
.cid-stYa9DSDKK .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-stYa9DSDKK .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-stYa9DSDKK .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-stYa9DSDKK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-stYa9DSDKK .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-stYa9DSDKK .main-row {
    margin: 0;
  }
  .cid-stYa9DSDKK .mbr-section-title,
  .cid-stYa9DSDKK .mbr-text,
  .cid-stYa9DSDKK .list,
  .cid-stYa9DSDKK .mbr-section-btn {
    text-align: center !important;
  }
  .cid-stYa9DSDKK .text-content {
    padding: 0;
  }
}
.cid-stYa9DSDKK .mbr-section-title {
  color: #14287f;
}
.cid-sqXA5hoEpA {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqXA5hoEpA .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqXA5hoEpA .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqXA5hoEpA .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqXA5hoEpA .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqXA5hoEpA .mbr-text,
.cid-sqXA5hoEpA .mbr-section-btn {
  color: #767676;
}
.cid-sqXA5hoEpA .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-sqXA5hoEpA .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqXA5hoEpA .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqXA5hoEpA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqXA5hoEpA .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-sqXA5hoEpA .main-row {
    margin: 0;
  }
  .cid-sqXA5hoEpA .mbr-section-title,
  .cid-sqXA5hoEpA .mbr-text,
  .cid-sqXA5hoEpA .list,
  .cid-sqXA5hoEpA .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqXA5hoEpA .text-content {
    padding: 0;
  }
}
.cid-sqXA5hoEpA .mbr-section-title {
  color: #14287f;
}
.cid-sAIPNIsEaf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIPNIsEaf .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIPNIsEaf .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIPNIsEaf .mbr-text {
  color: #83868c;
}
.cid-sAIPNIsEaf .phone-word {
  color: #279e64;
}
.cid-sAIPNIsEaf .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIPNIsEaf .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIPNIsEaf img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIPNIsEaf .img1 {
  color: #279e64;
}
.cid-sAIPNIsEaf .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIPNIsEaf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIPNIsEaf .content .link-wrap {
  color: red;
}
.cid-sAIPNIsEaf .content .date-wrap {
  color: #13287d;
}
.cid-sAIPNIsEaf .item,
.cid-sAIPNIsEaf .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIPNIsEaf .item h4,
.cid-sAIPNIsEaf .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIPNIsEaf .link {
  transition: all 0.3s ease-in;
}
.cid-sAIPNIsEaf .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIPNIsEaf .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIPNIsEaf .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIPNIsEaf .item .card-img {
  width: auto;
}
.cid-sAIPNIsEaf .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIPNIsEaf .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIPNIsEaf h5 {
    text-align: left !important;
  }
  .cid-sAIPNIsEaf .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIPNIsEaf .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIPNIsEaf .item-title:hover {
  color: #279e64;
}
.cid-sAIPNIsEaf .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIPNIsEaf .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIPNIsEaf .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIPNIsEaf .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIPNIsEaf .btn[class*="-outline"]:active,
.cid-sAIPNIsEaf .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIPNIsEaf .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIPNIsEaf .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIPNIsEaf .pre-form {
  color: #83868c;
}
.cid-sAIPNIsEaf .form-group,
.cid-sAIPNIsEaf .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIPNIsEaf .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-sAIPNIsEaf .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIPNIsEaf .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIPNIsEaf .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIPNIsEaf .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIPNIsEaf .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIPNIsEaf .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIPNIsEaf .dragArea {
  flex-direction: column;
}
.cid-sAIPNIsEaf .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXA5k58tM.popup-builder {
  background-color: #ffffff;
}
.cid-sqXA5k58tM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXA5k58tM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXA5k58tM .modal-content,
.cid-sqXA5k58tM .modal-dialog {
  height: auto;
}
.cid-sqXA5k58tM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXA5k58tM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXA5k58tM .form-wrapper .mbr-form .form-group,
  .cid-sqXA5k58tM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXA5k58tM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXA5k58tM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXA5k58tM .mbr-text {
  text-align: center;
}
.cid-sqXA5k58tM .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXA5k58tM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXA5k58tM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXA5k58tM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXA5k58tM .modal-open {
  overflow: hidden;
}
.cid-sqXA5k58tM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXA5k58tM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXA5k58tM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXA5k58tM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXA5k58tM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXA5k58tM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXA5k58tM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXA5k58tM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXA5k58tM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXA5k58tM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXA5k58tM .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXA5k58tM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXA5k58tM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXA5k58tM .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXA5k58tM .modal-header .close:focus {
  outline: none;
}
.cid-sqXA5k58tM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXA5k58tM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXA5k58tM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXA5k58tM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXA5k58tM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXA5k58tM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXA5k58tM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXA5k58tM .modal-sm {
    max-width: 300px;
  }
  .cid-sqXA5k58tM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXA5k58tM .modal-lg,
  .cid-sqXA5k58tM .modal-xl {
    max-width: 800px;
  }
  .cid-sqXA5k58tM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXA5k58tM .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXA5k58tM .container {
    max-width: 1140px;
  }
}
.cid-sqXA5k58tM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXA5k58tM .container {
    max-width: 720px;
  }
}
.cid-sqXA5k58tM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXA5k58tM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXA5k58tM .form-group {
  margin-bottom: 1rem;
}
.cid-sqXA5k58tM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXA5k58tM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXA5k58tM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIPP7i2jV.popup-builder {
  background-color: #ffffff;
}
.cid-sAIPP7i2jV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIPP7i2jV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIPP7i2jV .modal-content,
.cid-sAIPP7i2jV .modal-dialog {
  height: auto;
}
.cid-sAIPP7i2jV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIPP7i2jV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIPP7i2jV .form-wrapper .mbr-form .form-group,
  .cid-sAIPP7i2jV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIPP7i2jV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIPP7i2jV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIPP7i2jV .mbr-text {
  text-align: center;
}
.cid-sAIPP7i2jV .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIPP7i2jV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIPP7i2jV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIPP7i2jV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIPP7i2jV .modal-open {
  overflow: hidden;
}
.cid-sAIPP7i2jV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIPP7i2jV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIPP7i2jV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIPP7i2jV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIPP7i2jV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIPP7i2jV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIPP7i2jV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIPP7i2jV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIPP7i2jV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIPP7i2jV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIPP7i2jV .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIPP7i2jV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIPP7i2jV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIPP7i2jV .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIPP7i2jV .modal-header .close:focus {
  outline: none;
}
.cid-sAIPP7i2jV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIPP7i2jV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIPP7i2jV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIPP7i2jV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIPP7i2jV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIPP7i2jV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIPP7i2jV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIPP7i2jV .modal-sm {
    max-width: 300px;
  }
  .cid-sAIPP7i2jV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIPP7i2jV .modal-lg,
  .cid-sAIPP7i2jV .modal-xl {
    max-width: 800px;
  }
  .cid-sAIPP7i2jV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIPP7i2jV .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIPP7i2jV .container {
    max-width: 1140px;
  }
}
.cid-sAIPP7i2jV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIPP7i2jV .container {
    max-width: 720px;
  }
}
.cid-sAIPP7i2jV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIPP7i2jV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIPP7i2jV .form-group {
  margin-bottom: 1rem;
}
.cid-sAIPP7i2jV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIPP7i2jV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIPP7i2jV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXQ8Pleza .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXQ8Pleza .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXQ8Pleza .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXQ8Pleza .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-sqXQ8Pleza .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXQ8Pleza .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-sqXQ8Pleza .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXQ8Pleza .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXQ8Pleza .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXQ8Pleza .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXQ8Pleza .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXQ8Pleza .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-sqXQ8Pleza .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXQ8Pleza .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXQ8Pleza .dropdown-item,
.cid-sqXQ8Pleza .nav-link,
.cid-sqXQ8Pleza .brand-name {
  font-style: normal;
}
.cid-sqXQ8Pleza .dropdown-item:hover,
.cid-sqXQ8Pleza .nav-link:hover,
.cid-sqXQ8Pleza .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXQ8Pleza .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXQ8Pleza .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXQ8Pleza .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXQ8Pleza .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXQ8Pleza .nav-item {
  position: relative;
}
.cid-sqXQ8Pleza .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXQ8Pleza .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXQ8Pleza .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXQ8Pleza .nav-link {
    line-height: 6.13;
  }
  .cid-sqXQ8Pleza .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXQ8Pleza .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXQ8Pleza .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-sqXQ8Pleza .content-text {
  margin-bottom: 0;
}
.cid-sqXQ8Pleza .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXQ8Pleza .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXQ8Pleza .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXQ8Pleza .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXQ8Pleza .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXQ8Pleza .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXQ8Pleza .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXQ8Pleza .content-right-side {
  text-align: center;
}
.cid-sqXQ8Pleza .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXQ8Pleza .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXQ8Pleza .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXQ8Pleza .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-sqXQ8Pleza .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXQ8Pleza .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXQ8Pleza .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXQ8Pleza .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXQ8Pleza .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXQ8Pleza .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXQ8Pleza .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXQ8Pleza .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXQ8Pleza .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXQ8Pleza .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-sqXQ8Pleza .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXQ8Pleza .navbar-toggler {
    display: none;
  }
  .cid-sqXQ8Pleza .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXQ8Pleza .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXQ8Pleza .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXQ8Pleza .btn-sm {
  padding: 13px 29px;
}
.cid-sqXQ8Pleza .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXQ8Pleza .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-sqXQ8Pleza .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXQ8Pleza .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXQ8Pleza .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXQ8Pleza .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXQ8Pleza .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXQ8Pleza .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXQ8Pleza .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXQ8Pleza .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXQ8Pleza .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXQ8Pleza .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXQ8Pleza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXQ8Pleza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXQ8Pleza .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXQ8Pleza .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXQ8Pleza .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXQ8Pleza .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXQ8Pleza .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXQ8Pleza .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXQ8Pleza .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXQ8Pleza button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXQ8Pleza button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXQ8Pleza button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXQ8Pleza button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXQ8Pleza button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXQ8Pleza button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXQ8Pleza button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXQ8Pleza nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXQ8Pleza nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXQ8Pleza nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXQ8Pleza nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXQ8Pleza .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXQ8Pleza .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXQ8Pleza .collapsed .btn {
  display: flex;
}
.cid-sqXQ8Pleza .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXQ8Pleza .collapsed .navbar-collapse.collapsing,
.cid-sqXQ8Pleza .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXQ8Pleza .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXQ8Pleza .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXQ8Pleza .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXQ8Pleza .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXQ8Pleza .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXQ8Pleza .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXQ8Pleza .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXQ8Pleza .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXQ8Pleza .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXQ8Pleza .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXQ8Pleza .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXQ8Pleza .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXQ8Pleza .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXQ8Pleza .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXQ8Pleza .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-sqXQ8Pleza .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXQ8Pleza .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXQ8Pleza .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-sqXQ8Pleza .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXQ8Pleza .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXQ8Pleza .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXQ8Pleza .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXQ8Pleza .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXQ8Pleza .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-sqXQ8Pleza .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXQ8Pleza .navbar-collapse.collapsing,
  .cid-sqXQ8Pleza .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXQ8Pleza .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXQ8Pleza .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXQ8Pleza .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXQ8Pleza .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXQ8Pleza .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXQ8Pleza .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXQ8Pleza .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXQ8Pleza .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXQ8Pleza .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXQ8Pleza .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXQ8Pleza .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXQ8Pleza .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXQ8Pleza img {
    height: 3.8rem !important;
  }
  .cid-sqXQ8Pleza .btn {
    display: flex;
  }
  .cid-sqXQ8Pleza button.navbar-toggler {
    display: block;
  }
  .cid-sqXQ8Pleza .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXQ8Pleza .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXQ8Pleza .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-sqXQ8Pleza .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXQ8Pleza .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXQ8Pleza .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-sqXQ8Pleza .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXQ8Pleza .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXQ8Pleza .navbar-toggler {
  position: relative;
}
.cid-sqXQ8Pleza .dropdown-item.active,
.cid-sqXQ8Pleza .dropdown-item:active {
  color: initial;
}
.cid-sqXQ8Pleza .widget-title {
  color: #83868c;
}
.cid-sqXQ8Pleza .widget-text {
  color: #83868c;
}
.cid-sqXQ8Pleza .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXQ8Pleza .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXQ8Pleza .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXQ8Pleza .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXQ8Pleza .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXQ8Pleza .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXQ8Pleza .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXQ8Pleza .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXQ8Pleza .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXQ8Pleza .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXQ8Pleza .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXQ8Pleza .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXQ8Pleza .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXQ8Pleza .menu-content-top,
  .cid-sqXQ8Pleza .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXQ8Pleza 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-sqXQ8R9fdz {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXQ8R9fdz .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXQ8R9fdz .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXQ8R9fdz .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXQ8R9fdz .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXQ8R9fdz .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXQ8R9fdz .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXQ8R9fdz .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXQ8R9fdz .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXQ8R9fdz .separator,
  .cid-sqXQ8R9fdz .sep-holder,
  .cid-sqXQ8R9fdz .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXQ8R9fdz .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXQ8R9fdz .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXQ8R9fdz .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXQ8R9fdz .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXQ8R9fdz .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXQ8R9fdz .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXQ8R9fdz .items .list-item:last-child .listico {
  display: none;
}
.cid-stYbRrYQg1 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-stYbRrYQg1 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stYbRrYQg1 .row {
  justify-content: center;
}
.cid-stYbRrYQg1 .mbr-text {
  color: #1b1a1a;
}
.cid-stYbRrYQg1 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stYbRrYQg1 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stYbRrYQg1 .date {
  margin: 0;
  color: #cccccc;
}
.cid-stYbRrYQg1 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stYbRrYQg1 .icon-box {
    flex-direction: column;
  }
  .cid-stYbRrYQg1 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stYbRrYQg1 img {
    margin-bottom: 2rem;
  }
}
.cid-sqXQ8SigEd {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqXQ8SigEd .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqXQ8SigEd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqXQ8SigEd .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqXQ8SigEd .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqXQ8SigEd .mbr-text,
.cid-sqXQ8SigEd .mbr-section-btn {
  color: #767676;
}
.cid-sqXQ8SigEd .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-sqXQ8SigEd .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqXQ8SigEd .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqXQ8SigEd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqXQ8SigEd .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-sqXQ8SigEd .main-row {
    margin: 0;
  }
  .cid-sqXQ8SigEd .mbr-section-title,
  .cid-sqXQ8SigEd .mbr-text,
  .cid-sqXQ8SigEd .list,
  .cid-sqXQ8SigEd .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqXQ8SigEd .text-content {
    padding: 0;
  }
}
.cid-sqXQ8SigEd .mbr-section-title {
  color: #14287f;
}
.cid-sAIQ4DGq2m {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIQ4DGq2m .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIQ4DGq2m .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIQ4DGq2m .mbr-text {
  color: #83868c;
}
.cid-sAIQ4DGq2m .phone-word {
  color: #279e64;
}
.cid-sAIQ4DGq2m .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIQ4DGq2m .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIQ4DGq2m img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIQ4DGq2m .img1 {
  color: #279e64;
}
.cid-sAIQ4DGq2m .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIQ4DGq2m .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIQ4DGq2m .content .link-wrap {
  color: red;
}
.cid-sAIQ4DGq2m .content .date-wrap {
  color: #13287d;
}
.cid-sAIQ4DGq2m .item,
.cid-sAIQ4DGq2m .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIQ4DGq2m .item h4,
.cid-sAIQ4DGq2m .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIQ4DGq2m .link {
  transition: all 0.3s ease-in;
}
.cid-sAIQ4DGq2m .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIQ4DGq2m .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIQ4DGq2m .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIQ4DGq2m .item .card-img {
  width: auto;
}
.cid-sAIQ4DGq2m .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIQ4DGq2m .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIQ4DGq2m h5 {
    text-align: left !important;
  }
  .cid-sAIQ4DGq2m .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIQ4DGq2m .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIQ4DGq2m .item-title:hover {
  color: #279e64;
}
.cid-sAIQ4DGq2m .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIQ4DGq2m .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIQ4DGq2m .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIQ4DGq2m .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIQ4DGq2m .btn[class*="-outline"]:active,
.cid-sAIQ4DGq2m .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIQ4DGq2m .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIQ4DGq2m .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIQ4DGq2m .pre-form {
  color: #83868c;
}
.cid-sAIQ4DGq2m .form-group,
.cid-sAIQ4DGq2m .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIQ4DGq2m .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-sAIQ4DGq2m .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIQ4DGq2m .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIQ4DGq2m .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIQ4DGq2m .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIQ4DGq2m .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIQ4DGq2m .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIQ4DGq2m .dragArea {
  flex-direction: column;
}
.cid-sAIQ4DGq2m .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXQ94r32p.popup-builder {
  background-color: #ffffff;
}
.cid-sqXQ94r32p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXQ94r32p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXQ94r32p .modal-content,
.cid-sqXQ94r32p .modal-dialog {
  height: auto;
}
.cid-sqXQ94r32p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXQ94r32p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXQ94r32p .form-wrapper .mbr-form .form-group,
  .cid-sqXQ94r32p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXQ94r32p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXQ94r32p .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXQ94r32p .mbr-text {
  text-align: center;
}
.cid-sqXQ94r32p .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXQ94r32p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXQ94r32p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXQ94r32p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXQ94r32p .modal-open {
  overflow: hidden;
}
.cid-sqXQ94r32p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXQ94r32p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXQ94r32p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXQ94r32p .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXQ94r32p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXQ94r32p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXQ94r32p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXQ94r32p .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXQ94r32p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXQ94r32p .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXQ94r32p .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXQ94r32p .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXQ94r32p .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXQ94r32p .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXQ94r32p .modal-header .close:focus {
  outline: none;
}
.cid-sqXQ94r32p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXQ94r32p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXQ94r32p .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXQ94r32p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXQ94r32p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXQ94r32p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXQ94r32p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXQ94r32p .modal-sm {
    max-width: 300px;
  }
  .cid-sqXQ94r32p .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXQ94r32p .modal-lg,
  .cid-sqXQ94r32p .modal-xl {
    max-width: 800px;
  }
  .cid-sqXQ94r32p .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXQ94r32p .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXQ94r32p .container {
    max-width: 1140px;
  }
}
.cid-sqXQ94r32p .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXQ94r32p .container {
    max-width: 720px;
  }
}
.cid-sqXQ94r32p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXQ94r32p .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXQ94r32p .form-group {
  margin-bottom: 1rem;
}
.cid-sqXQ94r32p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXQ94r32p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXQ94r32p .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIQ5RQJGP.popup-builder {
  background-color: #ffffff;
}
.cid-sAIQ5RQJGP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIQ5RQJGP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIQ5RQJGP .modal-content,
.cid-sAIQ5RQJGP .modal-dialog {
  height: auto;
}
.cid-sAIQ5RQJGP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIQ5RQJGP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIQ5RQJGP .form-wrapper .mbr-form .form-group,
  .cid-sAIQ5RQJGP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIQ5RQJGP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIQ5RQJGP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIQ5RQJGP .mbr-text {
  text-align: center;
}
.cid-sAIQ5RQJGP .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIQ5RQJGP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIQ5RQJGP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIQ5RQJGP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIQ5RQJGP .modal-open {
  overflow: hidden;
}
.cid-sAIQ5RQJGP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIQ5RQJGP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIQ5RQJGP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIQ5RQJGP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIQ5RQJGP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIQ5RQJGP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIQ5RQJGP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIQ5RQJGP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIQ5RQJGP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIQ5RQJGP .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIQ5RQJGP .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIQ5RQJGP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIQ5RQJGP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIQ5RQJGP .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIQ5RQJGP .modal-header .close:focus {
  outline: none;
}
.cid-sAIQ5RQJGP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIQ5RQJGP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIQ5RQJGP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIQ5RQJGP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIQ5RQJGP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIQ5RQJGP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIQ5RQJGP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIQ5RQJGP .modal-sm {
    max-width: 300px;
  }
  .cid-sAIQ5RQJGP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIQ5RQJGP .modal-lg,
  .cid-sAIQ5RQJGP .modal-xl {
    max-width: 800px;
  }
  .cid-sAIQ5RQJGP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIQ5RQJGP .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIQ5RQJGP .container {
    max-width: 1140px;
  }
}
.cid-sAIQ5RQJGP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIQ5RQJGP .container {
    max-width: 720px;
  }
}
.cid-sAIQ5RQJGP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIQ5RQJGP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIQ5RQJGP .form-group {
  margin-bottom: 1rem;
}
.cid-sAIQ5RQJGP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIQ5RQJGP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIQ5RQJGP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXRGexQMk .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXRGexQMk .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXRGexQMk .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXRGexQMk .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-sqXRGexQMk .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXRGexQMk .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-sqXRGexQMk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXRGexQMk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXRGexQMk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXRGexQMk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXRGexQMk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXRGexQMk .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-sqXRGexQMk .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXRGexQMk .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXRGexQMk .dropdown-item,
.cid-sqXRGexQMk .nav-link,
.cid-sqXRGexQMk .brand-name {
  font-style: normal;
}
.cid-sqXRGexQMk .dropdown-item:hover,
.cid-sqXRGexQMk .nav-link:hover,
.cid-sqXRGexQMk .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXRGexQMk .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXRGexQMk .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXRGexQMk .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXRGexQMk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXRGexQMk .nav-item {
  position: relative;
}
.cid-sqXRGexQMk .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXRGexQMk .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXRGexQMk .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXRGexQMk .nav-link {
    line-height: 6.13;
  }
  .cid-sqXRGexQMk .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXRGexQMk .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXRGexQMk .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-sqXRGexQMk .content-text {
  margin-bottom: 0;
}
.cid-sqXRGexQMk .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXRGexQMk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXRGexQMk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXRGexQMk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXRGexQMk .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXRGexQMk .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXRGexQMk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXRGexQMk .content-right-side {
  text-align: center;
}
.cid-sqXRGexQMk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXRGexQMk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXRGexQMk .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXRGexQMk .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-sqXRGexQMk .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXRGexQMk .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXRGexQMk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXRGexQMk .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXRGexQMk .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXRGexQMk .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXRGexQMk .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXRGexQMk .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXRGexQMk .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXRGexQMk .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-sqXRGexQMk .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXRGexQMk .navbar-toggler {
    display: none;
  }
  .cid-sqXRGexQMk .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXRGexQMk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXRGexQMk .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXRGexQMk .btn-sm {
  padding: 13px 29px;
}
.cid-sqXRGexQMk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXRGexQMk .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-sqXRGexQMk .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXRGexQMk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXRGexQMk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXRGexQMk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXRGexQMk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXRGexQMk .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXRGexQMk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXRGexQMk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXRGexQMk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXRGexQMk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXRGexQMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXRGexQMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXRGexQMk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXRGexQMk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXRGexQMk .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXRGexQMk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXRGexQMk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXRGexQMk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXRGexQMk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXRGexQMk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXRGexQMk button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXRGexQMk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXRGexQMk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXRGexQMk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXRGexQMk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXRGexQMk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXRGexQMk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXRGexQMk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXRGexQMk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXRGexQMk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXRGexQMk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXRGexQMk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXRGexQMk .collapsed .btn {
  display: flex;
}
.cid-sqXRGexQMk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXRGexQMk .collapsed .navbar-collapse.collapsing,
.cid-sqXRGexQMk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXRGexQMk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXRGexQMk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXRGexQMk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXRGexQMk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXRGexQMk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXRGexQMk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXRGexQMk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXRGexQMk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXRGexQMk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXRGexQMk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXRGexQMk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXRGexQMk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXRGexQMk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXRGexQMk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXRGexQMk .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-sqXRGexQMk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXRGexQMk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXRGexQMk .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-sqXRGexQMk .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXRGexQMk .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXRGexQMk .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXRGexQMk .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXRGexQMk .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXRGexQMk .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-sqXRGexQMk .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXRGexQMk .navbar-collapse.collapsing,
  .cid-sqXRGexQMk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXRGexQMk .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXRGexQMk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXRGexQMk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXRGexQMk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXRGexQMk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXRGexQMk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXRGexQMk .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXRGexQMk .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXRGexQMk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXRGexQMk .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXRGexQMk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXRGexQMk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXRGexQMk img {
    height: 3.8rem !important;
  }
  .cid-sqXRGexQMk .btn {
    display: flex;
  }
  .cid-sqXRGexQMk button.navbar-toggler {
    display: block;
  }
  .cid-sqXRGexQMk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXRGexQMk .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXRGexQMk .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-sqXRGexQMk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXRGexQMk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXRGexQMk .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-sqXRGexQMk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXRGexQMk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXRGexQMk .navbar-toggler {
  position: relative;
}
.cid-sqXRGexQMk .dropdown-item.active,
.cid-sqXRGexQMk .dropdown-item:active {
  color: initial;
}
.cid-sqXRGexQMk .widget-title {
  color: #83868c;
}
.cid-sqXRGexQMk .widget-text {
  color: #83868c;
}
.cid-sqXRGexQMk .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXRGexQMk .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXRGexQMk .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXRGexQMk .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXRGexQMk .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXRGexQMk .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXRGexQMk .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXRGexQMk .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXRGexQMk .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXRGexQMk .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXRGexQMk .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXRGexQMk .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXRGexQMk .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXRGexQMk .menu-content-top,
  .cid-sqXRGexQMk .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXRGexQMk 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-sqXRGgppNF {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXRGgppNF .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXRGgppNF .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXRGgppNF .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXRGgppNF .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXRGgppNF .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXRGgppNF .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXRGgppNF .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXRGgppNF .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXRGgppNF .separator,
  .cid-sqXRGgppNF .sep-holder,
  .cid-sqXRGgppNF .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXRGgppNF .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXRGgppNF .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXRGgppNF .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXRGgppNF .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXRGgppNF .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXRGgppNF .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXRGgppNF .items .list-item:last-child .listico {
  display: none;
}
.cid-sCmEwC1uod {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-sCmEwC1uod img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sCmEwC1uod .row {
  justify-content: center;
}
.cid-sCmEwC1uod .mbr-text {
  color: #1b1a1a;
}
.cid-sCmEwC1uod .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sCmEwC1uod .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sCmEwC1uod .date {
  margin: 0;
  color: #cccccc;
}
.cid-sCmEwC1uod .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sCmEwC1uod .icon-box {
    flex-direction: column;
  }
  .cid-sCmEwC1uod .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sCmEwC1uod img {
    margin-bottom: 2rem;
  }
}
.cid-sConMKkoqf {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sConMKkoqf .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sConMKkoqf .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sConMKkoqf .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sConMKkoqf .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sConMKkoqf .mbr-text,
.cid-sConMKkoqf .mbr-section-btn {
  color: #767676;
}
.cid-sConMKkoqf .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-sConMKkoqf .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sConMKkoqf .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sConMKkoqf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sConMKkoqf .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-sConMKkoqf .main-row {
    margin: 0;
  }
  .cid-sConMKkoqf .mbr-section-title,
  .cid-sConMKkoqf .mbr-text,
  .cid-sConMKkoqf .list,
  .cid-sConMKkoqf .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sConMKkoqf .text-content {
    padding: 0;
  }
}
.cid-sConMKkoqf .mbr-section-title {
  color: #13287d;
}
.cid-sCoo9zzXw9 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCoo9zzXw9 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCoo9zzXw9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCoo9zzXw9 .text-content {
  padding-right: 1.5rem;
}
.cid-sCoo9zzXw9 .mbr-text,
.cid-sCoo9zzXw9 .mbr-section-btn {
  color: #767676;
}
.cid-sCoo9zzXw9 .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-sCoo9zzXw9 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCoo9zzXw9 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCoo9zzXw9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCoo9zzXw9 .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-sCoo9zzXw9 .main-row {
    margin: 0;
  }
  .cid-sCoo9zzXw9 .mbr-section-title,
  .cid-sCoo9zzXw9 .mbr-text,
  .cid-sCoo9zzXw9 .list,
  .cid-sCoo9zzXw9 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCoo9zzXw9 .text-content {
    padding: 0;
  }
}
.cid-sCoo9zzXw9 .mbr-section-title {
  color: #13287d;
}
.cid-sCoqFAvqj7 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sCoqFAvqj7 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCoqFAvqj7 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCoqFAvqj7 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCoqFAvqj7 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCoqFAvqj7 .mbr-text,
.cid-sCoqFAvqj7 .mbr-section-btn {
  color: #767676;
}
.cid-sCoqFAvqj7 .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-sCoqFAvqj7 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCoqFAvqj7 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCoqFAvqj7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCoqFAvqj7 .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-sCoqFAvqj7 .main-row {
    margin: 0;
  }
  .cid-sCoqFAvqj7 .mbr-section-title,
  .cid-sCoqFAvqj7 .mbr-text,
  .cid-sCoqFAvqj7 .list,
  .cid-sCoqFAvqj7 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCoqFAvqj7 .text-content {
    padding: 0;
  }
}
.cid-sCoqFAvqj7 .mbr-section-title {
  color: #13287d;
}
.cid-sqXRGimrld {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqXRGimrld .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqXRGimrld .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqXRGimrld .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqXRGimrld .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqXRGimrld .mbr-text,
.cid-sqXRGimrld .mbr-section-btn {
  color: #767676;
}
.cid-sqXRGimrld .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-sqXRGimrld .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqXRGimrld .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqXRGimrld .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqXRGimrld .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-sqXRGimrld .main-row {
    margin: 0;
  }
  .cid-sqXRGimrld .mbr-section-title,
  .cid-sqXRGimrld .mbr-text,
  .cid-sqXRGimrld .list,
  .cid-sqXRGimrld .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqXRGimrld .text-content {
    padding: 0;
  }
}
.cid-sqXRGimrld .mbr-section-title {
  color: #14287f;
}
.cid-sqXRGimrld .list UL {
  text-align: left;
}
.cid-sCnXWTN86p {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCnXWTN86p .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCnXWTN86p .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCnXWTN86p .text-content {
  padding-right: 1.5rem;
}
.cid-sCnXWTN86p .mbr-text,
.cid-sCnXWTN86p .mbr-section-btn {
  color: #767676;
}
.cid-sCnXWTN86p .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-sCnXWTN86p .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCnXWTN86p .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCnXWTN86p .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCnXWTN86p .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-sCnXWTN86p .main-row {
    margin: 0;
  }
  .cid-sCnXWTN86p .mbr-section-title,
  .cid-sCnXWTN86p .mbr-text,
  .cid-sCnXWTN86p .list,
  .cid-sCnXWTN86p .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCnXWTN86p .text-content {
    padding: 0;
  }
}
.cid-sCnXWTN86p .mbr-section-title {
  color: #13287d;
}
.cid-sCnXWTN86p .list UL {
  text-align: left;
}
.cid-sCnZniXGtY {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sCnZniXGtY .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCnZniXGtY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCnZniXGtY .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCnZniXGtY .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCnZniXGtY .mbr-text,
.cid-sCnZniXGtY .mbr-section-btn {
  color: #767676;
}
.cid-sCnZniXGtY .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-sCnZniXGtY .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCnZniXGtY .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCnZniXGtY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCnZniXGtY .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-sCnZniXGtY .main-row {
    margin: 0;
  }
  .cid-sCnZniXGtY .mbr-section-title,
  .cid-sCnZniXGtY .mbr-text,
  .cid-sCnZniXGtY .list,
  .cid-sCnZniXGtY .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCnZniXGtY .text-content {
    padding: 0;
  }
}
.cid-sCnZniXGtY .mbr-section-title {
  color: #13287d;
}
.cid-sCnZniXGtY .list UL {
  text-align: left;
}
.cid-sCo912cbwh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCo912cbwh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCo912cbwh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCo912cbwh .text-content {
  padding-right: 1.5rem;
}
.cid-sCo912cbwh .mbr-text,
.cid-sCo912cbwh .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sCo912cbwh .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-sCo912cbwh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCo912cbwh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCo912cbwh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCo912cbwh .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-sCo912cbwh .main-row {
    margin: 0;
  }
  .cid-sCo912cbwh .mbr-section-title,
  .cid-sCo912cbwh .mbr-text,
  .cid-sCo912cbwh .list,
  .cid-sCo912cbwh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCo912cbwh .text-content {
    padding: 0;
  }
}
.cid-sCo912cbwh .mbr-section-title {
  color: #13287d;
}
.cid-sCo912cbwh .list UL {
  text-align: left;
}
.cid-sCoqWkN8t6 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sCoqWkN8t6 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCoqWkN8t6 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCoqWkN8t6 .text-content {
  padding-right: 1.5rem;
}
.cid-sCoqWkN8t6 .mbr-text,
.cid-sCoqWkN8t6 .mbr-section-btn {
  color: #767676;
}
.cid-sCoqWkN8t6 .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-sCoqWkN8t6 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCoqWkN8t6 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCoqWkN8t6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCoqWkN8t6 .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-sCoqWkN8t6 .main-row {
    margin: 0;
  }
  .cid-sCoqWkN8t6 .mbr-section-title,
  .cid-sCoqWkN8t6 .mbr-text,
  .cid-sCoqWkN8t6 .list,
  .cid-sCoqWkN8t6 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCoqWkN8t6 .text-content {
    padding: 0;
  }
}
.cid-sCoqWkN8t6 .mbr-section-title {
  color: #13287d;
}
.cid-sAIQdoznFA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIQdoznFA .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIQdoznFA .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIQdoznFA .mbr-text {
  color: #83868c;
}
.cid-sAIQdoznFA .phone-word {
  color: #279e64;
}
.cid-sAIQdoznFA .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIQdoznFA .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIQdoznFA img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIQdoznFA .img1 {
  color: #279e64;
}
.cid-sAIQdoznFA .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIQdoznFA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIQdoznFA .content .link-wrap {
  color: red;
}
.cid-sAIQdoznFA .content .date-wrap {
  color: #13287d;
}
.cid-sAIQdoznFA .item,
.cid-sAIQdoznFA .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIQdoznFA .item h4,
.cid-sAIQdoznFA .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIQdoznFA .link {
  transition: all 0.3s ease-in;
}
.cid-sAIQdoznFA .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIQdoznFA .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIQdoznFA .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIQdoznFA .item .card-img {
  width: auto;
}
.cid-sAIQdoznFA .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIQdoznFA .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIQdoznFA h5 {
    text-align: left !important;
  }
  .cid-sAIQdoznFA .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIQdoznFA .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIQdoznFA .item-title:hover {
  color: #279e64;
}
.cid-sAIQdoznFA .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIQdoznFA .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIQdoznFA .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIQdoznFA .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIQdoznFA .btn[class*="-outline"]:active,
.cid-sAIQdoznFA .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIQdoznFA .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIQdoznFA .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIQdoznFA .pre-form {
  color: #83868c;
}
.cid-sAIQdoznFA .form-group,
.cid-sAIQdoznFA .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIQdoznFA .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-sAIQdoznFA .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIQdoznFA .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIQdoznFA .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIQdoznFA .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIQdoznFA .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIQdoznFA .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIQdoznFA .dragArea {
  flex-direction: column;
}
.cid-sAIQdoznFA .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXRGkXn0h.popup-builder {
  background-color: #ffffff;
}
.cid-sqXRGkXn0h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXRGkXn0h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXRGkXn0h .modal-content,
.cid-sqXRGkXn0h .modal-dialog {
  height: auto;
}
.cid-sqXRGkXn0h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXRGkXn0h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXRGkXn0h .form-wrapper .mbr-form .form-group,
  .cid-sqXRGkXn0h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXRGkXn0h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXRGkXn0h .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXRGkXn0h .mbr-text {
  text-align: center;
}
.cid-sqXRGkXn0h .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXRGkXn0h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXRGkXn0h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXRGkXn0h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXRGkXn0h .modal-open {
  overflow: hidden;
}
.cid-sqXRGkXn0h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXRGkXn0h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXRGkXn0h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXRGkXn0h .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXRGkXn0h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXRGkXn0h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXRGkXn0h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXRGkXn0h .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXRGkXn0h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXRGkXn0h .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXRGkXn0h .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXRGkXn0h .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXRGkXn0h .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXRGkXn0h .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXRGkXn0h .modal-header .close:focus {
  outline: none;
}
.cid-sqXRGkXn0h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXRGkXn0h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXRGkXn0h .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXRGkXn0h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXRGkXn0h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXRGkXn0h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXRGkXn0h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXRGkXn0h .modal-sm {
    max-width: 300px;
  }
  .cid-sqXRGkXn0h .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXRGkXn0h .modal-lg,
  .cid-sqXRGkXn0h .modal-xl {
    max-width: 800px;
  }
  .cid-sqXRGkXn0h .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXRGkXn0h .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXRGkXn0h .container {
    max-width: 1140px;
  }
}
.cid-sqXRGkXn0h .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXRGkXn0h .container {
    max-width: 720px;
  }
}
.cid-sqXRGkXn0h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXRGkXn0h .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXRGkXn0h .form-group {
  margin-bottom: 1rem;
}
.cid-sqXRGkXn0h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXRGkXn0h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXRGkXn0h .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIQeKhgdR.popup-builder {
  background-color: #ffffff;
}
.cid-sAIQeKhgdR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIQeKhgdR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIQeKhgdR .modal-content,
.cid-sAIQeKhgdR .modal-dialog {
  height: auto;
}
.cid-sAIQeKhgdR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIQeKhgdR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIQeKhgdR .form-wrapper .mbr-form .form-group,
  .cid-sAIQeKhgdR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIQeKhgdR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIQeKhgdR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIQeKhgdR .mbr-text {
  text-align: center;
}
.cid-sAIQeKhgdR .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIQeKhgdR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIQeKhgdR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIQeKhgdR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIQeKhgdR .modal-open {
  overflow: hidden;
}
.cid-sAIQeKhgdR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIQeKhgdR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIQeKhgdR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIQeKhgdR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIQeKhgdR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIQeKhgdR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIQeKhgdR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIQeKhgdR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIQeKhgdR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIQeKhgdR .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIQeKhgdR .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIQeKhgdR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIQeKhgdR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIQeKhgdR .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIQeKhgdR .modal-header .close:focus {
  outline: none;
}
.cid-sAIQeKhgdR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIQeKhgdR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIQeKhgdR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIQeKhgdR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIQeKhgdR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIQeKhgdR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIQeKhgdR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIQeKhgdR .modal-sm {
    max-width: 300px;
  }
  .cid-sAIQeKhgdR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIQeKhgdR .modal-lg,
  .cid-sAIQeKhgdR .modal-xl {
    max-width: 800px;
  }
  .cid-sAIQeKhgdR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIQeKhgdR .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIQeKhgdR .container {
    max-width: 1140px;
  }
}
.cid-sAIQeKhgdR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIQeKhgdR .container {
    max-width: 720px;
  }
}
.cid-sAIQeKhgdR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIQeKhgdR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIQeKhgdR .form-group {
  margin-bottom: 1rem;
}
.cid-sAIQeKhgdR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIQeKhgdR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIQeKhgdR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXTMuZ8qg .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXTMuZ8qg .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXTMuZ8qg .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXTMuZ8qg .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-sqXTMuZ8qg .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXTMuZ8qg .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-sqXTMuZ8qg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXTMuZ8qg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXTMuZ8qg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXTMuZ8qg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXTMuZ8qg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXTMuZ8qg .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-sqXTMuZ8qg .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXTMuZ8qg .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXTMuZ8qg .dropdown-item,
.cid-sqXTMuZ8qg .nav-link,
.cid-sqXTMuZ8qg .brand-name {
  font-style: normal;
}
.cid-sqXTMuZ8qg .dropdown-item:hover,
.cid-sqXTMuZ8qg .nav-link:hover,
.cid-sqXTMuZ8qg .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXTMuZ8qg .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXTMuZ8qg .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXTMuZ8qg .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXTMuZ8qg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXTMuZ8qg .nav-item {
  position: relative;
}
.cid-sqXTMuZ8qg .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXTMuZ8qg .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXTMuZ8qg .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXTMuZ8qg .nav-link {
    line-height: 6.13;
  }
  .cid-sqXTMuZ8qg .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXTMuZ8qg .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXTMuZ8qg .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-sqXTMuZ8qg .content-text {
  margin-bottom: 0;
}
.cid-sqXTMuZ8qg .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXTMuZ8qg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXTMuZ8qg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXTMuZ8qg .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXTMuZ8qg .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXTMuZ8qg .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXTMuZ8qg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXTMuZ8qg .content-right-side {
  text-align: center;
}
.cid-sqXTMuZ8qg .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXTMuZ8qg .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXTMuZ8qg .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXTMuZ8qg .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-sqXTMuZ8qg .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXTMuZ8qg .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXTMuZ8qg .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXTMuZ8qg .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXTMuZ8qg .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXTMuZ8qg .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXTMuZ8qg .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXTMuZ8qg .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXTMuZ8qg .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXTMuZ8qg .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-sqXTMuZ8qg .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXTMuZ8qg .navbar-toggler {
    display: none;
  }
  .cid-sqXTMuZ8qg .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXTMuZ8qg .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXTMuZ8qg .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXTMuZ8qg .btn-sm {
  padding: 13px 29px;
}
.cid-sqXTMuZ8qg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXTMuZ8qg .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-sqXTMuZ8qg .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXTMuZ8qg .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXTMuZ8qg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXTMuZ8qg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXTMuZ8qg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXTMuZ8qg .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXTMuZ8qg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXTMuZ8qg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXTMuZ8qg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXTMuZ8qg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXTMuZ8qg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXTMuZ8qg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXTMuZ8qg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXTMuZ8qg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXTMuZ8qg .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXTMuZ8qg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXTMuZ8qg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXTMuZ8qg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXTMuZ8qg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXTMuZ8qg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXTMuZ8qg button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXTMuZ8qg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXTMuZ8qg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXTMuZ8qg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXTMuZ8qg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXTMuZ8qg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXTMuZ8qg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXTMuZ8qg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXTMuZ8qg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXTMuZ8qg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXTMuZ8qg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXTMuZ8qg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXTMuZ8qg .collapsed .btn {
  display: flex;
}
.cid-sqXTMuZ8qg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.collapsing,
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXTMuZ8qg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXTMuZ8qg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXTMuZ8qg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXTMuZ8qg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXTMuZ8qg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXTMuZ8qg .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-sqXTMuZ8qg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXTMuZ8qg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXTMuZ8qg .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-sqXTMuZ8qg .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXTMuZ8qg .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXTMuZ8qg .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXTMuZ8qg .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXTMuZ8qg .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXTMuZ8qg .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-sqXTMuZ8qg .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXTMuZ8qg .navbar-collapse.collapsing,
  .cid-sqXTMuZ8qg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXTMuZ8qg .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXTMuZ8qg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXTMuZ8qg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXTMuZ8qg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXTMuZ8qg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXTMuZ8qg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXTMuZ8qg .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXTMuZ8qg .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXTMuZ8qg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXTMuZ8qg .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXTMuZ8qg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXTMuZ8qg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXTMuZ8qg img {
    height: 3.8rem !important;
  }
  .cid-sqXTMuZ8qg .btn {
    display: flex;
  }
  .cid-sqXTMuZ8qg button.navbar-toggler {
    display: block;
  }
  .cid-sqXTMuZ8qg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXTMuZ8qg .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXTMuZ8qg .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-sqXTMuZ8qg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXTMuZ8qg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXTMuZ8qg .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-sqXTMuZ8qg .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXTMuZ8qg .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXTMuZ8qg .navbar-toggler {
  position: relative;
}
.cid-sqXTMuZ8qg .dropdown-item.active,
.cid-sqXTMuZ8qg .dropdown-item:active {
  color: initial;
}
.cid-sqXTMuZ8qg .widget-title {
  color: #83868c;
}
.cid-sqXTMuZ8qg .widget-text {
  color: #83868c;
}
.cid-sqXTMuZ8qg .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXTMuZ8qg .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXTMuZ8qg .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXTMuZ8qg .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXTMuZ8qg .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXTMuZ8qg .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXTMuZ8qg .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXTMuZ8qg .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXTMuZ8qg .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXTMuZ8qg .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXTMuZ8qg .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXTMuZ8qg .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXTMuZ8qg .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXTMuZ8qg .menu-content-top,
  .cid-sqXTMuZ8qg .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXTMuZ8qg 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-sqXTMwT0Sy {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXTMwT0Sy .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXTMwT0Sy .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXTMwT0Sy .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXTMwT0Sy .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXTMwT0Sy .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXTMwT0Sy .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXTMwT0Sy .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXTMwT0Sy .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXTMwT0Sy .separator,
  .cid-sqXTMwT0Sy .sep-holder,
  .cid-sqXTMwT0Sy .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXTMwT0Sy .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXTMwT0Sy .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXTMwT0Sy .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXTMwT0Sy .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXTMwT0Sy .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXTMwT0Sy .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXTMwT0Sy .items .list-item:last-child .listico {
  display: none;
}
.cid-sCpkBXgVKv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCpkBXgVKv .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sCpkBXgVKv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sCpkBXgVKv p {
  line-height: 1.5;
}
.cid-sCpkBXgVKv .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sCpkBXgVKv .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sCpkBXgVKv .ico-line h3 {
  margin: 0;
}
.cid-sCpkBXgVKv .mail,
.cid-sCpkBXgVKv .phone,
.cid-sCpkBXgVKv .mbr-iconfont {
  display: inline-block;
}
.cid-sCpkBXgVKv .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sCpkBXgVKv .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sCpkBXgVKv .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sCpkBXgVKv .mbr-section-title,
.cid-sCpkBXgVKv .line-wrap {
  text-align: center;
  color: #13287d;
}
.cid-sCpkBXgVKv .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sCpkBXgVKv .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sCpkBXgVKv .phone {
  text-align: left;
}
.cid-sCpkBXgVKv .mbr-text {
  text-align: left;
}
.cid-sCozdPS9yo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sCozdPS9yo .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCozdPS9yo .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCozdPS9yo .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCozdPS9yo .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sCozdPS9yo .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCozdPS9yo .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCozdPS9yo .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sCozdPS9yo .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCozdPS9yo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCozdPS9yo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCozdPS9yo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCozdPS9yo .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCozdPS9yo .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCozdPS9yo * {
    text-align: left;
  }
}
.cid-sCoz7cGu70 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sCoz7cGu70 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCoz7cGu70 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCoz7cGu70 .text-content {
  padding-right: 1.5rem;
}
.cid-sCoz7cGu70 .mbr-text,
.cid-sCoz7cGu70 .mbr-section-btn {
  color: #767676;
}
.cid-sCoz7cGu70 .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-sCoz7cGu70 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCoz7cGu70 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCoz7cGu70 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCoz7cGu70 .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-sCoz7cGu70 .main-row {
    margin: 0;
  }
  .cid-sCoz7cGu70 .mbr-section-title,
  .cid-sCoz7cGu70 .mbr-text,
  .cid-sCoz7cGu70 .list,
  .cid-sCoz7cGu70 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCoz7cGu70 .text-content {
    padding: 0;
  }
}
.cid-sCoz7cGu70 .mbr-section-title {
  color: #13287d;
}
.cid-sCoyWCqrwT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sCoyWCqrwT .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCoyWCqrwT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCoyWCqrwT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCoyWCqrwT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCoyWCqrwT * {
    text-align: left;
  }
}
.cid-sqXTMycxnl {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqXTMycxnl .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqXTMycxnl .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqXTMycxnl .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqXTMycxnl .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqXTMycxnl .mbr-text,
.cid-sqXTMycxnl .mbr-section-btn {
  color: #14287f;
}
.cid-sqXTMycxnl .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-sqXTMycxnl .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqXTMycxnl .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqXTMycxnl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqXTMycxnl .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-sqXTMycxnl .main-row {
    margin: 0;
  }
  .cid-sqXTMycxnl .mbr-section-title,
  .cid-sqXTMycxnl .mbr-text,
  .cid-sqXTMycxnl .list,
  .cid-sqXTMycxnl .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqXTMycxnl .text-content {
    padding: 0;
  }
}
.cid-sqXTMycxnl .mbr-section-title {
  color: #14287f;
}
.cid-sAIQizy4H2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIQizy4H2 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIQizy4H2 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIQizy4H2 .mbr-text {
  color: #83868c;
}
.cid-sAIQizy4H2 .phone-word {
  color: #279e64;
}
.cid-sAIQizy4H2 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIQizy4H2 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIQizy4H2 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIQizy4H2 .img1 {
  color: #279e64;
}
.cid-sAIQizy4H2 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIQizy4H2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIQizy4H2 .content .link-wrap {
  color: red;
}
.cid-sAIQizy4H2 .content .date-wrap {
  color: #13287d;
}
.cid-sAIQizy4H2 .item,
.cid-sAIQizy4H2 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIQizy4H2 .item h4,
.cid-sAIQizy4H2 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIQizy4H2 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIQizy4H2 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIQizy4H2 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIQizy4H2 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIQizy4H2 .item .card-img {
  width: auto;
}
.cid-sAIQizy4H2 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIQizy4H2 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIQizy4H2 h5 {
    text-align: left !important;
  }
  .cid-sAIQizy4H2 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIQizy4H2 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIQizy4H2 .item-title:hover {
  color: #279e64;
}
.cid-sAIQizy4H2 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIQizy4H2 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIQizy4H2 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIQizy4H2 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIQizy4H2 .btn[class*="-outline"]:active,
.cid-sAIQizy4H2 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIQizy4H2 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIQizy4H2 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIQizy4H2 .pre-form {
  color: #83868c;
}
.cid-sAIQizy4H2 .form-group,
.cid-sAIQizy4H2 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIQizy4H2 .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-sAIQizy4H2 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIQizy4H2 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIQizy4H2 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIQizy4H2 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIQizy4H2 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIQizy4H2 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIQizy4H2 .dragArea {
  flex-direction: column;
}
.cid-sAIQizy4H2 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXTMB2rZx.popup-builder {
  background-color: #ffffff;
}
.cid-sqXTMB2rZx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXTMB2rZx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXTMB2rZx .modal-content,
.cid-sqXTMB2rZx .modal-dialog {
  height: auto;
}
.cid-sqXTMB2rZx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXTMB2rZx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXTMB2rZx .form-wrapper .mbr-form .form-group,
  .cid-sqXTMB2rZx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXTMB2rZx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXTMB2rZx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXTMB2rZx .mbr-text {
  text-align: center;
}
.cid-sqXTMB2rZx .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXTMB2rZx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXTMB2rZx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXTMB2rZx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXTMB2rZx .modal-open {
  overflow: hidden;
}
.cid-sqXTMB2rZx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXTMB2rZx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXTMB2rZx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXTMB2rZx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXTMB2rZx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXTMB2rZx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXTMB2rZx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXTMB2rZx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXTMB2rZx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXTMB2rZx .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXTMB2rZx .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXTMB2rZx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXTMB2rZx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXTMB2rZx .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXTMB2rZx .modal-header .close:focus {
  outline: none;
}
.cid-sqXTMB2rZx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXTMB2rZx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXTMB2rZx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXTMB2rZx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXTMB2rZx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXTMB2rZx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXTMB2rZx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXTMB2rZx .modal-sm {
    max-width: 300px;
  }
  .cid-sqXTMB2rZx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXTMB2rZx .modal-lg,
  .cid-sqXTMB2rZx .modal-xl {
    max-width: 800px;
  }
  .cid-sqXTMB2rZx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXTMB2rZx .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXTMB2rZx .container {
    max-width: 1140px;
  }
}
.cid-sqXTMB2rZx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXTMB2rZx .container {
    max-width: 720px;
  }
}
.cid-sqXTMB2rZx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXTMB2rZx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXTMB2rZx .form-group {
  margin-bottom: 1rem;
}
.cid-sqXTMB2rZx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXTMB2rZx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXTMB2rZx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIQjTFyXq.popup-builder {
  background-color: #ffffff;
}
.cid-sAIQjTFyXq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIQjTFyXq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIQjTFyXq .modal-content,
.cid-sAIQjTFyXq .modal-dialog {
  height: auto;
}
.cid-sAIQjTFyXq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIQjTFyXq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIQjTFyXq .form-wrapper .mbr-form .form-group,
  .cid-sAIQjTFyXq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIQjTFyXq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIQjTFyXq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIQjTFyXq .mbr-text {
  text-align: center;
}
.cid-sAIQjTFyXq .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIQjTFyXq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIQjTFyXq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIQjTFyXq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIQjTFyXq .modal-open {
  overflow: hidden;
}
.cid-sAIQjTFyXq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIQjTFyXq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIQjTFyXq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIQjTFyXq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIQjTFyXq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIQjTFyXq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIQjTFyXq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIQjTFyXq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIQjTFyXq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIQjTFyXq .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIQjTFyXq .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIQjTFyXq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIQjTFyXq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIQjTFyXq .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIQjTFyXq .modal-header .close:focus {
  outline: none;
}
.cid-sAIQjTFyXq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIQjTFyXq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIQjTFyXq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIQjTFyXq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIQjTFyXq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIQjTFyXq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIQjTFyXq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIQjTFyXq .modal-sm {
    max-width: 300px;
  }
  .cid-sAIQjTFyXq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIQjTFyXq .modal-lg,
  .cid-sAIQjTFyXq .modal-xl {
    max-width: 800px;
  }
  .cid-sAIQjTFyXq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIQjTFyXq .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIQjTFyXq .container {
    max-width: 1140px;
  }
}
.cid-sAIQjTFyXq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIQjTFyXq .container {
    max-width: 720px;
  }
}
.cid-sAIQjTFyXq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIQjTFyXq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIQjTFyXq .form-group {
  margin-bottom: 1rem;
}
.cid-sAIQjTFyXq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIQjTFyXq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIQjTFyXq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXVx81bBj .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXVx81bBj .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXVx81bBj .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXVx81bBj .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-sqXVx81bBj .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXVx81bBj .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-sqXVx81bBj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXVx81bBj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXVx81bBj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXVx81bBj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXVx81bBj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXVx81bBj .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-sqXVx81bBj .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXVx81bBj .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXVx81bBj .dropdown-item,
.cid-sqXVx81bBj .nav-link,
.cid-sqXVx81bBj .brand-name {
  font-style: normal;
}
.cid-sqXVx81bBj .dropdown-item:hover,
.cid-sqXVx81bBj .nav-link:hover,
.cid-sqXVx81bBj .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXVx81bBj .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXVx81bBj .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXVx81bBj .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXVx81bBj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXVx81bBj .nav-item {
  position: relative;
}
.cid-sqXVx81bBj .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXVx81bBj .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXVx81bBj .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXVx81bBj .nav-link {
    line-height: 6.13;
  }
  .cid-sqXVx81bBj .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXVx81bBj .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXVx81bBj .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-sqXVx81bBj .content-text {
  margin-bottom: 0;
}
.cid-sqXVx81bBj .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXVx81bBj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXVx81bBj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXVx81bBj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXVx81bBj .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXVx81bBj .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXVx81bBj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXVx81bBj .content-right-side {
  text-align: center;
}
.cid-sqXVx81bBj .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXVx81bBj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXVx81bBj .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXVx81bBj .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-sqXVx81bBj .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXVx81bBj .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXVx81bBj .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXVx81bBj .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXVx81bBj .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXVx81bBj .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXVx81bBj .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXVx81bBj .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXVx81bBj .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXVx81bBj .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-sqXVx81bBj .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXVx81bBj .navbar-toggler {
    display: none;
  }
  .cid-sqXVx81bBj .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXVx81bBj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXVx81bBj .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXVx81bBj .btn-sm {
  padding: 13px 29px;
}
.cid-sqXVx81bBj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXVx81bBj .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-sqXVx81bBj .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXVx81bBj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXVx81bBj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXVx81bBj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXVx81bBj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXVx81bBj .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXVx81bBj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXVx81bBj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXVx81bBj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXVx81bBj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXVx81bBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXVx81bBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXVx81bBj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXVx81bBj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXVx81bBj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXVx81bBj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXVx81bBj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXVx81bBj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXVx81bBj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXVx81bBj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXVx81bBj button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXVx81bBj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXVx81bBj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXVx81bBj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXVx81bBj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXVx81bBj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXVx81bBj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXVx81bBj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXVx81bBj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXVx81bBj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXVx81bBj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXVx81bBj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXVx81bBj .collapsed .btn {
  display: flex;
}
.cid-sqXVx81bBj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXVx81bBj .collapsed .navbar-collapse.collapsing,
.cid-sqXVx81bBj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXVx81bBj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXVx81bBj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXVx81bBj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXVx81bBj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXVx81bBj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXVx81bBj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXVx81bBj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXVx81bBj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXVx81bBj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXVx81bBj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXVx81bBj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXVx81bBj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXVx81bBj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXVx81bBj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXVx81bBj .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-sqXVx81bBj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXVx81bBj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXVx81bBj .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-sqXVx81bBj .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXVx81bBj .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXVx81bBj .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXVx81bBj .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXVx81bBj .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXVx81bBj .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-sqXVx81bBj .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXVx81bBj .navbar-collapse.collapsing,
  .cid-sqXVx81bBj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXVx81bBj .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXVx81bBj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXVx81bBj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXVx81bBj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXVx81bBj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXVx81bBj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXVx81bBj .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXVx81bBj .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXVx81bBj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXVx81bBj .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXVx81bBj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXVx81bBj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXVx81bBj img {
    height: 3.8rem !important;
  }
  .cid-sqXVx81bBj .btn {
    display: flex;
  }
  .cid-sqXVx81bBj button.navbar-toggler {
    display: block;
  }
  .cid-sqXVx81bBj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXVx81bBj .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXVx81bBj .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-sqXVx81bBj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXVx81bBj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXVx81bBj .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-sqXVx81bBj .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXVx81bBj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXVx81bBj .navbar-toggler {
  position: relative;
}
.cid-sqXVx81bBj .dropdown-item.active,
.cid-sqXVx81bBj .dropdown-item:active {
  color: initial;
}
.cid-sqXVx81bBj .widget-title {
  color: #83868c;
}
.cid-sqXVx81bBj .widget-text {
  color: #83868c;
}
.cid-sqXVx81bBj .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXVx81bBj .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXVx81bBj .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXVx81bBj .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXVx81bBj .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXVx81bBj .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXVx81bBj .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXVx81bBj .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXVx81bBj .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXVx81bBj .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXVx81bBj .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXVx81bBj .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXVx81bBj .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXVx81bBj .menu-content-top,
  .cid-sqXVx81bBj .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXVx81bBj 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-sqXVxa1qAQ {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXVxa1qAQ .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXVxa1qAQ .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXVxa1qAQ .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXVxa1qAQ .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXVxa1qAQ .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXVxa1qAQ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXVxa1qAQ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXVxa1qAQ .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXVxa1qAQ .separator,
  .cid-sqXVxa1qAQ .sep-holder,
  .cid-sqXVxa1qAQ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXVxa1qAQ .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXVxa1qAQ .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXVxa1qAQ .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXVxa1qAQ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXVxa1qAQ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXVxa1qAQ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXVxa1qAQ .items .list-item:last-child .listico {
  display: none;
}
.cid-sqXVxbdmaq {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqXVxbdmaq .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqXVxbdmaq .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqXVxbdmaq .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqXVxbdmaq .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqXVxbdmaq .mbr-text,
.cid-sqXVxbdmaq .mbr-section-btn {
  color: #767676;
}
.cid-sqXVxbdmaq .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-sqXVxbdmaq .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqXVxbdmaq .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqXVxbdmaq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqXVxbdmaq .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-sqXVxbdmaq .main-row {
    margin: 0;
  }
  .cid-sqXVxbdmaq .mbr-section-title,
  .cid-sqXVxbdmaq .mbr-text,
  .cid-sqXVxbdmaq .list,
  .cid-sqXVxbdmaq .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqXVxbdmaq .text-content {
    padding: 0;
  }
}
.cid-sqXVxbdmaq .mbr-section-title {
  color: #14287f;
}
.cid-sqXVxbdmaq .list UL {
  text-align: left;
}
.cid-ssjniBn7L8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ssjniBn7L8 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ssjniBn7L8 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssjniBn7L8 .text-content {
  padding-right: 1.5rem;
}
.cid-ssjniBn7L8 .mbr-text,
.cid-ssjniBn7L8 .mbr-section-btn {
  color: #767676;
}
.cid-ssjniBn7L8 .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-ssjniBn7L8 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ssjniBn7L8 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ssjniBn7L8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ssjniBn7L8 .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-ssjniBn7L8 .main-row {
    margin: 0;
  }
  .cid-ssjniBn7L8 .mbr-section-title,
  .cid-ssjniBn7L8 .mbr-text,
  .cid-ssjniBn7L8 .list,
  .cid-ssjniBn7L8 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ssjniBn7L8 .text-content {
    padding: 0;
  }
}
.cid-ssjniBn7L8 .mbr-section-title {
  color: #14287f;
}
.cid-sAIQtBCqoQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIQtBCqoQ .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIQtBCqoQ .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIQtBCqoQ .mbr-text {
  color: #83868c;
}
.cid-sAIQtBCqoQ .phone-word {
  color: #279e64;
}
.cid-sAIQtBCqoQ .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIQtBCqoQ .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIQtBCqoQ img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIQtBCqoQ .img1 {
  color: #279e64;
}
.cid-sAIQtBCqoQ .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIQtBCqoQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIQtBCqoQ .content .link-wrap {
  color: red;
}
.cid-sAIQtBCqoQ .content .date-wrap {
  color: #13287d;
}
.cid-sAIQtBCqoQ .item,
.cid-sAIQtBCqoQ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIQtBCqoQ .item h4,
.cid-sAIQtBCqoQ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIQtBCqoQ .link {
  transition: all 0.3s ease-in;
}
.cid-sAIQtBCqoQ .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIQtBCqoQ .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIQtBCqoQ .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIQtBCqoQ .item .card-img {
  width: auto;
}
.cid-sAIQtBCqoQ .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIQtBCqoQ .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIQtBCqoQ h5 {
    text-align: left !important;
  }
  .cid-sAIQtBCqoQ .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIQtBCqoQ .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIQtBCqoQ .item-title:hover {
  color: #279e64;
}
.cid-sAIQtBCqoQ .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIQtBCqoQ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIQtBCqoQ .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIQtBCqoQ .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIQtBCqoQ .btn[class*="-outline"]:active,
.cid-sAIQtBCqoQ .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIQtBCqoQ .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIQtBCqoQ .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIQtBCqoQ .pre-form {
  color: #83868c;
}
.cid-sAIQtBCqoQ .form-group,
.cid-sAIQtBCqoQ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIQtBCqoQ .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-sAIQtBCqoQ .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIQtBCqoQ .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIQtBCqoQ .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIQtBCqoQ .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIQtBCqoQ .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIQtBCqoQ .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIQtBCqoQ .dragArea {
  flex-direction: column;
}
.cid-sAIQtBCqoQ .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXVxdHVJt.popup-builder {
  background-color: #ffffff;
}
.cid-sqXVxdHVJt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXVxdHVJt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXVxdHVJt .modal-content,
.cid-sqXVxdHVJt .modal-dialog {
  height: auto;
}
.cid-sqXVxdHVJt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXVxdHVJt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXVxdHVJt .form-wrapper .mbr-form .form-group,
  .cid-sqXVxdHVJt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXVxdHVJt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXVxdHVJt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXVxdHVJt .mbr-text {
  text-align: center;
}
.cid-sqXVxdHVJt .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXVxdHVJt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXVxdHVJt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXVxdHVJt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXVxdHVJt .modal-open {
  overflow: hidden;
}
.cid-sqXVxdHVJt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXVxdHVJt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXVxdHVJt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXVxdHVJt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXVxdHVJt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXVxdHVJt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXVxdHVJt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXVxdHVJt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXVxdHVJt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXVxdHVJt .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXVxdHVJt .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXVxdHVJt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXVxdHVJt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXVxdHVJt .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXVxdHVJt .modal-header .close:focus {
  outline: none;
}
.cid-sqXVxdHVJt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXVxdHVJt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXVxdHVJt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXVxdHVJt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXVxdHVJt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXVxdHVJt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXVxdHVJt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXVxdHVJt .modal-sm {
    max-width: 300px;
  }
  .cid-sqXVxdHVJt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXVxdHVJt .modal-lg,
  .cid-sqXVxdHVJt .modal-xl {
    max-width: 800px;
  }
  .cid-sqXVxdHVJt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXVxdHVJt .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXVxdHVJt .container {
    max-width: 1140px;
  }
}
.cid-sqXVxdHVJt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXVxdHVJt .container {
    max-width: 720px;
  }
}
.cid-sqXVxdHVJt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXVxdHVJt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXVxdHVJt .form-group {
  margin-bottom: 1rem;
}
.cid-sqXVxdHVJt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXVxdHVJt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXVxdHVJt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIQv4ezwS.popup-builder {
  background-color: #ffffff;
}
.cid-sAIQv4ezwS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIQv4ezwS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIQv4ezwS .modal-content,
.cid-sAIQv4ezwS .modal-dialog {
  height: auto;
}
.cid-sAIQv4ezwS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIQv4ezwS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIQv4ezwS .form-wrapper .mbr-form .form-group,
  .cid-sAIQv4ezwS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIQv4ezwS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIQv4ezwS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIQv4ezwS .mbr-text {
  text-align: center;
}
.cid-sAIQv4ezwS .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIQv4ezwS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIQv4ezwS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIQv4ezwS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIQv4ezwS .modal-open {
  overflow: hidden;
}
.cid-sAIQv4ezwS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIQv4ezwS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIQv4ezwS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIQv4ezwS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIQv4ezwS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIQv4ezwS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIQv4ezwS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIQv4ezwS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIQv4ezwS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIQv4ezwS .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIQv4ezwS .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIQv4ezwS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIQv4ezwS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIQv4ezwS .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIQv4ezwS .modal-header .close:focus {
  outline: none;
}
.cid-sAIQv4ezwS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIQv4ezwS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIQv4ezwS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIQv4ezwS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIQv4ezwS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIQv4ezwS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIQv4ezwS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIQv4ezwS .modal-sm {
    max-width: 300px;
  }
  .cid-sAIQv4ezwS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIQv4ezwS .modal-lg,
  .cid-sAIQv4ezwS .modal-xl {
    max-width: 800px;
  }
  .cid-sAIQv4ezwS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIQv4ezwS .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIQv4ezwS .container {
    max-width: 1140px;
  }
}
.cid-sAIQv4ezwS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIQv4ezwS .container {
    max-width: 720px;
  }
}
.cid-sAIQv4ezwS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIQv4ezwS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIQv4ezwS .form-group {
  margin-bottom: 1rem;
}
.cid-sAIQv4ezwS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIQv4ezwS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIQv4ezwS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXYdL44sr .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXYdL44sr .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXYdL44sr .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXYdL44sr .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-sqXYdL44sr .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXYdL44sr .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-sqXYdL44sr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXYdL44sr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXYdL44sr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXYdL44sr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXYdL44sr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXYdL44sr .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-sqXYdL44sr .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXYdL44sr .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXYdL44sr .dropdown-item,
.cid-sqXYdL44sr .nav-link,
.cid-sqXYdL44sr .brand-name {
  font-style: normal;
}
.cid-sqXYdL44sr .dropdown-item:hover,
.cid-sqXYdL44sr .nav-link:hover,
.cid-sqXYdL44sr .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXYdL44sr .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXYdL44sr .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXYdL44sr .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXYdL44sr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXYdL44sr .nav-item {
  position: relative;
}
.cid-sqXYdL44sr .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXYdL44sr .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXYdL44sr .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXYdL44sr .nav-link {
    line-height: 6.13;
  }
  .cid-sqXYdL44sr .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXYdL44sr .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXYdL44sr .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-sqXYdL44sr .content-text {
  margin-bottom: 0;
}
.cid-sqXYdL44sr .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXYdL44sr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXYdL44sr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXYdL44sr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXYdL44sr .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXYdL44sr .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXYdL44sr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXYdL44sr .content-right-side {
  text-align: center;
}
.cid-sqXYdL44sr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXYdL44sr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXYdL44sr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXYdL44sr .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-sqXYdL44sr .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXYdL44sr .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXYdL44sr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXYdL44sr .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXYdL44sr .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXYdL44sr .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXYdL44sr .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXYdL44sr .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXYdL44sr .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXYdL44sr .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-sqXYdL44sr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXYdL44sr .navbar-toggler {
    display: none;
  }
  .cid-sqXYdL44sr .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXYdL44sr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXYdL44sr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXYdL44sr .btn-sm {
  padding: 13px 29px;
}
.cid-sqXYdL44sr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXYdL44sr .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-sqXYdL44sr .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXYdL44sr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXYdL44sr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXYdL44sr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXYdL44sr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXYdL44sr .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXYdL44sr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXYdL44sr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXYdL44sr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXYdL44sr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXYdL44sr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXYdL44sr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXYdL44sr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXYdL44sr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXYdL44sr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXYdL44sr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXYdL44sr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXYdL44sr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXYdL44sr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXYdL44sr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXYdL44sr button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXYdL44sr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXYdL44sr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXYdL44sr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXYdL44sr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXYdL44sr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXYdL44sr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXYdL44sr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXYdL44sr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXYdL44sr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXYdL44sr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXYdL44sr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXYdL44sr .collapsed .btn {
  display: flex;
}
.cid-sqXYdL44sr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXYdL44sr .collapsed .navbar-collapse.collapsing,
.cid-sqXYdL44sr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXYdL44sr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXYdL44sr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXYdL44sr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXYdL44sr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXYdL44sr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXYdL44sr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXYdL44sr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXYdL44sr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXYdL44sr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXYdL44sr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXYdL44sr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXYdL44sr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXYdL44sr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXYdL44sr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXYdL44sr .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-sqXYdL44sr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXYdL44sr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXYdL44sr .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-sqXYdL44sr .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXYdL44sr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXYdL44sr .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXYdL44sr .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXYdL44sr .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXYdL44sr .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-sqXYdL44sr .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXYdL44sr .navbar-collapse.collapsing,
  .cid-sqXYdL44sr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXYdL44sr .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXYdL44sr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXYdL44sr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXYdL44sr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXYdL44sr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXYdL44sr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXYdL44sr .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXYdL44sr .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXYdL44sr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXYdL44sr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXYdL44sr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXYdL44sr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXYdL44sr img {
    height: 3.8rem !important;
  }
  .cid-sqXYdL44sr .btn {
    display: flex;
  }
  .cid-sqXYdL44sr button.navbar-toggler {
    display: block;
  }
  .cid-sqXYdL44sr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXYdL44sr .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXYdL44sr .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-sqXYdL44sr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXYdL44sr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXYdL44sr .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-sqXYdL44sr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXYdL44sr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXYdL44sr .navbar-toggler {
  position: relative;
}
.cid-sqXYdL44sr .dropdown-item.active,
.cid-sqXYdL44sr .dropdown-item:active {
  color: initial;
}
.cid-sqXYdL44sr .widget-title {
  color: #83868c;
}
.cid-sqXYdL44sr .widget-text {
  color: #83868c;
}
.cid-sqXYdL44sr .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXYdL44sr .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXYdL44sr .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXYdL44sr .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXYdL44sr .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXYdL44sr .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXYdL44sr .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXYdL44sr .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXYdL44sr .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXYdL44sr .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXYdL44sr .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXYdL44sr .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXYdL44sr .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXYdL44sr .menu-content-top,
  .cid-sqXYdL44sr .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXYdL44sr 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-sqXYdMINMg {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXYdMINMg .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXYdMINMg .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXYdMINMg .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXYdMINMg .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXYdMINMg .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXYdMINMg .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXYdMINMg .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXYdMINMg .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXYdMINMg .separator,
  .cid-sqXYdMINMg .sep-holder,
  .cid-sqXYdMINMg .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXYdMINMg .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXYdMINMg .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXYdMINMg .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXYdMINMg .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXYdMINMg .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXYdMINMg .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXYdMINMg .items .list-item:last-child .listico {
  display: none;
}
.cid-sCptdV9Abq {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-sCptdV9Abq img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sCptdV9Abq .row {
  justify-content: center;
}
.cid-sCptdV9Abq .mbr-text {
  color: #1b1a1a;
}
.cid-sCptdV9Abq .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sCptdV9Abq .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sCptdV9Abq .date {
  margin: 0;
  color: #cccccc;
}
.cid-sCptdV9Abq .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sCptdV9Abq .icon-box {
    flex-direction: column;
  }
  .cid-sCptdV9Abq .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sCptdV9Abq img {
    margin-bottom: 2rem;
  }
}
.cid-sqXYdO9Wfx {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqXYdO9Wfx .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqXYdO9Wfx .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqXYdO9Wfx .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqXYdO9Wfx .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqXYdO9Wfx .mbr-text,
.cid-sqXYdO9Wfx .mbr-section-btn {
  color: #767676;
}
.cid-sqXYdO9Wfx .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-sqXYdO9Wfx .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqXYdO9Wfx .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqXYdO9Wfx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqXYdO9Wfx .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-sqXYdO9Wfx .main-row {
    margin: 0;
  }
  .cid-sqXYdO9Wfx .mbr-section-title,
  .cid-sqXYdO9Wfx .mbr-text,
  .cid-sqXYdO9Wfx .list,
  .cid-sqXYdO9Wfx .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqXYdO9Wfx .text-content {
    padding: 0;
  }
}
.cid-sqXYdO9Wfx .mbr-section-title {
  color: #14287f;
}
.cid-sqXYdO9Wfx .list UL {
  text-align: left;
}
.cid-sAIQyy1NsD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIQyy1NsD .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIQyy1NsD .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIQyy1NsD .mbr-text {
  color: #83868c;
}
.cid-sAIQyy1NsD .phone-word {
  color: #279e64;
}
.cid-sAIQyy1NsD .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIQyy1NsD .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIQyy1NsD img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIQyy1NsD .img1 {
  color: #279e64;
}
.cid-sAIQyy1NsD .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIQyy1NsD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIQyy1NsD .content .link-wrap {
  color: red;
}
.cid-sAIQyy1NsD .content .date-wrap {
  color: #13287d;
}
.cid-sAIQyy1NsD .item,
.cid-sAIQyy1NsD .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIQyy1NsD .item h4,
.cid-sAIQyy1NsD .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIQyy1NsD .link {
  transition: all 0.3s ease-in;
}
.cid-sAIQyy1NsD .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIQyy1NsD .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIQyy1NsD .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIQyy1NsD .item .card-img {
  width: auto;
}
.cid-sAIQyy1NsD .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIQyy1NsD .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIQyy1NsD h5 {
    text-align: left !important;
  }
  .cid-sAIQyy1NsD .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIQyy1NsD .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIQyy1NsD .item-title:hover {
  color: #279e64;
}
.cid-sAIQyy1NsD .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIQyy1NsD .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIQyy1NsD .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIQyy1NsD .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIQyy1NsD .btn[class*="-outline"]:active,
.cid-sAIQyy1NsD .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIQyy1NsD .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIQyy1NsD .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIQyy1NsD .pre-form {
  color: #83868c;
}
.cid-sAIQyy1NsD .form-group,
.cid-sAIQyy1NsD .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIQyy1NsD .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-sAIQyy1NsD .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIQyy1NsD .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIQyy1NsD .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIQyy1NsD .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIQyy1NsD .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIQyy1NsD .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIQyy1NsD .dragArea {
  flex-direction: column;
}
.cid-sAIQyy1NsD .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXYdS4WVv.popup-builder {
  background-color: #ffffff;
}
.cid-sqXYdS4WVv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXYdS4WVv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXYdS4WVv .modal-content,
.cid-sqXYdS4WVv .modal-dialog {
  height: auto;
}
.cid-sqXYdS4WVv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXYdS4WVv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXYdS4WVv .form-wrapper .mbr-form .form-group,
  .cid-sqXYdS4WVv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXYdS4WVv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXYdS4WVv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXYdS4WVv .mbr-text {
  text-align: center;
}
.cid-sqXYdS4WVv .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXYdS4WVv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXYdS4WVv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXYdS4WVv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXYdS4WVv .modal-open {
  overflow: hidden;
}
.cid-sqXYdS4WVv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXYdS4WVv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXYdS4WVv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXYdS4WVv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXYdS4WVv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXYdS4WVv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXYdS4WVv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXYdS4WVv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXYdS4WVv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXYdS4WVv .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXYdS4WVv .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXYdS4WVv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXYdS4WVv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXYdS4WVv .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXYdS4WVv .modal-header .close:focus {
  outline: none;
}
.cid-sqXYdS4WVv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXYdS4WVv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXYdS4WVv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXYdS4WVv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXYdS4WVv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXYdS4WVv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXYdS4WVv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXYdS4WVv .modal-sm {
    max-width: 300px;
  }
  .cid-sqXYdS4WVv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXYdS4WVv .modal-lg,
  .cid-sqXYdS4WVv .modal-xl {
    max-width: 800px;
  }
  .cid-sqXYdS4WVv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXYdS4WVv .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXYdS4WVv .container {
    max-width: 1140px;
  }
}
.cid-sqXYdS4WVv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXYdS4WVv .container {
    max-width: 720px;
  }
}
.cid-sqXYdS4WVv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXYdS4WVv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXYdS4WVv .form-group {
  margin-bottom: 1rem;
}
.cid-sqXYdS4WVv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXYdS4WVv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXYdS4WVv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIQzZsjyn.popup-builder {
  background-color: #ffffff;
}
.cid-sAIQzZsjyn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIQzZsjyn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIQzZsjyn .modal-content,
.cid-sAIQzZsjyn .modal-dialog {
  height: auto;
}
.cid-sAIQzZsjyn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIQzZsjyn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIQzZsjyn .form-wrapper .mbr-form .form-group,
  .cid-sAIQzZsjyn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIQzZsjyn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIQzZsjyn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIQzZsjyn .mbr-text {
  text-align: center;
}
.cid-sAIQzZsjyn .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIQzZsjyn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIQzZsjyn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIQzZsjyn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIQzZsjyn .modal-open {
  overflow: hidden;
}
.cid-sAIQzZsjyn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIQzZsjyn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIQzZsjyn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIQzZsjyn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIQzZsjyn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIQzZsjyn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIQzZsjyn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIQzZsjyn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIQzZsjyn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIQzZsjyn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIQzZsjyn .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIQzZsjyn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIQzZsjyn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIQzZsjyn .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIQzZsjyn .modal-header .close:focus {
  outline: none;
}
.cid-sAIQzZsjyn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIQzZsjyn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIQzZsjyn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIQzZsjyn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIQzZsjyn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIQzZsjyn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIQzZsjyn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIQzZsjyn .modal-sm {
    max-width: 300px;
  }
  .cid-sAIQzZsjyn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIQzZsjyn .modal-lg,
  .cid-sAIQzZsjyn .modal-xl {
    max-width: 800px;
  }
  .cid-sAIQzZsjyn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIQzZsjyn .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIQzZsjyn .container {
    max-width: 1140px;
  }
}
.cid-sAIQzZsjyn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIQzZsjyn .container {
    max-width: 720px;
  }
}
.cid-sAIQzZsjyn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIQzZsjyn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIQzZsjyn .form-group {
  margin-bottom: 1rem;
}
.cid-sAIQzZsjyn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIQzZsjyn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIQzZsjyn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXZ4505mE .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXZ4505mE .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXZ4505mE .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXZ4505mE .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-sqXZ4505mE .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXZ4505mE .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-sqXZ4505mE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXZ4505mE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXZ4505mE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXZ4505mE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXZ4505mE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXZ4505mE .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-sqXZ4505mE .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXZ4505mE .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXZ4505mE .dropdown-item,
.cid-sqXZ4505mE .nav-link,
.cid-sqXZ4505mE .brand-name {
  font-style: normal;
}
.cid-sqXZ4505mE .dropdown-item:hover,
.cid-sqXZ4505mE .nav-link:hover,
.cid-sqXZ4505mE .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXZ4505mE .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXZ4505mE .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXZ4505mE .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXZ4505mE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXZ4505mE .nav-item {
  position: relative;
}
.cid-sqXZ4505mE .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXZ4505mE .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXZ4505mE .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXZ4505mE .nav-link {
    line-height: 6.13;
  }
  .cid-sqXZ4505mE .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXZ4505mE .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXZ4505mE .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-sqXZ4505mE .content-text {
  margin-bottom: 0;
}
.cid-sqXZ4505mE .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXZ4505mE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXZ4505mE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXZ4505mE .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXZ4505mE .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXZ4505mE .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXZ4505mE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXZ4505mE .content-right-side {
  text-align: center;
}
.cid-sqXZ4505mE .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXZ4505mE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXZ4505mE .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXZ4505mE .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-sqXZ4505mE .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXZ4505mE .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXZ4505mE .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXZ4505mE .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXZ4505mE .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXZ4505mE .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXZ4505mE .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXZ4505mE .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXZ4505mE .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXZ4505mE .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-sqXZ4505mE .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXZ4505mE .navbar-toggler {
    display: none;
  }
  .cid-sqXZ4505mE .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXZ4505mE .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXZ4505mE .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXZ4505mE .btn-sm {
  padding: 13px 29px;
}
.cid-sqXZ4505mE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXZ4505mE .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-sqXZ4505mE .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXZ4505mE .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXZ4505mE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXZ4505mE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXZ4505mE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXZ4505mE .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXZ4505mE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXZ4505mE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXZ4505mE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXZ4505mE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXZ4505mE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXZ4505mE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXZ4505mE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXZ4505mE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXZ4505mE .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXZ4505mE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXZ4505mE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXZ4505mE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXZ4505mE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXZ4505mE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXZ4505mE button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXZ4505mE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXZ4505mE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXZ4505mE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXZ4505mE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXZ4505mE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXZ4505mE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXZ4505mE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXZ4505mE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXZ4505mE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXZ4505mE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXZ4505mE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXZ4505mE .collapsed .btn {
  display: flex;
}
.cid-sqXZ4505mE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXZ4505mE .collapsed .navbar-collapse.collapsing,
.cid-sqXZ4505mE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXZ4505mE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXZ4505mE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXZ4505mE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXZ4505mE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXZ4505mE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXZ4505mE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXZ4505mE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXZ4505mE .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXZ4505mE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXZ4505mE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXZ4505mE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXZ4505mE .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXZ4505mE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXZ4505mE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXZ4505mE .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-sqXZ4505mE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXZ4505mE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXZ4505mE .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-sqXZ4505mE .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXZ4505mE .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXZ4505mE .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXZ4505mE .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXZ4505mE .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXZ4505mE .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-sqXZ4505mE .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXZ4505mE .navbar-collapse.collapsing,
  .cid-sqXZ4505mE .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXZ4505mE .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXZ4505mE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXZ4505mE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXZ4505mE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXZ4505mE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXZ4505mE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXZ4505mE .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXZ4505mE .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXZ4505mE .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXZ4505mE .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXZ4505mE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXZ4505mE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXZ4505mE img {
    height: 3.8rem !important;
  }
  .cid-sqXZ4505mE .btn {
    display: flex;
  }
  .cid-sqXZ4505mE button.navbar-toggler {
    display: block;
  }
  .cid-sqXZ4505mE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXZ4505mE .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXZ4505mE .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-sqXZ4505mE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXZ4505mE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXZ4505mE .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-sqXZ4505mE .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXZ4505mE .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXZ4505mE .navbar-toggler {
  position: relative;
}
.cid-sqXZ4505mE .dropdown-item.active,
.cid-sqXZ4505mE .dropdown-item:active {
  color: initial;
}
.cid-sqXZ4505mE .widget-title {
  color: #83868c;
}
.cid-sqXZ4505mE .widget-text {
  color: #83868c;
}
.cid-sqXZ4505mE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXZ4505mE .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXZ4505mE .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXZ4505mE .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXZ4505mE .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXZ4505mE .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXZ4505mE .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXZ4505mE .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXZ4505mE .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXZ4505mE .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXZ4505mE .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXZ4505mE .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXZ4505mE .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXZ4505mE .menu-content-top,
  .cid-sqXZ4505mE .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXZ4505mE 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-sqXZ46INY3 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXZ46INY3 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXZ46INY3 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXZ46INY3 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXZ46INY3 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXZ46INY3 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXZ46INY3 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXZ46INY3 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXZ46INY3 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXZ46INY3 .separator,
  .cid-sqXZ46INY3 .sep-holder,
  .cid-sqXZ46INY3 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXZ46INY3 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXZ46INY3 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXZ46INY3 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXZ46INY3 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXZ46INY3 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXZ46INY3 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXZ46INY3 .items .list-item:last-child .listico {
  display: none;
}
.cid-sso58HzBbB {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sso58HzBbB .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sso58HzBbB .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sso58HzBbB .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sso58HzBbB .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sso58HzBbB .mbr-text,
.cid-sso58HzBbB .mbr-section-btn {
  color: #767676;
}
.cid-sso58HzBbB .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-sso58HzBbB .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sso58HzBbB .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sso58HzBbB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sso58HzBbB .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-sso58HzBbB .main-row {
    margin: 0;
  }
  .cid-sso58HzBbB .mbr-section-title,
  .cid-sso58HzBbB .mbr-text,
  .cid-sso58HzBbB .list,
  .cid-sso58HzBbB .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sso58HzBbB .text-content {
    padding: 0;
  }
}
.cid-sso58HzBbB .mbr-section-title {
  color: #14287f;
}
.cid-sqXZ47Pldf {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sqXZ47Pldf .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqXZ47Pldf .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqXZ47Pldf .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqXZ47Pldf .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqXZ47Pldf .mbr-text,
.cid-sqXZ47Pldf .mbr-section-btn {
  color: #767676;
}
.cid-sqXZ47Pldf .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-sqXZ47Pldf .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqXZ47Pldf .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqXZ47Pldf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqXZ47Pldf .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-sqXZ47Pldf .main-row {
    margin: 0;
  }
  .cid-sqXZ47Pldf .mbr-section-title,
  .cid-sqXZ47Pldf .mbr-text,
  .cid-sqXZ47Pldf .list,
  .cid-sqXZ47Pldf .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqXZ47Pldf .text-content {
    padding: 0;
  }
}
.cid-sqXZ47Pldf .mbr-section-title {
  color: #14287f;
}
.cid-sqXZ47Pldf .list UL {
  text-align: left;
}
.cid-sso6z0cmi2 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sso6z0cmi2 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sso6z0cmi2 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sso6z0cmi2 .text-content {
  padding-right: 1.5rem;
}
.cid-sso6z0cmi2 .mbr-text,
.cid-sso6z0cmi2 .mbr-section-btn {
  color: #767676;
}
.cid-sso6z0cmi2 .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-sso6z0cmi2 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sso6z0cmi2 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sso6z0cmi2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sso6z0cmi2 .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-sso6z0cmi2 .main-row {
    margin: 0;
  }
  .cid-sso6z0cmi2 .mbr-section-title,
  .cid-sso6z0cmi2 .mbr-text,
  .cid-sso6z0cmi2 .list,
  .cid-sso6z0cmi2 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sso6z0cmi2 .text-content {
    padding: 0;
  }
}
.cid-sso6z0cmi2 .mbr-section-title {
  color: #14287f;
}
.cid-sso6ZTb7LS {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sso6ZTb7LS .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sso6ZTb7LS .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sso6ZTb7LS .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sso6ZTb7LS .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sso6ZTb7LS .mbr-text,
.cid-sso6ZTb7LS .mbr-section-btn {
  color: #767676;
}
.cid-sso6ZTb7LS .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-sso6ZTb7LS .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sso6ZTb7LS .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sso6ZTb7LS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sso6ZTb7LS .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-sso6ZTb7LS .main-row {
    margin: 0;
  }
  .cid-sso6ZTb7LS .mbr-section-title,
  .cid-sso6ZTb7LS .mbr-text,
  .cid-sso6ZTb7LS .list,
  .cid-sso6ZTb7LS .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sso6ZTb7LS .text-content {
    padding: 0;
  }
}
.cid-sso6ZTb7LS .mbr-section-title {
  color: #14287f;
}
.cid-sso7DiKvYn {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sso7DiKvYn .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sso7DiKvYn .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sso7DiKvYn .text-content {
  padding-right: 1.5rem;
}
.cid-sso7DiKvYn .mbr-text,
.cid-sso7DiKvYn .mbr-section-btn {
  color: #767676;
}
.cid-sso7DiKvYn .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-sso7DiKvYn .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sso7DiKvYn .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sso7DiKvYn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sso7DiKvYn .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-sso7DiKvYn .main-row {
    margin: 0;
  }
  .cid-sso7DiKvYn .mbr-section-title,
  .cid-sso7DiKvYn .mbr-text,
  .cid-sso7DiKvYn .list,
  .cid-sso7DiKvYn .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sso7DiKvYn .text-content {
    padding: 0;
  }
}
.cid-sso7DiKvYn .mbr-section-title {
  color: #14287f;
}
.cid-ssobf21WHC {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ssobf21WHC .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ssobf21WHC .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssobf21WHC .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ssobf21WHC .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ssobf21WHC .mbr-text,
.cid-ssobf21WHC .mbr-section-btn {
  color: #767676;
}
.cid-ssobf21WHC .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-ssobf21WHC .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ssobf21WHC .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ssobf21WHC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ssobf21WHC .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-ssobf21WHC .main-row {
    margin: 0;
  }
  .cid-ssobf21WHC .mbr-section-title,
  .cid-ssobf21WHC .mbr-text,
  .cid-ssobf21WHC .list,
  .cid-ssobf21WHC .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ssobf21WHC .text-content {
    padding: 0;
  }
}
.cid-ssobf21WHC .mbr-section-title {
  color: #14287f;
}
.cid-ssoe3pQGyh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-ssoe3pQGyh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ssoe3pQGyh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssoe3pQGyh .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ssoe3pQGyh .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ssoe3pQGyh .mbr-text,
.cid-ssoe3pQGyh .mbr-section-btn {
  color: #767676;
}
.cid-ssoe3pQGyh .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-ssoe3pQGyh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ssoe3pQGyh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ssoe3pQGyh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ssoe3pQGyh .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-ssoe3pQGyh .main-row {
    margin: 0;
  }
  .cid-ssoe3pQGyh .mbr-section-title,
  .cid-ssoe3pQGyh .mbr-text,
  .cid-ssoe3pQGyh .list,
  .cid-ssoe3pQGyh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ssoe3pQGyh .text-content {
    padding: 0;
  }
}
.cid-ssoe3pQGyh .mbr-section-title {
  color: #14287f;
}
.cid-sAIQMJBXbG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIQMJBXbG .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIQMJBXbG .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIQMJBXbG .mbr-text {
  color: #83868c;
}
.cid-sAIQMJBXbG .phone-word {
  color: #279e64;
}
.cid-sAIQMJBXbG .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIQMJBXbG .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIQMJBXbG img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIQMJBXbG .img1 {
  color: #279e64;
}
.cid-sAIQMJBXbG .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIQMJBXbG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIQMJBXbG .content .link-wrap {
  color: red;
}
.cid-sAIQMJBXbG .content .date-wrap {
  color: #13287d;
}
.cid-sAIQMJBXbG .item,
.cid-sAIQMJBXbG .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIQMJBXbG .item h4,
.cid-sAIQMJBXbG .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIQMJBXbG .link {
  transition: all 0.3s ease-in;
}
.cid-sAIQMJBXbG .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIQMJBXbG .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIQMJBXbG .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIQMJBXbG .item .card-img {
  width: auto;
}
.cid-sAIQMJBXbG .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIQMJBXbG .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIQMJBXbG h5 {
    text-align: left !important;
  }
  .cid-sAIQMJBXbG .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIQMJBXbG .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIQMJBXbG .item-title:hover {
  color: #279e64;
}
.cid-sAIQMJBXbG .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIQMJBXbG .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIQMJBXbG .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIQMJBXbG .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIQMJBXbG .btn[class*="-outline"]:active,
.cid-sAIQMJBXbG .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIQMJBXbG .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIQMJBXbG .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIQMJBXbG .pre-form {
  color: #83868c;
}
.cid-sAIQMJBXbG .form-group,
.cid-sAIQMJBXbG .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIQMJBXbG .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-sAIQMJBXbG .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIQMJBXbG .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIQMJBXbG .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIQMJBXbG .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIQMJBXbG .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIQMJBXbG .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIQMJBXbG .dragArea {
  flex-direction: column;
}
.cid-sAIQMJBXbG .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXZ4apVtM.popup-builder {
  background-color: #ffffff;
}
.cid-sqXZ4apVtM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXZ4apVtM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXZ4apVtM .modal-content,
.cid-sqXZ4apVtM .modal-dialog {
  height: auto;
}
.cid-sqXZ4apVtM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXZ4apVtM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXZ4apVtM .form-wrapper .mbr-form .form-group,
  .cid-sqXZ4apVtM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXZ4apVtM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXZ4apVtM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXZ4apVtM .mbr-text {
  text-align: center;
}
.cid-sqXZ4apVtM .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXZ4apVtM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXZ4apVtM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXZ4apVtM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXZ4apVtM .modal-open {
  overflow: hidden;
}
.cid-sqXZ4apVtM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXZ4apVtM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXZ4apVtM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXZ4apVtM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXZ4apVtM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXZ4apVtM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXZ4apVtM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXZ4apVtM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXZ4apVtM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXZ4apVtM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXZ4apVtM .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXZ4apVtM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXZ4apVtM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXZ4apVtM .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXZ4apVtM .modal-header .close:focus {
  outline: none;
}
.cid-sqXZ4apVtM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXZ4apVtM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXZ4apVtM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXZ4apVtM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXZ4apVtM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXZ4apVtM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXZ4apVtM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXZ4apVtM .modal-sm {
    max-width: 300px;
  }
  .cid-sqXZ4apVtM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXZ4apVtM .modal-lg,
  .cid-sqXZ4apVtM .modal-xl {
    max-width: 800px;
  }
  .cid-sqXZ4apVtM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXZ4apVtM .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXZ4apVtM .container {
    max-width: 1140px;
  }
}
.cid-sqXZ4apVtM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXZ4apVtM .container {
    max-width: 720px;
  }
}
.cid-sqXZ4apVtM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXZ4apVtM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXZ4apVtM .form-group {
  margin-bottom: 1rem;
}
.cid-sqXZ4apVtM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXZ4apVtM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXZ4apVtM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIQO8U68c.popup-builder {
  background-color: #ffffff;
}
.cid-sAIQO8U68c.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIQO8U68c.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIQO8U68c .modal-content,
.cid-sAIQO8U68c .modal-dialog {
  height: auto;
}
.cid-sAIQO8U68c .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIQO8U68c .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIQO8U68c .form-wrapper .mbr-form .form-group,
  .cid-sAIQO8U68c .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIQO8U68c .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIQO8U68c .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIQO8U68c .mbr-text {
  text-align: center;
}
.cid-sAIQO8U68c .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIQO8U68c .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIQO8U68c .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIQO8U68c .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIQO8U68c .modal-open {
  overflow: hidden;
}
.cid-sAIQO8U68c .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIQO8U68c .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIQO8U68c .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIQO8U68c .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIQO8U68c .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIQO8U68c .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIQO8U68c .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIQO8U68c .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIQO8U68c .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIQO8U68c .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIQO8U68c .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIQO8U68c .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIQO8U68c .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIQO8U68c .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIQO8U68c .modal-header .close:focus {
  outline: none;
}
.cid-sAIQO8U68c .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIQO8U68c .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIQO8U68c .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIQO8U68c .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIQO8U68c .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIQO8U68c .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIQO8U68c .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIQO8U68c .modal-sm {
    max-width: 300px;
  }
  .cid-sAIQO8U68c .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIQO8U68c .modal-lg,
  .cid-sAIQO8U68c .modal-xl {
    max-width: 800px;
  }
  .cid-sAIQO8U68c .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIQO8U68c .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIQO8U68c .container {
    max-width: 1140px;
  }
}
.cid-sAIQO8U68c .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIQO8U68c .container {
    max-width: 720px;
  }
}
.cid-sAIQO8U68c .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIQO8U68c .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIQO8U68c .form-group {
  margin-bottom: 1rem;
}
.cid-sAIQO8U68c .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIQO8U68c .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIQO8U68c .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqXZHTLVBu .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqXZHTLVBu .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqXZHTLVBu .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqXZHTLVBu .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-sqXZHTLVBu .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqXZHTLVBu .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-sqXZHTLVBu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqXZHTLVBu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqXZHTLVBu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqXZHTLVBu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqXZHTLVBu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqXZHTLVBu .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-sqXZHTLVBu .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqXZHTLVBu .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqXZHTLVBu .dropdown-item,
.cid-sqXZHTLVBu .nav-link,
.cid-sqXZHTLVBu .brand-name {
  font-style: normal;
}
.cid-sqXZHTLVBu .dropdown-item:hover,
.cid-sqXZHTLVBu .nav-link:hover,
.cid-sqXZHTLVBu .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqXZHTLVBu .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqXZHTLVBu .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqXZHTLVBu .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqXZHTLVBu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqXZHTLVBu .nav-item {
  position: relative;
}
.cid-sqXZHTLVBu .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqXZHTLVBu .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqXZHTLVBu .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqXZHTLVBu .nav-link {
    line-height: 6.13;
  }
  .cid-sqXZHTLVBu .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqXZHTLVBu .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqXZHTLVBu .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-sqXZHTLVBu .content-text {
  margin-bottom: 0;
}
.cid-sqXZHTLVBu .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqXZHTLVBu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqXZHTLVBu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqXZHTLVBu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqXZHTLVBu .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqXZHTLVBu .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqXZHTLVBu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqXZHTLVBu .content-right-side {
  text-align: center;
}
.cid-sqXZHTLVBu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqXZHTLVBu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqXZHTLVBu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqXZHTLVBu .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-sqXZHTLVBu .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqXZHTLVBu .info-widget:first-child {
  margin-left: 0;
}
.cid-sqXZHTLVBu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqXZHTLVBu .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqXZHTLVBu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqXZHTLVBu .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqXZHTLVBu .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqXZHTLVBu .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqXZHTLVBu .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqXZHTLVBu .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-sqXZHTLVBu .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqXZHTLVBu .navbar-toggler {
    display: none;
  }
  .cid-sqXZHTLVBu .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqXZHTLVBu .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqXZHTLVBu .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqXZHTLVBu .btn-sm {
  padding: 13px 29px;
}
.cid-sqXZHTLVBu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqXZHTLVBu .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-sqXZHTLVBu .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqXZHTLVBu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqXZHTLVBu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqXZHTLVBu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqXZHTLVBu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqXZHTLVBu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqXZHTLVBu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXZHTLVBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqXZHTLVBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqXZHTLVBu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqXZHTLVBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqXZHTLVBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqXZHTLVBu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqXZHTLVBu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqXZHTLVBu .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqXZHTLVBu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqXZHTLVBu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqXZHTLVBu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqXZHTLVBu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqXZHTLVBu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqXZHTLVBu button.navbar-toggler:focus {
  outline: none;
}
.cid-sqXZHTLVBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqXZHTLVBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqXZHTLVBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXZHTLVBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqXZHTLVBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqXZHTLVBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXZHTLVBu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqXZHTLVBu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqXZHTLVBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqXZHTLVBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqXZHTLVBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqXZHTLVBu .collapsed .btn {
  display: flex;
}
.cid-sqXZHTLVBu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqXZHTLVBu .collapsed .navbar-collapse.collapsing,
.cid-sqXZHTLVBu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqXZHTLVBu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqXZHTLVBu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqXZHTLVBu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqXZHTLVBu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqXZHTLVBu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqXZHTLVBu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqXZHTLVBu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqXZHTLVBu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqXZHTLVBu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqXZHTLVBu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqXZHTLVBu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqXZHTLVBu .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqXZHTLVBu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqXZHTLVBu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqXZHTLVBu .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-sqXZHTLVBu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqXZHTLVBu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqXZHTLVBu .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-sqXZHTLVBu .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqXZHTLVBu .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqXZHTLVBu .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqXZHTLVBu .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqXZHTLVBu .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqXZHTLVBu .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-sqXZHTLVBu .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqXZHTLVBu .navbar-collapse.collapsing,
  .cid-sqXZHTLVBu .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqXZHTLVBu .navbar-collapse.collapsing .navbar-nav,
  .cid-sqXZHTLVBu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqXZHTLVBu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqXZHTLVBu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqXZHTLVBu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqXZHTLVBu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXZHTLVBu .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqXZHTLVBu .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqXZHTLVBu .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqXZHTLVBu .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqXZHTLVBu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqXZHTLVBu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqXZHTLVBu img {
    height: 3.8rem !important;
  }
  .cid-sqXZHTLVBu .btn {
    display: flex;
  }
  .cid-sqXZHTLVBu button.navbar-toggler {
    display: block;
  }
  .cid-sqXZHTLVBu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqXZHTLVBu .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqXZHTLVBu .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-sqXZHTLVBu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqXZHTLVBu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqXZHTLVBu .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-sqXZHTLVBu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqXZHTLVBu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqXZHTLVBu .navbar-toggler {
  position: relative;
}
.cid-sqXZHTLVBu .dropdown-item.active,
.cid-sqXZHTLVBu .dropdown-item:active {
  color: initial;
}
.cid-sqXZHTLVBu .widget-title {
  color: #83868c;
}
.cid-sqXZHTLVBu .widget-text {
  color: #83868c;
}
.cid-sqXZHTLVBu .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqXZHTLVBu .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqXZHTLVBu .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqXZHTLVBu .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqXZHTLVBu .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqXZHTLVBu .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqXZHTLVBu .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqXZHTLVBu .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqXZHTLVBu .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqXZHTLVBu .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqXZHTLVBu .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqXZHTLVBu .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqXZHTLVBu .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqXZHTLVBu .menu-content-top,
  .cid-sqXZHTLVBu .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqXZHTLVBu 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-sqXZHVyGVr {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqXZHVyGVr .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqXZHVyGVr .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqXZHVyGVr .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqXZHVyGVr .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXZHVyGVr .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqXZHVyGVr .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqXZHVyGVr .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqXZHVyGVr .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqXZHVyGVr .separator,
  .cid-sqXZHVyGVr .sep-holder,
  .cid-sqXZHVyGVr .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqXZHVyGVr .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqXZHVyGVr .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqXZHVyGVr .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqXZHVyGVr .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqXZHVyGVr .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqXZHVyGVr .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqXZHVyGVr .items .list-item:last-child .listico {
  display: none;
}
.cid-sAIrzWWDEy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAIrzWWDEy .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sAIrzWWDEy .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sAIrzWWDEy p {
  line-height: 1.5;
}
.cid-sAIrzWWDEy .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sAIrzWWDEy .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sAIrzWWDEy .ico-line h3 {
  margin: 0;
}
.cid-sAIrzWWDEy .mail,
.cid-sAIrzWWDEy .phone,
.cid-sAIrzWWDEy .mbr-iconfont {
  display: inline-block;
}
.cid-sAIrzWWDEy .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sAIrzWWDEy .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sAIrzWWDEy .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sAIrzWWDEy .mbr-section-title,
.cid-sAIrzWWDEy .line-wrap {
  text-align: center;
  color: #14287f;
}
.cid-sAIrzWWDEy .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sAIrzWWDEy .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sAIrzWWDEy .phone {
  text-align: left;
}
.cid-sAIrzWWDEy .mbr-text {
  text-align: left;
}
.cid-sCpuOBQsqD {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-sCpuOBQsqD .container-fluid {
  padding: 0 3rem;
}
.cid-sCpuOBQsqD .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-sCpuOBQsqD .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #149dcc;
}
.cid-sCpuOBQsqD .table-wrap:hover .table-pricing,
.cid-sCpuOBQsqD .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-sCpuOBQsqD .table-wrap:hover .table-heading,
.cid-sCpuOBQsqD .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-sCpuOBQsqD .section-heading {
  margin-bottom: 2rem;
}
.cid-sCpuOBQsqD .table-heading {
  margin-bottom: 2em;
}
.cid-sCpuOBQsqD .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-sCpuOBQsqD .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #13287d, #279e64);
  display: inline-block;
}
.cid-sCpuOBQsqD ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-sCpuOBQsqD ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sCpuOBQsqD ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-sCpuOBQsqD hr {
  display: none;
  background: #efefef;
}
.cid-sCpuOBQsqD hr {
  display: block;
}
.cid-sCpuOBQsqD .table-heading,
.cid-sCpuOBQsqD .table-pricing,
.cid-sCpuOBQsqD .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-sCpuOBQsqD .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-sCpuOBQsqD .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sCpuOBQsqD .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-sCpuOBQsqD .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sCpuOBQsqD .container-fluid {
    padding: 0 0rem;
  }
}
.cid-sCpuOBQsqD .mbr-section-title,
.cid-sCpuOBQsqD .underline {
  color: #13287d;
}
.cid-sCpvlqWwzI {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-sCpvlqWwzI .container-fluid {
  padding: 0 3rem;
}
.cid-sCpvlqWwzI .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-sCpvlqWwzI .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #149dcc;
}
.cid-sCpvlqWwzI .table-wrap:hover .table-pricing,
.cid-sCpvlqWwzI .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-sCpvlqWwzI .table-wrap:hover .table-heading,
.cid-sCpvlqWwzI .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-sCpvlqWwzI .section-heading {
  margin-bottom: 2rem;
}
.cid-sCpvlqWwzI .table-heading {
  margin-bottom: 2em;
}
.cid-sCpvlqWwzI .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-sCpvlqWwzI .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #13287d, #279e64);
  display: inline-block;
}
.cid-sCpvlqWwzI ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-sCpvlqWwzI ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sCpvlqWwzI ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-sCpvlqWwzI hr {
  display: none;
  background: #efefef;
}
.cid-sCpvlqWwzI hr {
  display: block;
}
.cid-sCpvlqWwzI .table-heading,
.cid-sCpvlqWwzI .table-pricing,
.cid-sCpvlqWwzI .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-sCpvlqWwzI .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-sCpvlqWwzI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sCpvlqWwzI .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-sCpvlqWwzI .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sCpvlqWwzI .container-fluid {
    padding: 0 0rem;
  }
}
.cid-sCpFazc8nz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCpFazc8nz .main {
  margin-bottom: 70px;
}
.cid-sCpFazc8nz .main .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-sCpFazc8nz .main .mbr-section-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-sCpFazc8nz .main .mbr-text {
  color: #83868c;
}
.cid-sCpFazc8nz .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 17rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-sCpFazc8nz .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-sCpFazc8nz .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-sCpFazc8nz .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-sCpFazc8nz .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-sCpFazc8nz .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-sCpFazc8nz .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-sCpFazc8nz .wrapper:hover .mbr-overlay {
  opacity: 0.4;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-sCpFazc8nz .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-sCpFazc8nz .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-sCpFazc8nz .under {
  margin-bottom: 35px;
}
.cid-sCpFazc8nz .under .card-title {
  color: #13287d;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-sCpFazc8nz .under .card-title:hover {
  color: #279e64;
}
.cid-sCpFazc8nz .under .card-subtitle {
  color: #83868c;
  font-weight: 500;
}
.cid-sCpFazc8nz .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-sCpFazc8nz .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #13287d !important;
}
.cid-sCpFazc8nz .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sCpFazc8nz .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sCpFazc8nz .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sCpFazc8nz .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sCpFazc8nz .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sCpFazc8nz .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #279e64 !important;
  box-shadow: none !important;
}
.cid-sCpFazc8nz .btn[class*="-outline"]:active,
.cid-sCpFazc8nz .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIQSyv9Xq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIQSyv9Xq .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIQSyv9Xq .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIQSyv9Xq .mbr-text {
  color: #83868c;
}
.cid-sAIQSyv9Xq .phone-word {
  color: #279e64;
}
.cid-sAIQSyv9Xq .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIQSyv9Xq .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIQSyv9Xq img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIQSyv9Xq .img1 {
  color: #279e64;
}
.cid-sAIQSyv9Xq .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIQSyv9Xq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIQSyv9Xq .content .link-wrap {
  color: red;
}
.cid-sAIQSyv9Xq .content .date-wrap {
  color: #13287d;
}
.cid-sAIQSyv9Xq .item,
.cid-sAIQSyv9Xq .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIQSyv9Xq .item h4,
.cid-sAIQSyv9Xq .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIQSyv9Xq .link {
  transition: all 0.3s ease-in;
}
.cid-sAIQSyv9Xq .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIQSyv9Xq .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIQSyv9Xq .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIQSyv9Xq .item .card-img {
  width: auto;
}
.cid-sAIQSyv9Xq .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIQSyv9Xq .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIQSyv9Xq h5 {
    text-align: left !important;
  }
  .cid-sAIQSyv9Xq .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIQSyv9Xq .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIQSyv9Xq .item-title:hover {
  color: #279e64;
}
.cid-sAIQSyv9Xq .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIQSyv9Xq .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIQSyv9Xq .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIQSyv9Xq .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIQSyv9Xq .btn[class*="-outline"]:active,
.cid-sAIQSyv9Xq .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIQSyv9Xq .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIQSyv9Xq .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIQSyv9Xq .pre-form {
  color: #83868c;
}
.cid-sAIQSyv9Xq .form-group,
.cid-sAIQSyv9Xq .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIQSyv9Xq .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-sAIQSyv9Xq .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIQSyv9Xq .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIQSyv9Xq .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIQSyv9Xq .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIQSyv9Xq .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIQSyv9Xq .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIQSyv9Xq .dragArea {
  flex-direction: column;
}
.cid-sAIQSyv9Xq .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqXZHZ9loS.popup-builder {
  background-color: #ffffff;
}
.cid-sqXZHZ9loS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqXZHZ9loS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqXZHZ9loS .modal-content,
.cid-sqXZHZ9loS .modal-dialog {
  height: auto;
}
.cid-sqXZHZ9loS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqXZHZ9loS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqXZHZ9loS .form-wrapper .mbr-form .form-group,
  .cid-sqXZHZ9loS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqXZHZ9loS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqXZHZ9loS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqXZHZ9loS .mbr-text {
  text-align: center;
}
.cid-sqXZHZ9loS .pt-0 {
  padding-top: 0 !important;
}
.cid-sqXZHZ9loS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqXZHZ9loS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqXZHZ9loS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqXZHZ9loS .modal-open {
  overflow: hidden;
}
.cid-sqXZHZ9loS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqXZHZ9loS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqXZHZ9loS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqXZHZ9loS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqXZHZ9loS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqXZHZ9loS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqXZHZ9loS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqXZHZ9loS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqXZHZ9loS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqXZHZ9loS .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqXZHZ9loS .modal-backdrop.show {
  opacity: .5;
}
.cid-sqXZHZ9loS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqXZHZ9loS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqXZHZ9loS .modal-header .close:hover {
  opacity: 1;
}
.cid-sqXZHZ9loS .modal-header .close:focus {
  outline: none;
}
.cid-sqXZHZ9loS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqXZHZ9loS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqXZHZ9loS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqXZHZ9loS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqXZHZ9loS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqXZHZ9loS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqXZHZ9loS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqXZHZ9loS .modal-sm {
    max-width: 300px;
  }
  .cid-sqXZHZ9loS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqXZHZ9loS .modal-lg,
  .cid-sqXZHZ9loS .modal-xl {
    max-width: 800px;
  }
  .cid-sqXZHZ9loS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqXZHZ9loS .modal-xl {
    max-width: 1140px;
  }
  .cid-sqXZHZ9loS .container {
    max-width: 1140px;
  }
}
.cid-sqXZHZ9loS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqXZHZ9loS .container {
    max-width: 720px;
  }
}
.cid-sqXZHZ9loS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqXZHZ9loS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqXZHZ9loS .form-group {
  margin-bottom: 1rem;
}
.cid-sqXZHZ9loS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqXZHZ9loS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqXZHZ9loS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIQTWhJx7.popup-builder {
  background-color: #ffffff;
}
.cid-sAIQTWhJx7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIQTWhJx7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIQTWhJx7 .modal-content,
.cid-sAIQTWhJx7 .modal-dialog {
  height: auto;
}
.cid-sAIQTWhJx7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIQTWhJx7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIQTWhJx7 .form-wrapper .mbr-form .form-group,
  .cid-sAIQTWhJx7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIQTWhJx7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIQTWhJx7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIQTWhJx7 .mbr-text {
  text-align: center;
}
.cid-sAIQTWhJx7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIQTWhJx7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIQTWhJx7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIQTWhJx7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIQTWhJx7 .modal-open {
  overflow: hidden;
}
.cid-sAIQTWhJx7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIQTWhJx7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIQTWhJx7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIQTWhJx7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIQTWhJx7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIQTWhJx7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIQTWhJx7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIQTWhJx7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIQTWhJx7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIQTWhJx7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIQTWhJx7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIQTWhJx7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIQTWhJx7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIQTWhJx7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIQTWhJx7 .modal-header .close:focus {
  outline: none;
}
.cid-sAIQTWhJx7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIQTWhJx7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIQTWhJx7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIQTWhJx7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIQTWhJx7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIQTWhJx7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIQTWhJx7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIQTWhJx7 .modal-sm {
    max-width: 300px;
  }
  .cid-sAIQTWhJx7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIQTWhJx7 .modal-lg,
  .cid-sAIQTWhJx7 .modal-xl {
    max-width: 800px;
  }
  .cid-sAIQTWhJx7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIQTWhJx7 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIQTWhJx7 .container {
    max-width: 1140px;
  }
}
.cid-sAIQTWhJx7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIQTWhJx7 .container {
    max-width: 720px;
  }
}
.cid-sAIQTWhJx7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIQTWhJx7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIQTWhJx7 .form-group {
  margin-bottom: 1rem;
}
.cid-sAIQTWhJx7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIQTWhJx7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIQTWhJx7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqY0glUXA1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqY0glUXA1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqY0glUXA1 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqY0glUXA1 .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-sqY0glUXA1 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqY0glUXA1 .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-sqY0glUXA1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqY0glUXA1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqY0glUXA1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqY0glUXA1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqY0glUXA1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqY0glUXA1 .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-sqY0glUXA1 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqY0glUXA1 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqY0glUXA1 .dropdown-item,
.cid-sqY0glUXA1 .nav-link,
.cid-sqY0glUXA1 .brand-name {
  font-style: normal;
}
.cid-sqY0glUXA1 .dropdown-item:hover,
.cid-sqY0glUXA1 .nav-link:hover,
.cid-sqY0glUXA1 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqY0glUXA1 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqY0glUXA1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqY0glUXA1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqY0glUXA1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqY0glUXA1 .nav-item {
  position: relative;
}
.cid-sqY0glUXA1 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqY0glUXA1 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqY0glUXA1 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqY0glUXA1 .nav-link {
    line-height: 6.13;
  }
  .cid-sqY0glUXA1 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqY0glUXA1 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqY0glUXA1 .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-sqY0glUXA1 .content-text {
  margin-bottom: 0;
}
.cid-sqY0glUXA1 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqY0glUXA1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqY0glUXA1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqY0glUXA1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqY0glUXA1 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqY0glUXA1 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqY0glUXA1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqY0glUXA1 .content-right-side {
  text-align: center;
}
.cid-sqY0glUXA1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqY0glUXA1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqY0glUXA1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqY0glUXA1 .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-sqY0glUXA1 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqY0glUXA1 .info-widget:first-child {
  margin-left: 0;
}
.cid-sqY0glUXA1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqY0glUXA1 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqY0glUXA1 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqY0glUXA1 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqY0glUXA1 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqY0glUXA1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqY0glUXA1 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqY0glUXA1 .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-sqY0glUXA1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqY0glUXA1 .navbar-toggler {
    display: none;
  }
  .cid-sqY0glUXA1 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqY0glUXA1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqY0glUXA1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqY0glUXA1 .btn-sm {
  padding: 13px 29px;
}
.cid-sqY0glUXA1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqY0glUXA1 .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-sqY0glUXA1 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqY0glUXA1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqY0glUXA1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqY0glUXA1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqY0glUXA1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqY0glUXA1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqY0glUXA1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY0glUXA1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqY0glUXA1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqY0glUXA1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqY0glUXA1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqY0glUXA1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqY0glUXA1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqY0glUXA1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqY0glUXA1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqY0glUXA1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqY0glUXA1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqY0glUXA1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqY0glUXA1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqY0glUXA1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqY0glUXA1 button.navbar-toggler:focus {
  outline: none;
}
.cid-sqY0glUXA1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqY0glUXA1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqY0glUXA1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY0glUXA1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY0glUXA1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqY0glUXA1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY0glUXA1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqY0glUXA1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqY0glUXA1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY0glUXA1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqY0glUXA1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqY0glUXA1 .collapsed .btn {
  display: flex;
}
.cid-sqY0glUXA1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqY0glUXA1 .collapsed .navbar-collapse.collapsing,
.cid-sqY0glUXA1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqY0glUXA1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqY0glUXA1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqY0glUXA1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqY0glUXA1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqY0glUXA1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqY0glUXA1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqY0glUXA1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqY0glUXA1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqY0glUXA1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqY0glUXA1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqY0glUXA1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY0glUXA1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqY0glUXA1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqY0glUXA1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqY0glUXA1 .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-sqY0glUXA1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqY0glUXA1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqY0glUXA1 .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-sqY0glUXA1 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqY0glUXA1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqY0glUXA1 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqY0glUXA1 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqY0glUXA1 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqY0glUXA1 .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-sqY0glUXA1 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqY0glUXA1 .navbar-collapse.collapsing,
  .cid-sqY0glUXA1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqY0glUXA1 .navbar-collapse.collapsing .navbar-nav,
  .cid-sqY0glUXA1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqY0glUXA1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqY0glUXA1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqY0glUXA1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqY0glUXA1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY0glUXA1 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqY0glUXA1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqY0glUXA1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqY0glUXA1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqY0glUXA1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqY0glUXA1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY0glUXA1 img {
    height: 3.8rem !important;
  }
  .cid-sqY0glUXA1 .btn {
    display: flex;
  }
  .cid-sqY0glUXA1 button.navbar-toggler {
    display: block;
  }
  .cid-sqY0glUXA1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqY0glUXA1 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqY0glUXA1 .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-sqY0glUXA1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqY0glUXA1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqY0glUXA1 .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-sqY0glUXA1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqY0glUXA1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqY0glUXA1 .navbar-toggler {
  position: relative;
}
.cid-sqY0glUXA1 .dropdown-item.active,
.cid-sqY0glUXA1 .dropdown-item:active {
  color: initial;
}
.cid-sqY0glUXA1 .widget-title {
  color: #83868c;
}
.cid-sqY0glUXA1 .widget-text {
  color: #83868c;
}
.cid-sqY0glUXA1 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqY0glUXA1 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqY0glUXA1 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqY0glUXA1 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqY0glUXA1 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqY0glUXA1 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqY0glUXA1 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqY0glUXA1 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqY0glUXA1 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqY0glUXA1 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqY0glUXA1 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqY0glUXA1 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqY0glUXA1 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqY0glUXA1 .menu-content-top,
  .cid-sqY0glUXA1 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqY0glUXA1 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-sqY0gnDXcI {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqY0gnDXcI .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqY0gnDXcI .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqY0gnDXcI .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqY0gnDXcI .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY0gnDXcI .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqY0gnDXcI .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqY0gnDXcI .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqY0gnDXcI .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqY0gnDXcI .separator,
  .cid-sqY0gnDXcI .sep-holder,
  .cid-sqY0gnDXcI .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqY0gnDXcI .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqY0gnDXcI .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqY0gnDXcI .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY0gnDXcI .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqY0gnDXcI .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqY0gnDXcI .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqY0gnDXcI .items .list-item:last-child .listico {
  display: none;
}
.cid-sDxlG0h5fJ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-sDxlG0h5fJ img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sDxlG0h5fJ .row {
  justify-content: center;
}
.cid-sDxlG0h5fJ .mbr-text {
  color: #1b1a1a;
}
.cid-sDxlG0h5fJ .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sDxlG0h5fJ .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sDxlG0h5fJ .date {
  margin: 0;
  color: #cccccc;
}
.cid-sDxlG0h5fJ .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sDxlG0h5fJ .icon-box {
    flex-direction: column;
  }
  .cid-sDxlG0h5fJ .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sDxlG0h5fJ img {
    margin-bottom: 2rem;
  }
}
.cid-sDxmxPdaLu {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sDxmxPdaLu .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sDxmxPdaLu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDxmxPdaLu .text-content {
  padding-right: 1.5rem;
}
.cid-sDxmxPdaLu .mbr-text,
.cid-sDxmxPdaLu .mbr-section-btn {
  color: #1b1a1a;
}
.cid-sDxmxPdaLu .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-sDxmxPdaLu .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sDxmxPdaLu .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sDxmxPdaLu .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sDxmxPdaLu .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-sDxmxPdaLu .main-row {
    margin: 0;
  }
  .cid-sDxmxPdaLu .mbr-section-title,
  .cid-sDxmxPdaLu .mbr-text,
  .cid-sDxmxPdaLu .list,
  .cid-sDxmxPdaLu .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sDxmxPdaLu .text-content {
    padding: 0;
  }
}
.cid-sDxmxPdaLu .mbr-section-title {
  color: #14287f;
}
.cid-sDxpzJpxBz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sDxpzJpxBz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sDxpzJpxBz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDxpzJpxBz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sDxpzJpxBz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sDxpzJpxBz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sDxpzJpxBz .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sDxpzJpxBz .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sDxpzJpxBz .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sDxpzJpxBz .mbr-gallery-filter ul {
  display: block;
}
.cid-sDxpzJpxBz .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sDxpzJpxBz .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sDxpzJpxBz .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sDxpzJpxBz .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sDxpzJpxBz .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sDxpzJpxBz .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sDxpzJpxBz .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sDxpzJpxBz .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sDxpzJpxBz .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sDxpzJpxBz .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sDxpzJpxBz .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sDxpzJpxBz .icon-focus:before {
  content: '\e95e';
}
.cid-sDxpzJpxBz .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sDxpzJpxBz .mbr-section-title {
  margin: 0;
}
.cid-sDxpzJpxBz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sDxpzJpxBz .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sDxpzJpxBz .mbr-section-title,
.cid-sDxpzJpxBz .underline {
  color: #14287f;
}
.cid-sAIR0znN8J {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIR0znN8J .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIR0znN8J .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIR0znN8J .mbr-text {
  color: #83868c;
}
.cid-sAIR0znN8J .phone-word {
  color: #279e64;
}
.cid-sAIR0znN8J .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIR0znN8J .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIR0znN8J img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIR0znN8J .img1 {
  color: #279e64;
}
.cid-sAIR0znN8J .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIR0znN8J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIR0znN8J .content .link-wrap {
  color: red;
}
.cid-sAIR0znN8J .content .date-wrap {
  color: #13287d;
}
.cid-sAIR0znN8J .item,
.cid-sAIR0znN8J .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIR0znN8J .item h4,
.cid-sAIR0znN8J .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIR0znN8J .link {
  transition: all 0.3s ease-in;
}
.cid-sAIR0znN8J .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIR0znN8J .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIR0znN8J .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIR0znN8J .item .card-img {
  width: auto;
}
.cid-sAIR0znN8J .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIR0znN8J .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIR0znN8J h5 {
    text-align: left !important;
  }
  .cid-sAIR0znN8J .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIR0znN8J .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIR0znN8J .item-title:hover {
  color: #279e64;
}
.cid-sAIR0znN8J .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIR0znN8J .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIR0znN8J .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIR0znN8J .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIR0znN8J .btn[class*="-outline"]:active,
.cid-sAIR0znN8J .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIR0znN8J .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIR0znN8J .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIR0znN8J .pre-form {
  color: #83868c;
}
.cid-sAIR0znN8J .form-group,
.cid-sAIR0znN8J .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIR0znN8J .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-sAIR0znN8J .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIR0znN8J .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIR0znN8J .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIR0znN8J .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIR0znN8J .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIR0znN8J .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIR0znN8J .dragArea {
  flex-direction: column;
}
.cid-sAIR0znN8J .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqY0grioXc.popup-builder {
  background-color: #ffffff;
}
.cid-sqY0grioXc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqY0grioXc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqY0grioXc .modal-content,
.cid-sqY0grioXc .modal-dialog {
  height: auto;
}
.cid-sqY0grioXc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqY0grioXc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqY0grioXc .form-wrapper .mbr-form .form-group,
  .cid-sqY0grioXc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqY0grioXc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqY0grioXc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqY0grioXc .mbr-text {
  text-align: center;
}
.cid-sqY0grioXc .pt-0 {
  padding-top: 0 !important;
}
.cid-sqY0grioXc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqY0grioXc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqY0grioXc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqY0grioXc .modal-open {
  overflow: hidden;
}
.cid-sqY0grioXc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqY0grioXc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqY0grioXc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqY0grioXc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqY0grioXc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqY0grioXc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqY0grioXc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqY0grioXc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqY0grioXc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqY0grioXc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqY0grioXc .modal-backdrop.show {
  opacity: .5;
}
.cid-sqY0grioXc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqY0grioXc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqY0grioXc .modal-header .close:hover {
  opacity: 1;
}
.cid-sqY0grioXc .modal-header .close:focus {
  outline: none;
}
.cid-sqY0grioXc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqY0grioXc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqY0grioXc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqY0grioXc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqY0grioXc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqY0grioXc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqY0grioXc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqY0grioXc .modal-sm {
    max-width: 300px;
  }
  .cid-sqY0grioXc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqY0grioXc .modal-lg,
  .cid-sqY0grioXc .modal-xl {
    max-width: 800px;
  }
  .cid-sqY0grioXc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqY0grioXc .modal-xl {
    max-width: 1140px;
  }
  .cid-sqY0grioXc .container {
    max-width: 1140px;
  }
}
.cid-sqY0grioXc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqY0grioXc .container {
    max-width: 720px;
  }
}
.cid-sqY0grioXc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqY0grioXc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqY0grioXc .form-group {
  margin-bottom: 1rem;
}
.cid-sqY0grioXc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqY0grioXc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqY0grioXc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIR2uobuN.popup-builder {
  background-color: #ffffff;
}
.cid-sAIR2uobuN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIR2uobuN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIR2uobuN .modal-content,
.cid-sAIR2uobuN .modal-dialog {
  height: auto;
}
.cid-sAIR2uobuN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIR2uobuN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIR2uobuN .form-wrapper .mbr-form .form-group,
  .cid-sAIR2uobuN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIR2uobuN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIR2uobuN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIR2uobuN .mbr-text {
  text-align: center;
}
.cid-sAIR2uobuN .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIR2uobuN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIR2uobuN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIR2uobuN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIR2uobuN .modal-open {
  overflow: hidden;
}
.cid-sAIR2uobuN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIR2uobuN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIR2uobuN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIR2uobuN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIR2uobuN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIR2uobuN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIR2uobuN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIR2uobuN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIR2uobuN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIR2uobuN .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIR2uobuN .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIR2uobuN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIR2uobuN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIR2uobuN .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIR2uobuN .modal-header .close:focus {
  outline: none;
}
.cid-sAIR2uobuN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIR2uobuN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIR2uobuN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIR2uobuN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIR2uobuN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIR2uobuN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIR2uobuN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIR2uobuN .modal-sm {
    max-width: 300px;
  }
  .cid-sAIR2uobuN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIR2uobuN .modal-lg,
  .cid-sAIR2uobuN .modal-xl {
    max-width: 800px;
  }
  .cid-sAIR2uobuN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIR2uobuN .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIR2uobuN .container {
    max-width: 1140px;
  }
}
.cid-sAIR2uobuN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIR2uobuN .container {
    max-width: 720px;
  }
}
.cid-sAIR2uobuN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIR2uobuN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIR2uobuN .form-group {
  margin-bottom: 1rem;
}
.cid-sAIR2uobuN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIR2uobuN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIR2uobuN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqY1e3iBQp .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqY1e3iBQp .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqY1e3iBQp .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqY1e3iBQp .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-sqY1e3iBQp .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqY1e3iBQp .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-sqY1e3iBQp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqY1e3iBQp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqY1e3iBQp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqY1e3iBQp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqY1e3iBQp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqY1e3iBQp .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-sqY1e3iBQp .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqY1e3iBQp .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqY1e3iBQp .dropdown-item,
.cid-sqY1e3iBQp .nav-link,
.cid-sqY1e3iBQp .brand-name {
  font-style: normal;
}
.cid-sqY1e3iBQp .dropdown-item:hover,
.cid-sqY1e3iBQp .nav-link:hover,
.cid-sqY1e3iBQp .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqY1e3iBQp .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqY1e3iBQp .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqY1e3iBQp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqY1e3iBQp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqY1e3iBQp .nav-item {
  position: relative;
}
.cid-sqY1e3iBQp .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqY1e3iBQp .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqY1e3iBQp .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqY1e3iBQp .nav-link {
    line-height: 6.13;
  }
  .cid-sqY1e3iBQp .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqY1e3iBQp .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqY1e3iBQp .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-sqY1e3iBQp .content-text {
  margin-bottom: 0;
}
.cid-sqY1e3iBQp .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqY1e3iBQp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqY1e3iBQp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqY1e3iBQp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqY1e3iBQp .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqY1e3iBQp .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqY1e3iBQp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqY1e3iBQp .content-right-side {
  text-align: center;
}
.cid-sqY1e3iBQp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqY1e3iBQp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqY1e3iBQp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqY1e3iBQp .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-sqY1e3iBQp .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqY1e3iBQp .info-widget:first-child {
  margin-left: 0;
}
.cid-sqY1e3iBQp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqY1e3iBQp .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqY1e3iBQp .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqY1e3iBQp .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqY1e3iBQp .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqY1e3iBQp .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqY1e3iBQp .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqY1e3iBQp .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-sqY1e3iBQp .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqY1e3iBQp .navbar-toggler {
    display: none;
  }
  .cid-sqY1e3iBQp .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqY1e3iBQp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqY1e3iBQp .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqY1e3iBQp .btn-sm {
  padding: 13px 29px;
}
.cid-sqY1e3iBQp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqY1e3iBQp .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-sqY1e3iBQp .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqY1e3iBQp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqY1e3iBQp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqY1e3iBQp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqY1e3iBQp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqY1e3iBQp .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqY1e3iBQp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY1e3iBQp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqY1e3iBQp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqY1e3iBQp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqY1e3iBQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqY1e3iBQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqY1e3iBQp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqY1e3iBQp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqY1e3iBQp .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqY1e3iBQp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqY1e3iBQp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqY1e3iBQp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqY1e3iBQp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqY1e3iBQp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqY1e3iBQp button.navbar-toggler:focus {
  outline: none;
}
.cid-sqY1e3iBQp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqY1e3iBQp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqY1e3iBQp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY1e3iBQp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY1e3iBQp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqY1e3iBQp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY1e3iBQp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqY1e3iBQp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqY1e3iBQp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY1e3iBQp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqY1e3iBQp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqY1e3iBQp .collapsed .btn {
  display: flex;
}
.cid-sqY1e3iBQp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqY1e3iBQp .collapsed .navbar-collapse.collapsing,
.cid-sqY1e3iBQp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqY1e3iBQp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqY1e3iBQp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqY1e3iBQp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqY1e3iBQp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqY1e3iBQp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqY1e3iBQp .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqY1e3iBQp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqY1e3iBQp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqY1e3iBQp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqY1e3iBQp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqY1e3iBQp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY1e3iBQp .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqY1e3iBQp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqY1e3iBQp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqY1e3iBQp .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-sqY1e3iBQp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqY1e3iBQp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqY1e3iBQp .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-sqY1e3iBQp .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqY1e3iBQp .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqY1e3iBQp .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqY1e3iBQp .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqY1e3iBQp .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqY1e3iBQp .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-sqY1e3iBQp .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqY1e3iBQp .navbar-collapse.collapsing,
  .cid-sqY1e3iBQp .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqY1e3iBQp .navbar-collapse.collapsing .navbar-nav,
  .cid-sqY1e3iBQp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqY1e3iBQp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqY1e3iBQp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqY1e3iBQp .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqY1e3iBQp .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY1e3iBQp .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqY1e3iBQp .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqY1e3iBQp .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqY1e3iBQp .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqY1e3iBQp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqY1e3iBQp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY1e3iBQp img {
    height: 3.8rem !important;
  }
  .cid-sqY1e3iBQp .btn {
    display: flex;
  }
  .cid-sqY1e3iBQp button.navbar-toggler {
    display: block;
  }
  .cid-sqY1e3iBQp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqY1e3iBQp .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqY1e3iBQp .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-sqY1e3iBQp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqY1e3iBQp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqY1e3iBQp .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-sqY1e3iBQp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqY1e3iBQp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqY1e3iBQp .navbar-toggler {
  position: relative;
}
.cid-sqY1e3iBQp .dropdown-item.active,
.cid-sqY1e3iBQp .dropdown-item:active {
  color: initial;
}
.cid-sqY1e3iBQp .widget-title {
  color: #83868c;
}
.cid-sqY1e3iBQp .widget-text {
  color: #83868c;
}
.cid-sqY1e3iBQp .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqY1e3iBQp .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqY1e3iBQp .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqY1e3iBQp .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqY1e3iBQp .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqY1e3iBQp .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqY1e3iBQp .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqY1e3iBQp .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqY1e3iBQp .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqY1e3iBQp .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqY1e3iBQp .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqY1e3iBQp .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqY1e3iBQp .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqY1e3iBQp .menu-content-top,
  .cid-sqY1e3iBQp .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqY1e3iBQp 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-sqY1e53zJa {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqY1e53zJa .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqY1e53zJa .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqY1e53zJa .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqY1e53zJa .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY1e53zJa .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqY1e53zJa .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqY1e53zJa .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqY1e53zJa .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqY1e53zJa .separator,
  .cid-sqY1e53zJa .sep-holder,
  .cid-sqY1e53zJa .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqY1e53zJa .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqY1e53zJa .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqY1e53zJa .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY1e53zJa .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqY1e53zJa .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqY1e53zJa .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqY1e53zJa .items .list-item:last-child .listico {
  display: none;
}
.cid-sqY1e6l2rU {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqY1e6l2rU .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqY1e6l2rU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqY1e6l2rU .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqY1e6l2rU .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqY1e6l2rU .mbr-text,
.cid-sqY1e6l2rU .mbr-section-btn {
  color: #767676;
}
.cid-sqY1e6l2rU .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-sqY1e6l2rU .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqY1e6l2rU .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqY1e6l2rU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqY1e6l2rU .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-sqY1e6l2rU .main-row {
    margin: 0;
  }
  .cid-sqY1e6l2rU .mbr-section-title,
  .cid-sqY1e6l2rU .mbr-text,
  .cid-sqY1e6l2rU .list,
  .cid-sqY1e6l2rU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqY1e6l2rU .text-content {
    padding: 0;
  }
}
.cid-sqY1e6l2rU .mbr-section-title {
  color: #14287f;
}
.cid-sqY1e6l2rU .list UL {
  text-align: left;
}
.cid-sAIRb2pceA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIRb2pceA .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIRb2pceA .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIRb2pceA .mbr-text {
  color: #83868c;
}
.cid-sAIRb2pceA .phone-word {
  color: #279e64;
}
.cid-sAIRb2pceA .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIRb2pceA .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIRb2pceA img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIRb2pceA .img1 {
  color: #279e64;
}
.cid-sAIRb2pceA .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIRb2pceA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIRb2pceA .content .link-wrap {
  color: red;
}
.cid-sAIRb2pceA .content .date-wrap {
  color: #13287d;
}
.cid-sAIRb2pceA .item,
.cid-sAIRb2pceA .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIRb2pceA .item h4,
.cid-sAIRb2pceA .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIRb2pceA .link {
  transition: all 0.3s ease-in;
}
.cid-sAIRb2pceA .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIRb2pceA .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIRb2pceA .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIRb2pceA .item .card-img {
  width: auto;
}
.cid-sAIRb2pceA .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIRb2pceA .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIRb2pceA h5 {
    text-align: left !important;
  }
  .cid-sAIRb2pceA .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIRb2pceA .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIRb2pceA .item-title:hover {
  color: #279e64;
}
.cid-sAIRb2pceA .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIRb2pceA .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIRb2pceA .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIRb2pceA .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIRb2pceA .btn[class*="-outline"]:active,
.cid-sAIRb2pceA .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIRb2pceA .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIRb2pceA .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIRb2pceA .pre-form {
  color: #83868c;
}
.cid-sAIRb2pceA .form-group,
.cid-sAIRb2pceA .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIRb2pceA .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-sAIRb2pceA .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIRb2pceA .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIRb2pceA .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIRb2pceA .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIRb2pceA .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIRb2pceA .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIRb2pceA .dragArea {
  flex-direction: column;
}
.cid-sAIRb2pceA .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqY1e8XZLm.popup-builder {
  background-color: #ffffff;
}
.cid-sqY1e8XZLm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqY1e8XZLm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqY1e8XZLm .modal-content,
.cid-sqY1e8XZLm .modal-dialog {
  height: auto;
}
.cid-sqY1e8XZLm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqY1e8XZLm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqY1e8XZLm .form-wrapper .mbr-form .form-group,
  .cid-sqY1e8XZLm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqY1e8XZLm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqY1e8XZLm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqY1e8XZLm .mbr-text {
  text-align: center;
}
.cid-sqY1e8XZLm .pt-0 {
  padding-top: 0 !important;
}
.cid-sqY1e8XZLm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqY1e8XZLm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqY1e8XZLm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqY1e8XZLm .modal-open {
  overflow: hidden;
}
.cid-sqY1e8XZLm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqY1e8XZLm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqY1e8XZLm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqY1e8XZLm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqY1e8XZLm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqY1e8XZLm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqY1e8XZLm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqY1e8XZLm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqY1e8XZLm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqY1e8XZLm .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqY1e8XZLm .modal-backdrop.show {
  opacity: .5;
}
.cid-sqY1e8XZLm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqY1e8XZLm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqY1e8XZLm .modal-header .close:hover {
  opacity: 1;
}
.cid-sqY1e8XZLm .modal-header .close:focus {
  outline: none;
}
.cid-sqY1e8XZLm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqY1e8XZLm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqY1e8XZLm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqY1e8XZLm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqY1e8XZLm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqY1e8XZLm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqY1e8XZLm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqY1e8XZLm .modal-sm {
    max-width: 300px;
  }
  .cid-sqY1e8XZLm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqY1e8XZLm .modal-lg,
  .cid-sqY1e8XZLm .modal-xl {
    max-width: 800px;
  }
  .cid-sqY1e8XZLm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqY1e8XZLm .modal-xl {
    max-width: 1140px;
  }
  .cid-sqY1e8XZLm .container {
    max-width: 1140px;
  }
}
.cid-sqY1e8XZLm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqY1e8XZLm .container {
    max-width: 720px;
  }
}
.cid-sqY1e8XZLm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqY1e8XZLm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqY1e8XZLm .form-group {
  margin-bottom: 1rem;
}
.cid-sqY1e8XZLm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqY1e8XZLm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqY1e8XZLm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIRclzWFn.popup-builder {
  background-color: #ffffff;
}
.cid-sAIRclzWFn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIRclzWFn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIRclzWFn .modal-content,
.cid-sAIRclzWFn .modal-dialog {
  height: auto;
}
.cid-sAIRclzWFn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIRclzWFn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIRclzWFn .form-wrapper .mbr-form .form-group,
  .cid-sAIRclzWFn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIRclzWFn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIRclzWFn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIRclzWFn .mbr-text {
  text-align: center;
}
.cid-sAIRclzWFn .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIRclzWFn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIRclzWFn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIRclzWFn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIRclzWFn .modal-open {
  overflow: hidden;
}
.cid-sAIRclzWFn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIRclzWFn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIRclzWFn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIRclzWFn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIRclzWFn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIRclzWFn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIRclzWFn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIRclzWFn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIRclzWFn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIRclzWFn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIRclzWFn .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIRclzWFn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIRclzWFn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIRclzWFn .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIRclzWFn .modal-header .close:focus {
  outline: none;
}
.cid-sAIRclzWFn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIRclzWFn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIRclzWFn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIRclzWFn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIRclzWFn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIRclzWFn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIRclzWFn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIRclzWFn .modal-sm {
    max-width: 300px;
  }
  .cid-sAIRclzWFn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIRclzWFn .modal-lg,
  .cid-sAIRclzWFn .modal-xl {
    max-width: 800px;
  }
  .cid-sAIRclzWFn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIRclzWFn .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIRclzWFn .container {
    max-width: 1140px;
  }
}
.cid-sAIRclzWFn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIRclzWFn .container {
    max-width: 720px;
  }
}
.cid-sAIRclzWFn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIRclzWFn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIRclzWFn .form-group {
  margin-bottom: 1rem;
}
.cid-sAIRclzWFn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIRclzWFn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIRclzWFn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqY4eSHGKS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqY4eSHGKS .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqY4eSHGKS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqY4eSHGKS .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-sqY4eSHGKS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqY4eSHGKS .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-sqY4eSHGKS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqY4eSHGKS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqY4eSHGKS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqY4eSHGKS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqY4eSHGKS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqY4eSHGKS .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-sqY4eSHGKS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqY4eSHGKS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqY4eSHGKS .dropdown-item,
.cid-sqY4eSHGKS .nav-link,
.cid-sqY4eSHGKS .brand-name {
  font-style: normal;
}
.cid-sqY4eSHGKS .dropdown-item:hover,
.cid-sqY4eSHGKS .nav-link:hover,
.cid-sqY4eSHGKS .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqY4eSHGKS .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqY4eSHGKS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqY4eSHGKS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqY4eSHGKS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqY4eSHGKS .nav-item {
  position: relative;
}
.cid-sqY4eSHGKS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqY4eSHGKS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqY4eSHGKS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqY4eSHGKS .nav-link {
    line-height: 6.13;
  }
  .cid-sqY4eSHGKS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqY4eSHGKS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqY4eSHGKS .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-sqY4eSHGKS .content-text {
  margin-bottom: 0;
}
.cid-sqY4eSHGKS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqY4eSHGKS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqY4eSHGKS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqY4eSHGKS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqY4eSHGKS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqY4eSHGKS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqY4eSHGKS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqY4eSHGKS .content-right-side {
  text-align: center;
}
.cid-sqY4eSHGKS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqY4eSHGKS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqY4eSHGKS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqY4eSHGKS .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-sqY4eSHGKS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqY4eSHGKS .info-widget:first-child {
  margin-left: 0;
}
.cid-sqY4eSHGKS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqY4eSHGKS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqY4eSHGKS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqY4eSHGKS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqY4eSHGKS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqY4eSHGKS .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqY4eSHGKS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqY4eSHGKS .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-sqY4eSHGKS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqY4eSHGKS .navbar-toggler {
    display: none;
  }
  .cid-sqY4eSHGKS .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqY4eSHGKS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqY4eSHGKS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqY4eSHGKS .btn-sm {
  padding: 13px 29px;
}
.cid-sqY4eSHGKS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqY4eSHGKS .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-sqY4eSHGKS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqY4eSHGKS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqY4eSHGKS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqY4eSHGKS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqY4eSHGKS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqY4eSHGKS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqY4eSHGKS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY4eSHGKS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqY4eSHGKS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqY4eSHGKS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqY4eSHGKS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqY4eSHGKS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqY4eSHGKS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqY4eSHGKS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqY4eSHGKS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqY4eSHGKS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqY4eSHGKS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqY4eSHGKS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqY4eSHGKS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqY4eSHGKS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqY4eSHGKS button.navbar-toggler:focus {
  outline: none;
}
.cid-sqY4eSHGKS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqY4eSHGKS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqY4eSHGKS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY4eSHGKS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY4eSHGKS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqY4eSHGKS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY4eSHGKS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqY4eSHGKS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqY4eSHGKS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY4eSHGKS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqY4eSHGKS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqY4eSHGKS .collapsed .btn {
  display: flex;
}
.cid-sqY4eSHGKS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqY4eSHGKS .collapsed .navbar-collapse.collapsing,
.cid-sqY4eSHGKS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqY4eSHGKS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqY4eSHGKS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqY4eSHGKS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqY4eSHGKS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqY4eSHGKS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqY4eSHGKS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqY4eSHGKS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqY4eSHGKS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqY4eSHGKS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqY4eSHGKS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqY4eSHGKS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY4eSHGKS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqY4eSHGKS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqY4eSHGKS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqY4eSHGKS .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-sqY4eSHGKS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqY4eSHGKS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqY4eSHGKS .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-sqY4eSHGKS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqY4eSHGKS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqY4eSHGKS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqY4eSHGKS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqY4eSHGKS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqY4eSHGKS .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-sqY4eSHGKS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqY4eSHGKS .navbar-collapse.collapsing,
  .cid-sqY4eSHGKS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqY4eSHGKS .navbar-collapse.collapsing .navbar-nav,
  .cid-sqY4eSHGKS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqY4eSHGKS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqY4eSHGKS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqY4eSHGKS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqY4eSHGKS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY4eSHGKS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqY4eSHGKS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqY4eSHGKS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqY4eSHGKS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqY4eSHGKS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqY4eSHGKS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY4eSHGKS img {
    height: 3.8rem !important;
  }
  .cid-sqY4eSHGKS .btn {
    display: flex;
  }
  .cid-sqY4eSHGKS button.navbar-toggler {
    display: block;
  }
  .cid-sqY4eSHGKS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqY4eSHGKS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqY4eSHGKS .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-sqY4eSHGKS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqY4eSHGKS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqY4eSHGKS .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-sqY4eSHGKS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqY4eSHGKS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqY4eSHGKS .navbar-toggler {
  position: relative;
}
.cid-sqY4eSHGKS .dropdown-item.active,
.cid-sqY4eSHGKS .dropdown-item:active {
  color: initial;
}
.cid-sqY4eSHGKS .widget-title {
  color: #83868c;
}
.cid-sqY4eSHGKS .widget-text {
  color: #83868c;
}
.cid-sqY4eSHGKS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqY4eSHGKS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqY4eSHGKS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqY4eSHGKS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqY4eSHGKS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqY4eSHGKS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqY4eSHGKS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqY4eSHGKS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqY4eSHGKS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqY4eSHGKS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqY4eSHGKS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqY4eSHGKS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqY4eSHGKS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqY4eSHGKS .menu-content-top,
  .cid-sqY4eSHGKS .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqY4eSHGKS 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-sqY4eUUoNr {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqY4eUUoNr .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqY4eUUoNr .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqY4eUUoNr .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqY4eUUoNr .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY4eUUoNr .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqY4eUUoNr .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqY4eUUoNr .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqY4eUUoNr .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqY4eUUoNr .separator,
  .cid-sqY4eUUoNr .sep-holder,
  .cid-sqY4eUUoNr .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqY4eUUoNr .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqY4eUUoNr .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqY4eUUoNr .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY4eUUoNr .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqY4eUUoNr .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqY4eUUoNr .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqY4eUUoNr .items .list-item:last-child .listico {
  display: none;
}
.cid-sCpNZoPpXP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sCpNZoPpXP .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCpNZoPpXP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCpNZoPpXP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCpNZoPpXP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCpNZoPpXP * {
    text-align: left;
  }
}
.cid-sCpOiIDraa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCpOiIDraa .main {
  margin-bottom: 70px;
}
.cid-sCpOiIDraa .main .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-sCpOiIDraa .main .mbr-section-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-sCpOiIDraa .main .mbr-text {
  color: #83868c;
}
.cid-sCpOiIDraa .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 17rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-sCpOiIDraa .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-sCpOiIDraa .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-sCpOiIDraa .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-sCpOiIDraa .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-sCpOiIDraa .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-sCpOiIDraa .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-sCpOiIDraa .wrapper:hover .mbr-overlay {
  opacity: 0.4;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-sCpOiIDraa .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-sCpOiIDraa .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-sCpOiIDraa .under {
  margin-bottom: 35px;
}
.cid-sCpOiIDraa .under .card-title {
  color: #13287d;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-sCpOiIDraa .under .card-title:hover {
  color: #279e64;
}
.cid-sCpOiIDraa .under .card-subtitle {
  color: #83868c;
  font-weight: 500;
}
.cid-sCpOiIDraa .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-sCpOiIDraa .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #13287d !important;
}
.cid-sCpOiIDraa .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sCpOiIDraa .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sCpOiIDraa .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sCpOiIDraa .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sCpOiIDraa .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sCpOiIDraa .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #279e64 !important;
  box-shadow: none !important;
}
.cid-sCpOiIDraa .btn[class*="-outline"]:active,
.cid-sCpOiIDraa .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIRsIWAPc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIRsIWAPc .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIRsIWAPc .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIRsIWAPc .mbr-text {
  color: #83868c;
}
.cid-sAIRsIWAPc .phone-word {
  color: #279e64;
}
.cid-sAIRsIWAPc .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIRsIWAPc .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIRsIWAPc img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIRsIWAPc .img1 {
  color: #279e64;
}
.cid-sAIRsIWAPc .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIRsIWAPc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIRsIWAPc .content .link-wrap {
  color: red;
}
.cid-sAIRsIWAPc .content .date-wrap {
  color: #13287d;
}
.cid-sAIRsIWAPc .item,
.cid-sAIRsIWAPc .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIRsIWAPc .item h4,
.cid-sAIRsIWAPc .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIRsIWAPc .link {
  transition: all 0.3s ease-in;
}
.cid-sAIRsIWAPc .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIRsIWAPc .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIRsIWAPc .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIRsIWAPc .item .card-img {
  width: auto;
}
.cid-sAIRsIWAPc .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIRsIWAPc .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIRsIWAPc h5 {
    text-align: left !important;
  }
  .cid-sAIRsIWAPc .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIRsIWAPc .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIRsIWAPc .item-title:hover {
  color: #279e64;
}
.cid-sAIRsIWAPc .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIRsIWAPc .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIRsIWAPc .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIRsIWAPc .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIRsIWAPc .btn[class*="-outline"]:active,
.cid-sAIRsIWAPc .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIRsIWAPc .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIRsIWAPc .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIRsIWAPc .pre-form {
  color: #83868c;
}
.cid-sAIRsIWAPc .form-group,
.cid-sAIRsIWAPc .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIRsIWAPc .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-sAIRsIWAPc .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIRsIWAPc .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIRsIWAPc .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIRsIWAPc .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIRsIWAPc .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIRsIWAPc .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIRsIWAPc .dragArea {
  flex-direction: column;
}
.cid-sAIRsIWAPc .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqY4eZq7gf.popup-builder {
  background-color: #ffffff;
}
.cid-sqY4eZq7gf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqY4eZq7gf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqY4eZq7gf .modal-content,
.cid-sqY4eZq7gf .modal-dialog {
  height: auto;
}
.cid-sqY4eZq7gf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqY4eZq7gf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqY4eZq7gf .form-wrapper .mbr-form .form-group,
  .cid-sqY4eZq7gf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqY4eZq7gf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqY4eZq7gf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqY4eZq7gf .mbr-text {
  text-align: center;
}
.cid-sqY4eZq7gf .pt-0 {
  padding-top: 0 !important;
}
.cid-sqY4eZq7gf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqY4eZq7gf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqY4eZq7gf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqY4eZq7gf .modal-open {
  overflow: hidden;
}
.cid-sqY4eZq7gf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqY4eZq7gf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqY4eZq7gf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqY4eZq7gf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqY4eZq7gf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqY4eZq7gf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqY4eZq7gf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqY4eZq7gf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqY4eZq7gf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqY4eZq7gf .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqY4eZq7gf .modal-backdrop.show {
  opacity: .5;
}
.cid-sqY4eZq7gf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqY4eZq7gf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqY4eZq7gf .modal-header .close:hover {
  opacity: 1;
}
.cid-sqY4eZq7gf .modal-header .close:focus {
  outline: none;
}
.cid-sqY4eZq7gf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqY4eZq7gf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqY4eZq7gf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqY4eZq7gf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqY4eZq7gf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqY4eZq7gf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqY4eZq7gf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqY4eZq7gf .modal-sm {
    max-width: 300px;
  }
  .cid-sqY4eZq7gf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqY4eZq7gf .modal-lg,
  .cid-sqY4eZq7gf .modal-xl {
    max-width: 800px;
  }
  .cid-sqY4eZq7gf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqY4eZq7gf .modal-xl {
    max-width: 1140px;
  }
  .cid-sqY4eZq7gf .container {
    max-width: 1140px;
  }
}
.cid-sqY4eZq7gf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqY4eZq7gf .container {
    max-width: 720px;
  }
}
.cid-sqY4eZq7gf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqY4eZq7gf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqY4eZq7gf .form-group {
  margin-bottom: 1rem;
}
.cid-sqY4eZq7gf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqY4eZq7gf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqY4eZq7gf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIRu9zSUi.popup-builder {
  background-color: #ffffff;
}
.cid-sAIRu9zSUi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIRu9zSUi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIRu9zSUi .modal-content,
.cid-sAIRu9zSUi .modal-dialog {
  height: auto;
}
.cid-sAIRu9zSUi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIRu9zSUi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIRu9zSUi .form-wrapper .mbr-form .form-group,
  .cid-sAIRu9zSUi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIRu9zSUi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIRu9zSUi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIRu9zSUi .mbr-text {
  text-align: center;
}
.cid-sAIRu9zSUi .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIRu9zSUi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIRu9zSUi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIRu9zSUi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIRu9zSUi .modal-open {
  overflow: hidden;
}
.cid-sAIRu9zSUi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIRu9zSUi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIRu9zSUi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIRu9zSUi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIRu9zSUi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIRu9zSUi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIRu9zSUi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIRu9zSUi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIRu9zSUi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIRu9zSUi .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIRu9zSUi .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIRu9zSUi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIRu9zSUi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIRu9zSUi .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIRu9zSUi .modal-header .close:focus {
  outline: none;
}
.cid-sAIRu9zSUi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIRu9zSUi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIRu9zSUi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIRu9zSUi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIRu9zSUi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIRu9zSUi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIRu9zSUi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIRu9zSUi .modal-sm {
    max-width: 300px;
  }
  .cid-sAIRu9zSUi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIRu9zSUi .modal-lg,
  .cid-sAIRu9zSUi .modal-xl {
    max-width: 800px;
  }
  .cid-sAIRu9zSUi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIRu9zSUi .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIRu9zSUi .container {
    max-width: 1140px;
  }
}
.cid-sAIRu9zSUi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIRu9zSUi .container {
    max-width: 720px;
  }
}
.cid-sAIRu9zSUi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIRu9zSUi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIRu9zSUi .form-group {
  margin-bottom: 1rem;
}
.cid-sAIRu9zSUi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIRu9zSUi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIRu9zSUi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqY4I6fldQ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqY4I6fldQ .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqY4I6fldQ .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqY4I6fldQ .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-sqY4I6fldQ .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqY4I6fldQ .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-sqY4I6fldQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqY4I6fldQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqY4I6fldQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqY4I6fldQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqY4I6fldQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqY4I6fldQ .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-sqY4I6fldQ .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqY4I6fldQ .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqY4I6fldQ .dropdown-item,
.cid-sqY4I6fldQ .nav-link,
.cid-sqY4I6fldQ .brand-name {
  font-style: normal;
}
.cid-sqY4I6fldQ .dropdown-item:hover,
.cid-sqY4I6fldQ .nav-link:hover,
.cid-sqY4I6fldQ .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqY4I6fldQ .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqY4I6fldQ .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqY4I6fldQ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqY4I6fldQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqY4I6fldQ .nav-item {
  position: relative;
}
.cid-sqY4I6fldQ .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqY4I6fldQ .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqY4I6fldQ .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqY4I6fldQ .nav-link {
    line-height: 6.13;
  }
  .cid-sqY4I6fldQ .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqY4I6fldQ .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqY4I6fldQ .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-sqY4I6fldQ .content-text {
  margin-bottom: 0;
}
.cid-sqY4I6fldQ .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqY4I6fldQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqY4I6fldQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqY4I6fldQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqY4I6fldQ .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqY4I6fldQ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqY4I6fldQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqY4I6fldQ .content-right-side {
  text-align: center;
}
.cid-sqY4I6fldQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqY4I6fldQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqY4I6fldQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqY4I6fldQ .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-sqY4I6fldQ .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqY4I6fldQ .info-widget:first-child {
  margin-left: 0;
}
.cid-sqY4I6fldQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqY4I6fldQ .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqY4I6fldQ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqY4I6fldQ .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqY4I6fldQ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqY4I6fldQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqY4I6fldQ .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqY4I6fldQ .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-sqY4I6fldQ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqY4I6fldQ .navbar-toggler {
    display: none;
  }
  .cid-sqY4I6fldQ .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqY4I6fldQ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqY4I6fldQ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqY4I6fldQ .btn-sm {
  padding: 13px 29px;
}
.cid-sqY4I6fldQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqY4I6fldQ .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-sqY4I6fldQ .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqY4I6fldQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqY4I6fldQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqY4I6fldQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqY4I6fldQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqY4I6fldQ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqY4I6fldQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY4I6fldQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqY4I6fldQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqY4I6fldQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqY4I6fldQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqY4I6fldQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqY4I6fldQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqY4I6fldQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqY4I6fldQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqY4I6fldQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqY4I6fldQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqY4I6fldQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqY4I6fldQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqY4I6fldQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqY4I6fldQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sqY4I6fldQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqY4I6fldQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqY4I6fldQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY4I6fldQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY4I6fldQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqY4I6fldQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY4I6fldQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqY4I6fldQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqY4I6fldQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY4I6fldQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqY4I6fldQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqY4I6fldQ .collapsed .btn {
  display: flex;
}
.cid-sqY4I6fldQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqY4I6fldQ .collapsed .navbar-collapse.collapsing,
.cid-sqY4I6fldQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqY4I6fldQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqY4I6fldQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqY4I6fldQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqY4I6fldQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqY4I6fldQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqY4I6fldQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqY4I6fldQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqY4I6fldQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqY4I6fldQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqY4I6fldQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqY4I6fldQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY4I6fldQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqY4I6fldQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqY4I6fldQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqY4I6fldQ .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-sqY4I6fldQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqY4I6fldQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqY4I6fldQ .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-sqY4I6fldQ .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqY4I6fldQ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqY4I6fldQ .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqY4I6fldQ .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqY4I6fldQ .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqY4I6fldQ .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-sqY4I6fldQ .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqY4I6fldQ .navbar-collapse.collapsing,
  .cid-sqY4I6fldQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqY4I6fldQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sqY4I6fldQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqY4I6fldQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqY4I6fldQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqY4I6fldQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqY4I6fldQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY4I6fldQ .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqY4I6fldQ .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqY4I6fldQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqY4I6fldQ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqY4I6fldQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqY4I6fldQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY4I6fldQ img {
    height: 3.8rem !important;
  }
  .cid-sqY4I6fldQ .btn {
    display: flex;
  }
  .cid-sqY4I6fldQ button.navbar-toggler {
    display: block;
  }
  .cid-sqY4I6fldQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqY4I6fldQ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqY4I6fldQ .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-sqY4I6fldQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqY4I6fldQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqY4I6fldQ .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-sqY4I6fldQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqY4I6fldQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqY4I6fldQ .navbar-toggler {
  position: relative;
}
.cid-sqY4I6fldQ .dropdown-item.active,
.cid-sqY4I6fldQ .dropdown-item:active {
  color: initial;
}
.cid-sqY4I6fldQ .widget-title {
  color: #83868c;
}
.cid-sqY4I6fldQ .widget-text {
  color: #83868c;
}
.cid-sqY4I6fldQ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqY4I6fldQ .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqY4I6fldQ .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqY4I6fldQ .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqY4I6fldQ .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqY4I6fldQ .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqY4I6fldQ .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqY4I6fldQ .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqY4I6fldQ .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqY4I6fldQ .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqY4I6fldQ .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqY4I6fldQ .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqY4I6fldQ .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqY4I6fldQ .menu-content-top,
  .cid-sqY4I6fldQ .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqY4I6fldQ 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-sqY4I7T4Pm {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqY4I7T4Pm .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqY4I7T4Pm .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqY4I7T4Pm .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqY4I7T4Pm .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY4I7T4Pm .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqY4I7T4Pm .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqY4I7T4Pm .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqY4I7T4Pm .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqY4I7T4Pm .separator,
  .cid-sqY4I7T4Pm .sep-holder,
  .cid-sqY4I7T4Pm .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqY4I7T4Pm .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqY4I7T4Pm .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqY4I7T4Pm .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY4I7T4Pm .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqY4I7T4Pm .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqY4I7T4Pm .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqY4I7T4Pm .items .list-item:last-child .listico {
  display: none;
}
.cid-sqY4I95aRU {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqY4I95aRU .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqY4I95aRU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqY4I95aRU .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqY4I95aRU .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqY4I95aRU .mbr-text,
.cid-sqY4I95aRU .mbr-section-btn {
  color: #767676;
}
.cid-sqY4I95aRU .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-sqY4I95aRU .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqY4I95aRU .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqY4I95aRU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqY4I95aRU .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-sqY4I95aRU .main-row {
    margin: 0;
  }
  .cid-sqY4I95aRU .mbr-section-title,
  .cid-sqY4I95aRU .mbr-text,
  .cid-sqY4I95aRU .list,
  .cid-sqY4I95aRU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqY4I95aRU .text-content {
    padding: 0;
  }
}
.cid-sqY4I95aRU .mbr-section-title {
  color: #14287f;
}
.cid-sqY4I95aRU .list UL {
  text-align: left;
}
.cid-ssjqGNt0t8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ssjqGNt0t8 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ssjqGNt0t8 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssjqGNt0t8 .text-content {
  padding-right: 1.5rem;
}
.cid-ssjqGNt0t8 .mbr-text,
.cid-ssjqGNt0t8 .mbr-section-btn {
  color: #767676;
}
.cid-ssjqGNt0t8 .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-ssjqGNt0t8 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ssjqGNt0t8 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ssjqGNt0t8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ssjqGNt0t8 .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-ssjqGNt0t8 .main-row {
    margin: 0;
  }
  .cid-ssjqGNt0t8 .mbr-section-title,
  .cid-ssjqGNt0t8 .mbr-text,
  .cid-ssjqGNt0t8 .list,
  .cid-ssjqGNt0t8 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ssjqGNt0t8 .text-content {
    padding: 0;
  }
}
.cid-sAIRCVJQ2o {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIRCVJQ2o .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIRCVJQ2o .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIRCVJQ2o .mbr-text {
  color: #83868c;
}
.cid-sAIRCVJQ2o .phone-word {
  color: #279e64;
}
.cid-sAIRCVJQ2o .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIRCVJQ2o .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIRCVJQ2o img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIRCVJQ2o .img1 {
  color: #279e64;
}
.cid-sAIRCVJQ2o .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIRCVJQ2o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIRCVJQ2o .content .link-wrap {
  color: red;
}
.cid-sAIRCVJQ2o .content .date-wrap {
  color: #13287d;
}
.cid-sAIRCVJQ2o .item,
.cid-sAIRCVJQ2o .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIRCVJQ2o .item h4,
.cid-sAIRCVJQ2o .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIRCVJQ2o .link {
  transition: all 0.3s ease-in;
}
.cid-sAIRCVJQ2o .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIRCVJQ2o .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIRCVJQ2o .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIRCVJQ2o .item .card-img {
  width: auto;
}
.cid-sAIRCVJQ2o .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIRCVJQ2o .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIRCVJQ2o h5 {
    text-align: left !important;
  }
  .cid-sAIRCVJQ2o .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIRCVJQ2o .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIRCVJQ2o .item-title:hover {
  color: #279e64;
}
.cid-sAIRCVJQ2o .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIRCVJQ2o .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIRCVJQ2o .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIRCVJQ2o .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIRCVJQ2o .btn[class*="-outline"]:active,
.cid-sAIRCVJQ2o .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIRCVJQ2o .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIRCVJQ2o .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIRCVJQ2o .pre-form {
  color: #83868c;
}
.cid-sAIRCVJQ2o .form-group,
.cid-sAIRCVJQ2o .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIRCVJQ2o .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-sAIRCVJQ2o .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIRCVJQ2o .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIRCVJQ2o .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIRCVJQ2o .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIRCVJQ2o .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIRCVJQ2o .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIRCVJQ2o .dragArea {
  flex-direction: column;
}
.cid-sAIRCVJQ2o .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqY4IbGNTw.popup-builder {
  background-color: #ffffff;
}
.cid-sqY4IbGNTw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqY4IbGNTw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqY4IbGNTw .modal-content,
.cid-sqY4IbGNTw .modal-dialog {
  height: auto;
}
.cid-sqY4IbGNTw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqY4IbGNTw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqY4IbGNTw .form-wrapper .mbr-form .form-group,
  .cid-sqY4IbGNTw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqY4IbGNTw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqY4IbGNTw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqY4IbGNTw .mbr-text {
  text-align: center;
}
.cid-sqY4IbGNTw .pt-0 {
  padding-top: 0 !important;
}
.cid-sqY4IbGNTw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqY4IbGNTw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqY4IbGNTw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqY4IbGNTw .modal-open {
  overflow: hidden;
}
.cid-sqY4IbGNTw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqY4IbGNTw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqY4IbGNTw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqY4IbGNTw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqY4IbGNTw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqY4IbGNTw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqY4IbGNTw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqY4IbGNTw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqY4IbGNTw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqY4IbGNTw .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqY4IbGNTw .modal-backdrop.show {
  opacity: .5;
}
.cid-sqY4IbGNTw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqY4IbGNTw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqY4IbGNTw .modal-header .close:hover {
  opacity: 1;
}
.cid-sqY4IbGNTw .modal-header .close:focus {
  outline: none;
}
.cid-sqY4IbGNTw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqY4IbGNTw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqY4IbGNTw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqY4IbGNTw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqY4IbGNTw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqY4IbGNTw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqY4IbGNTw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqY4IbGNTw .modal-sm {
    max-width: 300px;
  }
  .cid-sqY4IbGNTw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqY4IbGNTw .modal-lg,
  .cid-sqY4IbGNTw .modal-xl {
    max-width: 800px;
  }
  .cid-sqY4IbGNTw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqY4IbGNTw .modal-xl {
    max-width: 1140px;
  }
  .cid-sqY4IbGNTw .container {
    max-width: 1140px;
  }
}
.cid-sqY4IbGNTw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqY4IbGNTw .container {
    max-width: 720px;
  }
}
.cid-sqY4IbGNTw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqY4IbGNTw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqY4IbGNTw .form-group {
  margin-bottom: 1rem;
}
.cid-sqY4IbGNTw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqY4IbGNTw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqY4IbGNTw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIREhZ9xE.popup-builder {
  background-color: #ffffff;
}
.cid-sAIREhZ9xE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIREhZ9xE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIREhZ9xE .modal-content,
.cid-sAIREhZ9xE .modal-dialog {
  height: auto;
}
.cid-sAIREhZ9xE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIREhZ9xE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIREhZ9xE .form-wrapper .mbr-form .form-group,
  .cid-sAIREhZ9xE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIREhZ9xE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIREhZ9xE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIREhZ9xE .mbr-text {
  text-align: center;
}
.cid-sAIREhZ9xE .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIREhZ9xE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIREhZ9xE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIREhZ9xE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIREhZ9xE .modal-open {
  overflow: hidden;
}
.cid-sAIREhZ9xE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIREhZ9xE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIREhZ9xE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIREhZ9xE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIREhZ9xE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIREhZ9xE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIREhZ9xE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIREhZ9xE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIREhZ9xE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIREhZ9xE .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIREhZ9xE .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIREhZ9xE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIREhZ9xE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIREhZ9xE .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIREhZ9xE .modal-header .close:focus {
  outline: none;
}
.cid-sAIREhZ9xE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIREhZ9xE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIREhZ9xE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIREhZ9xE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIREhZ9xE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIREhZ9xE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIREhZ9xE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIREhZ9xE .modal-sm {
    max-width: 300px;
  }
  .cid-sAIREhZ9xE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIREhZ9xE .modal-lg,
  .cid-sAIREhZ9xE .modal-xl {
    max-width: 800px;
  }
  .cid-sAIREhZ9xE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIREhZ9xE .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIREhZ9xE .container {
    max-width: 1140px;
  }
}
.cid-sAIREhZ9xE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIREhZ9xE .container {
    max-width: 720px;
  }
}
.cid-sAIREhZ9xE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIREhZ9xE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIREhZ9xE .form-group {
  margin-bottom: 1rem;
}
.cid-sAIREhZ9xE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIREhZ9xE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIREhZ9xE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqY81rx49T .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqY81rx49T .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqY81rx49T .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqY81rx49T .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-sqY81rx49T .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqY81rx49T .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-sqY81rx49T .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqY81rx49T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqY81rx49T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqY81rx49T .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqY81rx49T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqY81rx49T .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-sqY81rx49T .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqY81rx49T .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqY81rx49T .dropdown-item,
.cid-sqY81rx49T .nav-link,
.cid-sqY81rx49T .brand-name {
  font-style: normal;
}
.cid-sqY81rx49T .dropdown-item:hover,
.cid-sqY81rx49T .nav-link:hover,
.cid-sqY81rx49T .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqY81rx49T .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqY81rx49T .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqY81rx49T .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqY81rx49T .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqY81rx49T .nav-item {
  position: relative;
}
.cid-sqY81rx49T .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqY81rx49T .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqY81rx49T .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqY81rx49T .nav-link {
    line-height: 6.13;
  }
  .cid-sqY81rx49T .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqY81rx49T .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqY81rx49T .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-sqY81rx49T .content-text {
  margin-bottom: 0;
}
.cid-sqY81rx49T .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqY81rx49T .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqY81rx49T .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqY81rx49T .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqY81rx49T .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqY81rx49T .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqY81rx49T .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqY81rx49T .content-right-side {
  text-align: center;
}
.cid-sqY81rx49T .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqY81rx49T .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqY81rx49T .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqY81rx49T .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-sqY81rx49T .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqY81rx49T .info-widget:first-child {
  margin-left: 0;
}
.cid-sqY81rx49T .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqY81rx49T .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqY81rx49T .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqY81rx49T .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqY81rx49T .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqY81rx49T .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqY81rx49T .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqY81rx49T .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-sqY81rx49T .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqY81rx49T .navbar-toggler {
    display: none;
  }
  .cid-sqY81rx49T .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqY81rx49T .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqY81rx49T .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqY81rx49T .btn-sm {
  padding: 13px 29px;
}
.cid-sqY81rx49T .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqY81rx49T .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-sqY81rx49T .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqY81rx49T .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqY81rx49T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqY81rx49T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqY81rx49T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqY81rx49T .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqY81rx49T .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY81rx49T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqY81rx49T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqY81rx49T .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqY81rx49T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqY81rx49T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqY81rx49T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqY81rx49T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqY81rx49T .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqY81rx49T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqY81rx49T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqY81rx49T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqY81rx49T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqY81rx49T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqY81rx49T button.navbar-toggler:focus {
  outline: none;
}
.cid-sqY81rx49T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqY81rx49T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqY81rx49T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY81rx49T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY81rx49T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqY81rx49T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY81rx49T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqY81rx49T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqY81rx49T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY81rx49T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqY81rx49T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqY81rx49T .collapsed .btn {
  display: flex;
}
.cid-sqY81rx49T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqY81rx49T .collapsed .navbar-collapse.collapsing,
.cid-sqY81rx49T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqY81rx49T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqY81rx49T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqY81rx49T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqY81rx49T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqY81rx49T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqY81rx49T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqY81rx49T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqY81rx49T .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqY81rx49T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqY81rx49T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqY81rx49T .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY81rx49T .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqY81rx49T .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqY81rx49T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqY81rx49T .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-sqY81rx49T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqY81rx49T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqY81rx49T .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-sqY81rx49T .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqY81rx49T .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqY81rx49T .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqY81rx49T .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqY81rx49T .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqY81rx49T .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-sqY81rx49T .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqY81rx49T .navbar-collapse.collapsing,
  .cid-sqY81rx49T .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqY81rx49T .navbar-collapse.collapsing .navbar-nav,
  .cid-sqY81rx49T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqY81rx49T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqY81rx49T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqY81rx49T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqY81rx49T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY81rx49T .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqY81rx49T .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqY81rx49T .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqY81rx49T .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqY81rx49T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqY81rx49T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY81rx49T img {
    height: 3.8rem !important;
  }
  .cid-sqY81rx49T .btn {
    display: flex;
  }
  .cid-sqY81rx49T button.navbar-toggler {
    display: block;
  }
  .cid-sqY81rx49T .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqY81rx49T .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqY81rx49T .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-sqY81rx49T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqY81rx49T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqY81rx49T .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-sqY81rx49T .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqY81rx49T .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqY81rx49T .navbar-toggler {
  position: relative;
}
.cid-sqY81rx49T .dropdown-item.active,
.cid-sqY81rx49T .dropdown-item:active {
  color: initial;
}
.cid-sqY81rx49T .widget-title {
  color: #83868c;
}
.cid-sqY81rx49T .widget-text {
  color: #83868c;
}
.cid-sqY81rx49T .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqY81rx49T .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqY81rx49T .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqY81rx49T .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqY81rx49T .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqY81rx49T .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqY81rx49T .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqY81rx49T .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqY81rx49T .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqY81rx49T .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqY81rx49T .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqY81rx49T .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqY81rx49T .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqY81rx49T .menu-content-top,
  .cid-sqY81rx49T .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqY81rx49T 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-sqY81tjCsP {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqY81tjCsP .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqY81tjCsP .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqY81tjCsP .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqY81tjCsP .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY81tjCsP .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqY81tjCsP .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqY81tjCsP .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqY81tjCsP .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqY81tjCsP .separator,
  .cid-sqY81tjCsP .sep-holder,
  .cid-sqY81tjCsP .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqY81tjCsP .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqY81tjCsP .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqY81tjCsP .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY81tjCsP .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqY81tjCsP .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqY81tjCsP .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqY81tjCsP .items .list-item:last-child .listico {
  display: none;
}
.cid-sqY97CQzvJ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqY97CQzvJ .mbr-section-subtitle {
  color: #279e64;
}
.cid-sqY97CQzvJ .mbr-section-title {
  color: #13287d;
}
.cid-sqY97CQzvJ img {
  width: 100%;
}
.cid-sqY97CQzvJ .mbr-text {
  color: #83868c;
}
.cid-sqY97CQzvJ .mbr-section-btn {
  margin-top: 40px;
}
.cid-sqY97CQzvJ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sqY97CQzvJ * {
    text-align: left;
  }
}
.cid-sqY97CQzvJ .cards-wrap {
  flex-direction: column;
}
.cid-sqY97CQzvJ .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sqY97CQzvJ .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sqY97CQzvJ .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sqY97CQzvJ .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sqY97CQzvJ .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-sqY97CQzvJ .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sqYaeLKk3Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqYaeLKk3Q .mbr-section-subtitle {
  color: #279e64;
}
.cid-sqYaeLKk3Q .mbr-section-title {
  color: #13287d;
}
.cid-sqYaeLKk3Q img {
  width: 100%;
}
.cid-sqYaeLKk3Q .mbr-text {
  color: #83868c;
}
.cid-sqYaeLKk3Q .mbr-section-btn {
  margin-top: 40px;
}
.cid-sqYaeLKk3Q .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sqYaeLKk3Q * {
    text-align: left;
  }
}
.cid-sqYaeLKk3Q .cards-wrap {
  flex-direction: column;
}
.cid-sqYaeLKk3Q .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sqYaeLKk3Q .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sqYaeLKk3Q .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sqYaeLKk3Q .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sqYaeLKk3Q .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-sqYaeLKk3Q .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sqYb1uUEMl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqYb1uUEMl .mbr-section-subtitle {
  color: #279e64;
}
.cid-sqYb1uUEMl .mbr-section-title {
  color: #13287d;
}
.cid-sqYb1uUEMl img {
  width: 100%;
}
.cid-sqYb1uUEMl .mbr-text {
  color: #83868c;
}
.cid-sqYb1uUEMl .mbr-section-btn {
  margin-top: 40px;
}
.cid-sqYb1uUEMl .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sqYb1uUEMl * {
    text-align: left;
  }
}
.cid-sqYb1uUEMl .cards-wrap {
  flex-direction: column;
}
.cid-sqYb1uUEMl .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sqYb1uUEMl .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sqYb1uUEMl .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sqYb1uUEMl .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sqYb1uUEMl .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-sqYb1uUEMl .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sqYbkmnM4W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqYbkmnM4W .mbr-section-subtitle {
  color: #279e64;
}
.cid-sqYbkmnM4W .mbr-section-title {
  color: #13287d;
}
.cid-sqYbkmnM4W img {
  width: 100%;
}
.cid-sqYbkmnM4W .mbr-text {
  color: #83868c;
}
.cid-sqYbkmnM4W .mbr-section-btn {
  margin-top: 40px;
}
.cid-sqYbkmnM4W .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sqYbkmnM4W * {
    text-align: left;
  }
}
.cid-sqYbkmnM4W .cards-wrap {
  flex-direction: column;
}
.cid-sqYbkmnM4W .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sqYbkmnM4W .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sqYbkmnM4W .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sqYbkmnM4W .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sqYbkmnM4W .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-sqYbkmnM4W .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sAIRIG5FHK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIRIG5FHK .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIRIG5FHK .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIRIG5FHK .mbr-text {
  color: #83868c;
}
.cid-sAIRIG5FHK .phone-word {
  color: #279e64;
}
.cid-sAIRIG5FHK .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIRIG5FHK .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIRIG5FHK img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIRIG5FHK .img1 {
  color: #279e64;
}
.cid-sAIRIG5FHK .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIRIG5FHK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIRIG5FHK .content .link-wrap {
  color: red;
}
.cid-sAIRIG5FHK .content .date-wrap {
  color: #13287d;
}
.cid-sAIRIG5FHK .item,
.cid-sAIRIG5FHK .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIRIG5FHK .item h4,
.cid-sAIRIG5FHK .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIRIG5FHK .link {
  transition: all 0.3s ease-in;
}
.cid-sAIRIG5FHK .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIRIG5FHK .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIRIG5FHK .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIRIG5FHK .item .card-img {
  width: auto;
}
.cid-sAIRIG5FHK .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIRIG5FHK .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIRIG5FHK h5 {
    text-align: left !important;
  }
  .cid-sAIRIG5FHK .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIRIG5FHK .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIRIG5FHK .item-title:hover {
  color: #279e64;
}
.cid-sAIRIG5FHK .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIRIG5FHK .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIRIG5FHK .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIRIG5FHK .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIRIG5FHK .btn[class*="-outline"]:active,
.cid-sAIRIG5FHK .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIRIG5FHK .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIRIG5FHK .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIRIG5FHK .pre-form {
  color: #83868c;
}
.cid-sAIRIG5FHK .form-group,
.cid-sAIRIG5FHK .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIRIG5FHK .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-sAIRIG5FHK .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIRIG5FHK .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIRIG5FHK .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIRIG5FHK .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIRIG5FHK .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIRIG5FHK .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIRIG5FHK .dragArea {
  flex-direction: column;
}
.cid-sAIRIG5FHK .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqY81x4qf9.popup-builder {
  background-color: #ffffff;
}
.cid-sqY81x4qf9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqY81x4qf9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqY81x4qf9 .modal-content,
.cid-sqY81x4qf9 .modal-dialog {
  height: auto;
}
.cid-sqY81x4qf9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqY81x4qf9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqY81x4qf9 .form-wrapper .mbr-form .form-group,
  .cid-sqY81x4qf9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqY81x4qf9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqY81x4qf9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqY81x4qf9 .mbr-text {
  text-align: center;
}
.cid-sqY81x4qf9 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqY81x4qf9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqY81x4qf9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqY81x4qf9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqY81x4qf9 .modal-open {
  overflow: hidden;
}
.cid-sqY81x4qf9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqY81x4qf9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqY81x4qf9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqY81x4qf9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqY81x4qf9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqY81x4qf9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqY81x4qf9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqY81x4qf9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqY81x4qf9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqY81x4qf9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqY81x4qf9 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqY81x4qf9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqY81x4qf9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqY81x4qf9 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqY81x4qf9 .modal-header .close:focus {
  outline: none;
}
.cid-sqY81x4qf9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqY81x4qf9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqY81x4qf9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqY81x4qf9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqY81x4qf9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqY81x4qf9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqY81x4qf9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqY81x4qf9 .modal-sm {
    max-width: 300px;
  }
  .cid-sqY81x4qf9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqY81x4qf9 .modal-lg,
  .cid-sqY81x4qf9 .modal-xl {
    max-width: 800px;
  }
  .cid-sqY81x4qf9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqY81x4qf9 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqY81x4qf9 .container {
    max-width: 1140px;
  }
}
.cid-sqY81x4qf9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqY81x4qf9 .container {
    max-width: 720px;
  }
}
.cid-sqY81x4qf9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqY81x4qf9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqY81x4qf9 .form-group {
  margin-bottom: 1rem;
}
.cid-sqY81x4qf9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqY81x4qf9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqY81x4qf9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIRJWy7SC.popup-builder {
  background-color: #ffffff;
}
.cid-sAIRJWy7SC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIRJWy7SC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIRJWy7SC .modal-content,
.cid-sAIRJWy7SC .modal-dialog {
  height: auto;
}
.cid-sAIRJWy7SC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIRJWy7SC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIRJWy7SC .form-wrapper .mbr-form .form-group,
  .cid-sAIRJWy7SC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIRJWy7SC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIRJWy7SC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIRJWy7SC .mbr-text {
  text-align: center;
}
.cid-sAIRJWy7SC .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIRJWy7SC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIRJWy7SC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIRJWy7SC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIRJWy7SC .modal-open {
  overflow: hidden;
}
.cid-sAIRJWy7SC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIRJWy7SC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIRJWy7SC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIRJWy7SC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIRJWy7SC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIRJWy7SC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIRJWy7SC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIRJWy7SC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIRJWy7SC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIRJWy7SC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIRJWy7SC .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIRJWy7SC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIRJWy7SC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIRJWy7SC .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIRJWy7SC .modal-header .close:focus {
  outline: none;
}
.cid-sAIRJWy7SC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIRJWy7SC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIRJWy7SC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIRJWy7SC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIRJWy7SC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIRJWy7SC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIRJWy7SC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIRJWy7SC .modal-sm {
    max-width: 300px;
  }
  .cid-sAIRJWy7SC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIRJWy7SC .modal-lg,
  .cid-sAIRJWy7SC .modal-xl {
    max-width: 800px;
  }
  .cid-sAIRJWy7SC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIRJWy7SC .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIRJWy7SC .container {
    max-width: 1140px;
  }
}
.cid-sAIRJWy7SC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIRJWy7SC .container {
    max-width: 720px;
  }
}
.cid-sAIRJWy7SC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIRJWy7SC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIRJWy7SC .form-group {
  margin-bottom: 1rem;
}
.cid-sAIRJWy7SC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIRJWy7SC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIRJWy7SC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqYh3Blzc8 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqYh3Blzc8 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqYh3Blzc8 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqYh3Blzc8 .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-sqYh3Blzc8 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqYh3Blzc8 .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-sqYh3Blzc8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqYh3Blzc8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqYh3Blzc8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqYh3Blzc8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqYh3Blzc8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqYh3Blzc8 .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-sqYh3Blzc8 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqYh3Blzc8 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqYh3Blzc8 .dropdown-item,
.cid-sqYh3Blzc8 .nav-link,
.cid-sqYh3Blzc8 .brand-name {
  font-style: normal;
}
.cid-sqYh3Blzc8 .dropdown-item:hover,
.cid-sqYh3Blzc8 .nav-link:hover,
.cid-sqYh3Blzc8 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqYh3Blzc8 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqYh3Blzc8 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqYh3Blzc8 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqYh3Blzc8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqYh3Blzc8 .nav-item {
  position: relative;
}
.cid-sqYh3Blzc8 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqYh3Blzc8 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqYh3Blzc8 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqYh3Blzc8 .nav-link {
    line-height: 6.13;
  }
  .cid-sqYh3Blzc8 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqYh3Blzc8 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqYh3Blzc8 .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-sqYh3Blzc8 .content-text {
  margin-bottom: 0;
}
.cid-sqYh3Blzc8 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqYh3Blzc8 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqYh3Blzc8 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqYh3Blzc8 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqYh3Blzc8 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqYh3Blzc8 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqYh3Blzc8 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqYh3Blzc8 .content-right-side {
  text-align: center;
}
.cid-sqYh3Blzc8 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqYh3Blzc8 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqYh3Blzc8 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqYh3Blzc8 .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-sqYh3Blzc8 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqYh3Blzc8 .info-widget:first-child {
  margin-left: 0;
}
.cid-sqYh3Blzc8 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqYh3Blzc8 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqYh3Blzc8 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqYh3Blzc8 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqYh3Blzc8 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqYh3Blzc8 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqYh3Blzc8 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqYh3Blzc8 .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-sqYh3Blzc8 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqYh3Blzc8 .navbar-toggler {
    display: none;
  }
  .cid-sqYh3Blzc8 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqYh3Blzc8 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqYh3Blzc8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqYh3Blzc8 .btn-sm {
  padding: 13px 29px;
}
.cid-sqYh3Blzc8 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqYh3Blzc8 .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-sqYh3Blzc8 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqYh3Blzc8 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqYh3Blzc8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqYh3Blzc8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqYh3Blzc8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqYh3Blzc8 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqYh3Blzc8 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqYh3Blzc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqYh3Blzc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqYh3Blzc8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqYh3Blzc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqYh3Blzc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqYh3Blzc8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqYh3Blzc8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqYh3Blzc8 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqYh3Blzc8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqYh3Blzc8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqYh3Blzc8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqYh3Blzc8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqYh3Blzc8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqYh3Blzc8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sqYh3Blzc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqYh3Blzc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqYh3Blzc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqYh3Blzc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqYh3Blzc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqYh3Blzc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqYh3Blzc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqYh3Blzc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqYh3Blzc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqYh3Blzc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqYh3Blzc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqYh3Blzc8 .collapsed .btn {
  display: flex;
}
.cid-sqYh3Blzc8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.collapsing,
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqYh3Blzc8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqYh3Blzc8 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqYh3Blzc8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqYh3Blzc8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqYh3Blzc8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqYh3Blzc8 .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-sqYh3Blzc8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqYh3Blzc8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqYh3Blzc8 .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-sqYh3Blzc8 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqYh3Blzc8 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqYh3Blzc8 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqYh3Blzc8 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqYh3Blzc8 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqYh3Blzc8 .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-sqYh3Blzc8 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqYh3Blzc8 .navbar-collapse.collapsing,
  .cid-sqYh3Blzc8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqYh3Blzc8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sqYh3Blzc8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqYh3Blzc8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqYh3Blzc8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqYh3Blzc8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqYh3Blzc8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqYh3Blzc8 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqYh3Blzc8 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqYh3Blzc8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqYh3Blzc8 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqYh3Blzc8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqYh3Blzc8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqYh3Blzc8 img {
    height: 3.8rem !important;
  }
  .cid-sqYh3Blzc8 .btn {
    display: flex;
  }
  .cid-sqYh3Blzc8 button.navbar-toggler {
    display: block;
  }
  .cid-sqYh3Blzc8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqYh3Blzc8 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqYh3Blzc8 .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-sqYh3Blzc8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqYh3Blzc8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqYh3Blzc8 .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-sqYh3Blzc8 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqYh3Blzc8 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqYh3Blzc8 .navbar-toggler {
  position: relative;
}
.cid-sqYh3Blzc8 .dropdown-item.active,
.cid-sqYh3Blzc8 .dropdown-item:active {
  color: initial;
}
.cid-sqYh3Blzc8 .widget-title {
  color: #83868c;
}
.cid-sqYh3Blzc8 .widget-text {
  color: #83868c;
}
.cid-sqYh3Blzc8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqYh3Blzc8 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqYh3Blzc8 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqYh3Blzc8 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqYh3Blzc8 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqYh3Blzc8 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqYh3Blzc8 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqYh3Blzc8 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqYh3Blzc8 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqYh3Blzc8 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqYh3Blzc8 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqYh3Blzc8 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqYh3Blzc8 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqYh3Blzc8 .menu-content-top,
  .cid-sqYh3Blzc8 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqYh3Blzc8 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-sqYh3F3axX {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqYh3F3axX .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqYh3F3axX .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqYh3F3axX .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqYh3F3axX .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqYh3F3axX .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqYh3F3axX .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqYh3F3axX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqYh3F3axX .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqYh3F3axX .separator,
  .cid-sqYh3F3axX .sep-holder,
  .cid-sqYh3F3axX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqYh3F3axX .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqYh3F3axX .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqYh3F3axX .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqYh3F3axX .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqYh3F3axX .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqYh3F3axX .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqYh3F3axX .items .list-item:last-child .listico {
  display: none;
}
.cid-sDxs54Ydou {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDxs54Ydou .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sDxs54Ydou .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sDxs54Ydou .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sDxs54Ydou .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sDxs54Ydou .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sDxs54Ydou .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sDxs54Ydou .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sDxs54Ydou .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sDxs54Ydou .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sDxs54Ydou .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sDxs54Ydou .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sDxs54Ydou .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sDxs54Ydou .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sDxs54Ydou * {
    text-align: left;
  }
}
.cid-sDxs54Ydou .img-wrap {
  margin-bottom: 30px;
}
.cid-sDxs54Ydou .img-wrap .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-sDxs54Ydou .img-wrap .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sDxs54Ydou .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sDxs54Ydou .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sDxs54Ydou .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sDxs54Ydou a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sDxs54Ydou a.close:hover {
  color: #ffffff;
}
.cid-sAIS1ZXTS2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIS1ZXTS2 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIS1ZXTS2 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIS1ZXTS2 .mbr-text {
  color: #83868c;
}
.cid-sAIS1ZXTS2 .phone-word {
  color: #279e64;
}
.cid-sAIS1ZXTS2 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIS1ZXTS2 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIS1ZXTS2 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIS1ZXTS2 .img1 {
  color: #279e64;
}
.cid-sAIS1ZXTS2 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIS1ZXTS2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIS1ZXTS2 .content .link-wrap {
  color: red;
}
.cid-sAIS1ZXTS2 .content .date-wrap {
  color: #13287d;
}
.cid-sAIS1ZXTS2 .item,
.cid-sAIS1ZXTS2 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIS1ZXTS2 .item h4,
.cid-sAIS1ZXTS2 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIS1ZXTS2 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIS1ZXTS2 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIS1ZXTS2 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIS1ZXTS2 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIS1ZXTS2 .item .card-img {
  width: auto;
}
.cid-sAIS1ZXTS2 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIS1ZXTS2 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIS1ZXTS2 h5 {
    text-align: left !important;
  }
  .cid-sAIS1ZXTS2 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIS1ZXTS2 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIS1ZXTS2 .item-title:hover {
  color: #279e64;
}
.cid-sAIS1ZXTS2 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIS1ZXTS2 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIS1ZXTS2 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIS1ZXTS2 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIS1ZXTS2 .btn[class*="-outline"]:active,
.cid-sAIS1ZXTS2 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIS1ZXTS2 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIS1ZXTS2 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIS1ZXTS2 .pre-form {
  color: #83868c;
}
.cid-sAIS1ZXTS2 .form-group,
.cid-sAIS1ZXTS2 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIS1ZXTS2 .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-sAIS1ZXTS2 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIS1ZXTS2 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIS1ZXTS2 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIS1ZXTS2 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIS1ZXTS2 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIS1ZXTS2 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIS1ZXTS2 .dragArea {
  flex-direction: column;
}
.cid-sAIS1ZXTS2 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqYh3YOmxy.popup-builder {
  background-color: #ffffff;
}
.cid-sqYh3YOmxy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqYh3YOmxy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYh3YOmxy .modal-content,
.cid-sqYh3YOmxy .modal-dialog {
  height: auto;
}
.cid-sqYh3YOmxy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYh3YOmxy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYh3YOmxy .form-wrapper .mbr-form .form-group,
  .cid-sqYh3YOmxy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYh3YOmxy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYh3YOmxy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqYh3YOmxy .mbr-text {
  text-align: center;
}
.cid-sqYh3YOmxy .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYh3YOmxy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYh3YOmxy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYh3YOmxy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYh3YOmxy .modal-open {
  overflow: hidden;
}
.cid-sqYh3YOmxy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYh3YOmxy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYh3YOmxy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYh3YOmxy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqYh3YOmxy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYh3YOmxy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYh3YOmxy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYh3YOmxy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqYh3YOmxy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYh3YOmxy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYh3YOmxy .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYh3YOmxy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYh3YOmxy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYh3YOmxy .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYh3YOmxy .modal-header .close:focus {
  outline: none;
}
.cid-sqYh3YOmxy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqYh3YOmxy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYh3YOmxy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYh3YOmxy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYh3YOmxy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYh3YOmxy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYh3YOmxy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYh3YOmxy .modal-sm {
    max-width: 300px;
  }
  .cid-sqYh3YOmxy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYh3YOmxy .modal-lg,
  .cid-sqYh3YOmxy .modal-xl {
    max-width: 800px;
  }
  .cid-sqYh3YOmxy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYh3YOmxy .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYh3YOmxy .container {
    max-width: 1140px;
  }
}
.cid-sqYh3YOmxy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYh3YOmxy .container {
    max-width: 720px;
  }
}
.cid-sqYh3YOmxy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYh3YOmxy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqYh3YOmxy .form-group {
  margin-bottom: 1rem;
}
.cid-sqYh3YOmxy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYh3YOmxy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYh3YOmxy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIS3dBueO.popup-builder {
  background-color: #ffffff;
}
.cid-sAIS3dBueO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIS3dBueO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIS3dBueO .modal-content,
.cid-sAIS3dBueO .modal-dialog {
  height: auto;
}
.cid-sAIS3dBueO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIS3dBueO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIS3dBueO .form-wrapper .mbr-form .form-group,
  .cid-sAIS3dBueO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIS3dBueO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIS3dBueO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIS3dBueO .mbr-text {
  text-align: center;
}
.cid-sAIS3dBueO .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIS3dBueO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIS3dBueO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIS3dBueO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIS3dBueO .modal-open {
  overflow: hidden;
}
.cid-sAIS3dBueO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIS3dBueO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIS3dBueO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIS3dBueO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIS3dBueO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIS3dBueO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIS3dBueO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIS3dBueO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIS3dBueO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIS3dBueO .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIS3dBueO .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIS3dBueO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIS3dBueO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIS3dBueO .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIS3dBueO .modal-header .close:focus {
  outline: none;
}
.cid-sAIS3dBueO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIS3dBueO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIS3dBueO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIS3dBueO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIS3dBueO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIS3dBueO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIS3dBueO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIS3dBueO .modal-sm {
    max-width: 300px;
  }
  .cid-sAIS3dBueO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIS3dBueO .modal-lg,
  .cid-sAIS3dBueO .modal-xl {
    max-width: 800px;
  }
  .cid-sAIS3dBueO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIS3dBueO .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIS3dBueO .container {
    max-width: 1140px;
  }
}
.cid-sAIS3dBueO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIS3dBueO .container {
    max-width: 720px;
  }
}
.cid-sAIS3dBueO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIS3dBueO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIS3dBueO .form-group {
  margin-bottom: 1rem;
}
.cid-sAIS3dBueO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIS3dBueO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIS3dBueO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sr34y9zpgP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr34y9zpgP .navbar-fixed-top {
  padding-top: 0;
}
.cid-sr34y9zpgP .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sr34y9zpgP .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-sr34y9zpgP .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sr34y9zpgP .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-sr34y9zpgP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr34y9zpgP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sr34y9zpgP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr34y9zpgP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr34y9zpgP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr34y9zpgP .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-sr34y9zpgP .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr34y9zpgP .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sr34y9zpgP .dropdown-item,
.cid-sr34y9zpgP .nav-link,
.cid-sr34y9zpgP .brand-name {
  font-style: normal;
}
.cid-sr34y9zpgP .dropdown-item:hover,
.cid-sr34y9zpgP .nav-link:hover,
.cid-sr34y9zpgP .brand-name:hover {
  color: #279e64 !important;
}
.cid-sr34y9zpgP .dropdown-menu {
  background-color: #ffffff;
}
.cid-sr34y9zpgP .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sr34y9zpgP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sr34y9zpgP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr34y9zpgP .nav-item {
  position: relative;
}
.cid-sr34y9zpgP .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr34y9zpgP .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sr34y9zpgP .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sr34y9zpgP .nav-link {
    line-height: 6.13;
  }
  .cid-sr34y9zpgP .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sr34y9zpgP .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sr34y9zpgP .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-sr34y9zpgP .content-text {
  margin-bottom: 0;
}
.cid-sr34y9zpgP .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr34y9zpgP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr34y9zpgP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr34y9zpgP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr34y9zpgP .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sr34y9zpgP .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr34y9zpgP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr34y9zpgP .content-right-side {
  text-align: center;
}
.cid-sr34y9zpgP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr34y9zpgP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr34y9zpgP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sr34y9zpgP .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-sr34y9zpgP .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sr34y9zpgP .info-widget:first-child {
  margin-left: 0;
}
.cid-sr34y9zpgP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr34y9zpgP .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sr34y9zpgP .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr34y9zpgP .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sr34y9zpgP .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sr34y9zpgP .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr34y9zpgP .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sr34y9zpgP .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-sr34y9zpgP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sr34y9zpgP .navbar-toggler {
    display: none;
  }
  .cid-sr34y9zpgP .navbar-collapse {
    justify-content: center;
  }
}
.cid-sr34y9zpgP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sr34y9zpgP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sr34y9zpgP .btn-sm {
  padding: 13px 29px;
}
.cid-sr34y9zpgP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr34y9zpgP .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-sr34y9zpgP .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sr34y9zpgP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr34y9zpgP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr34y9zpgP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sr34y9zpgP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr34y9zpgP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr34y9zpgP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr34y9zpgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr34y9zpgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr34y9zpgP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sr34y9zpgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr34y9zpgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr34y9zpgP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr34y9zpgP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr34y9zpgP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr34y9zpgP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sr34y9zpgP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr34y9zpgP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr34y9zpgP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr34y9zpgP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sr34y9zpgP button.navbar-toggler:focus {
  outline: none;
}
.cid-sr34y9zpgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sr34y9zpgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr34y9zpgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr34y9zpgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr34y9zpgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr34y9zpgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr34y9zpgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr34y9zpgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr34y9zpgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr34y9zpgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr34y9zpgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr34y9zpgP .collapsed .btn {
  display: flex;
}
.cid-sr34y9zpgP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr34y9zpgP .collapsed .navbar-collapse.collapsing,
.cid-sr34y9zpgP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr34y9zpgP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr34y9zpgP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr34y9zpgP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr34y9zpgP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr34y9zpgP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sr34y9zpgP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sr34y9zpgP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr34y9zpgP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sr34y9zpgP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr34y9zpgP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr34y9zpgP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr34y9zpgP .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr34y9zpgP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr34y9zpgP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sr34y9zpgP .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-sr34y9zpgP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr34y9zpgP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr34y9zpgP .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-sr34y9zpgP .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sr34y9zpgP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sr34y9zpgP .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sr34y9zpgP .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sr34y9zpgP .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sr34y9zpgP .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-sr34y9zpgP .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sr34y9zpgP .navbar-collapse.collapsing,
  .cid-sr34y9zpgP .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr34y9zpgP .navbar-collapse.collapsing .navbar-nav,
  .cid-sr34y9zpgP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr34y9zpgP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr34y9zpgP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr34y9zpgP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sr34y9zpgP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr34y9zpgP .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sr34y9zpgP .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sr34y9zpgP .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr34y9zpgP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sr34y9zpgP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr34y9zpgP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr34y9zpgP img {
    height: 3.8rem !important;
  }
  .cid-sr34y9zpgP .btn {
    display: flex;
  }
  .cid-sr34y9zpgP button.navbar-toggler {
    display: block;
  }
  .cid-sr34y9zpgP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr34y9zpgP .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sr34y9zpgP .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-sr34y9zpgP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr34y9zpgP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr34y9zpgP .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-sr34y9zpgP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr34y9zpgP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sr34y9zpgP .navbar-toggler {
  position: relative;
}
.cid-sr34y9zpgP .dropdown-item.active,
.cid-sr34y9zpgP .dropdown-item:active {
  color: initial;
}
.cid-sr34y9zpgP .widget-title {
  color: #83868c;
}
.cid-sr34y9zpgP .widget-text {
  color: #83868c;
}
.cid-sr34y9zpgP .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sr34y9zpgP .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sr34y9zpgP .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sr34y9zpgP .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sr34y9zpgP .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sr34y9zpgP .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sr34y9zpgP .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sr34y9zpgP .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sr34y9zpgP .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sr34y9zpgP .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sr34y9zpgP .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sr34y9zpgP .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sr34y9zpgP .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sr34y9zpgP .menu-content-top,
  .cid-sr34y9zpgP .menu-bottom {
    padding: 0 15px;
  }
  .cid-sr34y9zpgP 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-sr34ybqOog {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sr34ybqOog .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sr34ybqOog .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sr34ybqOog .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sr34ybqOog .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr34ybqOog .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sr34ybqOog .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sr34ybqOog .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sr34ybqOog .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sr34ybqOog .separator,
  .cid-sr34ybqOog .sep-holder,
  .cid-sr34ybqOog .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sr34ybqOog .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sr34ybqOog .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sr34ybqOog .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr34ybqOog .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sr34ybqOog .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sr34ybqOog .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sr34ybqOog .items .list-item:last-child .listico {
  display: none;
}
.cid-sr34yhdhPi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sr34yhdhPi .text-content .btn-bgr {
  z-index: 0;
}
.cid-sr34yhdhPi .mbr-overlay {
  background: #d7e8f6;
}
.cid-sr34yhdhPi .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sr34yhdhPi .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sr34yhdhPi .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sr34yhdhPi .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sr34yhdhPi .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sr34yhdhPi .mbr-section-btn,
.cid-sr34yhdhPi .mbr-section-title {
  color: #14287f;
}
.cid-sr35litnRY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
}
.cid-sr35litnRY .text-content .btn-bgr {
  z-index: 0;
}
.cid-sr35litnRY .mbr-overlay {
  background: #d7e8f6;
}
.cid-sr35litnRY .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sr35litnRY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sr35litnRY .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sr35litnRY .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sr35litnRY .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sr35x1XSnM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sr35x1XSnM .text-content .btn-bgr {
  z-index: 0;
}
.cid-sr35x1XSnM .mbr-overlay {
  background: #d7e8f6;
}
.cid-sr35x1XSnM .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sr35x1XSnM .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sr35x1XSnM .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sr35x1XSnM .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sr35x1XSnM .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sr366AtGE9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
}
.cid-sr366AtGE9 .text-content .btn-bgr {
  z-index: 0;
}
.cid-sr366AtGE9 .mbr-overlay {
  background: #d7e8f6;
}
.cid-sr366AtGE9 .text-content {
  padding: 2rem 0rem;
  background-color: #eeeff2;
}
.cid-sr366AtGE9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sr366AtGE9 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sr366AtGE9 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sr366AtGE9 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sr367kdXde {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sr367kdXde .text-content .btn-bgr {
  z-index: 0;
}
.cid-sr367kdXde .mbr-overlay {
  background: #d7e8f6;
}
.cid-sr367kdXde .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sr367kdXde .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sr367kdXde .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sr367kdXde .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sr367kdXde .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sr3684GBbB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
}
.cid-sr3684GBbB .text-content .btn-bgr {
  z-index: 0;
}
.cid-sr3684GBbB .mbr-overlay {
  background: #d7e8f6;
}
.cid-sr3684GBbB .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sr3684GBbB .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sr3684GBbB .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sr3684GBbB .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sr3684GBbB .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sAISdedUrN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAISdedUrN .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAISdedUrN .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAISdedUrN .mbr-text {
  color: #83868c;
}
.cid-sAISdedUrN .phone-word {
  color: #279e64;
}
.cid-sAISdedUrN .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAISdedUrN .text-link:hover {
  color: #279e64 !important;
}
.cid-sAISdedUrN img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAISdedUrN .img1 {
  color: #279e64;
}
.cid-sAISdedUrN .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAISdedUrN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAISdedUrN .content .link-wrap {
  color: red;
}
.cid-sAISdedUrN .content .date-wrap {
  color: #13287d;
}
.cid-sAISdedUrN .item,
.cid-sAISdedUrN .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAISdedUrN .item h4,
.cid-sAISdedUrN .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAISdedUrN .link {
  transition: all 0.3s ease-in;
}
.cid-sAISdedUrN .link .card-img {
  padding-bottom: 3px;
}
.cid-sAISdedUrN .link:hover .card-img span {
  color: #279e64;
}
.cid-sAISdedUrN .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAISdedUrN .item .card-img {
  width: auto;
}
.cid-sAISdedUrN .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAISdedUrN .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAISdedUrN h5 {
    text-align: left !important;
  }
  .cid-sAISdedUrN .line-wrap {
    text-align: left !important;
  }
}
.cid-sAISdedUrN .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAISdedUrN .item-title:hover {
  color: #279e64;
}
.cid-sAISdedUrN .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAISdedUrN .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAISdedUrN .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAISdedUrN .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAISdedUrN .btn[class*="-outline"]:active,
.cid-sAISdedUrN .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAISdedUrN .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAISdedUrN .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAISdedUrN .pre-form {
  color: #83868c;
}
.cid-sAISdedUrN .form-group,
.cid-sAISdedUrN .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAISdedUrN .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-sAISdedUrN .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAISdedUrN .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAISdedUrN .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAISdedUrN .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAISdedUrN .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAISdedUrN .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAISdedUrN .dragArea {
  flex-direction: column;
}
.cid-sAISdedUrN .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sr34ynysql.popup-builder {
  background-color: #ffffff;
}
.cid-sr34ynysql.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sr34ynysql.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sr34ynysql .modal-content,
.cid-sr34ynysql .modal-dialog {
  height: auto;
}
.cid-sr34ynysql .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sr34ynysql .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sr34ynysql .form-wrapper .mbr-form .form-group,
  .cid-sr34ynysql .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sr34ynysql .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sr34ynysql .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr34ynysql .mbr-text {
  text-align: center;
}
.cid-sr34ynysql .pt-0 {
  padding-top: 0 !important;
}
.cid-sr34ynysql .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sr34ynysql .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sr34ynysql .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sr34ynysql .modal-open {
  overflow: hidden;
}
.cid-sr34ynysql .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sr34ynysql .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sr34ynysql .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sr34ynysql .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sr34ynysql .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sr34ynysql .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sr34ynysql .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sr34ynysql .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sr34ynysql .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sr34ynysql .modal-backdrop.fade {
  opacity: 0;
}
.cid-sr34ynysql .modal-backdrop.show {
  opacity: .5;
}
.cid-sr34ynysql .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sr34ynysql .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sr34ynysql .modal-header .close:hover {
  opacity: 1;
}
.cid-sr34ynysql .modal-header .close:focus {
  outline: none;
}
.cid-sr34ynysql .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sr34ynysql .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sr34ynysql .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sr34ynysql .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sr34ynysql .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sr34ynysql .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sr34ynysql .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sr34ynysql .modal-sm {
    max-width: 300px;
  }
  .cid-sr34ynysql .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sr34ynysql .modal-lg,
  .cid-sr34ynysql .modal-xl {
    max-width: 800px;
  }
  .cid-sr34ynysql .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sr34ynysql .modal-xl {
    max-width: 1140px;
  }
  .cid-sr34ynysql .container {
    max-width: 1140px;
  }
}
.cid-sr34ynysql .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sr34ynysql .container {
    max-width: 720px;
  }
}
.cid-sr34ynysql .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sr34ynysql .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sr34ynysql .form-group {
  margin-bottom: 1rem;
}
.cid-sr34ynysql .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sr34ynysql .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sr34ynysql .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAISeAgcGy.popup-builder {
  background-color: #ffffff;
}
.cid-sAISeAgcGy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAISeAgcGy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAISeAgcGy .modal-content,
.cid-sAISeAgcGy .modal-dialog {
  height: auto;
}
.cid-sAISeAgcGy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAISeAgcGy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAISeAgcGy .form-wrapper .mbr-form .form-group,
  .cid-sAISeAgcGy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAISeAgcGy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAISeAgcGy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAISeAgcGy .mbr-text {
  text-align: center;
}
.cid-sAISeAgcGy .pt-0 {
  padding-top: 0 !important;
}
.cid-sAISeAgcGy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAISeAgcGy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAISeAgcGy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAISeAgcGy .modal-open {
  overflow: hidden;
}
.cid-sAISeAgcGy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAISeAgcGy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAISeAgcGy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAISeAgcGy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAISeAgcGy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAISeAgcGy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAISeAgcGy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAISeAgcGy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAISeAgcGy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAISeAgcGy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAISeAgcGy .modal-backdrop.show {
  opacity: .5;
}
.cid-sAISeAgcGy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAISeAgcGy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAISeAgcGy .modal-header .close:hover {
  opacity: 1;
}
.cid-sAISeAgcGy .modal-header .close:focus {
  outline: none;
}
.cid-sAISeAgcGy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAISeAgcGy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAISeAgcGy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAISeAgcGy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAISeAgcGy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAISeAgcGy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAISeAgcGy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAISeAgcGy .modal-sm {
    max-width: 300px;
  }
  .cid-sAISeAgcGy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAISeAgcGy .modal-lg,
  .cid-sAISeAgcGy .modal-xl {
    max-width: 800px;
  }
  .cid-sAISeAgcGy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAISeAgcGy .modal-xl {
    max-width: 1140px;
  }
  .cid-sAISeAgcGy .container {
    max-width: 1140px;
  }
}
.cid-sAISeAgcGy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAISeAgcGy .container {
    max-width: 720px;
  }
}
.cid-sAISeAgcGy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAISeAgcGy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAISeAgcGy .form-group {
  margin-bottom: 1rem;
}
.cid-sAISeAgcGy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAISeAgcGy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAISeAgcGy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sr3Hdiqmaa .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr3Hdiqmaa .navbar-fixed-top {
  padding-top: 0;
}
.cid-sr3Hdiqmaa .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sr3Hdiqmaa .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-sr3Hdiqmaa .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sr3Hdiqmaa .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-sr3Hdiqmaa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr3Hdiqmaa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sr3Hdiqmaa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr3Hdiqmaa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr3Hdiqmaa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr3Hdiqmaa .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-sr3Hdiqmaa .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr3Hdiqmaa .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sr3Hdiqmaa .dropdown-item,
.cid-sr3Hdiqmaa .nav-link,
.cid-sr3Hdiqmaa .brand-name {
  font-style: normal;
}
.cid-sr3Hdiqmaa .dropdown-item:hover,
.cid-sr3Hdiqmaa .nav-link:hover,
.cid-sr3Hdiqmaa .brand-name:hover {
  color: #279e64 !important;
}
.cid-sr3Hdiqmaa .dropdown-menu {
  background-color: #ffffff;
}
.cid-sr3Hdiqmaa .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sr3Hdiqmaa .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sr3Hdiqmaa .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr3Hdiqmaa .nav-item {
  position: relative;
}
.cid-sr3Hdiqmaa .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr3Hdiqmaa .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sr3Hdiqmaa .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sr3Hdiqmaa .nav-link {
    line-height: 6.13;
  }
  .cid-sr3Hdiqmaa .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sr3Hdiqmaa .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sr3Hdiqmaa .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-sr3Hdiqmaa .content-text {
  margin-bottom: 0;
}
.cid-sr3Hdiqmaa .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr3Hdiqmaa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr3Hdiqmaa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr3Hdiqmaa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr3Hdiqmaa .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sr3Hdiqmaa .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr3Hdiqmaa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr3Hdiqmaa .content-right-side {
  text-align: center;
}
.cid-sr3Hdiqmaa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr3Hdiqmaa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr3Hdiqmaa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sr3Hdiqmaa .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-sr3Hdiqmaa .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sr3Hdiqmaa .info-widget:first-child {
  margin-left: 0;
}
.cid-sr3Hdiqmaa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr3Hdiqmaa .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sr3Hdiqmaa .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr3Hdiqmaa .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sr3Hdiqmaa .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sr3Hdiqmaa .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr3Hdiqmaa .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sr3Hdiqmaa .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-sr3Hdiqmaa .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sr3Hdiqmaa .navbar-toggler {
    display: none;
  }
  .cid-sr3Hdiqmaa .navbar-collapse {
    justify-content: center;
  }
}
.cid-sr3Hdiqmaa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sr3Hdiqmaa .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sr3Hdiqmaa .btn-sm {
  padding: 13px 29px;
}
.cid-sr3Hdiqmaa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr3Hdiqmaa .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-sr3Hdiqmaa .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sr3Hdiqmaa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr3Hdiqmaa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr3Hdiqmaa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sr3Hdiqmaa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr3Hdiqmaa .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr3Hdiqmaa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr3Hdiqmaa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr3Hdiqmaa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr3Hdiqmaa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sr3Hdiqmaa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr3Hdiqmaa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr3Hdiqmaa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr3Hdiqmaa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr3Hdiqmaa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr3Hdiqmaa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sr3Hdiqmaa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr3Hdiqmaa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr3Hdiqmaa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr3Hdiqmaa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sr3Hdiqmaa button.navbar-toggler:focus {
  outline: none;
}
.cid-sr3Hdiqmaa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sr3Hdiqmaa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr3Hdiqmaa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr3Hdiqmaa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr3Hdiqmaa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr3Hdiqmaa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr3Hdiqmaa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr3Hdiqmaa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr3Hdiqmaa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr3Hdiqmaa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr3Hdiqmaa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr3Hdiqmaa .collapsed .btn {
  display: flex;
}
.cid-sr3Hdiqmaa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.collapsing,
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr3Hdiqmaa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr3Hdiqmaa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr3Hdiqmaa .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr3Hdiqmaa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr3Hdiqmaa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sr3Hdiqmaa .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-sr3Hdiqmaa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr3Hdiqmaa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr3Hdiqmaa .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-sr3Hdiqmaa .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sr3Hdiqmaa .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sr3Hdiqmaa .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sr3Hdiqmaa .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sr3Hdiqmaa .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sr3Hdiqmaa .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-sr3Hdiqmaa .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sr3Hdiqmaa .navbar-collapse.collapsing,
  .cid-sr3Hdiqmaa .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr3Hdiqmaa .navbar-collapse.collapsing .navbar-nav,
  .cid-sr3Hdiqmaa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr3Hdiqmaa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr3Hdiqmaa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr3Hdiqmaa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sr3Hdiqmaa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr3Hdiqmaa .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sr3Hdiqmaa .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sr3Hdiqmaa .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr3Hdiqmaa .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sr3Hdiqmaa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr3Hdiqmaa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr3Hdiqmaa img {
    height: 3.8rem !important;
  }
  .cid-sr3Hdiqmaa .btn {
    display: flex;
  }
  .cid-sr3Hdiqmaa button.navbar-toggler {
    display: block;
  }
  .cid-sr3Hdiqmaa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr3Hdiqmaa .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sr3Hdiqmaa .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-sr3Hdiqmaa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr3Hdiqmaa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr3Hdiqmaa .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-sr3Hdiqmaa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr3Hdiqmaa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sr3Hdiqmaa .navbar-toggler {
  position: relative;
}
.cid-sr3Hdiqmaa .dropdown-item.active,
.cid-sr3Hdiqmaa .dropdown-item:active {
  color: initial;
}
.cid-sr3Hdiqmaa .widget-title {
  color: #83868c;
}
.cid-sr3Hdiqmaa .widget-text {
  color: #83868c;
}
.cid-sr3Hdiqmaa .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sr3Hdiqmaa .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sr3Hdiqmaa .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sr3Hdiqmaa .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sr3Hdiqmaa .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sr3Hdiqmaa .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sr3Hdiqmaa .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sr3Hdiqmaa .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sr3Hdiqmaa .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sr3Hdiqmaa .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sr3Hdiqmaa .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sr3Hdiqmaa .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sr3Hdiqmaa .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sr3Hdiqmaa .menu-content-top,
  .cid-sr3Hdiqmaa .menu-bottom {
    padding: 0 15px;
  }
  .cid-sr3Hdiqmaa 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-sr3HdkBqvd {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sr3HdkBqvd .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sr3HdkBqvd .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sr3HdkBqvd .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sr3HdkBqvd .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr3HdkBqvd .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sr3HdkBqvd .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sr3HdkBqvd .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sr3HdkBqvd .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sr3HdkBqvd .separator,
  .cid-sr3HdkBqvd .sep-holder,
  .cid-sr3HdkBqvd .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sr3HdkBqvd .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sr3HdkBqvd .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sr3HdkBqvd .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr3HdkBqvd .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sr3HdkBqvd .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sr3HdkBqvd .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sr3HdkBqvd .items .list-item:last-child .listico {
  display: none;
}
.cid-sr3Hv2v5IQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sr3Hv2v5IQ .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sr3Hv2v5IQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sr3Hv2v5IQ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sr3Hv2v5IQ .form-group {
  padding-right: 0;
}
.cid-sr3Hv2v5IQ .card {
  padding: 3rem 8rem;
}
.cid-sr3Hv2v5IQ .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sr3Hv2v5IQ .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sr3Hv2v5IQ .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-sr3Hv2v5IQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sr3Hv2v5IQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sr3Hv2v5IQ .map-placeholder {
  display: none;
}
.cid-sr3Hv2v5IQ .btn-primary {
  border: 1px solid #13287d !important;
}
.cid-sr3Hv2v5IQ .btn-primary:hover {
  border: 1px solid #13287d !important;
}
.cid-sr3Hv2v5IQ .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sr3Hv2v5IQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sr3Hv2v5IQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sr3Hv2v5IQ .mbr-text {
  color: #444;
}
.cid-sr3Hv2v5IQ h5 {
  margin-bottom: 0;
}
.cid-sr3Hv2v5IQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sr3Hv2v5IQ .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sr3Hv2v5IQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sr3Hv2v5IQ .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-sr3Hv2v5IQ .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-sr3Hv2v5IQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sr3Hv2v5IQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr3Hv2v5IQ .social-list a:hover {
  opacity: 0.4;
}
.cid-sr3Hv2v5IQ .media-container-row > div {
  padding: 0px;
}
.cid-sr3Hv2v5IQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-sr3Hv2v5IQ .group-title {
  text-align: left;
  color: #14287f;
  padding-bottom: 0.2rem;
}
.cid-sr3Hv2v5IQ .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sr3Hv2v5IQ .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sr3Hv2v5IQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sr3Hv2v5IQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sr3Hv2v5IQ .form-group {
    max-width: 180px;
  }
  .cid-sr3Hv2v5IQ .card {
    padding: 2rem 1rem;
  }
}
.cid-sr3Hv2v5IQ .links span {
  color: #9e9e9e;
}
.cid-sr3Hv2v5IQ .logo-title,
.cid-sr3Hv2v5IQ .logo-sub-title {
  text-align: center;
}
.cid-sr3Hv2v5IQ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sAISiF8gaI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAISiF8gaI .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAISiF8gaI .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAISiF8gaI .mbr-text {
  color: #83868c;
}
.cid-sAISiF8gaI .phone-word {
  color: #279e64;
}
.cid-sAISiF8gaI .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAISiF8gaI .text-link:hover {
  color: #279e64 !important;
}
.cid-sAISiF8gaI img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAISiF8gaI .img1 {
  color: #279e64;
}
.cid-sAISiF8gaI .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAISiF8gaI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAISiF8gaI .content .link-wrap {
  color: red;
}
.cid-sAISiF8gaI .content .date-wrap {
  color: #13287d;
}
.cid-sAISiF8gaI .item,
.cid-sAISiF8gaI .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAISiF8gaI .item h4,
.cid-sAISiF8gaI .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAISiF8gaI .link {
  transition: all 0.3s ease-in;
}
.cid-sAISiF8gaI .link .card-img {
  padding-bottom: 3px;
}
.cid-sAISiF8gaI .link:hover .card-img span {
  color: #279e64;
}
.cid-sAISiF8gaI .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAISiF8gaI .item .card-img {
  width: auto;
}
.cid-sAISiF8gaI .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAISiF8gaI .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAISiF8gaI h5 {
    text-align: left !important;
  }
  .cid-sAISiF8gaI .line-wrap {
    text-align: left !important;
  }
}
.cid-sAISiF8gaI .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAISiF8gaI .item-title:hover {
  color: #279e64;
}
.cid-sAISiF8gaI .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAISiF8gaI .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAISiF8gaI .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAISiF8gaI .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAISiF8gaI .btn[class*="-outline"]:active,
.cid-sAISiF8gaI .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAISiF8gaI .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAISiF8gaI .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAISiF8gaI .pre-form {
  color: #83868c;
}
.cid-sAISiF8gaI .form-group,
.cid-sAISiF8gaI .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAISiF8gaI .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-sAISiF8gaI .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAISiF8gaI .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAISiF8gaI .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAISiF8gaI .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAISiF8gaI .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAISiF8gaI .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAISiF8gaI .dragArea {
  flex-direction: column;
}
.cid-sAISiF8gaI .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sr3HdtRAYp.popup-builder {
  background-color: #ffffff;
}
.cid-sr3HdtRAYp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sr3HdtRAYp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sr3HdtRAYp .modal-content,
.cid-sr3HdtRAYp .modal-dialog {
  height: auto;
}
.cid-sr3HdtRAYp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sr3HdtRAYp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sr3HdtRAYp .form-wrapper .mbr-form .form-group,
  .cid-sr3HdtRAYp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sr3HdtRAYp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sr3HdtRAYp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr3HdtRAYp .mbr-text {
  text-align: center;
}
.cid-sr3HdtRAYp .pt-0 {
  padding-top: 0 !important;
}
.cid-sr3HdtRAYp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sr3HdtRAYp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sr3HdtRAYp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sr3HdtRAYp .modal-open {
  overflow: hidden;
}
.cid-sr3HdtRAYp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sr3HdtRAYp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sr3HdtRAYp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sr3HdtRAYp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sr3HdtRAYp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sr3HdtRAYp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sr3HdtRAYp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sr3HdtRAYp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sr3HdtRAYp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sr3HdtRAYp .modal-backdrop.fade {
  opacity: 0;
}
.cid-sr3HdtRAYp .modal-backdrop.show {
  opacity: .5;
}
.cid-sr3HdtRAYp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sr3HdtRAYp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sr3HdtRAYp .modal-header .close:hover {
  opacity: 1;
}
.cid-sr3HdtRAYp .modal-header .close:focus {
  outline: none;
}
.cid-sr3HdtRAYp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sr3HdtRAYp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sr3HdtRAYp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sr3HdtRAYp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sr3HdtRAYp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sr3HdtRAYp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sr3HdtRAYp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sr3HdtRAYp .modal-sm {
    max-width: 300px;
  }
  .cid-sr3HdtRAYp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sr3HdtRAYp .modal-lg,
  .cid-sr3HdtRAYp .modal-xl {
    max-width: 800px;
  }
  .cid-sr3HdtRAYp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sr3HdtRAYp .modal-xl {
    max-width: 1140px;
  }
  .cid-sr3HdtRAYp .container {
    max-width: 1140px;
  }
}
.cid-sr3HdtRAYp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sr3HdtRAYp .container {
    max-width: 720px;
  }
}
.cid-sr3HdtRAYp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sr3HdtRAYp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sr3HdtRAYp .form-group {
  margin-bottom: 1rem;
}
.cid-sr3HdtRAYp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sr3HdtRAYp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sr3HdtRAYp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAISjTJyk1.popup-builder {
  background-color: #ffffff;
}
.cid-sAISjTJyk1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAISjTJyk1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAISjTJyk1 .modal-content,
.cid-sAISjTJyk1 .modal-dialog {
  height: auto;
}
.cid-sAISjTJyk1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAISjTJyk1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAISjTJyk1 .form-wrapper .mbr-form .form-group,
  .cid-sAISjTJyk1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAISjTJyk1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAISjTJyk1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAISjTJyk1 .mbr-text {
  text-align: center;
}
.cid-sAISjTJyk1 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAISjTJyk1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAISjTJyk1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAISjTJyk1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAISjTJyk1 .modal-open {
  overflow: hidden;
}
.cid-sAISjTJyk1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAISjTJyk1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAISjTJyk1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAISjTJyk1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAISjTJyk1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAISjTJyk1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAISjTJyk1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAISjTJyk1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAISjTJyk1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAISjTJyk1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAISjTJyk1 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAISjTJyk1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAISjTJyk1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAISjTJyk1 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAISjTJyk1 .modal-header .close:focus {
  outline: none;
}
.cid-sAISjTJyk1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAISjTJyk1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAISjTJyk1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAISjTJyk1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAISjTJyk1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAISjTJyk1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAISjTJyk1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAISjTJyk1 .modal-sm {
    max-width: 300px;
  }
  .cid-sAISjTJyk1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAISjTJyk1 .modal-lg,
  .cid-sAISjTJyk1 .modal-xl {
    max-width: 800px;
  }
  .cid-sAISjTJyk1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAISjTJyk1 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAISjTJyk1 .container {
    max-width: 1140px;
  }
}
.cid-sAISjTJyk1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAISjTJyk1 .container {
    max-width: 720px;
  }
}
.cid-sAISjTJyk1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAISjTJyk1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAISjTJyk1 .form-group {
  margin-bottom: 1rem;
}
.cid-sAISjTJyk1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAISjTJyk1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAISjTJyk1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sr3XIoSgqd .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr3XIoSgqd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sr3XIoSgqd .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sr3XIoSgqd .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-sr3XIoSgqd .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sr3XIoSgqd .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-sr3XIoSgqd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr3XIoSgqd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sr3XIoSgqd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr3XIoSgqd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr3XIoSgqd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr3XIoSgqd .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-sr3XIoSgqd .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr3XIoSgqd .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sr3XIoSgqd .dropdown-item,
.cid-sr3XIoSgqd .nav-link,
.cid-sr3XIoSgqd .brand-name {
  font-style: normal;
}
.cid-sr3XIoSgqd .dropdown-item:hover,
.cid-sr3XIoSgqd .nav-link:hover,
.cid-sr3XIoSgqd .brand-name:hover {
  color: #279e64 !important;
}
.cid-sr3XIoSgqd .dropdown-menu {
  background-color: #ffffff;
}
.cid-sr3XIoSgqd .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sr3XIoSgqd .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sr3XIoSgqd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr3XIoSgqd .nav-item {
  position: relative;
}
.cid-sr3XIoSgqd .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr3XIoSgqd .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sr3XIoSgqd .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sr3XIoSgqd .nav-link {
    line-height: 6.13;
  }
  .cid-sr3XIoSgqd .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sr3XIoSgqd .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sr3XIoSgqd .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-sr3XIoSgqd .content-text {
  margin-bottom: 0;
}
.cid-sr3XIoSgqd .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr3XIoSgqd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr3XIoSgqd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr3XIoSgqd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr3XIoSgqd .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sr3XIoSgqd .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr3XIoSgqd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr3XIoSgqd .content-right-side {
  text-align: center;
}
.cid-sr3XIoSgqd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr3XIoSgqd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr3XIoSgqd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sr3XIoSgqd .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-sr3XIoSgqd .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sr3XIoSgqd .info-widget:first-child {
  margin-left: 0;
}
.cid-sr3XIoSgqd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr3XIoSgqd .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sr3XIoSgqd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr3XIoSgqd .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sr3XIoSgqd .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sr3XIoSgqd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr3XIoSgqd .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sr3XIoSgqd .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-sr3XIoSgqd .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sr3XIoSgqd .navbar-toggler {
    display: none;
  }
  .cid-sr3XIoSgqd .navbar-collapse {
    justify-content: center;
  }
}
.cid-sr3XIoSgqd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sr3XIoSgqd .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sr3XIoSgqd .btn-sm {
  padding: 13px 29px;
}
.cid-sr3XIoSgqd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr3XIoSgqd .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-sr3XIoSgqd .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sr3XIoSgqd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr3XIoSgqd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr3XIoSgqd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sr3XIoSgqd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr3XIoSgqd .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr3XIoSgqd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr3XIoSgqd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr3XIoSgqd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr3XIoSgqd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sr3XIoSgqd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr3XIoSgqd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr3XIoSgqd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr3XIoSgqd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr3XIoSgqd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr3XIoSgqd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sr3XIoSgqd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr3XIoSgqd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr3XIoSgqd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr3XIoSgqd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sr3XIoSgqd button.navbar-toggler:focus {
  outline: none;
}
.cid-sr3XIoSgqd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sr3XIoSgqd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr3XIoSgqd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr3XIoSgqd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr3XIoSgqd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr3XIoSgqd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr3XIoSgqd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr3XIoSgqd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr3XIoSgqd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr3XIoSgqd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr3XIoSgqd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr3XIoSgqd .collapsed .btn {
  display: flex;
}
.cid-sr3XIoSgqd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr3XIoSgqd .collapsed .navbar-collapse.collapsing,
.cid-sr3XIoSgqd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr3XIoSgqd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr3XIoSgqd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr3XIoSgqd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr3XIoSgqd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr3XIoSgqd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sr3XIoSgqd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sr3XIoSgqd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr3XIoSgqd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sr3XIoSgqd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr3XIoSgqd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr3XIoSgqd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr3XIoSgqd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr3XIoSgqd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr3XIoSgqd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sr3XIoSgqd .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-sr3XIoSgqd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr3XIoSgqd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr3XIoSgqd .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-sr3XIoSgqd .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sr3XIoSgqd .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sr3XIoSgqd .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sr3XIoSgqd .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sr3XIoSgqd .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sr3XIoSgqd .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-sr3XIoSgqd .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sr3XIoSgqd .navbar-collapse.collapsing,
  .cid-sr3XIoSgqd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr3XIoSgqd .navbar-collapse.collapsing .navbar-nav,
  .cid-sr3XIoSgqd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr3XIoSgqd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr3XIoSgqd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr3XIoSgqd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sr3XIoSgqd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr3XIoSgqd .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sr3XIoSgqd .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sr3XIoSgqd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr3XIoSgqd .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sr3XIoSgqd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr3XIoSgqd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr3XIoSgqd img {
    height: 3.8rem !important;
  }
  .cid-sr3XIoSgqd .btn {
    display: flex;
  }
  .cid-sr3XIoSgqd button.navbar-toggler {
    display: block;
  }
  .cid-sr3XIoSgqd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr3XIoSgqd .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sr3XIoSgqd .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-sr3XIoSgqd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr3XIoSgqd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr3XIoSgqd .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-sr3XIoSgqd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr3XIoSgqd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sr3XIoSgqd .navbar-toggler {
  position: relative;
}
.cid-sr3XIoSgqd .dropdown-item.active,
.cid-sr3XIoSgqd .dropdown-item:active {
  color: initial;
}
.cid-sr3XIoSgqd .widget-title {
  color: #83868c;
}
.cid-sr3XIoSgqd .widget-text {
  color: #83868c;
}
.cid-sr3XIoSgqd .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sr3XIoSgqd .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sr3XIoSgqd .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sr3XIoSgqd .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sr3XIoSgqd .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sr3XIoSgqd .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sr3XIoSgqd .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sr3XIoSgqd .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sr3XIoSgqd .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sr3XIoSgqd .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sr3XIoSgqd .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sr3XIoSgqd .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sr3XIoSgqd .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sr3XIoSgqd .menu-content-top,
  .cid-sr3XIoSgqd .menu-bottom {
    padding: 0 15px;
  }
  .cid-sr3XIoSgqd 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-sr3XIqNke2 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sr3XIqNke2 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sr3XIqNke2 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sr3XIqNke2 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sr3XIqNke2 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr3XIqNke2 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sr3XIqNke2 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sr3XIqNke2 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sr3XIqNke2 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sr3XIqNke2 .separator,
  .cid-sr3XIqNke2 .sep-holder,
  .cid-sr3XIqNke2 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sr3XIqNke2 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sr3XIqNke2 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sr3XIqNke2 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr3XIqNke2 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sr3XIqNke2 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sr3XIqNke2 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sr3XIqNke2 .items .list-item:last-child .listico {
  display: none;
}
.cid-sBtvJCRlmn {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #14287f;
}
.cid-sBtvJCRlmn .content-inner .left-content {
  display: block;
}
.cid-sBtvJCRlmn .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sBtvJCRlmn .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sBtvJCRlmn .content-inner .right-content {
  display: block;
}
.cid-sBtvJCRlmn .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sBtvJCRlmn .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sBtvJCRlmn .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sBtvJCRlmn .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sBtvJCRlmn .content-inner {
    justify-content: center !important;
  }
  .cid-sBtvJCRlmn * {
    text-align: center;
  }
}
.cid-sBtydiApFc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  border-top: 2px solid #6d7a8c;
}
.cid-sBtydiApFc .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-holder {
  margin-top: -2px;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-holder .mbr-text {
  color: #616161;
  margin-bottom: 0;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-holder .mbr-section-title {
  color: #13287d;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-featured {
  margin-left: 20px;
  max-width: 70px;
  height: 70px;
  flex: none;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-featured .image-link {
  display: block;
  position: relative;
  transition: all .3s linear 0ms;
  height: 100%;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-featured .image-link img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  pointer-events: all;
  cursor: pointer;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-featured .image-link .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1a1a;
  opacity: 0;
  transition: all .3s linear 0s;
  border-radius: 5px;
  pointer-events: none;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-featured .image-link .nav-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: all .3s linear 0s;
  border-radius: 5px;
  pointer-events: none;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-featured .image-link .nav-arrow .mbr-iconfont {
  font-size: 16px;
  font-weight: 600;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-featured .image-link:hover .nav-arrow {
  opacity: 1;
}
.cid-sBtydiApFc .nav-links .grid-item .grid-item-inner .item-featured .image-link:hover .overlay {
  opacity: 0.25;
}
.cid-sBtydiApFc .nav-links .nav-link-prev {
  text-align: left;
}
.cid-sBtydiApFc .nav-links .nav-link-next {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-sBtydiApFc .grid-item,
  .cid-sBtydiApFc .grid-item-inner {
    justify-content: start !important;
  }
}
.cid-sBtydiApFc .nav-links .nav-link-next .grid-item-inner .item-holder .mbr-section-title {
  text-align: right;
}
.cid-sr3XZR4JQA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr3XZR4JQA .mbr-section-subtitle {
  color: #767676;
}
.cid-sr3XZR4JQA .container-table {
  margin: 0 auto;
}
.cid-sr3XZR4JQA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sr3XZR4JQA .dataTables_wrapper {
  display: block;
}
.cid-sr3XZR4JQA .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sr3XZR4JQA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sr3XZR4JQA table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-sr3XZR4JQA table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-sr3XZR4JQA table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-sr3XZR4JQA table td {
  border: 1px solid #efefef;
}
.cid-sr3XZR4JQA .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sr3XZR4JQA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sr3XZR4JQA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sr3XZR4JQA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sr3XZR4JQA .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sr3XZR4JQA .dataTables_filter {
    text-align: center;
  }
  .cid-sr3XZR4JQA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sr3XZR4JQA .head-item,
.cid-sr3XZR4JQA .body-item {
  text-align: center;
}
.cid-sr3XZR4JQA .head-item1 {
  color: #14287f;
}
.cid-sr3XZR4JQA .head-item {
  color: #14287f;
}
.cid-sr3XZR4JQA .body-item1 {
  color: #1b1a1a;
}
.cid-sr3XZR4JQA .body-item {
  color: #14287f;
}
.cid-sAISslxv9l {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAISslxv9l .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAISslxv9l .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAISslxv9l .mbr-text {
  color: #83868c;
}
.cid-sAISslxv9l .phone-word {
  color: #279e64;
}
.cid-sAISslxv9l .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAISslxv9l .text-link:hover {
  color: #279e64 !important;
}
.cid-sAISslxv9l img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAISslxv9l .img1 {
  color: #279e64;
}
.cid-sAISslxv9l .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAISslxv9l .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAISslxv9l .content .link-wrap {
  color: red;
}
.cid-sAISslxv9l .content .date-wrap {
  color: #13287d;
}
.cid-sAISslxv9l .item,
.cid-sAISslxv9l .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAISslxv9l .item h4,
.cid-sAISslxv9l .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAISslxv9l .link {
  transition: all 0.3s ease-in;
}
.cid-sAISslxv9l .link .card-img {
  padding-bottom: 3px;
}
.cid-sAISslxv9l .link:hover .card-img span {
  color: #279e64;
}
.cid-sAISslxv9l .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAISslxv9l .item .card-img {
  width: auto;
}
.cid-sAISslxv9l .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAISslxv9l .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAISslxv9l h5 {
    text-align: left !important;
  }
  .cid-sAISslxv9l .line-wrap {
    text-align: left !important;
  }
}
.cid-sAISslxv9l .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAISslxv9l .item-title:hover {
  color: #279e64;
}
.cid-sAISslxv9l .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAISslxv9l .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAISslxv9l .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAISslxv9l .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAISslxv9l .btn[class*="-outline"]:active,
.cid-sAISslxv9l .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAISslxv9l .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAISslxv9l .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAISslxv9l .pre-form {
  color: #83868c;
}
.cid-sAISslxv9l .form-group,
.cid-sAISslxv9l .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAISslxv9l .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-sAISslxv9l .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAISslxv9l .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAISslxv9l .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAISslxv9l .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAISslxv9l .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAISslxv9l .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAISslxv9l .dragArea {
  flex-direction: column;
}
.cid-sAISslxv9l .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sr3XIxIayW.popup-builder {
  background-color: #ffffff;
}
.cid-sr3XIxIayW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sr3XIxIayW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sr3XIxIayW .modal-content,
.cid-sr3XIxIayW .modal-dialog {
  height: auto;
}
.cid-sr3XIxIayW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sr3XIxIayW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sr3XIxIayW .form-wrapper .mbr-form .form-group,
  .cid-sr3XIxIayW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sr3XIxIayW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sr3XIxIayW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr3XIxIayW .mbr-text {
  text-align: center;
}
.cid-sr3XIxIayW .pt-0 {
  padding-top: 0 !important;
}
.cid-sr3XIxIayW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sr3XIxIayW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sr3XIxIayW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sr3XIxIayW .modal-open {
  overflow: hidden;
}
.cid-sr3XIxIayW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sr3XIxIayW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sr3XIxIayW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sr3XIxIayW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sr3XIxIayW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sr3XIxIayW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sr3XIxIayW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sr3XIxIayW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sr3XIxIayW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sr3XIxIayW .modal-backdrop.fade {
  opacity: 0;
}
.cid-sr3XIxIayW .modal-backdrop.show {
  opacity: .5;
}
.cid-sr3XIxIayW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sr3XIxIayW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sr3XIxIayW .modal-header .close:hover {
  opacity: 1;
}
.cid-sr3XIxIayW .modal-header .close:focus {
  outline: none;
}
.cid-sr3XIxIayW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sr3XIxIayW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sr3XIxIayW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sr3XIxIayW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sr3XIxIayW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sr3XIxIayW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sr3XIxIayW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sr3XIxIayW .modal-sm {
    max-width: 300px;
  }
  .cid-sr3XIxIayW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sr3XIxIayW .modal-lg,
  .cid-sr3XIxIayW .modal-xl {
    max-width: 800px;
  }
  .cid-sr3XIxIayW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sr3XIxIayW .modal-xl {
    max-width: 1140px;
  }
  .cid-sr3XIxIayW .container {
    max-width: 1140px;
  }
}
.cid-sr3XIxIayW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sr3XIxIayW .container {
    max-width: 720px;
  }
}
.cid-sr3XIxIayW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sr3XIxIayW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sr3XIxIayW .form-group {
  margin-bottom: 1rem;
}
.cid-sr3XIxIayW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sr3XIxIayW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sr3XIxIayW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIStPQGQH.popup-builder {
  background-color: #ffffff;
}
.cid-sAIStPQGQH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIStPQGQH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIStPQGQH .modal-content,
.cid-sAIStPQGQH .modal-dialog {
  height: auto;
}
.cid-sAIStPQGQH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIStPQGQH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIStPQGQH .form-wrapper .mbr-form .form-group,
  .cid-sAIStPQGQH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIStPQGQH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIStPQGQH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIStPQGQH .mbr-text {
  text-align: center;
}
.cid-sAIStPQGQH .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIStPQGQH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIStPQGQH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIStPQGQH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIStPQGQH .modal-open {
  overflow: hidden;
}
.cid-sAIStPQGQH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIStPQGQH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIStPQGQH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIStPQGQH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIStPQGQH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIStPQGQH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIStPQGQH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIStPQGQH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIStPQGQH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIStPQGQH .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIStPQGQH .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIStPQGQH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIStPQGQH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIStPQGQH .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIStPQGQH .modal-header .close:focus {
  outline: none;
}
.cid-sAIStPQGQH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIStPQGQH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIStPQGQH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIStPQGQH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIStPQGQH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIStPQGQH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIStPQGQH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIStPQGQH .modal-sm {
    max-width: 300px;
  }
  .cid-sAIStPQGQH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIStPQGQH .modal-lg,
  .cid-sAIStPQGQH .modal-xl {
    max-width: 800px;
  }
  .cid-sAIStPQGQH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIStPQGQH .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIStPQGQH .container {
    max-width: 1140px;
  }
}
.cid-sAIStPQGQH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIStPQGQH .container {
    max-width: 720px;
  }
}
.cid-sAIStPQGQH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIStPQGQH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIStPQGQH .form-group {
  margin-bottom: 1rem;
}
.cid-sAIStPQGQH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIStPQGQH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIStPQGQH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sr4fbC6HPR .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr4fbC6HPR .navbar-fixed-top {
  padding-top: 0;
}
.cid-sr4fbC6HPR .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sr4fbC6HPR .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-sr4fbC6HPR .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sr4fbC6HPR .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-sr4fbC6HPR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr4fbC6HPR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sr4fbC6HPR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr4fbC6HPR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr4fbC6HPR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr4fbC6HPR .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-sr4fbC6HPR .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr4fbC6HPR .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sr4fbC6HPR .dropdown-item,
.cid-sr4fbC6HPR .nav-link,
.cid-sr4fbC6HPR .brand-name {
  font-style: normal;
}
.cid-sr4fbC6HPR .dropdown-item:hover,
.cid-sr4fbC6HPR .nav-link:hover,
.cid-sr4fbC6HPR .brand-name:hover {
  color: #279e64 !important;
}
.cid-sr4fbC6HPR .dropdown-menu {
  background-color: #ffffff;
}
.cid-sr4fbC6HPR .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sr4fbC6HPR .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sr4fbC6HPR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr4fbC6HPR .nav-item {
  position: relative;
}
.cid-sr4fbC6HPR .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr4fbC6HPR .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sr4fbC6HPR .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sr4fbC6HPR .nav-link {
    line-height: 6.13;
  }
  .cid-sr4fbC6HPR .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sr4fbC6HPR .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sr4fbC6HPR .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-sr4fbC6HPR .content-text {
  margin-bottom: 0;
}
.cid-sr4fbC6HPR .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr4fbC6HPR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr4fbC6HPR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr4fbC6HPR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr4fbC6HPR .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sr4fbC6HPR .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr4fbC6HPR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr4fbC6HPR .content-right-side {
  text-align: center;
}
.cid-sr4fbC6HPR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr4fbC6HPR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr4fbC6HPR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sr4fbC6HPR .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-sr4fbC6HPR .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sr4fbC6HPR .info-widget:first-child {
  margin-left: 0;
}
.cid-sr4fbC6HPR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr4fbC6HPR .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sr4fbC6HPR .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr4fbC6HPR .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sr4fbC6HPR .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sr4fbC6HPR .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr4fbC6HPR .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sr4fbC6HPR .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-sr4fbC6HPR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sr4fbC6HPR .navbar-toggler {
    display: none;
  }
  .cid-sr4fbC6HPR .navbar-collapse {
    justify-content: center;
  }
}
.cid-sr4fbC6HPR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sr4fbC6HPR .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sr4fbC6HPR .btn-sm {
  padding: 13px 29px;
}
.cid-sr4fbC6HPR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr4fbC6HPR .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-sr4fbC6HPR .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sr4fbC6HPR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr4fbC6HPR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr4fbC6HPR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sr4fbC6HPR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr4fbC6HPR .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr4fbC6HPR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr4fbC6HPR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr4fbC6HPR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr4fbC6HPR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sr4fbC6HPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr4fbC6HPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr4fbC6HPR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr4fbC6HPR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr4fbC6HPR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr4fbC6HPR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sr4fbC6HPR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr4fbC6HPR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr4fbC6HPR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr4fbC6HPR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sr4fbC6HPR button.navbar-toggler:focus {
  outline: none;
}
.cid-sr4fbC6HPR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sr4fbC6HPR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr4fbC6HPR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr4fbC6HPR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr4fbC6HPR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr4fbC6HPR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr4fbC6HPR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr4fbC6HPR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr4fbC6HPR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr4fbC6HPR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr4fbC6HPR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr4fbC6HPR .collapsed .btn {
  display: flex;
}
.cid-sr4fbC6HPR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr4fbC6HPR .collapsed .navbar-collapse.collapsing,
.cid-sr4fbC6HPR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr4fbC6HPR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr4fbC6HPR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr4fbC6HPR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr4fbC6HPR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr4fbC6HPR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sr4fbC6HPR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sr4fbC6HPR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr4fbC6HPR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sr4fbC6HPR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr4fbC6HPR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr4fbC6HPR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr4fbC6HPR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr4fbC6HPR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr4fbC6HPR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sr4fbC6HPR .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-sr4fbC6HPR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr4fbC6HPR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr4fbC6HPR .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-sr4fbC6HPR .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sr4fbC6HPR .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sr4fbC6HPR .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sr4fbC6HPR .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sr4fbC6HPR .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sr4fbC6HPR .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-sr4fbC6HPR .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sr4fbC6HPR .navbar-collapse.collapsing,
  .cid-sr4fbC6HPR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr4fbC6HPR .navbar-collapse.collapsing .navbar-nav,
  .cid-sr4fbC6HPR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr4fbC6HPR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr4fbC6HPR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr4fbC6HPR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sr4fbC6HPR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr4fbC6HPR .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sr4fbC6HPR .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sr4fbC6HPR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr4fbC6HPR .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sr4fbC6HPR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr4fbC6HPR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr4fbC6HPR img {
    height: 3.8rem !important;
  }
  .cid-sr4fbC6HPR .btn {
    display: flex;
  }
  .cid-sr4fbC6HPR button.navbar-toggler {
    display: block;
  }
  .cid-sr4fbC6HPR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr4fbC6HPR .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sr4fbC6HPR .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-sr4fbC6HPR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr4fbC6HPR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr4fbC6HPR .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-sr4fbC6HPR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr4fbC6HPR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sr4fbC6HPR .navbar-toggler {
  position: relative;
}
.cid-sr4fbC6HPR .dropdown-item.active,
.cid-sr4fbC6HPR .dropdown-item:active {
  color: initial;
}
.cid-sr4fbC6HPR .widget-title {
  color: #83868c;
}
.cid-sr4fbC6HPR .widget-text {
  color: #83868c;
}
.cid-sr4fbC6HPR .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sr4fbC6HPR .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sr4fbC6HPR .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sr4fbC6HPR .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sr4fbC6HPR .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sr4fbC6HPR .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sr4fbC6HPR .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sr4fbC6HPR .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sr4fbC6HPR .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sr4fbC6HPR .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sr4fbC6HPR .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sr4fbC6HPR .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sr4fbC6HPR .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sr4fbC6HPR .menu-content-top,
  .cid-sr4fbC6HPR .menu-bottom {
    padding: 0 15px;
  }
  .cid-sr4fbC6HPR 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-sr4fbEjzCq {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sr4fbEjzCq .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sr4fbEjzCq .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sr4fbEjzCq .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sr4fbEjzCq .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr4fbEjzCq .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sr4fbEjzCq .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sr4fbEjzCq .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sr4fbEjzCq .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sr4fbEjzCq .separator,
  .cid-sr4fbEjzCq .sep-holder,
  .cid-sr4fbEjzCq .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sr4fbEjzCq .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sr4fbEjzCq .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sr4fbEjzCq .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr4fbEjzCq .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sr4fbEjzCq .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sr4fbEjzCq .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sr4fbEjzCq .items .list-item:last-child .listico {
  display: none;
}
.cid-sspqn34j6f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sspqn34j6f .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sspqn34j6f .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sspqn34j6f .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sspqn34j6f .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sspqn34j6f .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sspqn34j6f .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sspqn34j6f .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sspqn34j6f .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sspqn34j6f .mbr-gallery-filter ul {
  display: block;
}
.cid-sspqn34j6f .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sspqn34j6f .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sspqn34j6f .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sspqn34j6f .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sspqn34j6f .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sspqn34j6f .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sspqn34j6f .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sspqn34j6f .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sspqn34j6f .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sspqn34j6f .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sspqn34j6f .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sspqn34j6f .icon-focus:before {
  content: '\e95e';
}
.cid-sspqn34j6f .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sspqn34j6f .mbr-section-title {
  margin: 0;
}
.cid-sspqn34j6f .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sspqn34j6f .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sspqn34j6f .mbr-section-title,
.cid-sspqn34j6f .underline {
  color: #14287f;
}
.cid-sspqn34j6f .mbr-section-subtitle {
  color: #ffc600;
}
.cid-sspqoEkW7t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sspqoEkW7t .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sspqoEkW7t .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sspqoEkW7t .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sspqoEkW7t .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sspqoEkW7t .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sspqoEkW7t .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sspqoEkW7t .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sspqoEkW7t .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sspqoEkW7t .mbr-gallery-filter ul {
  display: block;
}
.cid-sspqoEkW7t .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sspqoEkW7t .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sspqoEkW7t .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sspqoEkW7t .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sspqoEkW7t .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sspqoEkW7t .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sspqoEkW7t .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sspqoEkW7t .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sspqoEkW7t .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sspqoEkW7t .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sspqoEkW7t .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sspqoEkW7t .icon-focus:before {
  content: '\e95e';
}
.cid-sspqoEkW7t .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sspqoEkW7t .mbr-section-title {
  margin: 0;
}
.cid-sspqoEkW7t .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sspqoEkW7t .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sspqoEkW7t .mbr-section-title,
.cid-sspqoEkW7t .underline {
  color: #14287f;
}
.cid-sspqpNd7EJ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sspqpNd7EJ .text-content .btn-bgr {
  z-index: 0;
}
.cid-sspqpNd7EJ .mbr-overlay {
  background: #d7e8f6;
}
.cid-sspqpNd7EJ .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sspqpNd7EJ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sspqpNd7EJ .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sspqpNd7EJ .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sspqpNd7EJ .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sspqpNd7EJ .mbr-section-btn,
.cid-sspqpNd7EJ .mbr-section-title {
  color: #14287f;
}
.cid-sspqzi7oAI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sspqzi7oAI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sspqzi7oAI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sspqzi7oAI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sspqzi7oAI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sspqzi7oAI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sspqzi7oAI .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sspqzi7oAI .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sspqzi7oAI .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sspqzi7oAI .mbr-gallery-filter ul {
  display: block;
}
.cid-sspqzi7oAI .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sspqzi7oAI .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sspqzi7oAI .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sspqzi7oAI .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sspqzi7oAI .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sspqzi7oAI .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sspqzi7oAI .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sspqzi7oAI .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sspqzi7oAI .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sspqzi7oAI .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sspqzi7oAI .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sspqzi7oAI .icon-focus:before {
  content: '\e95e';
}
.cid-sspqzi7oAI .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sspqzi7oAI .mbr-section-title {
  margin: 0;
}
.cid-sspqzi7oAI .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sspqzi7oAI .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sspqzi7oAI .mbr-section-title,
.cid-sspqzi7oAI .underline {
  color: #14287f;
}
.cid-sspqAwV6RO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sspqAwV6RO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sspqAwV6RO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sspqAwV6RO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sspqAwV6RO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sspqAwV6RO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sspqAwV6RO .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sspqAwV6RO .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sspqAwV6RO .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sspqAwV6RO .mbr-gallery-filter ul {
  display: block;
}
.cid-sspqAwV6RO .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sspqAwV6RO .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sspqAwV6RO .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sspqAwV6RO .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sspqAwV6RO .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sspqAwV6RO .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sspqAwV6RO .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sspqAwV6RO .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sspqAwV6RO .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sspqAwV6RO .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sspqAwV6RO .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sspqAwV6RO .icon-focus:before {
  content: '\e95e';
}
.cid-sspqAwV6RO .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sspqAwV6RO .mbr-section-title {
  margin: 0;
}
.cid-sspqAwV6RO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sspqAwV6RO .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sspqAwV6RO .mbr-section-title,
.cid-sspqAwV6RO .underline {
  color: #14287f;
}
.cid-sspqC9JVVS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sspqC9JVVS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sspqC9JVVS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sspqC9JVVS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sspqC9JVVS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sspqC9JVVS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sspqC9JVVS .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sspqC9JVVS .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sspqC9JVVS .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sspqC9JVVS .mbr-gallery-filter ul {
  display: block;
}
.cid-sspqC9JVVS .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sspqC9JVVS .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sspqC9JVVS .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sspqC9JVVS .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sspqC9JVVS .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sspqC9JVVS .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sspqC9JVVS .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sspqC9JVVS .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sspqC9JVVS .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sspqC9JVVS .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sspqC9JVVS .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sspqC9JVVS .icon-focus:before {
  content: '\e95e';
}
.cid-sspqC9JVVS .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sspqC9JVVS .mbr-section-title {
  margin: 0;
}
.cid-sspqC9JVVS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sspqC9JVVS .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sspqC9JVVS .mbr-section-title,
.cid-sspqC9JVVS .underline {
  color: #14287f;
}
.cid-sAISBIcNXT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAISBIcNXT .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAISBIcNXT .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAISBIcNXT .mbr-text {
  color: #83868c;
}
.cid-sAISBIcNXT .phone-word {
  color: #279e64;
}
.cid-sAISBIcNXT .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAISBIcNXT .text-link:hover {
  color: #279e64 !important;
}
.cid-sAISBIcNXT img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAISBIcNXT .img1 {
  color: #279e64;
}
.cid-sAISBIcNXT .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAISBIcNXT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAISBIcNXT .content .link-wrap {
  color: red;
}
.cid-sAISBIcNXT .content .date-wrap {
  color: #13287d;
}
.cid-sAISBIcNXT .item,
.cid-sAISBIcNXT .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAISBIcNXT .item h4,
.cid-sAISBIcNXT .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAISBIcNXT .link {
  transition: all 0.3s ease-in;
}
.cid-sAISBIcNXT .link .card-img {
  padding-bottom: 3px;
}
.cid-sAISBIcNXT .link:hover .card-img span {
  color: #279e64;
}
.cid-sAISBIcNXT .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAISBIcNXT .item .card-img {
  width: auto;
}
.cid-sAISBIcNXT .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAISBIcNXT .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAISBIcNXT h5 {
    text-align: left !important;
  }
  .cid-sAISBIcNXT .line-wrap {
    text-align: left !important;
  }
}
.cid-sAISBIcNXT .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAISBIcNXT .item-title:hover {
  color: #279e64;
}
.cid-sAISBIcNXT .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAISBIcNXT .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAISBIcNXT .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAISBIcNXT .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAISBIcNXT .btn[class*="-outline"]:active,
.cid-sAISBIcNXT .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAISBIcNXT .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAISBIcNXT .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAISBIcNXT .pre-form {
  color: #83868c;
}
.cid-sAISBIcNXT .form-group,
.cid-sAISBIcNXT .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAISBIcNXT .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-sAISBIcNXT .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAISBIcNXT .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAISBIcNXT .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAISBIcNXT .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAISBIcNXT .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAISBIcNXT .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAISBIcNXT .dragArea {
  flex-direction: column;
}
.cid-sAISBIcNXT .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sr4fbOYe6H.popup-builder {
  background-color: #ffffff;
}
.cid-sr4fbOYe6H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sr4fbOYe6H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sr4fbOYe6H .modal-content,
.cid-sr4fbOYe6H .modal-dialog {
  height: auto;
}
.cid-sr4fbOYe6H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sr4fbOYe6H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sr4fbOYe6H .form-wrapper .mbr-form .form-group,
  .cid-sr4fbOYe6H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sr4fbOYe6H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sr4fbOYe6H .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr4fbOYe6H .mbr-text {
  text-align: center;
}
.cid-sr4fbOYe6H .pt-0 {
  padding-top: 0 !important;
}
.cid-sr4fbOYe6H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sr4fbOYe6H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sr4fbOYe6H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sr4fbOYe6H .modal-open {
  overflow: hidden;
}
.cid-sr4fbOYe6H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sr4fbOYe6H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sr4fbOYe6H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sr4fbOYe6H .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sr4fbOYe6H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sr4fbOYe6H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sr4fbOYe6H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sr4fbOYe6H .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sr4fbOYe6H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sr4fbOYe6H .modal-backdrop.fade {
  opacity: 0;
}
.cid-sr4fbOYe6H .modal-backdrop.show {
  opacity: .5;
}
.cid-sr4fbOYe6H .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sr4fbOYe6H .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sr4fbOYe6H .modal-header .close:hover {
  opacity: 1;
}
.cid-sr4fbOYe6H .modal-header .close:focus {
  outline: none;
}
.cid-sr4fbOYe6H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sr4fbOYe6H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sr4fbOYe6H .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sr4fbOYe6H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sr4fbOYe6H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sr4fbOYe6H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sr4fbOYe6H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sr4fbOYe6H .modal-sm {
    max-width: 300px;
  }
  .cid-sr4fbOYe6H .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sr4fbOYe6H .modal-lg,
  .cid-sr4fbOYe6H .modal-xl {
    max-width: 800px;
  }
  .cid-sr4fbOYe6H .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sr4fbOYe6H .modal-xl {
    max-width: 1140px;
  }
  .cid-sr4fbOYe6H .container {
    max-width: 1140px;
  }
}
.cid-sr4fbOYe6H .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sr4fbOYe6H .container {
    max-width: 720px;
  }
}
.cid-sr4fbOYe6H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sr4fbOYe6H .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sr4fbOYe6H .form-group {
  margin-bottom: 1rem;
}
.cid-sr4fbOYe6H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sr4fbOYe6H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sr4fbOYe6H .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAISD63Zj0.popup-builder {
  background-color: #ffffff;
}
.cid-sAISD63Zj0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAISD63Zj0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAISD63Zj0 .modal-content,
.cid-sAISD63Zj0 .modal-dialog {
  height: auto;
}
.cid-sAISD63Zj0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAISD63Zj0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAISD63Zj0 .form-wrapper .mbr-form .form-group,
  .cid-sAISD63Zj0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAISD63Zj0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAISD63Zj0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAISD63Zj0 .mbr-text {
  text-align: center;
}
.cid-sAISD63Zj0 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAISD63Zj0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAISD63Zj0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAISD63Zj0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAISD63Zj0 .modal-open {
  overflow: hidden;
}
.cid-sAISD63Zj0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAISD63Zj0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAISD63Zj0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAISD63Zj0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAISD63Zj0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAISD63Zj0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAISD63Zj0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAISD63Zj0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAISD63Zj0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAISD63Zj0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAISD63Zj0 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAISD63Zj0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAISD63Zj0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAISD63Zj0 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAISD63Zj0 .modal-header .close:focus {
  outline: none;
}
.cid-sAISD63Zj0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAISD63Zj0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAISD63Zj0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAISD63Zj0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAISD63Zj0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAISD63Zj0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAISD63Zj0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAISD63Zj0 .modal-sm {
    max-width: 300px;
  }
  .cid-sAISD63Zj0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAISD63Zj0 .modal-lg,
  .cid-sAISD63Zj0 .modal-xl {
    max-width: 800px;
  }
  .cid-sAISD63Zj0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAISD63Zj0 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAISD63Zj0 .container {
    max-width: 1140px;
  }
}
.cid-sAISD63Zj0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAISD63Zj0 .container {
    max-width: 720px;
  }
}
.cid-sAISD63Zj0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAISD63Zj0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAISD63Zj0 .form-group {
  margin-bottom: 1rem;
}
.cid-sAISD63Zj0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAISD63Zj0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAISD63Zj0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sr4gXroYZ4 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr4gXroYZ4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sr4gXroYZ4 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sr4gXroYZ4 .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-sr4gXroYZ4 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sr4gXroYZ4 .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-sr4gXroYZ4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr4gXroYZ4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sr4gXroYZ4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr4gXroYZ4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr4gXroYZ4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr4gXroYZ4 .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-sr4gXroYZ4 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr4gXroYZ4 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sr4gXroYZ4 .dropdown-item,
.cid-sr4gXroYZ4 .nav-link,
.cid-sr4gXroYZ4 .brand-name {
  font-style: normal;
}
.cid-sr4gXroYZ4 .dropdown-item:hover,
.cid-sr4gXroYZ4 .nav-link:hover,
.cid-sr4gXroYZ4 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sr4gXroYZ4 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sr4gXroYZ4 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sr4gXroYZ4 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sr4gXroYZ4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr4gXroYZ4 .nav-item {
  position: relative;
}
.cid-sr4gXroYZ4 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr4gXroYZ4 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sr4gXroYZ4 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sr4gXroYZ4 .nav-link {
    line-height: 6.13;
  }
  .cid-sr4gXroYZ4 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sr4gXroYZ4 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sr4gXroYZ4 .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-sr4gXroYZ4 .content-text {
  margin-bottom: 0;
}
.cid-sr4gXroYZ4 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr4gXroYZ4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr4gXroYZ4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr4gXroYZ4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr4gXroYZ4 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sr4gXroYZ4 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr4gXroYZ4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr4gXroYZ4 .content-right-side {
  text-align: center;
}
.cid-sr4gXroYZ4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr4gXroYZ4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr4gXroYZ4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sr4gXroYZ4 .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-sr4gXroYZ4 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sr4gXroYZ4 .info-widget:first-child {
  margin-left: 0;
}
.cid-sr4gXroYZ4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr4gXroYZ4 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sr4gXroYZ4 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr4gXroYZ4 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sr4gXroYZ4 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sr4gXroYZ4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr4gXroYZ4 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sr4gXroYZ4 .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-sr4gXroYZ4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sr4gXroYZ4 .navbar-toggler {
    display: none;
  }
  .cid-sr4gXroYZ4 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sr4gXroYZ4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sr4gXroYZ4 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sr4gXroYZ4 .btn-sm {
  padding: 13px 29px;
}
.cid-sr4gXroYZ4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr4gXroYZ4 .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-sr4gXroYZ4 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sr4gXroYZ4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr4gXroYZ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr4gXroYZ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sr4gXroYZ4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr4gXroYZ4 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr4gXroYZ4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr4gXroYZ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr4gXroYZ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr4gXroYZ4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sr4gXroYZ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr4gXroYZ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr4gXroYZ4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr4gXroYZ4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr4gXroYZ4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr4gXroYZ4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sr4gXroYZ4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr4gXroYZ4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr4gXroYZ4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr4gXroYZ4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sr4gXroYZ4 button.navbar-toggler:focus {
  outline: none;
}
.cid-sr4gXroYZ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sr4gXroYZ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr4gXroYZ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr4gXroYZ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr4gXroYZ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr4gXroYZ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr4gXroYZ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr4gXroYZ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr4gXroYZ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr4gXroYZ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr4gXroYZ4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr4gXroYZ4 .collapsed .btn {
  display: flex;
}
.cid-sr4gXroYZ4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.collapsing,
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr4gXroYZ4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr4gXroYZ4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr4gXroYZ4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr4gXroYZ4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr4gXroYZ4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sr4gXroYZ4 .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-sr4gXroYZ4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr4gXroYZ4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr4gXroYZ4 .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-sr4gXroYZ4 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sr4gXroYZ4 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sr4gXroYZ4 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sr4gXroYZ4 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sr4gXroYZ4 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sr4gXroYZ4 .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-sr4gXroYZ4 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sr4gXroYZ4 .navbar-collapse.collapsing,
  .cid-sr4gXroYZ4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr4gXroYZ4 .navbar-collapse.collapsing .navbar-nav,
  .cid-sr4gXroYZ4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr4gXroYZ4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr4gXroYZ4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr4gXroYZ4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sr4gXroYZ4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr4gXroYZ4 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sr4gXroYZ4 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sr4gXroYZ4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr4gXroYZ4 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sr4gXroYZ4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr4gXroYZ4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr4gXroYZ4 img {
    height: 3.8rem !important;
  }
  .cid-sr4gXroYZ4 .btn {
    display: flex;
  }
  .cid-sr4gXroYZ4 button.navbar-toggler {
    display: block;
  }
  .cid-sr4gXroYZ4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr4gXroYZ4 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sr4gXroYZ4 .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-sr4gXroYZ4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr4gXroYZ4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr4gXroYZ4 .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-sr4gXroYZ4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr4gXroYZ4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sr4gXroYZ4 .navbar-toggler {
  position: relative;
}
.cid-sr4gXroYZ4 .dropdown-item.active,
.cid-sr4gXroYZ4 .dropdown-item:active {
  color: initial;
}
.cid-sr4gXroYZ4 .widget-title {
  color: #83868c;
}
.cid-sr4gXroYZ4 .widget-text {
  color: #83868c;
}
.cid-sr4gXroYZ4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sr4gXroYZ4 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sr4gXroYZ4 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sr4gXroYZ4 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sr4gXroYZ4 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sr4gXroYZ4 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sr4gXroYZ4 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sr4gXroYZ4 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sr4gXroYZ4 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sr4gXroYZ4 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sr4gXroYZ4 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sr4gXroYZ4 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sr4gXroYZ4 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sr4gXroYZ4 .menu-content-top,
  .cid-sr4gXroYZ4 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sr4gXroYZ4 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-sr4gXtJu4d {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sr4gXtJu4d .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sr4gXtJu4d .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sr4gXtJu4d .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sr4gXtJu4d .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr4gXtJu4d .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sr4gXtJu4d .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sr4gXtJu4d .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sr4gXtJu4d .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sr4gXtJu4d .separator,
  .cid-sr4gXtJu4d .sep-holder,
  .cid-sr4gXtJu4d .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sr4gXtJu4d .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sr4gXtJu4d .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sr4gXtJu4d .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr4gXtJu4d .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sr4gXtJu4d .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sr4gXtJu4d .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sr4gXtJu4d .items .list-item:last-child .listico {
  display: none;
}
.cid-sBtBJOYHNn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sBtBJOYHNn H1 {
  color: #14287f;
}
.cid-sBtBJOYHNn .mbr-text,
.cid-sBtBJOYHNn .mbr-section-btn {
  color: #767676;
}
.cid-sBtBJOYHNn .img1 {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
  border-radius: 10px;
}
.cid-sBtBJOYHNn .relative {
  position: relative;
}
.cid-sBtBJOYHNn .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sBtBJOYHNn .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-sBtBJOYHNn .card-img2 .img2 {
  width: 120%;
}
.cid-sBtBJOYHNn .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sBtBJOYHNn .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-sBtBJOYHNn .img2 {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sBtCU2gWnQ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #eeeff2;
}
.cid-sBtCU2gWnQ .mbr-section-subtitle {
  color: #279e64;
}
.cid-sBtCU2gWnQ .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sBtCU2gWnQ .mbr-text {
  color: #83868c;
}
.cid-sBtCU2gWnQ .mbr-section-btn {
  margin-top: 40px;
}
.cid-sBtCU2gWnQ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sBtCU2gWnQ .mbr-list {
  color: #83868c;
}
.cid-sBtCU2gWnQ .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sBtCU2gWnQ .mbr-list .list {
    text-align: left;
  }
}
.cid-sBtCU2gWnQ .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sBtCU2gWnQ .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sBtCU2gWnQ .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sBtCU2gWnQ * {
    text-align: left;
  }
}
.cid-sBtDVAulTf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sBtDVAulTf .mbr-text {
  color: #767676;
}
.cid-sBtDVAulTf .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sBtDVAulTf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sBtDVAulTf .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-sFQcvyzkXN {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFQcvyzkXN .mbr-section-subtitle {
  color: #279e64;
}
.cid-sFQcvyzkXN .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sFQcvyzkXN .mbr-text {
  color: #83868c;
}
.cid-sFQcvyzkXN .mbr-section-btn {
  margin-top: 40px;
}
.cid-sFQcvyzkXN .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sFQcvyzkXN .mbr-list {
  color: #83868c;
}
.cid-sFQcvyzkXN .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sFQcvyzkXN .mbr-list .list {
    text-align: left;
  }
}
.cid-sFQcvyzkXN .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sFQcvyzkXN .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sFQcvyzkXN .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sFQcvyzkXN * {
    text-align: left;
  }
}
.cid-sFQcw9VLVr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFQcw9VLVr .mbr-text {
  color: #767676;
}
.cid-sFQcw9VLVr .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sFQcw9VLVr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sFQcw9VLVr .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-sFQdfjy4Dy {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #eeeff2;
}
.cid-sFQdfjy4Dy .mbr-section-subtitle {
  color: #279e64;
}
.cid-sFQdfjy4Dy .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sFQdfjy4Dy .mbr-text {
  color: #83868c;
}
.cid-sFQdfjy4Dy .mbr-section-btn {
  margin-top: 40px;
}
.cid-sFQdfjy4Dy .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sFQdfjy4Dy .mbr-list {
  color: #83868c;
}
.cid-sFQdfjy4Dy .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sFQdfjy4Dy .mbr-list .list {
    text-align: left;
  }
}
.cid-sFQdfjy4Dy .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sFQdfjy4Dy .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sFQdfjy4Dy .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sFQdfjy4Dy * {
    text-align: left;
  }
}
.cid-sFQdfQaOQO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-sFQdfQaOQO .mbr-text {
  color: #767676;
}
.cid-sFQdfQaOQO .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sFQdfQaOQO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sFQdfQaOQO .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-sFQdWRnKW1 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFQdWRnKW1 .mbr-section-subtitle {
  color: #279e64;
}
.cid-sFQdWRnKW1 .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-sFQdWRnKW1 .mbr-text {
  color: #83868c;
}
.cid-sFQdWRnKW1 .mbr-section-btn {
  margin-top: 40px;
}
.cid-sFQdWRnKW1 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sFQdWRnKW1 .mbr-list {
  color: #83868c;
}
.cid-sFQdWRnKW1 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sFQdWRnKW1 .mbr-list .list {
    text-align: left;
  }
}
.cid-sFQdWRnKW1 .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sFQdWRnKW1 .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sFQdWRnKW1 .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-sFQdWRnKW1 * {
    text-align: left;
  }
}
.cid-sG9MsG6inD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #279e64;
}
.cid-sG9MsG6inD .content-inner .left-content {
  display: block;
}
.cid-sG9MsG6inD .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sG9MsG6inD .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sG9MsG6inD .content-inner .right-content {
  display: block;
}
.cid-sG9MsG6inD .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sG9MsG6inD .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sG9MsG6inD .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sG9MsG6inD .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sG9MsG6inD .content-inner {
    justify-content: center !important;
  }
  .cid-sG9MsG6inD * {
    text-align: center;
  }
}
.cid-sAISGS45Bi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAISGS45Bi .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAISGS45Bi .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAISGS45Bi .mbr-text {
  color: #83868c;
}
.cid-sAISGS45Bi .phone-word {
  color: #279e64;
}
.cid-sAISGS45Bi .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAISGS45Bi .text-link:hover {
  color: #279e64 !important;
}
.cid-sAISGS45Bi img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAISGS45Bi .img1 {
  color: #279e64;
}
.cid-sAISGS45Bi .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAISGS45Bi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAISGS45Bi .content .link-wrap {
  color: red;
}
.cid-sAISGS45Bi .content .date-wrap {
  color: #13287d;
}
.cid-sAISGS45Bi .item,
.cid-sAISGS45Bi .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAISGS45Bi .item h4,
.cid-sAISGS45Bi .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAISGS45Bi .link {
  transition: all 0.3s ease-in;
}
.cid-sAISGS45Bi .link .card-img {
  padding-bottom: 3px;
}
.cid-sAISGS45Bi .link:hover .card-img span {
  color: #279e64;
}
.cid-sAISGS45Bi .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAISGS45Bi .item .card-img {
  width: auto;
}
.cid-sAISGS45Bi .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAISGS45Bi .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAISGS45Bi h5 {
    text-align: left !important;
  }
  .cid-sAISGS45Bi .line-wrap {
    text-align: left !important;
  }
}
.cid-sAISGS45Bi .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAISGS45Bi .item-title:hover {
  color: #279e64;
}
.cid-sAISGS45Bi .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAISGS45Bi .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAISGS45Bi .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAISGS45Bi .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAISGS45Bi .btn[class*="-outline"]:active,
.cid-sAISGS45Bi .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAISGS45Bi .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAISGS45Bi .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAISGS45Bi .pre-form {
  color: #83868c;
}
.cid-sAISGS45Bi .form-group,
.cid-sAISGS45Bi .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAISGS45Bi .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-sAISGS45Bi .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAISGS45Bi .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAISGS45Bi .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAISGS45Bi .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAISGS45Bi .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAISGS45Bi .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAISGS45Bi .dragArea {
  flex-direction: column;
}
.cid-sAISGS45Bi .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sr4gXCx65v.popup-builder {
  background-color: #ffffff;
}
.cid-sr4gXCx65v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sr4gXCx65v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sr4gXCx65v .modal-content,
.cid-sr4gXCx65v .modal-dialog {
  height: auto;
}
.cid-sr4gXCx65v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sr4gXCx65v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sr4gXCx65v .form-wrapper .mbr-form .form-group,
  .cid-sr4gXCx65v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sr4gXCx65v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sr4gXCx65v .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr4gXCx65v .mbr-text {
  text-align: center;
}
.cid-sr4gXCx65v .pt-0 {
  padding-top: 0 !important;
}
.cid-sr4gXCx65v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sr4gXCx65v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sr4gXCx65v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sr4gXCx65v .modal-open {
  overflow: hidden;
}
.cid-sr4gXCx65v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sr4gXCx65v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sr4gXCx65v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sr4gXCx65v .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sr4gXCx65v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sr4gXCx65v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sr4gXCx65v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sr4gXCx65v .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sr4gXCx65v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sr4gXCx65v .modal-backdrop.fade {
  opacity: 0;
}
.cid-sr4gXCx65v .modal-backdrop.show {
  opacity: .5;
}
.cid-sr4gXCx65v .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sr4gXCx65v .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sr4gXCx65v .modal-header .close:hover {
  opacity: 1;
}
.cid-sr4gXCx65v .modal-header .close:focus {
  outline: none;
}
.cid-sr4gXCx65v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sr4gXCx65v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sr4gXCx65v .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sr4gXCx65v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sr4gXCx65v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sr4gXCx65v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sr4gXCx65v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sr4gXCx65v .modal-sm {
    max-width: 300px;
  }
  .cid-sr4gXCx65v .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sr4gXCx65v .modal-lg,
  .cid-sr4gXCx65v .modal-xl {
    max-width: 800px;
  }
  .cid-sr4gXCx65v .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sr4gXCx65v .modal-xl {
    max-width: 1140px;
  }
  .cid-sr4gXCx65v .container {
    max-width: 1140px;
  }
}
.cid-sr4gXCx65v .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sr4gXCx65v .container {
    max-width: 720px;
  }
}
.cid-sr4gXCx65v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sr4gXCx65v .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sr4gXCx65v .form-group {
  margin-bottom: 1rem;
}
.cid-sr4gXCx65v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sr4gXCx65v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sr4gXCx65v .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAISIfTTUw.popup-builder {
  background-color: #ffffff;
}
.cid-sAISIfTTUw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAISIfTTUw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAISIfTTUw .modal-content,
.cid-sAISIfTTUw .modal-dialog {
  height: auto;
}
.cid-sAISIfTTUw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAISIfTTUw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAISIfTTUw .form-wrapper .mbr-form .form-group,
  .cid-sAISIfTTUw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAISIfTTUw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAISIfTTUw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAISIfTTUw .mbr-text {
  text-align: center;
}
.cid-sAISIfTTUw .pt-0 {
  padding-top: 0 !important;
}
.cid-sAISIfTTUw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAISIfTTUw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAISIfTTUw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAISIfTTUw .modal-open {
  overflow: hidden;
}
.cid-sAISIfTTUw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAISIfTTUw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAISIfTTUw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAISIfTTUw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAISIfTTUw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAISIfTTUw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAISIfTTUw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAISIfTTUw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAISIfTTUw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAISIfTTUw .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAISIfTTUw .modal-backdrop.show {
  opacity: .5;
}
.cid-sAISIfTTUw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAISIfTTUw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAISIfTTUw .modal-header .close:hover {
  opacity: 1;
}
.cid-sAISIfTTUw .modal-header .close:focus {
  outline: none;
}
.cid-sAISIfTTUw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAISIfTTUw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAISIfTTUw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAISIfTTUw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAISIfTTUw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAISIfTTUw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAISIfTTUw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAISIfTTUw .modal-sm {
    max-width: 300px;
  }
  .cid-sAISIfTTUw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAISIfTTUw .modal-lg,
  .cid-sAISIfTTUw .modal-xl {
    max-width: 800px;
  }
  .cid-sAISIfTTUw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAISIfTTUw .modal-xl {
    max-width: 1140px;
  }
  .cid-sAISIfTTUw .container {
    max-width: 1140px;
  }
}
.cid-sAISIfTTUw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAISIfTTUw .container {
    max-width: 720px;
  }
}
.cid-sAISIfTTUw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAISIfTTUw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAISIfTTUw .form-group {
  margin-bottom: 1rem;
}
.cid-sAISIfTTUw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAISIfTTUw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAISIfTTUw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sr4hzzPneS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr4hzzPneS .navbar-fixed-top {
  padding-top: 0;
}
.cid-sr4hzzPneS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sr4hzzPneS .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-sr4hzzPneS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sr4hzzPneS .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-sr4hzzPneS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr4hzzPneS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sr4hzzPneS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr4hzzPneS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr4hzzPneS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr4hzzPneS .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-sr4hzzPneS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr4hzzPneS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sr4hzzPneS .dropdown-item,
.cid-sr4hzzPneS .nav-link,
.cid-sr4hzzPneS .brand-name {
  font-style: normal;
}
.cid-sr4hzzPneS .dropdown-item:hover,
.cid-sr4hzzPneS .nav-link:hover,
.cid-sr4hzzPneS .brand-name:hover {
  color: #279e64 !important;
}
.cid-sr4hzzPneS .dropdown-menu {
  background-color: #ffffff;
}
.cid-sr4hzzPneS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sr4hzzPneS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sr4hzzPneS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr4hzzPneS .nav-item {
  position: relative;
}
.cid-sr4hzzPneS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr4hzzPneS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sr4hzzPneS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sr4hzzPneS .nav-link {
    line-height: 6.13;
  }
  .cid-sr4hzzPneS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sr4hzzPneS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sr4hzzPneS .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-sr4hzzPneS .content-text {
  margin-bottom: 0;
}
.cid-sr4hzzPneS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr4hzzPneS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr4hzzPneS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr4hzzPneS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr4hzzPneS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sr4hzzPneS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr4hzzPneS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr4hzzPneS .content-right-side {
  text-align: center;
}
.cid-sr4hzzPneS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr4hzzPneS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr4hzzPneS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sr4hzzPneS .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-sr4hzzPneS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sr4hzzPneS .info-widget:first-child {
  margin-left: 0;
}
.cid-sr4hzzPneS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr4hzzPneS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sr4hzzPneS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr4hzzPneS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sr4hzzPneS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sr4hzzPneS .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr4hzzPneS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sr4hzzPneS .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-sr4hzzPneS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sr4hzzPneS .navbar-toggler {
    display: none;
  }
  .cid-sr4hzzPneS .navbar-collapse {
    justify-content: center;
  }
}
.cid-sr4hzzPneS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sr4hzzPneS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sr4hzzPneS .btn-sm {
  padding: 13px 29px;
}
.cid-sr4hzzPneS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr4hzzPneS .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-sr4hzzPneS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sr4hzzPneS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr4hzzPneS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr4hzzPneS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sr4hzzPneS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr4hzzPneS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr4hzzPneS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr4hzzPneS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr4hzzPneS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr4hzzPneS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sr4hzzPneS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr4hzzPneS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr4hzzPneS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr4hzzPneS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr4hzzPneS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr4hzzPneS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sr4hzzPneS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr4hzzPneS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr4hzzPneS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr4hzzPneS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sr4hzzPneS button.navbar-toggler:focus {
  outline: none;
}
.cid-sr4hzzPneS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sr4hzzPneS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr4hzzPneS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr4hzzPneS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr4hzzPneS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr4hzzPneS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr4hzzPneS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr4hzzPneS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr4hzzPneS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr4hzzPneS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr4hzzPneS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr4hzzPneS .collapsed .btn {
  display: flex;
}
.cid-sr4hzzPneS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr4hzzPneS .collapsed .navbar-collapse.collapsing,
.cid-sr4hzzPneS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr4hzzPneS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr4hzzPneS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr4hzzPneS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr4hzzPneS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr4hzzPneS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sr4hzzPneS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sr4hzzPneS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr4hzzPneS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sr4hzzPneS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr4hzzPneS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr4hzzPneS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr4hzzPneS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr4hzzPneS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr4hzzPneS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sr4hzzPneS .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-sr4hzzPneS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr4hzzPneS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr4hzzPneS .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-sr4hzzPneS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sr4hzzPneS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sr4hzzPneS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sr4hzzPneS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sr4hzzPneS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sr4hzzPneS .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-sr4hzzPneS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sr4hzzPneS .navbar-collapse.collapsing,
  .cid-sr4hzzPneS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr4hzzPneS .navbar-collapse.collapsing .navbar-nav,
  .cid-sr4hzzPneS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr4hzzPneS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr4hzzPneS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr4hzzPneS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sr4hzzPneS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr4hzzPneS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sr4hzzPneS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sr4hzzPneS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr4hzzPneS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sr4hzzPneS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr4hzzPneS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr4hzzPneS img {
    height: 3.8rem !important;
  }
  .cid-sr4hzzPneS .btn {
    display: flex;
  }
  .cid-sr4hzzPneS button.navbar-toggler {
    display: block;
  }
  .cid-sr4hzzPneS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr4hzzPneS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sr4hzzPneS .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-sr4hzzPneS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr4hzzPneS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr4hzzPneS .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-sr4hzzPneS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr4hzzPneS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sr4hzzPneS .navbar-toggler {
  position: relative;
}
.cid-sr4hzzPneS .dropdown-item.active,
.cid-sr4hzzPneS .dropdown-item:active {
  color: initial;
}
.cid-sr4hzzPneS .widget-title {
  color: #83868c;
}
.cid-sr4hzzPneS .widget-text {
  color: #83868c;
}
.cid-sr4hzzPneS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sr4hzzPneS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sr4hzzPneS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sr4hzzPneS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sr4hzzPneS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sr4hzzPneS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sr4hzzPneS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sr4hzzPneS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sr4hzzPneS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sr4hzzPneS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sr4hzzPneS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sr4hzzPneS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sr4hzzPneS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sr4hzzPneS .menu-content-top,
  .cid-sr4hzzPneS .menu-bottom {
    padding: 0 15px;
  }
  .cid-sr4hzzPneS 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-sr4hzBOVWN {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sr4hzBOVWN .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sr4hzBOVWN .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sr4hzBOVWN .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sr4hzBOVWN .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr4hzBOVWN .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sr4hzBOVWN .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sr4hzBOVWN .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sr4hzBOVWN .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sr4hzBOVWN .separator,
  .cid-sr4hzBOVWN .sep-holder,
  .cid-sr4hzBOVWN .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sr4hzBOVWN .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sr4hzBOVWN .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sr4hzBOVWN .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr4hzBOVWN .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sr4hzBOVWN .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sr4hzBOVWN .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sr4hzBOVWN .items .list-item:last-child .listico {
  display: none;
}
.cid-sAIxKAA4xp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sAIxKAA4xp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sAIxKAA4xp .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-sAIxKAA4xp .text-content .mbr-section-title {
  color: #13287d;
}
.cid-sAIxKAA4xp .text-content .mbr-text {
  color: #83868c;
}
.cid-sAIxKAA4xp .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sAIxKAA4xp .text-content .list-block .card-img {
  width: auto;
}
.cid-sAIxKAA4xp .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-sAIxKAA4xp .text-content .list-block .list-item-title {
  color: #13287d;
  transition: all .3s linear 0s;
}
.cid-sAIxKAA4xp .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-sAIxKAA4xp .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #83868c;
  margin-bottom: 0;
}
.cid-sAIxKAA4xp .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sAIxKAA4xp .text-content .social {
  font-size: 1.2rem;
}
.cid-sAIxKAA4xp .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sAIxKAA4xp .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sAIxKAA4xp .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sAIxKAA4xp .list-block {
  position: relative;
}
.cid-sAIxKAA4xp .list-block h4,
.cid-sAIxKAA4xp .list-block p {
  padding-left: 2.625rem;
}
.cid-sAIxKAA4xp .card-img {
  display: block;
}
.cid-sAIxKAA4xp input,
.cid-sAIxKAA4xp textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ffc600;
  height: 60px;
}
.cid-sAIxKAA4xp .form-control,
.cid-sAIxKAA4xp .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sAIxKAA4xp .form-control:hover,
.cid-sAIxKAA4xp .field-input:hover,
.cid-sAIxKAA4xp .form-control:focus,
.cid-sAIxKAA4xp .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sAIxKAA4xp .form-control:focus,
.cid-sAIxKAA4xp .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sAIxKAA4xp input::-webkit-input-placeholder,
.cid-sAIxKAA4xp textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sAIxKAA4xp input:-moz-placeholder,
.cid-sAIxKAA4xp textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sAIxKAA4xp .jq-selectbox li,
.cid-sAIxKAA4xp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sAIxKAA4xp .jq-selectbox li:hover,
.cid-sAIxKAA4xp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sAIxKAA4xp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sAIxKAA4xp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sAIxKAA4xp .mbr-form {
  max-width: 550px;
}
.cid-sAIxKAA4xp .mbr-form .content-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-sAIxKAA4xp .mbr-form .content-subtitle {
  color: #83868c;
}
.cid-sAIxKAA4xp .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sAIxKAA4xp .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #13287d;
  color: #13287d;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sAIxKAA4xp .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sAIxKAA4xp .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sAIxKAA4xp .mbr-section-title,
  .cid-sAIxKAA4xp .content-title,
  .cid-sAIxKAA4xp .mbr-section-btn {
    text-align: left;
  }
}
.cid-ssoOA3EcFF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-ssoOA3EcFF .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-ssoOA3EcFF .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ssoOA3EcFF .mbr-text {
  color: #83868c;
}
.cid-ssoOA3EcFF .phone-word {
  color: #279e64;
}
.cid-ssoOA3EcFF .text-link {
  transition: all 0.3s ease-in;
}
.cid-ssoOA3EcFF .text-link:hover {
  color: #279e64 !important;
}
.cid-ssoOA3EcFF img {
  height: 100px;
  padding-right: 8px;
}
.cid-ssoOA3EcFF .img1 {
  color: #279e64;
}
.cid-ssoOA3EcFF .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-ssoOA3EcFF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ssoOA3EcFF .content .link-wrap {
  color: red;
}
.cid-ssoOA3EcFF .content .date-wrap {
  color: #13287d;
}
.cid-ssoOA3EcFF .item,
.cid-ssoOA3EcFF .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ssoOA3EcFF .item h4,
.cid-ssoOA3EcFF .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ssoOA3EcFF .link {
  transition: all 0.3s ease-in;
}
.cid-ssoOA3EcFF .link .card-img {
  padding-bottom: 3px;
}
.cid-ssoOA3EcFF .link:hover .card-img span {
  color: #279e64;
}
.cid-ssoOA3EcFF .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-ssoOA3EcFF .item .card-img {
  width: auto;
}
.cid-ssoOA3EcFF .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-ssoOA3EcFF .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-ssoOA3EcFF h5 {
    text-align: left !important;
  }
  .cid-ssoOA3EcFF .line-wrap {
    text-align: left !important;
  }
}
.cid-ssoOA3EcFF .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-ssoOA3EcFF .item-title:hover {
  color: #279e64;
}
.cid-ssoOA3EcFF .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ssoOA3EcFF .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-ssoOA3EcFF .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-ssoOA3EcFF .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-ssoOA3EcFF .btn[class*="-outline"]:active,
.cid-ssoOA3EcFF .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-ssoOA3EcFF .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-ssoOA3EcFF .list .list-item:last-child {
  margin-top: 10px;
}
.cid-ssoOA3EcFF .pre-form {
  color: #83868c;
}
.cid-ssoOA3EcFF .form-group,
.cid-ssoOA3EcFF .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ssoOA3EcFF .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-ssoOA3EcFF .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-ssoOA3EcFF .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-ssoOA3EcFF .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-ssoOA3EcFF .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-ssoOA3EcFF .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-ssoOA3EcFF .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-ssoOA3EcFF .dragArea {
  flex-direction: column;
}
.cid-ssoOA3EcFF .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sr4hzFvaaA.popup-builder {
  background-color: #ffffff;
}
.cid-sr4hzFvaaA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sr4hzFvaaA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sr4hzFvaaA .modal-content,
.cid-sr4hzFvaaA .modal-dialog {
  height: auto;
}
.cid-sr4hzFvaaA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sr4hzFvaaA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sr4hzFvaaA .form-wrapper .mbr-form .form-group,
  .cid-sr4hzFvaaA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sr4hzFvaaA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sr4hzFvaaA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr4hzFvaaA .mbr-text {
  text-align: center;
}
.cid-sr4hzFvaaA .pt-0 {
  padding-top: 0 !important;
}
.cid-sr4hzFvaaA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sr4hzFvaaA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sr4hzFvaaA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sr4hzFvaaA .modal-open {
  overflow: hidden;
}
.cid-sr4hzFvaaA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sr4hzFvaaA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sr4hzFvaaA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sr4hzFvaaA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sr4hzFvaaA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sr4hzFvaaA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sr4hzFvaaA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sr4hzFvaaA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sr4hzFvaaA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sr4hzFvaaA .modal-backdrop.fade {
  opacity: 0;
}
.cid-sr4hzFvaaA .modal-backdrop.show {
  opacity: .5;
}
.cid-sr4hzFvaaA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sr4hzFvaaA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sr4hzFvaaA .modal-header .close:hover {
  opacity: 1;
}
.cid-sr4hzFvaaA .modal-header .close:focus {
  outline: none;
}
.cid-sr4hzFvaaA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sr4hzFvaaA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sr4hzFvaaA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sr4hzFvaaA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sr4hzFvaaA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sr4hzFvaaA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sr4hzFvaaA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sr4hzFvaaA .modal-sm {
    max-width: 300px;
  }
  .cid-sr4hzFvaaA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sr4hzFvaaA .modal-lg,
  .cid-sr4hzFvaaA .modal-xl {
    max-width: 800px;
  }
  .cid-sr4hzFvaaA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sr4hzFvaaA .modal-xl {
    max-width: 1140px;
  }
  .cid-sr4hzFvaaA .container {
    max-width: 1140px;
  }
}
.cid-sr4hzFvaaA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sr4hzFvaaA .container {
    max-width: 720px;
  }
}
.cid-sr4hzFvaaA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sr4hzFvaaA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sr4hzFvaaA .form-group {
  margin-bottom: 1rem;
}
.cid-sr4hzFvaaA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sr4hzFvaaA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sr4hzFvaaA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIEr1WkFa.popup-builder {
  background-color: #ffffff;
}
.cid-sAIEr1WkFa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIEr1WkFa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIEr1WkFa .modal-content,
.cid-sAIEr1WkFa .modal-dialog {
  height: auto;
}
.cid-sAIEr1WkFa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIEr1WkFa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIEr1WkFa .form-wrapper .mbr-form .form-group,
  .cid-sAIEr1WkFa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIEr1WkFa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIEr1WkFa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIEr1WkFa .mbr-text {
  text-align: center;
}
.cid-sAIEr1WkFa .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIEr1WkFa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIEr1WkFa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIEr1WkFa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIEr1WkFa .modal-open {
  overflow: hidden;
}
.cid-sAIEr1WkFa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIEr1WkFa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIEr1WkFa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIEr1WkFa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIEr1WkFa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIEr1WkFa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIEr1WkFa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIEr1WkFa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIEr1WkFa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIEr1WkFa .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIEr1WkFa .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIEr1WkFa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIEr1WkFa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIEr1WkFa .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIEr1WkFa .modal-header .close:focus {
  outline: none;
}
.cid-sAIEr1WkFa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIEr1WkFa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIEr1WkFa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIEr1WkFa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIEr1WkFa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIEr1WkFa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIEr1WkFa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIEr1WkFa .modal-sm {
    max-width: 300px;
  }
  .cid-sAIEr1WkFa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIEr1WkFa .modal-lg,
  .cid-sAIEr1WkFa .modal-xl {
    max-width: 800px;
  }
  .cid-sAIEr1WkFa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIEr1WkFa .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIEr1WkFa .container {
    max-width: 1140px;
  }
}
.cid-sAIEr1WkFa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIEr1WkFa .container {
    max-width: 720px;
  }
}
.cid-sAIEr1WkFa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIEr1WkFa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIEr1WkFa .form-group {
  margin-bottom: 1rem;
}
.cid-sAIEr1WkFa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIEr1WkFa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIEr1WkFa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sr4hNvKeJ2 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr4hNvKeJ2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sr4hNvKeJ2 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr4hNvKeJ2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sr4hNvKeJ2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr4hNvKeJ2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr4hNvKeJ2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr4hNvKeJ2 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sr4hNvKeJ2 .dropdown-item,
.cid-sr4hNvKeJ2 .nav-link,
.cid-sr4hNvKeJ2 .brand-name {
  font-style: normal;
}
.cid-sr4hNvKeJ2 .dropdown-item:hover,
.cid-sr4hNvKeJ2 .nav-link:hover,
.cid-sr4hNvKeJ2 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sr4hNvKeJ2 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sr4hNvKeJ2 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sr4hNvKeJ2 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sr4hNvKeJ2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr4hNvKeJ2 .nav-item {
  position: relative;
}
.cid-sr4hNvKeJ2 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr4hNvKeJ2 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sr4hNvKeJ2 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sr4hNvKeJ2 .nav-link {
    line-height: 6.13;
  }
  .cid-sr4hNvKeJ2 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sr4hNvKeJ2 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .content-text {
  margin-bottom: 0;
}
.cid-sr4hNvKeJ2 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr4hNvKeJ2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr4hNvKeJ2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr4hNvKeJ2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr4hNvKeJ2 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sr4hNvKeJ2 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sr4hNvKeJ2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr4hNvKeJ2 .content-right-side {
  text-align: center;
}
.cid-sr4hNvKeJ2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr4hNvKeJ2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr4hNvKeJ2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sr4hNvKeJ2 .info-widget:first-child {
  margin-left: 0;
}
.cid-sr4hNvKeJ2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr4hNvKeJ2 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sr4hNvKeJ2 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr4hNvKeJ2 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sr4hNvKeJ2 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sr4hNvKeJ2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr4hNvKeJ2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sr4hNvKeJ2 .navbar-toggler {
    display: none;
  }
  .cid-sr4hNvKeJ2 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sr4hNvKeJ2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sr4hNvKeJ2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sr4hNvKeJ2 .btn-sm {
  padding: 13px 29px;
}
.cid-sr4hNvKeJ2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sr4hNvKeJ2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr4hNvKeJ2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr4hNvKeJ2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sr4hNvKeJ2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr4hNvKeJ2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr4hNvKeJ2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr4hNvKeJ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sr4hNvKeJ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr4hNvKeJ2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sr4hNvKeJ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr4hNvKeJ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sr4hNvKeJ2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr4hNvKeJ2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr4hNvKeJ2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr4hNvKeJ2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sr4hNvKeJ2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr4hNvKeJ2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr4hNvKeJ2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr4hNvKeJ2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sr4hNvKeJ2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sr4hNvKeJ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sr4hNvKeJ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr4hNvKeJ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr4hNvKeJ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr4hNvKeJ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr4hNvKeJ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr4hNvKeJ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr4hNvKeJ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr4hNvKeJ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr4hNvKeJ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr4hNvKeJ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr4hNvKeJ2 .collapsed .btn {
  display: flex;
}
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.collapsing,
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr4hNvKeJ2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr4hNvKeJ2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr4hNvKeJ2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr4hNvKeJ2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr4hNvKeJ2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr4hNvKeJ2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sr4hNvKeJ2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sr4hNvKeJ2 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sr4hNvKeJ2 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sr4hNvKeJ2 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sr4hNvKeJ2 .navbar-collapse.collapsing,
  .cid-sr4hNvKeJ2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr4hNvKeJ2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sr4hNvKeJ2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr4hNvKeJ2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr4hNvKeJ2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr4hNvKeJ2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sr4hNvKeJ2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr4hNvKeJ2 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sr4hNvKeJ2 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sr4hNvKeJ2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr4hNvKeJ2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sr4hNvKeJ2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr4hNvKeJ2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr4hNvKeJ2 img {
    height: 3.8rem !important;
  }
  .cid-sr4hNvKeJ2 .btn {
    display: flex;
  }
  .cid-sr4hNvKeJ2 button.navbar-toggler {
    display: block;
  }
  .cid-sr4hNvKeJ2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr4hNvKeJ2 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr4hNvKeJ2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr4hNvKeJ2 .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-sr4hNvKeJ2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr4hNvKeJ2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sr4hNvKeJ2 .navbar-toggler {
  position: relative;
}
.cid-sr4hNvKeJ2 .dropdown-item.active,
.cid-sr4hNvKeJ2 .dropdown-item:active {
  color: initial;
}
.cid-sr4hNvKeJ2 .widget-title {
  color: #83868c;
}
.cid-sr4hNvKeJ2 .widget-text {
  color: #83868c;
}
.cid-sr4hNvKeJ2 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sr4hNvKeJ2 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sr4hNvKeJ2 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sr4hNvKeJ2 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sr4hNvKeJ2 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sr4hNvKeJ2 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sr4hNvKeJ2 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sr4hNvKeJ2 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sr4hNvKeJ2 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sr4hNvKeJ2 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sr4hNvKeJ2 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sr4hNvKeJ2 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sr4hNvKeJ2 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sr4hNvKeJ2 .menu-content-top,
  .cid-sr4hNvKeJ2 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sr4hNvKeJ2 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-sr4hNxBigI {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sr4hNxBigI .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sr4hNxBigI .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sr4hNxBigI .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sr4hNxBigI .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr4hNxBigI .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sr4hNxBigI .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sr4hNxBigI .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sr4hNxBigI .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sr4hNxBigI .separator,
  .cid-sr4hNxBigI .sep-holder,
  .cid-sr4hNxBigI .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sr4hNxBigI .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sr4hNxBigI .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sr4hNxBigI .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sr4hNxBigI .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sr4hNxBigI .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sr4hNxBigI .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sr4hNxBigI .items .list-item:last-child .listico {
  display: none;
}
.cid-sr4LXtJGcw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sr4LXtJGcw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sr4LXtJGcw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr4LXtJGcw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr4LXtJGcw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sr4LXtJGcw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sr4LXtJGcw .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sr4LXtJGcw .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sr4LXtJGcw .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sr4LXtJGcw .mbr-gallery-filter ul {
  display: block;
}
.cid-sr4LXtJGcw .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sr4LXtJGcw .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sr4LXtJGcw .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sr4LXtJGcw .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sr4LXtJGcw .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sr4LXtJGcw .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sr4LXtJGcw .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sr4LXtJGcw .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sr4LXtJGcw .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sr4LXtJGcw .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sr4LXtJGcw .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sr4LXtJGcw .icon-focus:before {
  content: '\e95e';
}
.cid-sr4LXtJGcw .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sr4LXtJGcw .mbr-section-title {
  margin: 0;
}
.cid-sr4LXtJGcw .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sr4LXtJGcw .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sr4LXtJGcw .mbr-section-title,
.cid-sr4LXtJGcw .underline {
  color: #14287f;
}
.cid-sr4MQ9QwWV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sr4MQ9QwWV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sr4MQ9QwWV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr4MQ9QwWV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr4MQ9QwWV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sr4MQ9QwWV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sr4MQ9QwWV .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sr4MQ9QwWV .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sr4MQ9QwWV .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sr4MQ9QwWV .mbr-gallery-filter ul {
  display: block;
}
.cid-sr4MQ9QwWV .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sr4MQ9QwWV .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sr4MQ9QwWV .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sr4MQ9QwWV .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sr4MQ9QwWV .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sr4MQ9QwWV .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sr4MQ9QwWV .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sr4MQ9QwWV .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sr4MQ9QwWV .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sr4MQ9QwWV .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sr4MQ9QwWV .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sr4MQ9QwWV .icon-focus:before {
  content: '\e95e';
}
.cid-sr4MQ9QwWV .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sr4MQ9QwWV .mbr-section-title {
  margin: 0;
}
.cid-sr4MQ9QwWV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sr4MQ9QwWV .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sr4MQ9QwWV .mbr-section-title,
.cid-sr4MQ9QwWV .underline {
  color: #14287f;
}
.cid-sr4RNZPfxb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sr4RNZPfxb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sr4RNZPfxb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr4RNZPfxb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr4RNZPfxb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sr4RNZPfxb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sr4RNZPfxb .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sr4RNZPfxb .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sr4RNZPfxb .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sr4RNZPfxb .mbr-gallery-filter ul {
  display: block;
}
.cid-sr4RNZPfxb .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sr4RNZPfxb .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sr4RNZPfxb .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sr4RNZPfxb .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sr4RNZPfxb .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sr4RNZPfxb .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sr4RNZPfxb .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sr4RNZPfxb .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sr4RNZPfxb .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sr4RNZPfxb .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sr4RNZPfxb .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sr4RNZPfxb .icon-focus:before {
  content: '\e95e';
}
.cid-sr4RNZPfxb .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sr4RNZPfxb .mbr-section-title {
  margin: 0;
}
.cid-sr4RNZPfxb .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sr4RNZPfxb .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sr4RNZPfxb .mbr-section-title,
.cid-sr4RNZPfxb .underline {
  color: #14287f;
}
.cid-sr4S4f1kKd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sr4S4f1kKd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sr4S4f1kKd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr4S4f1kKd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr4S4f1kKd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sr4S4f1kKd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sr4S4f1kKd .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sr4S4f1kKd .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sr4S4f1kKd .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sr4S4f1kKd .mbr-gallery-filter ul {
  display: block;
}
.cid-sr4S4f1kKd .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sr4S4f1kKd .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sr4S4f1kKd .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sr4S4f1kKd .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sr4S4f1kKd .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sr4S4f1kKd .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sr4S4f1kKd .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sr4S4f1kKd .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sr4S4f1kKd .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sr4S4f1kKd .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sr4S4f1kKd .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sr4S4f1kKd .icon-focus:before {
  content: '\e95e';
}
.cid-sr4S4f1kKd .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sr4S4f1kKd .mbr-section-title {
  margin: 0;
}
.cid-sr4S4f1kKd .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sr4S4f1kKd .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sr4S4f1kKd .mbr-section-title,
.cid-sr4S4f1kKd .underline {
  color: #14287f;
}
.cid-sr4SHskdGX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sr4SHskdGX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sr4SHskdGX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr4SHskdGX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr4SHskdGX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sr4SHskdGX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sr4SHskdGX .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sr4SHskdGX .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sr4SHskdGX .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sr4SHskdGX .mbr-gallery-filter ul {
  display: block;
}
.cid-sr4SHskdGX .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sr4SHskdGX .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sr4SHskdGX .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sr4SHskdGX .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sr4SHskdGX .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sr4SHskdGX .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sr4SHskdGX .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sr4SHskdGX .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sr4SHskdGX .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sr4SHskdGX .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sr4SHskdGX .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sr4SHskdGX .icon-focus:before {
  content: '\e95e';
}
.cid-sr4SHskdGX .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sr4SHskdGX .mbr-section-title {
  margin: 0;
}
.cid-sr4SHskdGX .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sr4SHskdGX .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sr4SHskdGX .mbr-section-title,
.cid-sr4SHskdGX .underline {
  color: #14287f;
}
.cid-sAIH0Xd8Si {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIH0Xd8Si .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIH0Xd8Si .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIH0Xd8Si .mbr-text {
  color: #83868c;
}
.cid-sAIH0Xd8Si .phone-word {
  color: #279e64;
}
.cid-sAIH0Xd8Si .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIH0Xd8Si .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIH0Xd8Si img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIH0Xd8Si .img1 {
  color: #279e64;
}
.cid-sAIH0Xd8Si .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIH0Xd8Si .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIH0Xd8Si .content .link-wrap {
  color: red;
}
.cid-sAIH0Xd8Si .content .date-wrap {
  color: #13287d;
}
.cid-sAIH0Xd8Si .item,
.cid-sAIH0Xd8Si .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIH0Xd8Si .item h4,
.cid-sAIH0Xd8Si .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIH0Xd8Si .link {
  transition: all 0.3s ease-in;
}
.cid-sAIH0Xd8Si .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIH0Xd8Si .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIH0Xd8Si .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIH0Xd8Si .item .card-img {
  width: auto;
}
.cid-sAIH0Xd8Si .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIH0Xd8Si .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIH0Xd8Si h5 {
    text-align: left !important;
  }
  .cid-sAIH0Xd8Si .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIH0Xd8Si .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIH0Xd8Si .item-title:hover {
  color: #279e64;
}
.cid-sAIH0Xd8Si .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIH0Xd8Si .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIH0Xd8Si .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIH0Xd8Si .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIH0Xd8Si .btn[class*="-outline"]:active,
.cid-sAIH0Xd8Si .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIH0Xd8Si .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIH0Xd8Si .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIH0Xd8Si .pre-form {
  color: #83868c;
}
.cid-sAIH0Xd8Si .form-group,
.cid-sAIH0Xd8Si .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIH0Xd8Si .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-sAIH0Xd8Si .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIH0Xd8Si .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIH0Xd8Si .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIH0Xd8Si .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIH0Xd8Si .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIH0Xd8Si .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIH0Xd8Si .dragArea {
  flex-direction: column;
}
.cid-sAIH0Xd8Si .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sr4hNAtytK.popup-builder {
  background-color: #ffffff;
}
.cid-sr4hNAtytK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sr4hNAtytK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sr4hNAtytK .modal-content,
.cid-sr4hNAtytK .modal-dialog {
  height: auto;
}
.cid-sr4hNAtytK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sr4hNAtytK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sr4hNAtytK .form-wrapper .mbr-form .form-group,
  .cid-sr4hNAtytK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sr4hNAtytK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sr4hNAtytK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr4hNAtytK .mbr-text {
  text-align: center;
}
.cid-sr4hNAtytK .pt-0 {
  padding-top: 0 !important;
}
.cid-sr4hNAtytK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sr4hNAtytK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sr4hNAtytK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sr4hNAtytK .modal-open {
  overflow: hidden;
}
.cid-sr4hNAtytK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sr4hNAtytK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sr4hNAtytK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sr4hNAtytK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sr4hNAtytK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sr4hNAtytK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sr4hNAtytK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sr4hNAtytK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sr4hNAtytK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sr4hNAtytK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sr4hNAtytK .modal-backdrop.show {
  opacity: .5;
}
.cid-sr4hNAtytK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sr4hNAtytK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sr4hNAtytK .modal-header .close:hover {
  opacity: 1;
}
.cid-sr4hNAtytK .modal-header .close:focus {
  outline: none;
}
.cid-sr4hNAtytK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sr4hNAtytK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sr4hNAtytK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sr4hNAtytK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sr4hNAtytK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sr4hNAtytK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sr4hNAtytK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sr4hNAtytK .modal-sm {
    max-width: 300px;
  }
  .cid-sr4hNAtytK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sr4hNAtytK .modal-lg,
  .cid-sr4hNAtytK .modal-xl {
    max-width: 800px;
  }
  .cid-sr4hNAtytK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sr4hNAtytK .modal-xl {
    max-width: 1140px;
  }
  .cid-sr4hNAtytK .container {
    max-width: 1140px;
  }
}
.cid-sr4hNAtytK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sr4hNAtytK .container {
    max-width: 720px;
  }
}
.cid-sr4hNAtytK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sr4hNAtytK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sr4hNAtytK .form-group {
  margin-bottom: 1rem;
}
.cid-sr4hNAtytK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sr4hNAtytK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sr4hNAtytK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIIN7ZtJ2.popup-builder {
  background-color: #ffffff;
}
.cid-sAIIN7ZtJ2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIIN7ZtJ2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIIN7ZtJ2 .modal-content,
.cid-sAIIN7ZtJ2 .modal-dialog {
  height: auto;
}
.cid-sAIIN7ZtJ2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIIN7ZtJ2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIIN7ZtJ2 .form-wrapper .mbr-form .form-group,
  .cid-sAIIN7ZtJ2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIIN7ZtJ2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIIN7ZtJ2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIIN7ZtJ2 .mbr-text {
  text-align: center;
}
.cid-sAIIN7ZtJ2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIIN7ZtJ2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIIN7ZtJ2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIIN7ZtJ2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIIN7ZtJ2 .modal-open {
  overflow: hidden;
}
.cid-sAIIN7ZtJ2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIIN7ZtJ2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIIN7ZtJ2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIIN7ZtJ2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIIN7ZtJ2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIIN7ZtJ2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIIN7ZtJ2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIIN7ZtJ2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIIN7ZtJ2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIIN7ZtJ2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIIN7ZtJ2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIIN7ZtJ2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIIN7ZtJ2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIIN7ZtJ2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIIN7ZtJ2 .modal-header .close:focus {
  outline: none;
}
.cid-sAIIN7ZtJ2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIIN7ZtJ2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIIN7ZtJ2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIIN7ZtJ2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIIN7ZtJ2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIIN7ZtJ2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIIN7ZtJ2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIIN7ZtJ2 .modal-sm {
    max-width: 300px;
  }
  .cid-sAIIN7ZtJ2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIIN7ZtJ2 .modal-lg,
  .cid-sAIIN7ZtJ2 .modal-xl {
    max-width: 800px;
  }
  .cid-sAIIN7ZtJ2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIIN7ZtJ2 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIIN7ZtJ2 .container {
    max-width: 1140px;
  }
}
.cid-sAIIN7ZtJ2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIIN7ZtJ2 .container {
    max-width: 720px;
  }
}
.cid-sAIIN7ZtJ2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIIN7ZtJ2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIIN7ZtJ2 .form-group {
  margin-bottom: 1rem;
}
.cid-sAIIN7ZtJ2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIIN7ZtJ2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIIN7ZtJ2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ssj8vI8WRx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-ssj8vI8WRx .navbar-fixed-top {
  padding-top: 0;
}
.cid-ssj8vI8WRx .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-ssj8vI8WRx .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-ssj8vI8WRx .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-ssj8vI8WRx .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-ssj8vI8WRx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ssj8vI8WRx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-ssj8vI8WRx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ssj8vI8WRx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ssj8vI8WRx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ssj8vI8WRx .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-ssj8vI8WRx .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ssj8vI8WRx .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-ssj8vI8WRx .dropdown-item,
.cid-ssj8vI8WRx .nav-link,
.cid-ssj8vI8WRx .brand-name {
  font-style: normal;
}
.cid-ssj8vI8WRx .dropdown-item:hover,
.cid-ssj8vI8WRx .nav-link:hover,
.cid-ssj8vI8WRx .brand-name:hover {
  color: #279e64 !important;
}
.cid-ssj8vI8WRx .dropdown-menu {
  background-color: #ffffff;
}
.cid-ssj8vI8WRx .dropdown-item:active {
  background-color: #ffffff;
}
.cid-ssj8vI8WRx .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-ssj8vI8WRx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ssj8vI8WRx .nav-item {
  position: relative;
}
.cid-ssj8vI8WRx .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ssj8vI8WRx .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-ssj8vI8WRx .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-ssj8vI8WRx .nav-link {
    line-height: 6.13;
  }
  .cid-ssj8vI8WRx .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-ssj8vI8WRx .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-ssj8vI8WRx .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-ssj8vI8WRx .content-text {
  margin-bottom: 0;
}
.cid-ssj8vI8WRx .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ssj8vI8WRx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ssj8vI8WRx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ssj8vI8WRx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ssj8vI8WRx .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-ssj8vI8WRx .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssj8vI8WRx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ssj8vI8WRx .content-right-side {
  text-align: center;
}
.cid-ssj8vI8WRx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ssj8vI8WRx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ssj8vI8WRx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-ssj8vI8WRx .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-ssj8vI8WRx .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ssj8vI8WRx .info-widget:first-child {
  margin-left: 0;
}
.cid-ssj8vI8WRx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ssj8vI8WRx .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-ssj8vI8WRx .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-ssj8vI8WRx .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-ssj8vI8WRx .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-ssj8vI8WRx .navbar {
    display: block;
    padding: 0;
  }
  .cid-ssj8vI8WRx .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-ssj8vI8WRx .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-ssj8vI8WRx .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ssj8vI8WRx .navbar-toggler {
    display: none;
  }
  .cid-ssj8vI8WRx .navbar-collapse {
    justify-content: center;
  }
}
.cid-ssj8vI8WRx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ssj8vI8WRx .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-ssj8vI8WRx .btn-sm {
  padding: 13px 29px;
}
.cid-ssj8vI8WRx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ssj8vI8WRx .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-ssj8vI8WRx .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-ssj8vI8WRx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ssj8vI8WRx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ssj8vI8WRx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-ssj8vI8WRx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ssj8vI8WRx .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ssj8vI8WRx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ssj8vI8WRx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssj8vI8WRx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssj8vI8WRx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-ssj8vI8WRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssj8vI8WRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssj8vI8WRx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ssj8vI8WRx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssj8vI8WRx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ssj8vI8WRx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-ssj8vI8WRx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ssj8vI8WRx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ssj8vI8WRx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ssj8vI8WRx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-ssj8vI8WRx button.navbar-toggler:focus {
  outline: none;
}
.cid-ssj8vI8WRx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ssj8vI8WRx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssj8vI8WRx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssj8vI8WRx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssj8vI8WRx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssj8vI8WRx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssj8vI8WRx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssj8vI8WRx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssj8vI8WRx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssj8vI8WRx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssj8vI8WRx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssj8vI8WRx .collapsed .btn {
  display: flex;
}
.cid-ssj8vI8WRx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ssj8vI8WRx .collapsed .navbar-collapse.collapsing,
.cid-ssj8vI8WRx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ssj8vI8WRx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ssj8vI8WRx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ssj8vI8WRx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ssj8vI8WRx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ssj8vI8WRx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ssj8vI8WRx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ssj8vI8WRx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ssj8vI8WRx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-ssj8vI8WRx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ssj8vI8WRx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ssj8vI8WRx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ssj8vI8WRx .collapsed button.navbar-toggler {
  display: block;
}
.cid-ssj8vI8WRx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ssj8vI8WRx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-ssj8vI8WRx .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-ssj8vI8WRx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ssj8vI8WRx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ssj8vI8WRx .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-ssj8vI8WRx .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ssj8vI8WRx .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-ssj8vI8WRx .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-ssj8vI8WRx .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ssj8vI8WRx .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-ssj8vI8WRx .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-ssj8vI8WRx .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-ssj8vI8WRx .navbar-collapse.collapsing,
  .cid-ssj8vI8WRx .navbar-collapse.show {
    display: block !important;
  }
  .cid-ssj8vI8WRx .navbar-collapse.collapsing .navbar-nav,
  .cid-ssj8vI8WRx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ssj8vI8WRx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ssj8vI8WRx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ssj8vI8WRx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ssj8vI8WRx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ssj8vI8WRx .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-ssj8vI8WRx .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-ssj8vI8WRx .navbar-collapse.collapsing .navbar-buttons,
  .cid-ssj8vI8WRx .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ssj8vI8WRx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ssj8vI8WRx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ssj8vI8WRx img {
    height: 3.8rem !important;
  }
  .cid-ssj8vI8WRx .btn {
    display: flex;
  }
  .cid-ssj8vI8WRx button.navbar-toggler {
    display: block;
  }
  .cid-ssj8vI8WRx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ssj8vI8WRx .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-ssj8vI8WRx .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-ssj8vI8WRx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ssj8vI8WRx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ssj8vI8WRx .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-ssj8vI8WRx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ssj8vI8WRx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ssj8vI8WRx .navbar-toggler {
  position: relative;
}
.cid-ssj8vI8WRx .dropdown-item.active,
.cid-ssj8vI8WRx .dropdown-item:active {
  color: initial;
}
.cid-ssj8vI8WRx .widget-title {
  color: #83868c;
}
.cid-ssj8vI8WRx .widget-text {
  color: #83868c;
}
.cid-ssj8vI8WRx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-ssj8vI8WRx .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-ssj8vI8WRx .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-ssj8vI8WRx .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-ssj8vI8WRx .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-ssj8vI8WRx .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-ssj8vI8WRx .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-ssj8vI8WRx .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-ssj8vI8WRx .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-ssj8vI8WRx .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-ssj8vI8WRx .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-ssj8vI8WRx .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-ssj8vI8WRx .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-ssj8vI8WRx .menu-content-top,
  .cid-ssj8vI8WRx .menu-bottom {
    padding: 0 15px;
  }
  .cid-ssj8vI8WRx 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-ssj8vKPb77 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-ssj8vKPb77 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-ssj8vKPb77 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-ssj8vKPb77 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-ssj8vKPb77 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-ssj8vKPb77 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-ssj8vKPb77 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-ssj8vKPb77 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-ssj8vKPb77 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-ssj8vKPb77 .separator,
  .cid-ssj8vKPb77 .sep-holder,
  .cid-ssj8vKPb77 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-ssj8vKPb77 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-ssj8vKPb77 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-ssj8vKPb77 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-ssj8vKPb77 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-ssj8vKPb77 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-ssj8vKPb77 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-ssj8vKPb77 .items .list-item:last-child .listico {
  display: none;
}
.cid-ssj8MXFjy7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ssj8MXFjy7 .mbr-section-subtitle {
  color: #767676;
}
.cid-ssj8MXFjy7 .container-table {
  margin: 0 auto;
}
.cid-ssj8MXFjy7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ssj8MXFjy7 .dataTables_wrapper {
  display: block;
}
.cid-ssj8MXFjy7 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ssj8MXFjy7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ssj8MXFjy7 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-ssj8MXFjy7 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-ssj8MXFjy7 table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-ssj8MXFjy7 table td {
  border: 1px solid #efefef;
}
.cid-ssj8MXFjy7 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ssj8MXFjy7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ssj8MXFjy7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ssj8MXFjy7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ssj8MXFjy7 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ssj8MXFjy7 .dataTables_filter {
    text-align: center;
  }
  .cid-ssj8MXFjy7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ssj8MXFjy7 .head-item,
.cid-ssj8MXFjy7 .body-item {
  text-align: center;
}
.cid-ssj8MXFjy7 .body-item DIV {
  text-align: left;
}
.cid-ssj8MXFjy7 .body-item1 {
  text-align: center;
}
.cid-ssj8MXFjy7 .head-item1 {
  color: #14287f;
}
.cid-ssj8MXFjy7 .head-item {
  color: #14287f;
  text-align: left;
}
.cid-ssj8MXFjy7 .body-item {
  text-align: left;
}
.cid-sAISPiRv4g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAISPiRv4g .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAISPiRv4g .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAISPiRv4g .mbr-text {
  color: #83868c;
}
.cid-sAISPiRv4g .phone-word {
  color: #279e64;
}
.cid-sAISPiRv4g .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAISPiRv4g .text-link:hover {
  color: #279e64 !important;
}
.cid-sAISPiRv4g img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAISPiRv4g .img1 {
  color: #279e64;
}
.cid-sAISPiRv4g .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAISPiRv4g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAISPiRv4g .content .link-wrap {
  color: red;
}
.cid-sAISPiRv4g .content .date-wrap {
  color: #13287d;
}
.cid-sAISPiRv4g .item,
.cid-sAISPiRv4g .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAISPiRv4g .item h4,
.cid-sAISPiRv4g .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAISPiRv4g .link {
  transition: all 0.3s ease-in;
}
.cid-sAISPiRv4g .link .card-img {
  padding-bottom: 3px;
}
.cid-sAISPiRv4g .link:hover .card-img span {
  color: #279e64;
}
.cid-sAISPiRv4g .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAISPiRv4g .item .card-img {
  width: auto;
}
.cid-sAISPiRv4g .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAISPiRv4g .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAISPiRv4g h5 {
    text-align: left !important;
  }
  .cid-sAISPiRv4g .line-wrap {
    text-align: left !important;
  }
}
.cid-sAISPiRv4g .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAISPiRv4g .item-title:hover {
  color: #279e64;
}
.cid-sAISPiRv4g .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAISPiRv4g .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAISPiRv4g .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAISPiRv4g .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAISPiRv4g .btn[class*="-outline"]:active,
.cid-sAISPiRv4g .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAISPiRv4g .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAISPiRv4g .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAISPiRv4g .pre-form {
  color: #83868c;
}
.cid-sAISPiRv4g .form-group,
.cid-sAISPiRv4g .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAISPiRv4g .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-sAISPiRv4g .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAISPiRv4g .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAISPiRv4g .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAISPiRv4g .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAISPiRv4g .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAISPiRv4g .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAISPiRv4g .dragArea {
  flex-direction: column;
}
.cid-sAISPiRv4g .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-ssj8vT08I7.popup-builder {
  background-color: #ffffff;
}
.cid-ssj8vT08I7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ssj8vT08I7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ssj8vT08I7 .modal-content,
.cid-ssj8vT08I7 .modal-dialog {
  height: auto;
}
.cid-ssj8vT08I7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ssj8vT08I7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ssj8vT08I7 .form-wrapper .mbr-form .form-group,
  .cid-ssj8vT08I7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ssj8vT08I7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ssj8vT08I7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssj8vT08I7 .mbr-text {
  text-align: center;
}
.cid-ssj8vT08I7 .pt-0 {
  padding-top: 0 !important;
}
.cid-ssj8vT08I7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ssj8vT08I7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ssj8vT08I7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ssj8vT08I7 .modal-open {
  overflow: hidden;
}
.cid-ssj8vT08I7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ssj8vT08I7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ssj8vT08I7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ssj8vT08I7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ssj8vT08I7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ssj8vT08I7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ssj8vT08I7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ssj8vT08I7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ssj8vT08I7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ssj8vT08I7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ssj8vT08I7 .modal-backdrop.show {
  opacity: .5;
}
.cid-ssj8vT08I7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ssj8vT08I7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ssj8vT08I7 .modal-header .close:hover {
  opacity: 1;
}
.cid-ssj8vT08I7 .modal-header .close:focus {
  outline: none;
}
.cid-ssj8vT08I7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ssj8vT08I7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ssj8vT08I7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ssj8vT08I7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ssj8vT08I7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ssj8vT08I7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ssj8vT08I7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ssj8vT08I7 .modal-sm {
    max-width: 300px;
  }
  .cid-ssj8vT08I7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ssj8vT08I7 .modal-lg,
  .cid-ssj8vT08I7 .modal-xl {
    max-width: 800px;
  }
  .cid-ssj8vT08I7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ssj8vT08I7 .modal-xl {
    max-width: 1140px;
  }
  .cid-ssj8vT08I7 .container {
    max-width: 1140px;
  }
}
.cid-ssj8vT08I7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ssj8vT08I7 .container {
    max-width: 720px;
  }
}
.cid-ssj8vT08I7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ssj8vT08I7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ssj8vT08I7 .form-group {
  margin-bottom: 1rem;
}
.cid-ssj8vT08I7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ssj8vT08I7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ssj8vT08I7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAISR8hvQB.popup-builder {
  background-color: #ffffff;
}
.cid-sAISR8hvQB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAISR8hvQB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAISR8hvQB .modal-content,
.cid-sAISR8hvQB .modal-dialog {
  height: auto;
}
.cid-sAISR8hvQB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAISR8hvQB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAISR8hvQB .form-wrapper .mbr-form .form-group,
  .cid-sAISR8hvQB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAISR8hvQB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAISR8hvQB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAISR8hvQB .mbr-text {
  text-align: center;
}
.cid-sAISR8hvQB .pt-0 {
  padding-top: 0 !important;
}
.cid-sAISR8hvQB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAISR8hvQB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAISR8hvQB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAISR8hvQB .modal-open {
  overflow: hidden;
}
.cid-sAISR8hvQB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAISR8hvQB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAISR8hvQB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAISR8hvQB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAISR8hvQB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAISR8hvQB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAISR8hvQB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAISR8hvQB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAISR8hvQB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAISR8hvQB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAISR8hvQB .modal-backdrop.show {
  opacity: .5;
}
.cid-sAISR8hvQB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAISR8hvQB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAISR8hvQB .modal-header .close:hover {
  opacity: 1;
}
.cid-sAISR8hvQB .modal-header .close:focus {
  outline: none;
}
.cid-sAISR8hvQB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAISR8hvQB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAISR8hvQB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAISR8hvQB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAISR8hvQB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAISR8hvQB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAISR8hvQB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAISR8hvQB .modal-sm {
    max-width: 300px;
  }
  .cid-sAISR8hvQB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAISR8hvQB .modal-lg,
  .cid-sAISR8hvQB .modal-xl {
    max-width: 800px;
  }
  .cid-sAISR8hvQB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAISR8hvQB .modal-xl {
    max-width: 1140px;
  }
  .cid-sAISR8hvQB .container {
    max-width: 1140px;
  }
}
.cid-sAISR8hvQB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAISR8hvQB .container {
    max-width: 720px;
  }
}
.cid-sAISR8hvQB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAISR8hvQB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAISR8hvQB .form-group {
  margin-bottom: 1rem;
}
.cid-sAISR8hvQB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAISR8hvQB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAISR8hvQB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ssjWncV4EE .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-ssjWncV4EE .navbar-fixed-top {
  padding-top: 0;
}
.cid-ssjWncV4EE .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-ssjWncV4EE .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-ssjWncV4EE .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-ssjWncV4EE .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-ssjWncV4EE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ssjWncV4EE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-ssjWncV4EE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ssjWncV4EE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ssjWncV4EE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ssjWncV4EE .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-ssjWncV4EE .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ssjWncV4EE .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-ssjWncV4EE .dropdown-item,
.cid-ssjWncV4EE .nav-link,
.cid-ssjWncV4EE .brand-name {
  font-style: normal;
}
.cid-ssjWncV4EE .dropdown-item:hover,
.cid-ssjWncV4EE .nav-link:hover,
.cid-ssjWncV4EE .brand-name:hover {
  color: #279e64 !important;
}
.cid-ssjWncV4EE .dropdown-menu {
  background-color: #ffffff;
}
.cid-ssjWncV4EE .dropdown-item:active {
  background-color: #ffffff;
}
.cid-ssjWncV4EE .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-ssjWncV4EE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ssjWncV4EE .nav-item {
  position: relative;
}
.cid-ssjWncV4EE .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ssjWncV4EE .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-ssjWncV4EE .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-ssjWncV4EE .nav-link {
    line-height: 6.13;
  }
  .cid-ssjWncV4EE .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-ssjWncV4EE .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-ssjWncV4EE .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-ssjWncV4EE .content-text {
  margin-bottom: 0;
}
.cid-ssjWncV4EE .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ssjWncV4EE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ssjWncV4EE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ssjWncV4EE .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ssjWncV4EE .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-ssjWncV4EE .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssjWncV4EE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ssjWncV4EE .content-right-side {
  text-align: center;
}
.cid-ssjWncV4EE .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ssjWncV4EE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ssjWncV4EE .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-ssjWncV4EE .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-ssjWncV4EE .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ssjWncV4EE .info-widget:first-child {
  margin-left: 0;
}
.cid-ssjWncV4EE .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ssjWncV4EE .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-ssjWncV4EE .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-ssjWncV4EE .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-ssjWncV4EE .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-ssjWncV4EE .navbar {
    display: block;
    padding: 0;
  }
  .cid-ssjWncV4EE .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-ssjWncV4EE .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-ssjWncV4EE .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ssjWncV4EE .navbar-toggler {
    display: none;
  }
  .cid-ssjWncV4EE .navbar-collapse {
    justify-content: center;
  }
}
.cid-ssjWncV4EE .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ssjWncV4EE .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-ssjWncV4EE .btn-sm {
  padding: 13px 29px;
}
.cid-ssjWncV4EE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ssjWncV4EE .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-ssjWncV4EE .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-ssjWncV4EE .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ssjWncV4EE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ssjWncV4EE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-ssjWncV4EE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ssjWncV4EE .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ssjWncV4EE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ssjWncV4EE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssjWncV4EE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssjWncV4EE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-ssjWncV4EE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssjWncV4EE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssjWncV4EE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ssjWncV4EE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssjWncV4EE .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ssjWncV4EE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-ssjWncV4EE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ssjWncV4EE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ssjWncV4EE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ssjWncV4EE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-ssjWncV4EE button.navbar-toggler:focus {
  outline: none;
}
.cid-ssjWncV4EE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ssjWncV4EE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssjWncV4EE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssjWncV4EE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssjWncV4EE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssjWncV4EE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssjWncV4EE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssjWncV4EE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssjWncV4EE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssjWncV4EE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssjWncV4EE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssjWncV4EE .collapsed .btn {
  display: flex;
}
.cid-ssjWncV4EE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ssjWncV4EE .collapsed .navbar-collapse.collapsing,
.cid-ssjWncV4EE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ssjWncV4EE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ssjWncV4EE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ssjWncV4EE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ssjWncV4EE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ssjWncV4EE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ssjWncV4EE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ssjWncV4EE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ssjWncV4EE .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-ssjWncV4EE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ssjWncV4EE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ssjWncV4EE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ssjWncV4EE .collapsed button.navbar-toggler {
  display: block;
}
.cid-ssjWncV4EE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ssjWncV4EE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-ssjWncV4EE .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-ssjWncV4EE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ssjWncV4EE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ssjWncV4EE .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-ssjWncV4EE .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ssjWncV4EE .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-ssjWncV4EE .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-ssjWncV4EE .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ssjWncV4EE .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-ssjWncV4EE .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-ssjWncV4EE .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-ssjWncV4EE .navbar-collapse.collapsing,
  .cid-ssjWncV4EE .navbar-collapse.show {
    display: block !important;
  }
  .cid-ssjWncV4EE .navbar-collapse.collapsing .navbar-nav,
  .cid-ssjWncV4EE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ssjWncV4EE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ssjWncV4EE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ssjWncV4EE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ssjWncV4EE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ssjWncV4EE .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-ssjWncV4EE .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-ssjWncV4EE .navbar-collapse.collapsing .navbar-buttons,
  .cid-ssjWncV4EE .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ssjWncV4EE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ssjWncV4EE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ssjWncV4EE img {
    height: 3.8rem !important;
  }
  .cid-ssjWncV4EE .btn {
    display: flex;
  }
  .cid-ssjWncV4EE button.navbar-toggler {
    display: block;
  }
  .cid-ssjWncV4EE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ssjWncV4EE .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-ssjWncV4EE .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-ssjWncV4EE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ssjWncV4EE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ssjWncV4EE .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-ssjWncV4EE .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ssjWncV4EE .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ssjWncV4EE .navbar-toggler {
  position: relative;
}
.cid-ssjWncV4EE .dropdown-item.active,
.cid-ssjWncV4EE .dropdown-item:active {
  color: initial;
}
.cid-ssjWncV4EE .widget-title {
  color: #83868c;
}
.cid-ssjWncV4EE .widget-text {
  color: #83868c;
}
.cid-ssjWncV4EE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-ssjWncV4EE .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-ssjWncV4EE .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-ssjWncV4EE .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-ssjWncV4EE .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-ssjWncV4EE .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-ssjWncV4EE .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-ssjWncV4EE .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-ssjWncV4EE .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-ssjWncV4EE .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-ssjWncV4EE .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-ssjWncV4EE .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-ssjWncV4EE .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-ssjWncV4EE .menu-content-top,
  .cid-ssjWncV4EE .menu-bottom {
    padding: 0 15px;
  }
  .cid-ssjWncV4EE 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-ssjWneU0xH {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-ssjWneU0xH .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-ssjWneU0xH .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-ssjWneU0xH .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-ssjWneU0xH .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-ssjWneU0xH .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-ssjWneU0xH .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-ssjWneU0xH .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-ssjWneU0xH .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-ssjWneU0xH .separator,
  .cid-ssjWneU0xH .sep-holder,
  .cid-ssjWneU0xH .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-ssjWneU0xH .buttons-wrap {
    flex-direction: column;
  }
}
.cid-ssjWneU0xH .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-ssjWneU0xH .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-ssjWneU0xH .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-ssjWneU0xH .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-ssjWneU0xH .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-ssjWneU0xH .items .list-item:last-child .listico {
  display: none;
}
.cid-ssjWngaZWH {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-ssjWngaZWH img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-ssjWngaZWH .row {
  justify-content: center;
}
.cid-ssjWngaZWH .mbr-text {
  color: #767676;
}
.cid-ssjWngaZWH .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-ssjWngaZWH .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-ssjWngaZWH .date {
  margin: 0;
  color: #14287f;
}
.cid-ssjWngaZWH .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-ssjWngaZWH .icon-box {
    flex-direction: column;
  }
  .cid-ssjWngaZWH .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-ssjWngaZWH img {
    margin-bottom: 2rem;
  }
}
.cid-ssjWngaZWH H1 {
  color: #14287f;
}
.cid-ssjWngaZWH H3 {
  color: #00acee;
}
.cid-sAIJULltaA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJULltaA .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJULltaA .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJULltaA .mbr-text {
  color: #83868c;
}
.cid-sAIJULltaA .phone-word {
  color: #279e64;
}
.cid-sAIJULltaA .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJULltaA .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJULltaA img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJULltaA .img1 {
  color: #279e64;
}
.cid-sAIJULltaA .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJULltaA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJULltaA .content .link-wrap {
  color: red;
}
.cid-sAIJULltaA .content .date-wrap {
  color: #13287d;
}
.cid-sAIJULltaA .item,
.cid-sAIJULltaA .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJULltaA .item h4,
.cid-sAIJULltaA .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJULltaA .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJULltaA .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJULltaA .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJULltaA .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJULltaA .item .card-img {
  width: auto;
}
.cid-sAIJULltaA .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJULltaA .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJULltaA h5 {
    text-align: left !important;
  }
  .cid-sAIJULltaA .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJULltaA .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJULltaA .item-title:hover {
  color: #279e64;
}
.cid-sAIJULltaA .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJULltaA .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJULltaA .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJULltaA .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJULltaA .btn[class*="-outline"]:active,
.cid-sAIJULltaA .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJULltaA .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJULltaA .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJULltaA .pre-form {
  color: #83868c;
}
.cid-sAIJULltaA .form-group,
.cid-sAIJULltaA .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJULltaA .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-sAIJULltaA .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJULltaA .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJULltaA .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJULltaA .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJULltaA .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJULltaA .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJULltaA .dragArea {
  flex-direction: column;
}
.cid-sAIJULltaA .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-ssjWnj7guK.popup-builder {
  background-color: #ffffff;
}
.cid-ssjWnj7guK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ssjWnj7guK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ssjWnj7guK .modal-content,
.cid-ssjWnj7guK .modal-dialog {
  height: auto;
}
.cid-ssjWnj7guK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ssjWnj7guK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ssjWnj7guK .form-wrapper .mbr-form .form-group,
  .cid-ssjWnj7guK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ssjWnj7guK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ssjWnj7guK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssjWnj7guK .mbr-text {
  text-align: center;
}
.cid-ssjWnj7guK .pt-0 {
  padding-top: 0 !important;
}
.cid-ssjWnj7guK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ssjWnj7guK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ssjWnj7guK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ssjWnj7guK .modal-open {
  overflow: hidden;
}
.cid-ssjWnj7guK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ssjWnj7guK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ssjWnj7guK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ssjWnj7guK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ssjWnj7guK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ssjWnj7guK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ssjWnj7guK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ssjWnj7guK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ssjWnj7guK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ssjWnj7guK .modal-backdrop.fade {
  opacity: 0;
}
.cid-ssjWnj7guK .modal-backdrop.show {
  opacity: .5;
}
.cid-ssjWnj7guK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ssjWnj7guK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ssjWnj7guK .modal-header .close:hover {
  opacity: 1;
}
.cid-ssjWnj7guK .modal-header .close:focus {
  outline: none;
}
.cid-ssjWnj7guK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ssjWnj7guK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ssjWnj7guK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ssjWnj7guK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ssjWnj7guK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ssjWnj7guK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ssjWnj7guK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ssjWnj7guK .modal-sm {
    max-width: 300px;
  }
  .cid-ssjWnj7guK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ssjWnj7guK .modal-lg,
  .cid-ssjWnj7guK .modal-xl {
    max-width: 800px;
  }
  .cid-ssjWnj7guK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ssjWnj7guK .modal-xl {
    max-width: 1140px;
  }
  .cid-ssjWnj7guK .container {
    max-width: 1140px;
  }
}
.cid-ssjWnj7guK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ssjWnj7guK .container {
    max-width: 720px;
  }
}
.cid-ssjWnj7guK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ssjWnj7guK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ssjWnj7guK .form-group {
  margin-bottom: 1rem;
}
.cid-ssjWnj7guK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ssjWnj7guK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ssjWnj7guK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIJW5bqQn.popup-builder {
  background-color: #ffffff;
}
.cid-sAIJW5bqQn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIJW5bqQn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIJW5bqQn .modal-content,
.cid-sAIJW5bqQn .modal-dialog {
  height: auto;
}
.cid-sAIJW5bqQn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIJW5bqQn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIJW5bqQn .form-wrapper .mbr-form .form-group,
  .cid-sAIJW5bqQn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIJW5bqQn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIJW5bqQn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIJW5bqQn .mbr-text {
  text-align: center;
}
.cid-sAIJW5bqQn .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIJW5bqQn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIJW5bqQn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIJW5bqQn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIJW5bqQn .modal-open {
  overflow: hidden;
}
.cid-sAIJW5bqQn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIJW5bqQn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIJW5bqQn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIJW5bqQn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIJW5bqQn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIJW5bqQn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIJW5bqQn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIJW5bqQn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIJW5bqQn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIJW5bqQn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIJW5bqQn .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIJW5bqQn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIJW5bqQn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIJW5bqQn .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIJW5bqQn .modal-header .close:focus {
  outline: none;
}
.cid-sAIJW5bqQn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIJW5bqQn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIJW5bqQn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIJW5bqQn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIJW5bqQn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIJW5bqQn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIJW5bqQn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIJW5bqQn .modal-sm {
    max-width: 300px;
  }
  .cid-sAIJW5bqQn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIJW5bqQn .modal-lg,
  .cid-sAIJW5bqQn .modal-xl {
    max-width: 800px;
  }
  .cid-sAIJW5bqQn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIJW5bqQn .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIJW5bqQn .container {
    max-width: 1140px;
  }
}
.cid-sAIJW5bqQn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIJW5bqQn .container {
    max-width: 720px;
  }
}
.cid-sAIJW5bqQn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIJW5bqQn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIJW5bqQn .form-group {
  margin-bottom: 1rem;
}
.cid-sAIJW5bqQn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIJW5bqQn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIJW5bqQn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stSoyumvBh .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stSoyumvBh .navbar-fixed-top {
  padding-top: 0;
}
.cid-stSoyumvBh .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stSoyumvBh .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-stSoyumvBh .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stSoyumvBh .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-stSoyumvBh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stSoyumvBh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stSoyumvBh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stSoyumvBh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stSoyumvBh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stSoyumvBh .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-stSoyumvBh .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stSoyumvBh .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stSoyumvBh .dropdown-item,
.cid-stSoyumvBh .nav-link,
.cid-stSoyumvBh .brand-name {
  font-style: normal;
}
.cid-stSoyumvBh .dropdown-item:hover,
.cid-stSoyumvBh .nav-link:hover,
.cid-stSoyumvBh .brand-name:hover {
  color: #279e64 !important;
}
.cid-stSoyumvBh .dropdown-menu {
  background-color: #ffffff;
}
.cid-stSoyumvBh .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stSoyumvBh .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stSoyumvBh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stSoyumvBh .nav-item {
  position: relative;
}
.cid-stSoyumvBh .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stSoyumvBh .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stSoyumvBh .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stSoyumvBh .nav-link {
    line-height: 6.13;
  }
  .cid-stSoyumvBh .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stSoyumvBh .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stSoyumvBh .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-stSoyumvBh .content-text {
  margin-bottom: 0;
}
.cid-stSoyumvBh .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stSoyumvBh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stSoyumvBh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stSoyumvBh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stSoyumvBh .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stSoyumvBh .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stSoyumvBh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stSoyumvBh .content-right-side {
  text-align: center;
}
.cid-stSoyumvBh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stSoyumvBh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stSoyumvBh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stSoyumvBh .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-stSoyumvBh .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stSoyumvBh .info-widget:first-child {
  margin-left: 0;
}
.cid-stSoyumvBh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stSoyumvBh .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stSoyumvBh .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stSoyumvBh .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stSoyumvBh .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stSoyumvBh .navbar {
    display: block;
    padding: 0;
  }
  .cid-stSoyumvBh .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stSoyumvBh .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-stSoyumvBh .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stSoyumvBh .navbar-toggler {
    display: none;
  }
  .cid-stSoyumvBh .navbar-collapse {
    justify-content: center;
  }
}
.cid-stSoyumvBh .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stSoyumvBh .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stSoyumvBh .btn-sm {
  padding: 13px 29px;
}
.cid-stSoyumvBh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stSoyumvBh .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-stSoyumvBh .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stSoyumvBh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stSoyumvBh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stSoyumvBh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stSoyumvBh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stSoyumvBh .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stSoyumvBh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSoyumvBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stSoyumvBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stSoyumvBh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stSoyumvBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stSoyumvBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stSoyumvBh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stSoyumvBh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSoyumvBh .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stSoyumvBh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stSoyumvBh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stSoyumvBh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stSoyumvBh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stSoyumvBh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stSoyumvBh button.navbar-toggler:focus {
  outline: none;
}
.cid-stSoyumvBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stSoyumvBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stSoyumvBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSoyumvBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSoyumvBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stSoyumvBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSoyumvBh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stSoyumvBh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stSoyumvBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSoyumvBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stSoyumvBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stSoyumvBh .collapsed .btn {
  display: flex;
}
.cid-stSoyumvBh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stSoyumvBh .collapsed .navbar-collapse.collapsing,
.cid-stSoyumvBh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stSoyumvBh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stSoyumvBh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stSoyumvBh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stSoyumvBh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stSoyumvBh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stSoyumvBh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stSoyumvBh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stSoyumvBh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stSoyumvBh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stSoyumvBh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stSoyumvBh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSoyumvBh .collapsed button.navbar-toggler {
  display: block;
}
.cid-stSoyumvBh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stSoyumvBh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stSoyumvBh .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-stSoyumvBh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stSoyumvBh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stSoyumvBh .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-stSoyumvBh .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stSoyumvBh .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stSoyumvBh .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stSoyumvBh .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stSoyumvBh .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stSoyumvBh .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-stSoyumvBh .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stSoyumvBh .navbar-collapse.collapsing,
  .cid-stSoyumvBh .navbar-collapse.show {
    display: block !important;
  }
  .cid-stSoyumvBh .navbar-collapse.collapsing .navbar-nav,
  .cid-stSoyumvBh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stSoyumvBh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stSoyumvBh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stSoyumvBh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stSoyumvBh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSoyumvBh .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stSoyumvBh .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stSoyumvBh .navbar-collapse.collapsing .navbar-buttons,
  .cid-stSoyumvBh .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stSoyumvBh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stSoyumvBh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSoyumvBh img {
    height: 3.8rem !important;
  }
  .cid-stSoyumvBh .btn {
    display: flex;
  }
  .cid-stSoyumvBh button.navbar-toggler {
    display: block;
  }
  .cid-stSoyumvBh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stSoyumvBh .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stSoyumvBh .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-stSoyumvBh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stSoyumvBh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stSoyumvBh .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-stSoyumvBh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stSoyumvBh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stSoyumvBh .navbar-toggler {
  position: relative;
}
.cid-stSoyumvBh .dropdown-item.active,
.cid-stSoyumvBh .dropdown-item:active {
  color: initial;
}
.cid-stSoyumvBh .widget-title {
  color: #83868c;
}
.cid-stSoyumvBh .widget-text {
  color: #83868c;
}
.cid-stSoyumvBh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stSoyumvBh .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stSoyumvBh .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stSoyumvBh .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stSoyumvBh .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stSoyumvBh .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stSoyumvBh .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stSoyumvBh .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stSoyumvBh .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stSoyumvBh .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stSoyumvBh .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stSoyumvBh .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stSoyumvBh .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stSoyumvBh .menu-content-top,
  .cid-stSoyumvBh .menu-bottom {
    padding: 0 15px;
  }
  .cid-stSoyumvBh 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-stSoyvz5VL {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stSoyvz5VL .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stSoyvz5VL .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stSoyvz5VL .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stSoyvz5VL .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSoyvz5VL .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stSoyvz5VL .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stSoyvz5VL .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stSoyvz5VL .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stSoyvz5VL .separator,
  .cid-stSoyvz5VL .sep-holder,
  .cid-stSoyvz5VL .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stSoyvz5VL .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stSoyvz5VL .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stSoyvz5VL .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSoyvz5VL .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stSoyvz5VL .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stSoyvz5VL .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stSoyvz5VL .items .list-item:last-child .listico {
  display: none;
}
.cid-stSoywABdm {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stSoywABdm img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stSoywABdm .row {
  justify-content: center;
}
.cid-stSoywABdm .mbr-text {
  color: #767676;
}
.cid-stSoywABdm .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stSoywABdm .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stSoywABdm .date {
  margin: 0;
  color: #14287f;
}
.cid-stSoywABdm .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stSoywABdm .icon-box {
    flex-direction: column;
  }
  .cid-stSoywABdm .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stSoywABdm img {
    margin-bottom: 2rem;
  }
}
.cid-stSoywABdm H1 {
  color: #14287f;
}
.cid-stSoywABdm H3 {
  color: #00acee;
}
.cid-sAIJZEcBow {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIJZEcBow .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIJZEcBow .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIJZEcBow .mbr-text {
  color: #83868c;
}
.cid-sAIJZEcBow .phone-word {
  color: #279e64;
}
.cid-sAIJZEcBow .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIJZEcBow .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIJZEcBow img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIJZEcBow .img1 {
  color: #279e64;
}
.cid-sAIJZEcBow .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIJZEcBow .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIJZEcBow .content .link-wrap {
  color: red;
}
.cid-sAIJZEcBow .content .date-wrap {
  color: #13287d;
}
.cid-sAIJZEcBow .item,
.cid-sAIJZEcBow .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIJZEcBow .item h4,
.cid-sAIJZEcBow .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIJZEcBow .link {
  transition: all 0.3s ease-in;
}
.cid-sAIJZEcBow .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIJZEcBow .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIJZEcBow .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIJZEcBow .item .card-img {
  width: auto;
}
.cid-sAIJZEcBow .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIJZEcBow .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIJZEcBow h5 {
    text-align: left !important;
  }
  .cid-sAIJZEcBow .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIJZEcBow .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIJZEcBow .item-title:hover {
  color: #279e64;
}
.cid-sAIJZEcBow .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIJZEcBow .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIJZEcBow .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIJZEcBow .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIJZEcBow .btn[class*="-outline"]:active,
.cid-sAIJZEcBow .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIJZEcBow .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIJZEcBow .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIJZEcBow .pre-form {
  color: #83868c;
}
.cid-sAIJZEcBow .form-group,
.cid-sAIJZEcBow .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIJZEcBow .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-sAIJZEcBow .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIJZEcBow .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIJZEcBow .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIJZEcBow .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIJZEcBow .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIJZEcBow .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIJZEcBow .dragArea {
  flex-direction: column;
}
.cid-sAIJZEcBow .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stSoyz1PRz.popup-builder {
  background-color: #ffffff;
}
.cid-stSoyz1PRz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stSoyz1PRz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stSoyz1PRz .modal-content,
.cid-stSoyz1PRz .modal-dialog {
  height: auto;
}
.cid-stSoyz1PRz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stSoyz1PRz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stSoyz1PRz .form-wrapper .mbr-form .form-group,
  .cid-stSoyz1PRz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stSoyz1PRz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stSoyz1PRz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSoyz1PRz .mbr-text {
  text-align: center;
}
.cid-stSoyz1PRz .pt-0 {
  padding-top: 0 !important;
}
.cid-stSoyz1PRz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stSoyz1PRz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stSoyz1PRz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stSoyz1PRz .modal-open {
  overflow: hidden;
}
.cid-stSoyz1PRz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stSoyz1PRz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stSoyz1PRz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stSoyz1PRz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stSoyz1PRz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stSoyz1PRz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stSoyz1PRz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stSoyz1PRz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stSoyz1PRz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stSoyz1PRz .modal-backdrop.fade {
  opacity: 0;
}
.cid-stSoyz1PRz .modal-backdrop.show {
  opacity: .5;
}
.cid-stSoyz1PRz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stSoyz1PRz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stSoyz1PRz .modal-header .close:hover {
  opacity: 1;
}
.cid-stSoyz1PRz .modal-header .close:focus {
  outline: none;
}
.cid-stSoyz1PRz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stSoyz1PRz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stSoyz1PRz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stSoyz1PRz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stSoyz1PRz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stSoyz1PRz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stSoyz1PRz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stSoyz1PRz .modal-sm {
    max-width: 300px;
  }
  .cid-stSoyz1PRz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stSoyz1PRz .modal-lg,
  .cid-stSoyz1PRz .modal-xl {
    max-width: 800px;
  }
  .cid-stSoyz1PRz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stSoyz1PRz .modal-xl {
    max-width: 1140px;
  }
  .cid-stSoyz1PRz .container {
    max-width: 1140px;
  }
}
.cid-stSoyz1PRz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stSoyz1PRz .container {
    max-width: 720px;
  }
}
.cid-stSoyz1PRz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stSoyz1PRz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stSoyz1PRz .form-group {
  margin-bottom: 1rem;
}
.cid-stSoyz1PRz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stSoyz1PRz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stSoyz1PRz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIK0ZYHOM.popup-builder {
  background-color: #ffffff;
}
.cid-sAIK0ZYHOM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIK0ZYHOM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIK0ZYHOM .modal-content,
.cid-sAIK0ZYHOM .modal-dialog {
  height: auto;
}
.cid-sAIK0ZYHOM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIK0ZYHOM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIK0ZYHOM .form-wrapper .mbr-form .form-group,
  .cid-sAIK0ZYHOM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIK0ZYHOM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIK0ZYHOM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIK0ZYHOM .mbr-text {
  text-align: center;
}
.cid-sAIK0ZYHOM .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIK0ZYHOM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIK0ZYHOM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIK0ZYHOM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIK0ZYHOM .modal-open {
  overflow: hidden;
}
.cid-sAIK0ZYHOM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIK0ZYHOM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIK0ZYHOM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIK0ZYHOM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIK0ZYHOM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIK0ZYHOM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIK0ZYHOM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIK0ZYHOM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIK0ZYHOM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIK0ZYHOM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIK0ZYHOM .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIK0ZYHOM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIK0ZYHOM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIK0ZYHOM .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIK0ZYHOM .modal-header .close:focus {
  outline: none;
}
.cid-sAIK0ZYHOM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIK0ZYHOM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIK0ZYHOM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIK0ZYHOM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIK0ZYHOM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIK0ZYHOM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIK0ZYHOM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIK0ZYHOM .modal-sm {
    max-width: 300px;
  }
  .cid-sAIK0ZYHOM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIK0ZYHOM .modal-lg,
  .cid-sAIK0ZYHOM .modal-xl {
    max-width: 800px;
  }
  .cid-sAIK0ZYHOM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIK0ZYHOM .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIK0ZYHOM .container {
    max-width: 1140px;
  }
}
.cid-sAIK0ZYHOM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIK0ZYHOM .container {
    max-width: 720px;
  }
}
.cid-sAIK0ZYHOM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIK0ZYHOM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIK0ZYHOM .form-group {
  margin-bottom: 1rem;
}
.cid-sAIK0ZYHOM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIK0ZYHOM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIK0ZYHOM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stSp3wO6o1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stSp3wO6o1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-stSp3wO6o1 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stSp3wO6o1 .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-stSp3wO6o1 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stSp3wO6o1 .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-stSp3wO6o1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stSp3wO6o1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stSp3wO6o1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stSp3wO6o1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stSp3wO6o1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stSp3wO6o1 .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-stSp3wO6o1 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stSp3wO6o1 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stSp3wO6o1 .dropdown-item,
.cid-stSp3wO6o1 .nav-link,
.cid-stSp3wO6o1 .brand-name {
  font-style: normal;
}
.cid-stSp3wO6o1 .dropdown-item:hover,
.cid-stSp3wO6o1 .nav-link:hover,
.cid-stSp3wO6o1 .brand-name:hover {
  color: #279e64 !important;
}
.cid-stSp3wO6o1 .dropdown-menu {
  background-color: #ffffff;
}
.cid-stSp3wO6o1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stSp3wO6o1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stSp3wO6o1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stSp3wO6o1 .nav-item {
  position: relative;
}
.cid-stSp3wO6o1 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stSp3wO6o1 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stSp3wO6o1 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stSp3wO6o1 .nav-link {
    line-height: 6.13;
  }
  .cid-stSp3wO6o1 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stSp3wO6o1 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stSp3wO6o1 .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-stSp3wO6o1 .content-text {
  margin-bottom: 0;
}
.cid-stSp3wO6o1 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stSp3wO6o1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stSp3wO6o1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stSp3wO6o1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stSp3wO6o1 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stSp3wO6o1 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stSp3wO6o1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stSp3wO6o1 .content-right-side {
  text-align: center;
}
.cid-stSp3wO6o1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stSp3wO6o1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stSp3wO6o1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stSp3wO6o1 .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-stSp3wO6o1 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stSp3wO6o1 .info-widget:first-child {
  margin-left: 0;
}
.cid-stSp3wO6o1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stSp3wO6o1 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stSp3wO6o1 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stSp3wO6o1 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stSp3wO6o1 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stSp3wO6o1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-stSp3wO6o1 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stSp3wO6o1 .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-stSp3wO6o1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stSp3wO6o1 .navbar-toggler {
    display: none;
  }
  .cid-stSp3wO6o1 .navbar-collapse {
    justify-content: center;
  }
}
.cid-stSp3wO6o1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stSp3wO6o1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stSp3wO6o1 .btn-sm {
  padding: 13px 29px;
}
.cid-stSp3wO6o1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stSp3wO6o1 .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-stSp3wO6o1 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stSp3wO6o1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stSp3wO6o1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stSp3wO6o1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stSp3wO6o1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stSp3wO6o1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stSp3wO6o1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSp3wO6o1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stSp3wO6o1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stSp3wO6o1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stSp3wO6o1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stSp3wO6o1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stSp3wO6o1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stSp3wO6o1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSp3wO6o1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stSp3wO6o1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stSp3wO6o1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stSp3wO6o1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stSp3wO6o1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stSp3wO6o1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stSp3wO6o1 button.navbar-toggler:focus {
  outline: none;
}
.cid-stSp3wO6o1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stSp3wO6o1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stSp3wO6o1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSp3wO6o1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSp3wO6o1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stSp3wO6o1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSp3wO6o1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stSp3wO6o1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stSp3wO6o1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSp3wO6o1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stSp3wO6o1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stSp3wO6o1 .collapsed .btn {
  display: flex;
}
.cid-stSp3wO6o1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stSp3wO6o1 .collapsed .navbar-collapse.collapsing,
.cid-stSp3wO6o1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stSp3wO6o1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stSp3wO6o1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stSp3wO6o1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stSp3wO6o1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stSp3wO6o1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stSp3wO6o1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stSp3wO6o1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stSp3wO6o1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stSp3wO6o1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stSp3wO6o1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stSp3wO6o1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSp3wO6o1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-stSp3wO6o1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stSp3wO6o1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stSp3wO6o1 .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-stSp3wO6o1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stSp3wO6o1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stSp3wO6o1 .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-stSp3wO6o1 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stSp3wO6o1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stSp3wO6o1 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stSp3wO6o1 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stSp3wO6o1 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stSp3wO6o1 .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-stSp3wO6o1 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stSp3wO6o1 .navbar-collapse.collapsing,
  .cid-stSp3wO6o1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-stSp3wO6o1 .navbar-collapse.collapsing .navbar-nav,
  .cid-stSp3wO6o1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stSp3wO6o1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stSp3wO6o1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stSp3wO6o1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stSp3wO6o1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSp3wO6o1 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stSp3wO6o1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stSp3wO6o1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-stSp3wO6o1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stSp3wO6o1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stSp3wO6o1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSp3wO6o1 img {
    height: 3.8rem !important;
  }
  .cid-stSp3wO6o1 .btn {
    display: flex;
  }
  .cid-stSp3wO6o1 button.navbar-toggler {
    display: block;
  }
  .cid-stSp3wO6o1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stSp3wO6o1 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stSp3wO6o1 .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-stSp3wO6o1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stSp3wO6o1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stSp3wO6o1 .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-stSp3wO6o1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stSp3wO6o1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stSp3wO6o1 .navbar-toggler {
  position: relative;
}
.cid-stSp3wO6o1 .dropdown-item.active,
.cid-stSp3wO6o1 .dropdown-item:active {
  color: initial;
}
.cid-stSp3wO6o1 .widget-title {
  color: #83868c;
}
.cid-stSp3wO6o1 .widget-text {
  color: #83868c;
}
.cid-stSp3wO6o1 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stSp3wO6o1 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stSp3wO6o1 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stSp3wO6o1 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stSp3wO6o1 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stSp3wO6o1 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stSp3wO6o1 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stSp3wO6o1 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stSp3wO6o1 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stSp3wO6o1 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stSp3wO6o1 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stSp3wO6o1 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stSp3wO6o1 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stSp3wO6o1 .menu-content-top,
  .cid-stSp3wO6o1 .menu-bottom {
    padding: 0 15px;
  }
  .cid-stSp3wO6o1 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-stSp3ysxPc {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stSp3ysxPc .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stSp3ysxPc .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stSp3ysxPc .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stSp3ysxPc .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSp3ysxPc .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stSp3ysxPc .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stSp3ysxPc .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stSp3ysxPc .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stSp3ysxPc .separator,
  .cid-stSp3ysxPc .sep-holder,
  .cid-stSp3ysxPc .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stSp3ysxPc .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stSp3ysxPc .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stSp3ysxPc .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSp3ysxPc .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stSp3ysxPc .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stSp3ysxPc .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stSp3ysxPc .items .list-item:last-child .listico {
  display: none;
}
.cid-stSp3AbQNK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stSp3AbQNK img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stSp3AbQNK .row {
  justify-content: center;
}
.cid-stSp3AbQNK .mbr-text {
  color: #767676;
}
.cid-stSp3AbQNK .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stSp3AbQNK .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stSp3AbQNK .date {
  margin: 0;
  color: #14287f;
}
.cid-stSp3AbQNK .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stSp3AbQNK .icon-box {
    flex-direction: column;
  }
  .cid-stSp3AbQNK .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stSp3AbQNK img {
    margin-bottom: 2rem;
  }
}
.cid-stSp3AbQNK H1 {
  color: #14287f;
}
.cid-stSp3AbQNK H3 {
  color: #00acee;
}
.cid-sAIK4izSsa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIK4izSsa .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIK4izSsa .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIK4izSsa .mbr-text {
  color: #83868c;
}
.cid-sAIK4izSsa .phone-word {
  color: #279e64;
}
.cid-sAIK4izSsa .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIK4izSsa .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIK4izSsa img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIK4izSsa .img1 {
  color: #279e64;
}
.cid-sAIK4izSsa .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIK4izSsa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIK4izSsa .content .link-wrap {
  color: red;
}
.cid-sAIK4izSsa .content .date-wrap {
  color: #13287d;
}
.cid-sAIK4izSsa .item,
.cid-sAIK4izSsa .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIK4izSsa .item h4,
.cid-sAIK4izSsa .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIK4izSsa .link {
  transition: all 0.3s ease-in;
}
.cid-sAIK4izSsa .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIK4izSsa .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIK4izSsa .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIK4izSsa .item .card-img {
  width: auto;
}
.cid-sAIK4izSsa .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIK4izSsa .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIK4izSsa h5 {
    text-align: left !important;
  }
  .cid-sAIK4izSsa .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIK4izSsa .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIK4izSsa .item-title:hover {
  color: #279e64;
}
.cid-sAIK4izSsa .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIK4izSsa .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIK4izSsa .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIK4izSsa .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIK4izSsa .btn[class*="-outline"]:active,
.cid-sAIK4izSsa .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIK4izSsa .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIK4izSsa .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIK4izSsa .pre-form {
  color: #83868c;
}
.cid-sAIK4izSsa .form-group,
.cid-sAIK4izSsa .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIK4izSsa .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-sAIK4izSsa .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIK4izSsa .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIK4izSsa .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIK4izSsa .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIK4izSsa .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIK4izSsa .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIK4izSsa .dragArea {
  flex-direction: column;
}
.cid-sAIK4izSsa .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stSp3FnWLg.popup-builder {
  background-color: #ffffff;
}
.cid-stSp3FnWLg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stSp3FnWLg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stSp3FnWLg .modal-content,
.cid-stSp3FnWLg .modal-dialog {
  height: auto;
}
.cid-stSp3FnWLg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stSp3FnWLg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stSp3FnWLg .form-wrapper .mbr-form .form-group,
  .cid-stSp3FnWLg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stSp3FnWLg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stSp3FnWLg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSp3FnWLg .mbr-text {
  text-align: center;
}
.cid-stSp3FnWLg .pt-0 {
  padding-top: 0 !important;
}
.cid-stSp3FnWLg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stSp3FnWLg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stSp3FnWLg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stSp3FnWLg .modal-open {
  overflow: hidden;
}
.cid-stSp3FnWLg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stSp3FnWLg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stSp3FnWLg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stSp3FnWLg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stSp3FnWLg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stSp3FnWLg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stSp3FnWLg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stSp3FnWLg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stSp3FnWLg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stSp3FnWLg .modal-backdrop.fade {
  opacity: 0;
}
.cid-stSp3FnWLg .modal-backdrop.show {
  opacity: .5;
}
.cid-stSp3FnWLg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stSp3FnWLg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stSp3FnWLg .modal-header .close:hover {
  opacity: 1;
}
.cid-stSp3FnWLg .modal-header .close:focus {
  outline: none;
}
.cid-stSp3FnWLg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stSp3FnWLg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stSp3FnWLg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stSp3FnWLg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stSp3FnWLg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stSp3FnWLg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stSp3FnWLg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stSp3FnWLg .modal-sm {
    max-width: 300px;
  }
  .cid-stSp3FnWLg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stSp3FnWLg .modal-lg,
  .cid-stSp3FnWLg .modal-xl {
    max-width: 800px;
  }
  .cid-stSp3FnWLg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stSp3FnWLg .modal-xl {
    max-width: 1140px;
  }
  .cid-stSp3FnWLg .container {
    max-width: 1140px;
  }
}
.cid-stSp3FnWLg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stSp3FnWLg .container {
    max-width: 720px;
  }
}
.cid-stSp3FnWLg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stSp3FnWLg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stSp3FnWLg .form-group {
  margin-bottom: 1rem;
}
.cid-stSp3FnWLg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stSp3FnWLg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stSp3FnWLg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIK63sYlY.popup-builder {
  background-color: #ffffff;
}
.cid-sAIK63sYlY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIK63sYlY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIK63sYlY .modal-content,
.cid-sAIK63sYlY .modal-dialog {
  height: auto;
}
.cid-sAIK63sYlY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIK63sYlY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIK63sYlY .form-wrapper .mbr-form .form-group,
  .cid-sAIK63sYlY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIK63sYlY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIK63sYlY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIK63sYlY .mbr-text {
  text-align: center;
}
.cid-sAIK63sYlY .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIK63sYlY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIK63sYlY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIK63sYlY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIK63sYlY .modal-open {
  overflow: hidden;
}
.cid-sAIK63sYlY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIK63sYlY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIK63sYlY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIK63sYlY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIK63sYlY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIK63sYlY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIK63sYlY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIK63sYlY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIK63sYlY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIK63sYlY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIK63sYlY .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIK63sYlY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIK63sYlY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIK63sYlY .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIK63sYlY .modal-header .close:focus {
  outline: none;
}
.cid-sAIK63sYlY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIK63sYlY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIK63sYlY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIK63sYlY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIK63sYlY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIK63sYlY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIK63sYlY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIK63sYlY .modal-sm {
    max-width: 300px;
  }
  .cid-sAIK63sYlY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIK63sYlY .modal-lg,
  .cid-sAIK63sYlY .modal-xl {
    max-width: 800px;
  }
  .cid-sAIK63sYlY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIK63sYlY .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIK63sYlY .container {
    max-width: 1140px;
  }
}
.cid-sAIK63sYlY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIK63sYlY .container {
    max-width: 720px;
  }
}
.cid-sAIK63sYlY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIK63sYlY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIK63sYlY .form-group {
  margin-bottom: 1rem;
}
.cid-sAIK63sYlY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIK63sYlY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIK63sYlY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stSsAC2VO3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stSsAC2VO3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-stSsAC2VO3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stSsAC2VO3 .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-stSsAC2VO3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stSsAC2VO3 .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-stSsAC2VO3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stSsAC2VO3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stSsAC2VO3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stSsAC2VO3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stSsAC2VO3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stSsAC2VO3 .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-stSsAC2VO3 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stSsAC2VO3 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stSsAC2VO3 .dropdown-item,
.cid-stSsAC2VO3 .nav-link,
.cid-stSsAC2VO3 .brand-name {
  font-style: normal;
}
.cid-stSsAC2VO3 .dropdown-item:hover,
.cid-stSsAC2VO3 .nav-link:hover,
.cid-stSsAC2VO3 .brand-name:hover {
  color: #279e64 !important;
}
.cid-stSsAC2VO3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-stSsAC2VO3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stSsAC2VO3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stSsAC2VO3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stSsAC2VO3 .nav-item {
  position: relative;
}
.cid-stSsAC2VO3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stSsAC2VO3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stSsAC2VO3 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stSsAC2VO3 .nav-link {
    line-height: 6.13;
  }
  .cid-stSsAC2VO3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stSsAC2VO3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stSsAC2VO3 .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-stSsAC2VO3 .content-text {
  margin-bottom: 0;
}
.cid-stSsAC2VO3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stSsAC2VO3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stSsAC2VO3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stSsAC2VO3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stSsAC2VO3 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stSsAC2VO3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stSsAC2VO3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stSsAC2VO3 .content-right-side {
  text-align: center;
}
.cid-stSsAC2VO3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stSsAC2VO3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stSsAC2VO3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stSsAC2VO3 .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-stSsAC2VO3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stSsAC2VO3 .info-widget:first-child {
  margin-left: 0;
}
.cid-stSsAC2VO3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stSsAC2VO3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stSsAC2VO3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stSsAC2VO3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stSsAC2VO3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stSsAC2VO3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-stSsAC2VO3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stSsAC2VO3 .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-stSsAC2VO3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stSsAC2VO3 .navbar-toggler {
    display: none;
  }
  .cid-stSsAC2VO3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-stSsAC2VO3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stSsAC2VO3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stSsAC2VO3 .btn-sm {
  padding: 13px 29px;
}
.cid-stSsAC2VO3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stSsAC2VO3 .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-stSsAC2VO3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stSsAC2VO3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stSsAC2VO3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stSsAC2VO3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stSsAC2VO3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stSsAC2VO3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stSsAC2VO3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSsAC2VO3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stSsAC2VO3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stSsAC2VO3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stSsAC2VO3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stSsAC2VO3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stSsAC2VO3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stSsAC2VO3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSsAC2VO3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stSsAC2VO3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stSsAC2VO3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stSsAC2VO3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stSsAC2VO3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stSsAC2VO3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stSsAC2VO3 button.navbar-toggler:focus {
  outline: none;
}
.cid-stSsAC2VO3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stSsAC2VO3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stSsAC2VO3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSsAC2VO3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSsAC2VO3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stSsAC2VO3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSsAC2VO3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stSsAC2VO3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stSsAC2VO3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSsAC2VO3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stSsAC2VO3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stSsAC2VO3 .collapsed .btn {
  display: flex;
}
.cid-stSsAC2VO3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stSsAC2VO3 .collapsed .navbar-collapse.collapsing,
.cid-stSsAC2VO3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stSsAC2VO3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stSsAC2VO3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stSsAC2VO3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stSsAC2VO3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stSsAC2VO3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stSsAC2VO3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stSsAC2VO3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stSsAC2VO3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stSsAC2VO3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stSsAC2VO3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stSsAC2VO3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSsAC2VO3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-stSsAC2VO3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stSsAC2VO3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stSsAC2VO3 .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-stSsAC2VO3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stSsAC2VO3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stSsAC2VO3 .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-stSsAC2VO3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stSsAC2VO3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stSsAC2VO3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stSsAC2VO3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stSsAC2VO3 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stSsAC2VO3 .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-stSsAC2VO3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stSsAC2VO3 .navbar-collapse.collapsing,
  .cid-stSsAC2VO3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-stSsAC2VO3 .navbar-collapse.collapsing .navbar-nav,
  .cid-stSsAC2VO3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stSsAC2VO3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stSsAC2VO3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stSsAC2VO3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stSsAC2VO3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSsAC2VO3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stSsAC2VO3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stSsAC2VO3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-stSsAC2VO3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stSsAC2VO3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stSsAC2VO3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSsAC2VO3 img {
    height: 3.8rem !important;
  }
  .cid-stSsAC2VO3 .btn {
    display: flex;
  }
  .cid-stSsAC2VO3 button.navbar-toggler {
    display: block;
  }
  .cid-stSsAC2VO3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stSsAC2VO3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stSsAC2VO3 .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-stSsAC2VO3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stSsAC2VO3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stSsAC2VO3 .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-stSsAC2VO3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stSsAC2VO3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stSsAC2VO3 .navbar-toggler {
  position: relative;
}
.cid-stSsAC2VO3 .dropdown-item.active,
.cid-stSsAC2VO3 .dropdown-item:active {
  color: initial;
}
.cid-stSsAC2VO3 .widget-title {
  color: #83868c;
}
.cid-stSsAC2VO3 .widget-text {
  color: #83868c;
}
.cid-stSsAC2VO3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stSsAC2VO3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stSsAC2VO3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stSsAC2VO3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stSsAC2VO3 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stSsAC2VO3 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stSsAC2VO3 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stSsAC2VO3 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stSsAC2VO3 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stSsAC2VO3 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stSsAC2VO3 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stSsAC2VO3 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stSsAC2VO3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stSsAC2VO3 .menu-content-top,
  .cid-stSsAC2VO3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-stSsAC2VO3 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-stSsAEbVFE {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stSsAEbVFE .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stSsAEbVFE .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stSsAEbVFE .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stSsAEbVFE .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSsAEbVFE .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stSsAEbVFE .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stSsAEbVFE .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stSsAEbVFE .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stSsAEbVFE .separator,
  .cid-stSsAEbVFE .sep-holder,
  .cid-stSsAEbVFE .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stSsAEbVFE .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stSsAEbVFE .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stSsAEbVFE .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSsAEbVFE .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stSsAEbVFE .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stSsAEbVFE .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stSsAEbVFE .items .list-item:last-child .listico {
  display: none;
}
.cid-stSsAHKXQr {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stSsAHKXQr img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stSsAHKXQr .row {
  justify-content: center;
}
.cid-stSsAHKXQr .mbr-text {
  color: #767676;
}
.cid-stSsAHKXQr .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stSsAHKXQr .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stSsAHKXQr .date {
  margin: 0;
  color: #14287f;
}
.cid-stSsAHKXQr .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stSsAHKXQr .icon-box {
    flex-direction: column;
  }
  .cid-stSsAHKXQr .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stSsAHKXQr img {
    margin-bottom: 2rem;
  }
}
.cid-stSsAHKXQr H1 {
  color: #14287f;
}
.cid-stSsAHKXQr H3 {
  color: #00acee;
}
.cid-sAIKgkkJHp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIKgkkJHp .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIKgkkJHp .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIKgkkJHp .mbr-text {
  color: #83868c;
}
.cid-sAIKgkkJHp .phone-word {
  color: #279e64;
}
.cid-sAIKgkkJHp .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIKgkkJHp .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIKgkkJHp img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIKgkkJHp .img1 {
  color: #279e64;
}
.cid-sAIKgkkJHp .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIKgkkJHp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIKgkkJHp .content .link-wrap {
  color: red;
}
.cid-sAIKgkkJHp .content .date-wrap {
  color: #13287d;
}
.cid-sAIKgkkJHp .item,
.cid-sAIKgkkJHp .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIKgkkJHp .item h4,
.cid-sAIKgkkJHp .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIKgkkJHp .link {
  transition: all 0.3s ease-in;
}
.cid-sAIKgkkJHp .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIKgkkJHp .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIKgkkJHp .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIKgkkJHp .item .card-img {
  width: auto;
}
.cid-sAIKgkkJHp .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIKgkkJHp .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIKgkkJHp h5 {
    text-align: left !important;
  }
  .cid-sAIKgkkJHp .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIKgkkJHp .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIKgkkJHp .item-title:hover {
  color: #279e64;
}
.cid-sAIKgkkJHp .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIKgkkJHp .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIKgkkJHp .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIKgkkJHp .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIKgkkJHp .btn[class*="-outline"]:active,
.cid-sAIKgkkJHp .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIKgkkJHp .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIKgkkJHp .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIKgkkJHp .pre-form {
  color: #83868c;
}
.cid-sAIKgkkJHp .form-group,
.cid-sAIKgkkJHp .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIKgkkJHp .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-sAIKgkkJHp .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIKgkkJHp .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIKgkkJHp .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIKgkkJHp .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIKgkkJHp .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIKgkkJHp .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIKgkkJHp .dragArea {
  flex-direction: column;
}
.cid-sAIKgkkJHp .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stSsAK7jZN.popup-builder {
  background-color: #ffffff;
}
.cid-stSsAK7jZN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stSsAK7jZN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stSsAK7jZN .modal-content,
.cid-stSsAK7jZN .modal-dialog {
  height: auto;
}
.cid-stSsAK7jZN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stSsAK7jZN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stSsAK7jZN .form-wrapper .mbr-form .form-group,
  .cid-stSsAK7jZN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stSsAK7jZN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stSsAK7jZN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSsAK7jZN .mbr-text {
  text-align: center;
}
.cid-stSsAK7jZN .pt-0 {
  padding-top: 0 !important;
}
.cid-stSsAK7jZN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stSsAK7jZN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stSsAK7jZN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stSsAK7jZN .modal-open {
  overflow: hidden;
}
.cid-stSsAK7jZN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stSsAK7jZN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stSsAK7jZN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stSsAK7jZN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stSsAK7jZN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stSsAK7jZN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stSsAK7jZN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stSsAK7jZN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stSsAK7jZN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stSsAK7jZN .modal-backdrop.fade {
  opacity: 0;
}
.cid-stSsAK7jZN .modal-backdrop.show {
  opacity: .5;
}
.cid-stSsAK7jZN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stSsAK7jZN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stSsAK7jZN .modal-header .close:hover {
  opacity: 1;
}
.cid-stSsAK7jZN .modal-header .close:focus {
  outline: none;
}
.cid-stSsAK7jZN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stSsAK7jZN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stSsAK7jZN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stSsAK7jZN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stSsAK7jZN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stSsAK7jZN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stSsAK7jZN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stSsAK7jZN .modal-sm {
    max-width: 300px;
  }
  .cid-stSsAK7jZN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stSsAK7jZN .modal-lg,
  .cid-stSsAK7jZN .modal-xl {
    max-width: 800px;
  }
  .cid-stSsAK7jZN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stSsAK7jZN .modal-xl {
    max-width: 1140px;
  }
  .cid-stSsAK7jZN .container {
    max-width: 1140px;
  }
}
.cid-stSsAK7jZN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stSsAK7jZN .container {
    max-width: 720px;
  }
}
.cid-stSsAK7jZN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stSsAK7jZN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stSsAK7jZN .form-group {
  margin-bottom: 1rem;
}
.cid-stSsAK7jZN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stSsAK7jZN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stSsAK7jZN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIKhzir8r.popup-builder {
  background-color: #ffffff;
}
.cid-sAIKhzir8r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIKhzir8r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIKhzir8r .modal-content,
.cid-sAIKhzir8r .modal-dialog {
  height: auto;
}
.cid-sAIKhzir8r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIKhzir8r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIKhzir8r .form-wrapper .mbr-form .form-group,
  .cid-sAIKhzir8r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIKhzir8r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIKhzir8r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIKhzir8r .mbr-text {
  text-align: center;
}
.cid-sAIKhzir8r .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIKhzir8r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIKhzir8r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIKhzir8r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIKhzir8r .modal-open {
  overflow: hidden;
}
.cid-sAIKhzir8r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIKhzir8r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIKhzir8r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIKhzir8r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIKhzir8r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIKhzir8r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIKhzir8r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIKhzir8r .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIKhzir8r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIKhzir8r .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIKhzir8r .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIKhzir8r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIKhzir8r .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIKhzir8r .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIKhzir8r .modal-header .close:focus {
  outline: none;
}
.cid-sAIKhzir8r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIKhzir8r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIKhzir8r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIKhzir8r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIKhzir8r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIKhzir8r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIKhzir8r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIKhzir8r .modal-sm {
    max-width: 300px;
  }
  .cid-sAIKhzir8r .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIKhzir8r .modal-lg,
  .cid-sAIKhzir8r .modal-xl {
    max-width: 800px;
  }
  .cid-sAIKhzir8r .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIKhzir8r .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIKhzir8r .container {
    max-width: 1140px;
  }
}
.cid-sAIKhzir8r .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIKhzir8r .container {
    max-width: 720px;
  }
}
.cid-sAIKhzir8r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIKhzir8r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIKhzir8r .form-group {
  margin-bottom: 1rem;
}
.cid-sAIKhzir8r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIKhzir8r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIKhzir8r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stSsDlzj11 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stSsDlzj11 .navbar-fixed-top {
  padding-top: 0;
}
.cid-stSsDlzj11 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stSsDlzj11 .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-stSsDlzj11 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stSsDlzj11 .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-stSsDlzj11 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stSsDlzj11 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stSsDlzj11 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stSsDlzj11 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stSsDlzj11 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stSsDlzj11 .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-stSsDlzj11 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stSsDlzj11 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stSsDlzj11 .dropdown-item,
.cid-stSsDlzj11 .nav-link,
.cid-stSsDlzj11 .brand-name {
  font-style: normal;
}
.cid-stSsDlzj11 .dropdown-item:hover,
.cid-stSsDlzj11 .nav-link:hover,
.cid-stSsDlzj11 .brand-name:hover {
  color: #279e64 !important;
}
.cid-stSsDlzj11 .dropdown-menu {
  background-color: #ffffff;
}
.cid-stSsDlzj11 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stSsDlzj11 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stSsDlzj11 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stSsDlzj11 .nav-item {
  position: relative;
}
.cid-stSsDlzj11 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stSsDlzj11 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stSsDlzj11 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stSsDlzj11 .nav-link {
    line-height: 6.13;
  }
  .cid-stSsDlzj11 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stSsDlzj11 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stSsDlzj11 .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-stSsDlzj11 .content-text {
  margin-bottom: 0;
}
.cid-stSsDlzj11 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stSsDlzj11 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stSsDlzj11 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stSsDlzj11 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stSsDlzj11 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stSsDlzj11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stSsDlzj11 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stSsDlzj11 .content-right-side {
  text-align: center;
}
.cid-stSsDlzj11 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stSsDlzj11 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stSsDlzj11 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stSsDlzj11 .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-stSsDlzj11 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stSsDlzj11 .info-widget:first-child {
  margin-left: 0;
}
.cid-stSsDlzj11 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stSsDlzj11 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stSsDlzj11 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stSsDlzj11 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stSsDlzj11 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stSsDlzj11 .navbar {
    display: block;
    padding: 0;
  }
  .cid-stSsDlzj11 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stSsDlzj11 .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-stSsDlzj11 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stSsDlzj11 .navbar-toggler {
    display: none;
  }
  .cid-stSsDlzj11 .navbar-collapse {
    justify-content: center;
  }
}
.cid-stSsDlzj11 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stSsDlzj11 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stSsDlzj11 .btn-sm {
  padding: 13px 29px;
}
.cid-stSsDlzj11 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stSsDlzj11 .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-stSsDlzj11 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stSsDlzj11 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stSsDlzj11 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stSsDlzj11 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stSsDlzj11 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stSsDlzj11 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stSsDlzj11 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSsDlzj11 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stSsDlzj11 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stSsDlzj11 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stSsDlzj11 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stSsDlzj11 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stSsDlzj11 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stSsDlzj11 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSsDlzj11 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stSsDlzj11 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stSsDlzj11 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stSsDlzj11 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stSsDlzj11 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stSsDlzj11 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stSsDlzj11 button.navbar-toggler:focus {
  outline: none;
}
.cid-stSsDlzj11 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stSsDlzj11 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stSsDlzj11 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSsDlzj11 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSsDlzj11 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stSsDlzj11 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSsDlzj11 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stSsDlzj11 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stSsDlzj11 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSsDlzj11 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stSsDlzj11 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stSsDlzj11 .collapsed .btn {
  display: flex;
}
.cid-stSsDlzj11 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stSsDlzj11 .collapsed .navbar-collapse.collapsing,
.cid-stSsDlzj11 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stSsDlzj11 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stSsDlzj11 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stSsDlzj11 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stSsDlzj11 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stSsDlzj11 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stSsDlzj11 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stSsDlzj11 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stSsDlzj11 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stSsDlzj11 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stSsDlzj11 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stSsDlzj11 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSsDlzj11 .collapsed button.navbar-toggler {
  display: block;
}
.cid-stSsDlzj11 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stSsDlzj11 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stSsDlzj11 .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-stSsDlzj11 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stSsDlzj11 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stSsDlzj11 .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-stSsDlzj11 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stSsDlzj11 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stSsDlzj11 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stSsDlzj11 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stSsDlzj11 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stSsDlzj11 .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-stSsDlzj11 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stSsDlzj11 .navbar-collapse.collapsing,
  .cid-stSsDlzj11 .navbar-collapse.show {
    display: block !important;
  }
  .cid-stSsDlzj11 .navbar-collapse.collapsing .navbar-nav,
  .cid-stSsDlzj11 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stSsDlzj11 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stSsDlzj11 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stSsDlzj11 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stSsDlzj11 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSsDlzj11 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stSsDlzj11 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stSsDlzj11 .navbar-collapse.collapsing .navbar-buttons,
  .cid-stSsDlzj11 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stSsDlzj11 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stSsDlzj11 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSsDlzj11 img {
    height: 3.8rem !important;
  }
  .cid-stSsDlzj11 .btn {
    display: flex;
  }
  .cid-stSsDlzj11 button.navbar-toggler {
    display: block;
  }
  .cid-stSsDlzj11 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stSsDlzj11 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stSsDlzj11 .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-stSsDlzj11 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stSsDlzj11 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stSsDlzj11 .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-stSsDlzj11 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stSsDlzj11 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stSsDlzj11 .navbar-toggler {
  position: relative;
}
.cid-stSsDlzj11 .dropdown-item.active,
.cid-stSsDlzj11 .dropdown-item:active {
  color: initial;
}
.cid-stSsDlzj11 .widget-title {
  color: #83868c;
}
.cid-stSsDlzj11 .widget-text {
  color: #83868c;
}
.cid-stSsDlzj11 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stSsDlzj11 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stSsDlzj11 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stSsDlzj11 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stSsDlzj11 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stSsDlzj11 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stSsDlzj11 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stSsDlzj11 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stSsDlzj11 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stSsDlzj11 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stSsDlzj11 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stSsDlzj11 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stSsDlzj11 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stSsDlzj11 .menu-content-top,
  .cid-stSsDlzj11 .menu-bottom {
    padding: 0 15px;
  }
  .cid-stSsDlzj11 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-stSsDmT5Za {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stSsDmT5Za .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stSsDmT5Za .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stSsDmT5Za .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stSsDmT5Za .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSsDmT5Za .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stSsDmT5Za .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stSsDmT5Za .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stSsDmT5Za .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stSsDmT5Za .separator,
  .cid-stSsDmT5Za .sep-holder,
  .cid-stSsDmT5Za .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stSsDmT5Za .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stSsDmT5Za .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stSsDmT5Za .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSsDmT5Za .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stSsDmT5Za .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stSsDmT5Za .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stSsDmT5Za .items .list-item:last-child .listico {
  display: none;
}
.cid-stSsDnUEEZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stSsDnUEEZ img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stSsDnUEEZ .row {
  justify-content: center;
}
.cid-stSsDnUEEZ .mbr-text {
  color: #767676;
}
.cid-stSsDnUEEZ .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stSsDnUEEZ .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stSsDnUEEZ .date {
  margin: 0;
  color: #14287f;
}
.cid-stSsDnUEEZ .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stSsDnUEEZ .icon-box {
    flex-direction: column;
  }
  .cid-stSsDnUEEZ .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stSsDnUEEZ img {
    margin-bottom: 2rem;
  }
}
.cid-stSsDnUEEZ H1 {
  color: #14287f;
}
.cid-stSsDnUEEZ H3 {
  color: #00acee;
}
.cid-sAIKmR7tda {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIKmR7tda .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIKmR7tda .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIKmR7tda .mbr-text {
  color: #83868c;
}
.cid-sAIKmR7tda .phone-word {
  color: #279e64;
}
.cid-sAIKmR7tda .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIKmR7tda .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIKmR7tda img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIKmR7tda .img1 {
  color: #279e64;
}
.cid-sAIKmR7tda .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIKmR7tda .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIKmR7tda .content .link-wrap {
  color: red;
}
.cid-sAIKmR7tda .content .date-wrap {
  color: #13287d;
}
.cid-sAIKmR7tda .item,
.cid-sAIKmR7tda .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIKmR7tda .item h4,
.cid-sAIKmR7tda .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIKmR7tda .link {
  transition: all 0.3s ease-in;
}
.cid-sAIKmR7tda .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIKmR7tda .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIKmR7tda .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIKmR7tda .item .card-img {
  width: auto;
}
.cid-sAIKmR7tda .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIKmR7tda .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIKmR7tda h5 {
    text-align: left !important;
  }
  .cid-sAIKmR7tda .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIKmR7tda .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIKmR7tda .item-title:hover {
  color: #279e64;
}
.cid-sAIKmR7tda .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIKmR7tda .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIKmR7tda .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIKmR7tda .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIKmR7tda .btn[class*="-outline"]:active,
.cid-sAIKmR7tda .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIKmR7tda .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIKmR7tda .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIKmR7tda .pre-form {
  color: #83868c;
}
.cid-sAIKmR7tda .form-group,
.cid-sAIKmR7tda .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIKmR7tda .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-sAIKmR7tda .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIKmR7tda .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIKmR7tda .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIKmR7tda .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIKmR7tda .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIKmR7tda .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIKmR7tda .dragArea {
  flex-direction: column;
}
.cid-sAIKmR7tda .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stSsDqmMNa.popup-builder {
  background-color: #ffffff;
}
.cid-stSsDqmMNa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stSsDqmMNa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stSsDqmMNa .modal-content,
.cid-stSsDqmMNa .modal-dialog {
  height: auto;
}
.cid-stSsDqmMNa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stSsDqmMNa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stSsDqmMNa .form-wrapper .mbr-form .form-group,
  .cid-stSsDqmMNa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stSsDqmMNa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stSsDqmMNa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSsDqmMNa .mbr-text {
  text-align: center;
}
.cid-stSsDqmMNa .pt-0 {
  padding-top: 0 !important;
}
.cid-stSsDqmMNa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stSsDqmMNa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stSsDqmMNa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stSsDqmMNa .modal-open {
  overflow: hidden;
}
.cid-stSsDqmMNa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stSsDqmMNa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stSsDqmMNa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stSsDqmMNa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stSsDqmMNa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stSsDqmMNa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stSsDqmMNa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stSsDqmMNa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stSsDqmMNa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stSsDqmMNa .modal-backdrop.fade {
  opacity: 0;
}
.cid-stSsDqmMNa .modal-backdrop.show {
  opacity: .5;
}
.cid-stSsDqmMNa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stSsDqmMNa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stSsDqmMNa .modal-header .close:hover {
  opacity: 1;
}
.cid-stSsDqmMNa .modal-header .close:focus {
  outline: none;
}
.cid-stSsDqmMNa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stSsDqmMNa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stSsDqmMNa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stSsDqmMNa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stSsDqmMNa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stSsDqmMNa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stSsDqmMNa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stSsDqmMNa .modal-sm {
    max-width: 300px;
  }
  .cid-stSsDqmMNa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stSsDqmMNa .modal-lg,
  .cid-stSsDqmMNa .modal-xl {
    max-width: 800px;
  }
  .cid-stSsDqmMNa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stSsDqmMNa .modal-xl {
    max-width: 1140px;
  }
  .cid-stSsDqmMNa .container {
    max-width: 1140px;
  }
}
.cid-stSsDqmMNa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stSsDqmMNa .container {
    max-width: 720px;
  }
}
.cid-stSsDqmMNa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stSsDqmMNa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stSsDqmMNa .form-group {
  margin-bottom: 1rem;
}
.cid-stSsDqmMNa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stSsDqmMNa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stSsDqmMNa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIKnY4kvR.popup-builder {
  background-color: #ffffff;
}
.cid-sAIKnY4kvR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIKnY4kvR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIKnY4kvR .modal-content,
.cid-sAIKnY4kvR .modal-dialog {
  height: auto;
}
.cid-sAIKnY4kvR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIKnY4kvR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIKnY4kvR .form-wrapper .mbr-form .form-group,
  .cid-sAIKnY4kvR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIKnY4kvR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIKnY4kvR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIKnY4kvR .mbr-text {
  text-align: center;
}
.cid-sAIKnY4kvR .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIKnY4kvR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIKnY4kvR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIKnY4kvR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIKnY4kvR .modal-open {
  overflow: hidden;
}
.cid-sAIKnY4kvR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIKnY4kvR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIKnY4kvR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIKnY4kvR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIKnY4kvR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIKnY4kvR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIKnY4kvR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIKnY4kvR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIKnY4kvR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIKnY4kvR .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIKnY4kvR .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIKnY4kvR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIKnY4kvR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIKnY4kvR .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIKnY4kvR .modal-header .close:focus {
  outline: none;
}
.cid-sAIKnY4kvR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIKnY4kvR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIKnY4kvR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIKnY4kvR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIKnY4kvR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIKnY4kvR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIKnY4kvR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIKnY4kvR .modal-sm {
    max-width: 300px;
  }
  .cid-sAIKnY4kvR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIKnY4kvR .modal-lg,
  .cid-sAIKnY4kvR .modal-xl {
    max-width: 800px;
  }
  .cid-sAIKnY4kvR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIKnY4kvR .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIKnY4kvR .container {
    max-width: 1140px;
  }
}
.cid-sAIKnY4kvR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIKnY4kvR .container {
    max-width: 720px;
  }
}
.cid-sAIKnY4kvR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIKnY4kvR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIKnY4kvR .form-group {
  margin-bottom: 1rem;
}
.cid-sAIKnY4kvR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIKnY4kvR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIKnY4kvR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stSx7i6mt7 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stSx7i6mt7 .navbar-fixed-top {
  padding-top: 0;
}
.cid-stSx7i6mt7 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stSx7i6mt7 .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-stSx7i6mt7 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stSx7i6mt7 .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-stSx7i6mt7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stSx7i6mt7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stSx7i6mt7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stSx7i6mt7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stSx7i6mt7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stSx7i6mt7 .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-stSx7i6mt7 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stSx7i6mt7 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stSx7i6mt7 .dropdown-item,
.cid-stSx7i6mt7 .nav-link,
.cid-stSx7i6mt7 .brand-name {
  font-style: normal;
}
.cid-stSx7i6mt7 .dropdown-item:hover,
.cid-stSx7i6mt7 .nav-link:hover,
.cid-stSx7i6mt7 .brand-name:hover {
  color: #279e64 !important;
}
.cid-stSx7i6mt7 .dropdown-menu {
  background-color: #ffffff;
}
.cid-stSx7i6mt7 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stSx7i6mt7 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stSx7i6mt7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stSx7i6mt7 .nav-item {
  position: relative;
}
.cid-stSx7i6mt7 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stSx7i6mt7 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stSx7i6mt7 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stSx7i6mt7 .nav-link {
    line-height: 6.13;
  }
  .cid-stSx7i6mt7 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stSx7i6mt7 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stSx7i6mt7 .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-stSx7i6mt7 .content-text {
  margin-bottom: 0;
}
.cid-stSx7i6mt7 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stSx7i6mt7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stSx7i6mt7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stSx7i6mt7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stSx7i6mt7 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stSx7i6mt7 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stSx7i6mt7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stSx7i6mt7 .content-right-side {
  text-align: center;
}
.cid-stSx7i6mt7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stSx7i6mt7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stSx7i6mt7 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stSx7i6mt7 .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-stSx7i6mt7 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stSx7i6mt7 .info-widget:first-child {
  margin-left: 0;
}
.cid-stSx7i6mt7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stSx7i6mt7 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stSx7i6mt7 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stSx7i6mt7 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stSx7i6mt7 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stSx7i6mt7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-stSx7i6mt7 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stSx7i6mt7 .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-stSx7i6mt7 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stSx7i6mt7 .navbar-toggler {
    display: none;
  }
  .cid-stSx7i6mt7 .navbar-collapse {
    justify-content: center;
  }
}
.cid-stSx7i6mt7 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stSx7i6mt7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stSx7i6mt7 .btn-sm {
  padding: 13px 29px;
}
.cid-stSx7i6mt7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stSx7i6mt7 .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-stSx7i6mt7 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stSx7i6mt7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stSx7i6mt7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stSx7i6mt7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stSx7i6mt7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stSx7i6mt7 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stSx7i6mt7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSx7i6mt7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stSx7i6mt7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stSx7i6mt7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stSx7i6mt7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stSx7i6mt7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stSx7i6mt7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stSx7i6mt7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSx7i6mt7 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stSx7i6mt7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stSx7i6mt7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stSx7i6mt7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stSx7i6mt7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stSx7i6mt7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stSx7i6mt7 button.navbar-toggler:focus {
  outline: none;
}
.cid-stSx7i6mt7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stSx7i6mt7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stSx7i6mt7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSx7i6mt7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSx7i6mt7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stSx7i6mt7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSx7i6mt7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stSx7i6mt7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stSx7i6mt7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSx7i6mt7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stSx7i6mt7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stSx7i6mt7 .collapsed .btn {
  display: flex;
}
.cid-stSx7i6mt7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stSx7i6mt7 .collapsed .navbar-collapse.collapsing,
.cid-stSx7i6mt7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stSx7i6mt7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stSx7i6mt7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stSx7i6mt7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stSx7i6mt7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stSx7i6mt7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stSx7i6mt7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stSx7i6mt7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stSx7i6mt7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stSx7i6mt7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stSx7i6mt7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stSx7i6mt7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSx7i6mt7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-stSx7i6mt7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stSx7i6mt7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stSx7i6mt7 .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-stSx7i6mt7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stSx7i6mt7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stSx7i6mt7 .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-stSx7i6mt7 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stSx7i6mt7 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stSx7i6mt7 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stSx7i6mt7 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stSx7i6mt7 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stSx7i6mt7 .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-stSx7i6mt7 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stSx7i6mt7 .navbar-collapse.collapsing,
  .cid-stSx7i6mt7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-stSx7i6mt7 .navbar-collapse.collapsing .navbar-nav,
  .cid-stSx7i6mt7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stSx7i6mt7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stSx7i6mt7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stSx7i6mt7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stSx7i6mt7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSx7i6mt7 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stSx7i6mt7 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stSx7i6mt7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-stSx7i6mt7 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stSx7i6mt7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stSx7i6mt7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSx7i6mt7 img {
    height: 3.8rem !important;
  }
  .cid-stSx7i6mt7 .btn {
    display: flex;
  }
  .cid-stSx7i6mt7 button.navbar-toggler {
    display: block;
  }
  .cid-stSx7i6mt7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stSx7i6mt7 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stSx7i6mt7 .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-stSx7i6mt7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stSx7i6mt7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stSx7i6mt7 .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-stSx7i6mt7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stSx7i6mt7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stSx7i6mt7 .navbar-toggler {
  position: relative;
}
.cid-stSx7i6mt7 .dropdown-item.active,
.cid-stSx7i6mt7 .dropdown-item:active {
  color: initial;
}
.cid-stSx7i6mt7 .widget-title {
  color: #83868c;
}
.cid-stSx7i6mt7 .widget-text {
  color: #83868c;
}
.cid-stSx7i6mt7 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stSx7i6mt7 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stSx7i6mt7 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stSx7i6mt7 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stSx7i6mt7 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stSx7i6mt7 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stSx7i6mt7 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stSx7i6mt7 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stSx7i6mt7 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stSx7i6mt7 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stSx7i6mt7 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stSx7i6mt7 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stSx7i6mt7 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stSx7i6mt7 .menu-content-top,
  .cid-stSx7i6mt7 .menu-bottom {
    padding: 0 15px;
  }
  .cid-stSx7i6mt7 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-stSx7ky4Kx {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stSx7ky4Kx .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stSx7ky4Kx .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stSx7ky4Kx .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stSx7ky4Kx .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSx7ky4Kx .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stSx7ky4Kx .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stSx7ky4Kx .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stSx7ky4Kx .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stSx7ky4Kx .separator,
  .cid-stSx7ky4Kx .sep-holder,
  .cid-stSx7ky4Kx .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stSx7ky4Kx .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stSx7ky4Kx .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stSx7ky4Kx .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSx7ky4Kx .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stSx7ky4Kx .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stSx7ky4Kx .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stSx7ky4Kx .items .list-item:last-child .listico {
  display: none;
}
.cid-stSx7mUZn3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stSx7mUZn3 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stSx7mUZn3 .row {
  justify-content: center;
}
.cid-stSx7mUZn3 .mbr-text {
  color: #767676;
}
.cid-stSx7mUZn3 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stSx7mUZn3 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stSx7mUZn3 .date {
  margin: 0;
  color: #14287f;
}
.cid-stSx7mUZn3 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stSx7mUZn3 .icon-box {
    flex-direction: column;
  }
  .cid-stSx7mUZn3 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stSx7mUZn3 img {
    margin-bottom: 2rem;
  }
}
.cid-stSx7mUZn3 H1 {
  color: #14287f;
}
.cid-stSx7mUZn3 H3 {
  color: #00acee;
}
.cid-sAIKsuxghu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIKsuxghu .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIKsuxghu .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIKsuxghu .mbr-text {
  color: #83868c;
}
.cid-sAIKsuxghu .phone-word {
  color: #279e64;
}
.cid-sAIKsuxghu .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIKsuxghu .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIKsuxghu img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIKsuxghu .img1 {
  color: #279e64;
}
.cid-sAIKsuxghu .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIKsuxghu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIKsuxghu .content .link-wrap {
  color: red;
}
.cid-sAIKsuxghu .content .date-wrap {
  color: #13287d;
}
.cid-sAIKsuxghu .item,
.cid-sAIKsuxghu .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIKsuxghu .item h4,
.cid-sAIKsuxghu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIKsuxghu .link {
  transition: all 0.3s ease-in;
}
.cid-sAIKsuxghu .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIKsuxghu .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIKsuxghu .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIKsuxghu .item .card-img {
  width: auto;
}
.cid-sAIKsuxghu .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIKsuxghu .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIKsuxghu h5 {
    text-align: left !important;
  }
  .cid-sAIKsuxghu .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIKsuxghu .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIKsuxghu .item-title:hover {
  color: #279e64;
}
.cid-sAIKsuxghu .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIKsuxghu .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIKsuxghu .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIKsuxghu .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIKsuxghu .btn[class*="-outline"]:active,
.cid-sAIKsuxghu .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIKsuxghu .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIKsuxghu .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIKsuxghu .pre-form {
  color: #83868c;
}
.cid-sAIKsuxghu .form-group,
.cid-sAIKsuxghu .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIKsuxghu .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-sAIKsuxghu .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIKsuxghu .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIKsuxghu .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIKsuxghu .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIKsuxghu .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIKsuxghu .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIKsuxghu .dragArea {
  flex-direction: column;
}
.cid-sAIKsuxghu .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stSx7s673V.popup-builder {
  background-color: #ffffff;
}
.cid-stSx7s673V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stSx7s673V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stSx7s673V .modal-content,
.cid-stSx7s673V .modal-dialog {
  height: auto;
}
.cid-stSx7s673V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stSx7s673V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stSx7s673V .form-wrapper .mbr-form .form-group,
  .cid-stSx7s673V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stSx7s673V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stSx7s673V .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSx7s673V .mbr-text {
  text-align: center;
}
.cid-stSx7s673V .pt-0 {
  padding-top: 0 !important;
}
.cid-stSx7s673V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stSx7s673V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stSx7s673V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stSx7s673V .modal-open {
  overflow: hidden;
}
.cid-stSx7s673V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stSx7s673V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stSx7s673V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stSx7s673V .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stSx7s673V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stSx7s673V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stSx7s673V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stSx7s673V .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stSx7s673V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stSx7s673V .modal-backdrop.fade {
  opacity: 0;
}
.cid-stSx7s673V .modal-backdrop.show {
  opacity: .5;
}
.cid-stSx7s673V .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stSx7s673V .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stSx7s673V .modal-header .close:hover {
  opacity: 1;
}
.cid-stSx7s673V .modal-header .close:focus {
  outline: none;
}
.cid-stSx7s673V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stSx7s673V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stSx7s673V .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stSx7s673V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stSx7s673V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stSx7s673V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stSx7s673V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stSx7s673V .modal-sm {
    max-width: 300px;
  }
  .cid-stSx7s673V .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stSx7s673V .modal-lg,
  .cid-stSx7s673V .modal-xl {
    max-width: 800px;
  }
  .cid-stSx7s673V .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stSx7s673V .modal-xl {
    max-width: 1140px;
  }
  .cid-stSx7s673V .container {
    max-width: 1140px;
  }
}
.cid-stSx7s673V .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stSx7s673V .container {
    max-width: 720px;
  }
}
.cid-stSx7s673V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stSx7s673V .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stSx7s673V .form-group {
  margin-bottom: 1rem;
}
.cid-stSx7s673V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stSx7s673V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stSx7s673V .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIKtS1IBo.popup-builder {
  background-color: #ffffff;
}
.cid-sAIKtS1IBo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIKtS1IBo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIKtS1IBo .modal-content,
.cid-sAIKtS1IBo .modal-dialog {
  height: auto;
}
.cid-sAIKtS1IBo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIKtS1IBo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIKtS1IBo .form-wrapper .mbr-form .form-group,
  .cid-sAIKtS1IBo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIKtS1IBo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIKtS1IBo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIKtS1IBo .mbr-text {
  text-align: center;
}
.cid-sAIKtS1IBo .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIKtS1IBo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIKtS1IBo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIKtS1IBo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIKtS1IBo .modal-open {
  overflow: hidden;
}
.cid-sAIKtS1IBo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIKtS1IBo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIKtS1IBo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIKtS1IBo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIKtS1IBo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIKtS1IBo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIKtS1IBo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIKtS1IBo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIKtS1IBo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIKtS1IBo .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIKtS1IBo .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIKtS1IBo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIKtS1IBo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIKtS1IBo .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIKtS1IBo .modal-header .close:focus {
  outline: none;
}
.cid-sAIKtS1IBo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIKtS1IBo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIKtS1IBo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIKtS1IBo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIKtS1IBo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIKtS1IBo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIKtS1IBo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIKtS1IBo .modal-sm {
    max-width: 300px;
  }
  .cid-sAIKtS1IBo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIKtS1IBo .modal-lg,
  .cid-sAIKtS1IBo .modal-xl {
    max-width: 800px;
  }
  .cid-sAIKtS1IBo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIKtS1IBo .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIKtS1IBo .container {
    max-width: 1140px;
  }
}
.cid-sAIKtS1IBo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIKtS1IBo .container {
    max-width: 720px;
  }
}
.cid-sAIKtS1IBo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIKtS1IBo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIKtS1IBo .form-group {
  margin-bottom: 1rem;
}
.cid-sAIKtS1IBo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIKtS1IBo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIKtS1IBo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stSxH7zI2D .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stSxH7zI2D .navbar-fixed-top {
  padding-top: 0;
}
.cid-stSxH7zI2D .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stSxH7zI2D .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-stSxH7zI2D .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stSxH7zI2D .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-stSxH7zI2D .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stSxH7zI2D .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stSxH7zI2D .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stSxH7zI2D .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stSxH7zI2D .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stSxH7zI2D .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-stSxH7zI2D .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stSxH7zI2D .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stSxH7zI2D .dropdown-item,
.cid-stSxH7zI2D .nav-link,
.cid-stSxH7zI2D .brand-name {
  font-style: normal;
}
.cid-stSxH7zI2D .dropdown-item:hover,
.cid-stSxH7zI2D .nav-link:hover,
.cid-stSxH7zI2D .brand-name:hover {
  color: #279e64 !important;
}
.cid-stSxH7zI2D .dropdown-menu {
  background-color: #ffffff;
}
.cid-stSxH7zI2D .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stSxH7zI2D .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stSxH7zI2D .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stSxH7zI2D .nav-item {
  position: relative;
}
.cid-stSxH7zI2D .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stSxH7zI2D .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stSxH7zI2D .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stSxH7zI2D .nav-link {
    line-height: 6.13;
  }
  .cid-stSxH7zI2D .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stSxH7zI2D .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stSxH7zI2D .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-stSxH7zI2D .content-text {
  margin-bottom: 0;
}
.cid-stSxH7zI2D .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stSxH7zI2D .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stSxH7zI2D .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stSxH7zI2D .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stSxH7zI2D .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stSxH7zI2D .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stSxH7zI2D .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stSxH7zI2D .content-right-side {
  text-align: center;
}
.cid-stSxH7zI2D .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stSxH7zI2D .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stSxH7zI2D .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stSxH7zI2D .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-stSxH7zI2D .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stSxH7zI2D .info-widget:first-child {
  margin-left: 0;
}
.cid-stSxH7zI2D .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stSxH7zI2D .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stSxH7zI2D .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stSxH7zI2D .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stSxH7zI2D .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stSxH7zI2D .navbar {
    display: block;
    padding: 0;
  }
  .cid-stSxH7zI2D .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stSxH7zI2D .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-stSxH7zI2D .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stSxH7zI2D .navbar-toggler {
    display: none;
  }
  .cid-stSxH7zI2D .navbar-collapse {
    justify-content: center;
  }
}
.cid-stSxH7zI2D .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stSxH7zI2D .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stSxH7zI2D .btn-sm {
  padding: 13px 29px;
}
.cid-stSxH7zI2D .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stSxH7zI2D .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-stSxH7zI2D .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stSxH7zI2D .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stSxH7zI2D .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stSxH7zI2D .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stSxH7zI2D .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stSxH7zI2D .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stSxH7zI2D .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSxH7zI2D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stSxH7zI2D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stSxH7zI2D .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stSxH7zI2D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stSxH7zI2D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stSxH7zI2D .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stSxH7zI2D .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSxH7zI2D .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stSxH7zI2D .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stSxH7zI2D .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stSxH7zI2D .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stSxH7zI2D .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stSxH7zI2D button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stSxH7zI2D button.navbar-toggler:focus {
  outline: none;
}
.cid-stSxH7zI2D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stSxH7zI2D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stSxH7zI2D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSxH7zI2D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSxH7zI2D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stSxH7zI2D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSxH7zI2D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stSxH7zI2D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stSxH7zI2D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSxH7zI2D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stSxH7zI2D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stSxH7zI2D .collapsed .btn {
  display: flex;
}
.cid-stSxH7zI2D .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stSxH7zI2D .collapsed .navbar-collapse.collapsing,
.cid-stSxH7zI2D .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stSxH7zI2D .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stSxH7zI2D .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stSxH7zI2D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stSxH7zI2D .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stSxH7zI2D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stSxH7zI2D .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stSxH7zI2D .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stSxH7zI2D .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stSxH7zI2D .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stSxH7zI2D .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stSxH7zI2D .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSxH7zI2D .collapsed button.navbar-toggler {
  display: block;
}
.cid-stSxH7zI2D .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stSxH7zI2D .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stSxH7zI2D .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-stSxH7zI2D .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stSxH7zI2D .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stSxH7zI2D .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-stSxH7zI2D .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stSxH7zI2D .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stSxH7zI2D .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stSxH7zI2D .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stSxH7zI2D .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stSxH7zI2D .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-stSxH7zI2D .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stSxH7zI2D .navbar-collapse.collapsing,
  .cid-stSxH7zI2D .navbar-collapse.show {
    display: block !important;
  }
  .cid-stSxH7zI2D .navbar-collapse.collapsing .navbar-nav,
  .cid-stSxH7zI2D .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stSxH7zI2D .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stSxH7zI2D .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stSxH7zI2D .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stSxH7zI2D .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSxH7zI2D .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stSxH7zI2D .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stSxH7zI2D .navbar-collapse.collapsing .navbar-buttons,
  .cid-stSxH7zI2D .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stSxH7zI2D .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stSxH7zI2D .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSxH7zI2D img {
    height: 3.8rem !important;
  }
  .cid-stSxH7zI2D .btn {
    display: flex;
  }
  .cid-stSxH7zI2D button.navbar-toggler {
    display: block;
  }
  .cid-stSxH7zI2D .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stSxH7zI2D .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stSxH7zI2D .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-stSxH7zI2D .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stSxH7zI2D .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stSxH7zI2D .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-stSxH7zI2D .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stSxH7zI2D .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stSxH7zI2D .navbar-toggler {
  position: relative;
}
.cid-stSxH7zI2D .dropdown-item.active,
.cid-stSxH7zI2D .dropdown-item:active {
  color: initial;
}
.cid-stSxH7zI2D .widget-title {
  color: #83868c;
}
.cid-stSxH7zI2D .widget-text {
  color: #83868c;
}
.cid-stSxH7zI2D .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stSxH7zI2D .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stSxH7zI2D .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stSxH7zI2D .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stSxH7zI2D .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stSxH7zI2D .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stSxH7zI2D .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stSxH7zI2D .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stSxH7zI2D .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stSxH7zI2D .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stSxH7zI2D .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stSxH7zI2D .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stSxH7zI2D .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stSxH7zI2D .menu-content-top,
  .cid-stSxH7zI2D .menu-bottom {
    padding: 0 15px;
  }
  .cid-stSxH7zI2D 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-stSxH9FKUE {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stSxH9FKUE .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stSxH9FKUE .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stSxH9FKUE .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stSxH9FKUE .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSxH9FKUE .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stSxH9FKUE .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stSxH9FKUE .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stSxH9FKUE .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stSxH9FKUE .separator,
  .cid-stSxH9FKUE .sep-holder,
  .cid-stSxH9FKUE .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stSxH9FKUE .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stSxH9FKUE .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stSxH9FKUE .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSxH9FKUE .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stSxH9FKUE .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stSxH9FKUE .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stSxH9FKUE .items .list-item:last-child .listico {
  display: none;
}
.cid-stSxHaYTc8 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stSxHaYTc8 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stSxHaYTc8 .row {
  justify-content: center;
}
.cid-stSxHaYTc8 .mbr-text {
  color: #767676;
}
.cid-stSxHaYTc8 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stSxHaYTc8 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stSxHaYTc8 .date {
  margin: 0;
  color: #14287f;
}
.cid-stSxHaYTc8 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stSxHaYTc8 .icon-box {
    flex-direction: column;
  }
  .cid-stSxHaYTc8 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stSxHaYTc8 img {
    margin-bottom: 2rem;
  }
}
.cid-stSxHaYTc8 H1 {
  color: #14287f;
}
.cid-stSxHaYTc8 H3 {
  color: #00acee;
}
.cid-sAIKxiA0Xa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIKxiA0Xa .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIKxiA0Xa .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIKxiA0Xa .mbr-text {
  color: #83868c;
}
.cid-sAIKxiA0Xa .phone-word {
  color: #279e64;
}
.cid-sAIKxiA0Xa .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIKxiA0Xa .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIKxiA0Xa img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIKxiA0Xa .img1 {
  color: #279e64;
}
.cid-sAIKxiA0Xa .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIKxiA0Xa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIKxiA0Xa .content .link-wrap {
  color: red;
}
.cid-sAIKxiA0Xa .content .date-wrap {
  color: #13287d;
}
.cid-sAIKxiA0Xa .item,
.cid-sAIKxiA0Xa .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIKxiA0Xa .item h4,
.cid-sAIKxiA0Xa .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIKxiA0Xa .link {
  transition: all 0.3s ease-in;
}
.cid-sAIKxiA0Xa .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIKxiA0Xa .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIKxiA0Xa .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIKxiA0Xa .item .card-img {
  width: auto;
}
.cid-sAIKxiA0Xa .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIKxiA0Xa .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIKxiA0Xa h5 {
    text-align: left !important;
  }
  .cid-sAIKxiA0Xa .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIKxiA0Xa .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIKxiA0Xa .item-title:hover {
  color: #279e64;
}
.cid-sAIKxiA0Xa .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIKxiA0Xa .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIKxiA0Xa .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIKxiA0Xa .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIKxiA0Xa .btn[class*="-outline"]:active,
.cid-sAIKxiA0Xa .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIKxiA0Xa .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIKxiA0Xa .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIKxiA0Xa .pre-form {
  color: #83868c;
}
.cid-sAIKxiA0Xa .form-group,
.cid-sAIKxiA0Xa .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIKxiA0Xa .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-sAIKxiA0Xa .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIKxiA0Xa .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIKxiA0Xa .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIKxiA0Xa .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIKxiA0Xa .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIKxiA0Xa .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIKxiA0Xa .dragArea {
  flex-direction: column;
}
.cid-sAIKxiA0Xa .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stSxHf7ZIN.popup-builder {
  background-color: #ffffff;
}
.cid-stSxHf7ZIN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stSxHf7ZIN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stSxHf7ZIN .modal-content,
.cid-stSxHf7ZIN .modal-dialog {
  height: auto;
}
.cid-stSxHf7ZIN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stSxHf7ZIN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stSxHf7ZIN .form-wrapper .mbr-form .form-group,
  .cid-stSxHf7ZIN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stSxHf7ZIN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stSxHf7ZIN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSxHf7ZIN .mbr-text {
  text-align: center;
}
.cid-stSxHf7ZIN .pt-0 {
  padding-top: 0 !important;
}
.cid-stSxHf7ZIN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stSxHf7ZIN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stSxHf7ZIN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stSxHf7ZIN .modal-open {
  overflow: hidden;
}
.cid-stSxHf7ZIN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stSxHf7ZIN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stSxHf7ZIN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stSxHf7ZIN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stSxHf7ZIN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stSxHf7ZIN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stSxHf7ZIN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stSxHf7ZIN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stSxHf7ZIN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stSxHf7ZIN .modal-backdrop.fade {
  opacity: 0;
}
.cid-stSxHf7ZIN .modal-backdrop.show {
  opacity: .5;
}
.cid-stSxHf7ZIN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stSxHf7ZIN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stSxHf7ZIN .modal-header .close:hover {
  opacity: 1;
}
.cid-stSxHf7ZIN .modal-header .close:focus {
  outline: none;
}
.cid-stSxHf7ZIN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stSxHf7ZIN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stSxHf7ZIN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stSxHf7ZIN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stSxHf7ZIN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stSxHf7ZIN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stSxHf7ZIN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stSxHf7ZIN .modal-sm {
    max-width: 300px;
  }
  .cid-stSxHf7ZIN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stSxHf7ZIN .modal-lg,
  .cid-stSxHf7ZIN .modal-xl {
    max-width: 800px;
  }
  .cid-stSxHf7ZIN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stSxHf7ZIN .modal-xl {
    max-width: 1140px;
  }
  .cid-stSxHf7ZIN .container {
    max-width: 1140px;
  }
}
.cid-stSxHf7ZIN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stSxHf7ZIN .container {
    max-width: 720px;
  }
}
.cid-stSxHf7ZIN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stSxHf7ZIN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stSxHf7ZIN .form-group {
  margin-bottom: 1rem;
}
.cid-stSxHf7ZIN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stSxHf7ZIN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stSxHf7ZIN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIKyuX3PK.popup-builder {
  background-color: #ffffff;
}
.cid-sAIKyuX3PK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIKyuX3PK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIKyuX3PK .modal-content,
.cid-sAIKyuX3PK .modal-dialog {
  height: auto;
}
.cid-sAIKyuX3PK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIKyuX3PK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIKyuX3PK .form-wrapper .mbr-form .form-group,
  .cid-sAIKyuX3PK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIKyuX3PK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIKyuX3PK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIKyuX3PK .mbr-text {
  text-align: center;
}
.cid-sAIKyuX3PK .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIKyuX3PK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIKyuX3PK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIKyuX3PK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIKyuX3PK .modal-open {
  overflow: hidden;
}
.cid-sAIKyuX3PK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIKyuX3PK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIKyuX3PK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIKyuX3PK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIKyuX3PK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIKyuX3PK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIKyuX3PK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIKyuX3PK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIKyuX3PK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIKyuX3PK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIKyuX3PK .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIKyuX3PK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIKyuX3PK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIKyuX3PK .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIKyuX3PK .modal-header .close:focus {
  outline: none;
}
.cid-sAIKyuX3PK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIKyuX3PK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIKyuX3PK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIKyuX3PK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIKyuX3PK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIKyuX3PK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIKyuX3PK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIKyuX3PK .modal-sm {
    max-width: 300px;
  }
  .cid-sAIKyuX3PK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIKyuX3PK .modal-lg,
  .cid-sAIKyuX3PK .modal-xl {
    max-width: 800px;
  }
  .cid-sAIKyuX3PK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIKyuX3PK .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIKyuX3PK .container {
    max-width: 1140px;
  }
}
.cid-sAIKyuX3PK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIKyuX3PK .container {
    max-width: 720px;
  }
}
.cid-sAIKyuX3PK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIKyuX3PK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIKyuX3PK .form-group {
  margin-bottom: 1rem;
}
.cid-sAIKyuX3PK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIKyuX3PK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIKyuX3PK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stSyaGoHXl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stSyaGoHXl .navbar-fixed-top {
  padding-top: 0;
}
.cid-stSyaGoHXl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stSyaGoHXl .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-stSyaGoHXl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stSyaGoHXl .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-stSyaGoHXl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stSyaGoHXl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stSyaGoHXl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stSyaGoHXl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stSyaGoHXl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stSyaGoHXl .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-stSyaGoHXl .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stSyaGoHXl .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stSyaGoHXl .dropdown-item,
.cid-stSyaGoHXl .nav-link,
.cid-stSyaGoHXl .brand-name {
  font-style: normal;
}
.cid-stSyaGoHXl .dropdown-item:hover,
.cid-stSyaGoHXl .nav-link:hover,
.cid-stSyaGoHXl .brand-name:hover {
  color: #279e64 !important;
}
.cid-stSyaGoHXl .dropdown-menu {
  background-color: #ffffff;
}
.cid-stSyaGoHXl .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stSyaGoHXl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stSyaGoHXl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stSyaGoHXl .nav-item {
  position: relative;
}
.cid-stSyaGoHXl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stSyaGoHXl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stSyaGoHXl .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stSyaGoHXl .nav-link {
    line-height: 6.13;
  }
  .cid-stSyaGoHXl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stSyaGoHXl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stSyaGoHXl .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-stSyaGoHXl .content-text {
  margin-bottom: 0;
}
.cid-stSyaGoHXl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stSyaGoHXl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stSyaGoHXl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stSyaGoHXl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stSyaGoHXl .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stSyaGoHXl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stSyaGoHXl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stSyaGoHXl .content-right-side {
  text-align: center;
}
.cid-stSyaGoHXl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stSyaGoHXl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stSyaGoHXl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stSyaGoHXl .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-stSyaGoHXl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stSyaGoHXl .info-widget:first-child {
  margin-left: 0;
}
.cid-stSyaGoHXl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stSyaGoHXl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stSyaGoHXl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stSyaGoHXl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stSyaGoHXl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stSyaGoHXl .navbar {
    display: block;
    padding: 0;
  }
  .cid-stSyaGoHXl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stSyaGoHXl .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-stSyaGoHXl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stSyaGoHXl .navbar-toggler {
    display: none;
  }
  .cid-stSyaGoHXl .navbar-collapse {
    justify-content: center;
  }
}
.cid-stSyaGoHXl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stSyaGoHXl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stSyaGoHXl .btn-sm {
  padding: 13px 29px;
}
.cid-stSyaGoHXl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stSyaGoHXl .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-stSyaGoHXl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stSyaGoHXl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stSyaGoHXl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stSyaGoHXl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stSyaGoHXl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stSyaGoHXl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stSyaGoHXl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSyaGoHXl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stSyaGoHXl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stSyaGoHXl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stSyaGoHXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stSyaGoHXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stSyaGoHXl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stSyaGoHXl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSyaGoHXl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stSyaGoHXl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stSyaGoHXl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stSyaGoHXl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stSyaGoHXl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stSyaGoHXl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stSyaGoHXl button.navbar-toggler:focus {
  outline: none;
}
.cid-stSyaGoHXl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stSyaGoHXl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stSyaGoHXl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSyaGoHXl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSyaGoHXl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stSyaGoHXl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSyaGoHXl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stSyaGoHXl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stSyaGoHXl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSyaGoHXl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stSyaGoHXl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stSyaGoHXl .collapsed .btn {
  display: flex;
}
.cid-stSyaGoHXl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stSyaGoHXl .collapsed .navbar-collapse.collapsing,
.cid-stSyaGoHXl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stSyaGoHXl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stSyaGoHXl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stSyaGoHXl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stSyaGoHXl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stSyaGoHXl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stSyaGoHXl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stSyaGoHXl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stSyaGoHXl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stSyaGoHXl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stSyaGoHXl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stSyaGoHXl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSyaGoHXl .collapsed button.navbar-toggler {
  display: block;
}
.cid-stSyaGoHXl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stSyaGoHXl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stSyaGoHXl .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-stSyaGoHXl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stSyaGoHXl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stSyaGoHXl .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-stSyaGoHXl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stSyaGoHXl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stSyaGoHXl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stSyaGoHXl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stSyaGoHXl .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stSyaGoHXl .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-stSyaGoHXl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stSyaGoHXl .navbar-collapse.collapsing,
  .cid-stSyaGoHXl .navbar-collapse.show {
    display: block !important;
  }
  .cid-stSyaGoHXl .navbar-collapse.collapsing .navbar-nav,
  .cid-stSyaGoHXl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stSyaGoHXl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stSyaGoHXl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stSyaGoHXl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stSyaGoHXl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSyaGoHXl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stSyaGoHXl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stSyaGoHXl .navbar-collapse.collapsing .navbar-buttons,
  .cid-stSyaGoHXl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stSyaGoHXl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stSyaGoHXl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSyaGoHXl img {
    height: 3.8rem !important;
  }
  .cid-stSyaGoHXl .btn {
    display: flex;
  }
  .cid-stSyaGoHXl button.navbar-toggler {
    display: block;
  }
  .cid-stSyaGoHXl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stSyaGoHXl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stSyaGoHXl .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-stSyaGoHXl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stSyaGoHXl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stSyaGoHXl .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-stSyaGoHXl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stSyaGoHXl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stSyaGoHXl .navbar-toggler {
  position: relative;
}
.cid-stSyaGoHXl .dropdown-item.active,
.cid-stSyaGoHXl .dropdown-item:active {
  color: initial;
}
.cid-stSyaGoHXl .widget-title {
  color: #83868c;
}
.cid-stSyaGoHXl .widget-text {
  color: #83868c;
}
.cid-stSyaGoHXl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stSyaGoHXl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stSyaGoHXl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stSyaGoHXl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stSyaGoHXl .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stSyaGoHXl .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stSyaGoHXl .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stSyaGoHXl .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stSyaGoHXl .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stSyaGoHXl .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stSyaGoHXl .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stSyaGoHXl .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stSyaGoHXl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stSyaGoHXl .menu-content-top,
  .cid-stSyaGoHXl .menu-bottom {
    padding: 0 15px;
  }
  .cid-stSyaGoHXl 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-stSyaI706P {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stSyaI706P .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stSyaI706P .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stSyaI706P .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stSyaI706P .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSyaI706P .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stSyaI706P .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stSyaI706P .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stSyaI706P .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stSyaI706P .separator,
  .cid-stSyaI706P .sep-holder,
  .cid-stSyaI706P .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stSyaI706P .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stSyaI706P .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stSyaI706P .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSyaI706P .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stSyaI706P .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stSyaI706P .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stSyaI706P .items .list-item:last-child .listico {
  display: none;
}
.cid-stSyaJh5Sv {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stSyaJh5Sv img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stSyaJh5Sv .row {
  justify-content: center;
}
.cid-stSyaJh5Sv .mbr-text {
  color: #767676;
}
.cid-stSyaJh5Sv .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stSyaJh5Sv .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stSyaJh5Sv .date {
  margin: 0;
  color: #14287f;
}
.cid-stSyaJh5Sv .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stSyaJh5Sv .icon-box {
    flex-direction: column;
  }
  .cid-stSyaJh5Sv .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stSyaJh5Sv img {
    margin-bottom: 2rem;
  }
}
.cid-stSyaJh5Sv H1 {
  color: #14287f;
}
.cid-stSyaJh5Sv H3 {
  color: #00acee;
}
.cid-sAIKCWzIuS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIKCWzIuS .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIKCWzIuS .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIKCWzIuS .mbr-text {
  color: #83868c;
}
.cid-sAIKCWzIuS .phone-word {
  color: #279e64;
}
.cid-sAIKCWzIuS .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIKCWzIuS .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIKCWzIuS img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIKCWzIuS .img1 {
  color: #279e64;
}
.cid-sAIKCWzIuS .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIKCWzIuS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIKCWzIuS .content .link-wrap {
  color: red;
}
.cid-sAIKCWzIuS .content .date-wrap {
  color: #13287d;
}
.cid-sAIKCWzIuS .item,
.cid-sAIKCWzIuS .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIKCWzIuS .item h4,
.cid-sAIKCWzIuS .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIKCWzIuS .link {
  transition: all 0.3s ease-in;
}
.cid-sAIKCWzIuS .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIKCWzIuS .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIKCWzIuS .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIKCWzIuS .item .card-img {
  width: auto;
}
.cid-sAIKCWzIuS .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIKCWzIuS .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIKCWzIuS h5 {
    text-align: left !important;
  }
  .cid-sAIKCWzIuS .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIKCWzIuS .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIKCWzIuS .item-title:hover {
  color: #279e64;
}
.cid-sAIKCWzIuS .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIKCWzIuS .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIKCWzIuS .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIKCWzIuS .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIKCWzIuS .btn[class*="-outline"]:active,
.cid-sAIKCWzIuS .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIKCWzIuS .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIKCWzIuS .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIKCWzIuS .pre-form {
  color: #83868c;
}
.cid-sAIKCWzIuS .form-group,
.cid-sAIKCWzIuS .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIKCWzIuS .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-sAIKCWzIuS .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIKCWzIuS .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIKCWzIuS .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIKCWzIuS .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIKCWzIuS .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIKCWzIuS .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIKCWzIuS .dragArea {
  flex-direction: column;
}
.cid-sAIKCWzIuS .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stSyaLWDXA.popup-builder {
  background-color: #ffffff;
}
.cid-stSyaLWDXA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stSyaLWDXA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stSyaLWDXA .modal-content,
.cid-stSyaLWDXA .modal-dialog {
  height: auto;
}
.cid-stSyaLWDXA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stSyaLWDXA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stSyaLWDXA .form-wrapper .mbr-form .form-group,
  .cid-stSyaLWDXA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stSyaLWDXA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stSyaLWDXA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSyaLWDXA .mbr-text {
  text-align: center;
}
.cid-stSyaLWDXA .pt-0 {
  padding-top: 0 !important;
}
.cid-stSyaLWDXA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stSyaLWDXA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stSyaLWDXA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stSyaLWDXA .modal-open {
  overflow: hidden;
}
.cid-stSyaLWDXA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stSyaLWDXA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stSyaLWDXA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stSyaLWDXA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stSyaLWDXA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stSyaLWDXA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stSyaLWDXA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stSyaLWDXA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stSyaLWDXA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stSyaLWDXA .modal-backdrop.fade {
  opacity: 0;
}
.cid-stSyaLWDXA .modal-backdrop.show {
  opacity: .5;
}
.cid-stSyaLWDXA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stSyaLWDXA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stSyaLWDXA .modal-header .close:hover {
  opacity: 1;
}
.cid-stSyaLWDXA .modal-header .close:focus {
  outline: none;
}
.cid-stSyaLWDXA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stSyaLWDXA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stSyaLWDXA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stSyaLWDXA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stSyaLWDXA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stSyaLWDXA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stSyaLWDXA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stSyaLWDXA .modal-sm {
    max-width: 300px;
  }
  .cid-stSyaLWDXA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stSyaLWDXA .modal-lg,
  .cid-stSyaLWDXA .modal-xl {
    max-width: 800px;
  }
  .cid-stSyaLWDXA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stSyaLWDXA .modal-xl {
    max-width: 1140px;
  }
  .cid-stSyaLWDXA .container {
    max-width: 1140px;
  }
}
.cid-stSyaLWDXA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stSyaLWDXA .container {
    max-width: 720px;
  }
}
.cid-stSyaLWDXA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stSyaLWDXA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stSyaLWDXA .form-group {
  margin-bottom: 1rem;
}
.cid-stSyaLWDXA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stSyaLWDXA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stSyaLWDXA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIKEnczLG.popup-builder {
  background-color: #ffffff;
}
.cid-sAIKEnczLG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIKEnczLG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIKEnczLG .modal-content,
.cid-sAIKEnczLG .modal-dialog {
  height: auto;
}
.cid-sAIKEnczLG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIKEnczLG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIKEnczLG .form-wrapper .mbr-form .form-group,
  .cid-sAIKEnczLG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIKEnczLG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIKEnczLG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIKEnczLG .mbr-text {
  text-align: center;
}
.cid-sAIKEnczLG .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIKEnczLG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIKEnczLG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIKEnczLG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIKEnczLG .modal-open {
  overflow: hidden;
}
.cid-sAIKEnczLG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIKEnczLG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIKEnczLG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIKEnczLG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIKEnczLG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIKEnczLG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIKEnczLG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIKEnczLG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIKEnczLG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIKEnczLG .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIKEnczLG .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIKEnczLG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIKEnczLG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIKEnczLG .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIKEnczLG .modal-header .close:focus {
  outline: none;
}
.cid-sAIKEnczLG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIKEnczLG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIKEnczLG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIKEnczLG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIKEnczLG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIKEnczLG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIKEnczLG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIKEnczLG .modal-sm {
    max-width: 300px;
  }
  .cid-sAIKEnczLG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIKEnczLG .modal-lg,
  .cid-sAIKEnczLG .modal-xl {
    max-width: 800px;
  }
  .cid-sAIKEnczLG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIKEnczLG .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIKEnczLG .container {
    max-width: 1140px;
  }
}
.cid-sAIKEnczLG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIKEnczLG .container {
    max-width: 720px;
  }
}
.cid-sAIKEnczLG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIKEnczLG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIKEnczLG .form-group {
  margin-bottom: 1rem;
}
.cid-sAIKEnczLG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIKEnczLG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIKEnczLG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stSA9Vudu0 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stSA9Vudu0 .navbar-fixed-top {
  padding-top: 0;
}
.cid-stSA9Vudu0 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stSA9Vudu0 .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-stSA9Vudu0 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stSA9Vudu0 .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-stSA9Vudu0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stSA9Vudu0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stSA9Vudu0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stSA9Vudu0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stSA9Vudu0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stSA9Vudu0 .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-stSA9Vudu0 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stSA9Vudu0 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stSA9Vudu0 .dropdown-item,
.cid-stSA9Vudu0 .nav-link,
.cid-stSA9Vudu0 .brand-name {
  font-style: normal;
}
.cid-stSA9Vudu0 .dropdown-item:hover,
.cid-stSA9Vudu0 .nav-link:hover,
.cid-stSA9Vudu0 .brand-name:hover {
  color: #279e64 !important;
}
.cid-stSA9Vudu0 .dropdown-menu {
  background-color: #ffffff;
}
.cid-stSA9Vudu0 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stSA9Vudu0 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stSA9Vudu0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stSA9Vudu0 .nav-item {
  position: relative;
}
.cid-stSA9Vudu0 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stSA9Vudu0 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stSA9Vudu0 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stSA9Vudu0 .nav-link {
    line-height: 6.13;
  }
  .cid-stSA9Vudu0 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stSA9Vudu0 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stSA9Vudu0 .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-stSA9Vudu0 .content-text {
  margin-bottom: 0;
}
.cid-stSA9Vudu0 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stSA9Vudu0 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stSA9Vudu0 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stSA9Vudu0 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stSA9Vudu0 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stSA9Vudu0 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stSA9Vudu0 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stSA9Vudu0 .content-right-side {
  text-align: center;
}
.cid-stSA9Vudu0 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stSA9Vudu0 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stSA9Vudu0 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stSA9Vudu0 .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-stSA9Vudu0 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stSA9Vudu0 .info-widget:first-child {
  margin-left: 0;
}
.cid-stSA9Vudu0 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stSA9Vudu0 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stSA9Vudu0 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stSA9Vudu0 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stSA9Vudu0 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stSA9Vudu0 .navbar {
    display: block;
    padding: 0;
  }
  .cid-stSA9Vudu0 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stSA9Vudu0 .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-stSA9Vudu0 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stSA9Vudu0 .navbar-toggler {
    display: none;
  }
  .cid-stSA9Vudu0 .navbar-collapse {
    justify-content: center;
  }
}
.cid-stSA9Vudu0 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stSA9Vudu0 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stSA9Vudu0 .btn-sm {
  padding: 13px 29px;
}
.cid-stSA9Vudu0 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stSA9Vudu0 .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-stSA9Vudu0 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stSA9Vudu0 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stSA9Vudu0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stSA9Vudu0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stSA9Vudu0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stSA9Vudu0 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stSA9Vudu0 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSA9Vudu0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stSA9Vudu0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stSA9Vudu0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stSA9Vudu0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stSA9Vudu0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stSA9Vudu0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stSA9Vudu0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSA9Vudu0 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stSA9Vudu0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stSA9Vudu0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stSA9Vudu0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stSA9Vudu0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stSA9Vudu0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stSA9Vudu0 button.navbar-toggler:focus {
  outline: none;
}
.cid-stSA9Vudu0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stSA9Vudu0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stSA9Vudu0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSA9Vudu0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSA9Vudu0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stSA9Vudu0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSA9Vudu0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stSA9Vudu0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stSA9Vudu0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSA9Vudu0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stSA9Vudu0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stSA9Vudu0 .collapsed .btn {
  display: flex;
}
.cid-stSA9Vudu0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stSA9Vudu0 .collapsed .navbar-collapse.collapsing,
.cid-stSA9Vudu0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stSA9Vudu0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stSA9Vudu0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stSA9Vudu0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stSA9Vudu0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stSA9Vudu0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stSA9Vudu0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stSA9Vudu0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stSA9Vudu0 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stSA9Vudu0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stSA9Vudu0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stSA9Vudu0 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSA9Vudu0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-stSA9Vudu0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stSA9Vudu0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stSA9Vudu0 .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-stSA9Vudu0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stSA9Vudu0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stSA9Vudu0 .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-stSA9Vudu0 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stSA9Vudu0 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stSA9Vudu0 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stSA9Vudu0 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stSA9Vudu0 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stSA9Vudu0 .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-stSA9Vudu0 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stSA9Vudu0 .navbar-collapse.collapsing,
  .cid-stSA9Vudu0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-stSA9Vudu0 .navbar-collapse.collapsing .navbar-nav,
  .cid-stSA9Vudu0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stSA9Vudu0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stSA9Vudu0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stSA9Vudu0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stSA9Vudu0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSA9Vudu0 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stSA9Vudu0 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stSA9Vudu0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-stSA9Vudu0 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stSA9Vudu0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stSA9Vudu0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSA9Vudu0 img {
    height: 3.8rem !important;
  }
  .cid-stSA9Vudu0 .btn {
    display: flex;
  }
  .cid-stSA9Vudu0 button.navbar-toggler {
    display: block;
  }
  .cid-stSA9Vudu0 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stSA9Vudu0 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stSA9Vudu0 .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-stSA9Vudu0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stSA9Vudu0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stSA9Vudu0 .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-stSA9Vudu0 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stSA9Vudu0 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stSA9Vudu0 .navbar-toggler {
  position: relative;
}
.cid-stSA9Vudu0 .dropdown-item.active,
.cid-stSA9Vudu0 .dropdown-item:active {
  color: initial;
}
.cid-stSA9Vudu0 .widget-title {
  color: #83868c;
}
.cid-stSA9Vudu0 .widget-text {
  color: #83868c;
}
.cid-stSA9Vudu0 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stSA9Vudu0 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stSA9Vudu0 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stSA9Vudu0 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stSA9Vudu0 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stSA9Vudu0 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stSA9Vudu0 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stSA9Vudu0 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stSA9Vudu0 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stSA9Vudu0 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stSA9Vudu0 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stSA9Vudu0 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stSA9Vudu0 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stSA9Vudu0 .menu-content-top,
  .cid-stSA9Vudu0 .menu-bottom {
    padding: 0 15px;
  }
  .cid-stSA9Vudu0 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-stSA9Xcv9m {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stSA9Xcv9m .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stSA9Xcv9m .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stSA9Xcv9m .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stSA9Xcv9m .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSA9Xcv9m .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stSA9Xcv9m .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stSA9Xcv9m .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stSA9Xcv9m .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stSA9Xcv9m .separator,
  .cid-stSA9Xcv9m .sep-holder,
  .cid-stSA9Xcv9m .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stSA9Xcv9m .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stSA9Xcv9m .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stSA9Xcv9m .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSA9Xcv9m .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stSA9Xcv9m .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stSA9Xcv9m .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stSA9Xcv9m .items .list-item:last-child .listico {
  display: none;
}
.cid-stSA9YsED6 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stSA9YsED6 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stSA9YsED6 .row {
  justify-content: center;
}
.cid-stSA9YsED6 .mbr-text {
  color: #767676;
}
.cid-stSA9YsED6 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stSA9YsED6 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stSA9YsED6 .date {
  margin: 0;
  color: #14287f;
}
.cid-stSA9YsED6 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stSA9YsED6 .icon-box {
    flex-direction: column;
  }
  .cid-stSA9YsED6 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stSA9YsED6 img {
    margin-bottom: 2rem;
  }
}
.cid-stSA9YsED6 H1 {
  color: #14287f;
}
.cid-stSA9YsED6 H3 {
  color: #00acee;
}
.cid-sAIKJeOj09 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIKJeOj09 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIKJeOj09 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIKJeOj09 .mbr-text {
  color: #83868c;
}
.cid-sAIKJeOj09 .phone-word {
  color: #279e64;
}
.cid-sAIKJeOj09 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIKJeOj09 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIKJeOj09 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIKJeOj09 .img1 {
  color: #279e64;
}
.cid-sAIKJeOj09 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIKJeOj09 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIKJeOj09 .content .link-wrap {
  color: red;
}
.cid-sAIKJeOj09 .content .date-wrap {
  color: #13287d;
}
.cid-sAIKJeOj09 .item,
.cid-sAIKJeOj09 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIKJeOj09 .item h4,
.cid-sAIKJeOj09 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIKJeOj09 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIKJeOj09 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIKJeOj09 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIKJeOj09 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIKJeOj09 .item .card-img {
  width: auto;
}
.cid-sAIKJeOj09 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIKJeOj09 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIKJeOj09 h5 {
    text-align: left !important;
  }
  .cid-sAIKJeOj09 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIKJeOj09 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIKJeOj09 .item-title:hover {
  color: #279e64;
}
.cid-sAIKJeOj09 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIKJeOj09 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIKJeOj09 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIKJeOj09 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIKJeOj09 .btn[class*="-outline"]:active,
.cid-sAIKJeOj09 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIKJeOj09 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIKJeOj09 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIKJeOj09 .pre-form {
  color: #83868c;
}
.cid-sAIKJeOj09 .form-group,
.cid-sAIKJeOj09 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIKJeOj09 .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-sAIKJeOj09 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIKJeOj09 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIKJeOj09 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIKJeOj09 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIKJeOj09 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIKJeOj09 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIKJeOj09 .dragArea {
  flex-direction: column;
}
.cid-sAIKJeOj09 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stSAa0YMtL.popup-builder {
  background-color: #ffffff;
}
.cid-stSAa0YMtL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stSAa0YMtL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stSAa0YMtL .modal-content,
.cid-stSAa0YMtL .modal-dialog {
  height: auto;
}
.cid-stSAa0YMtL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stSAa0YMtL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stSAa0YMtL .form-wrapper .mbr-form .form-group,
  .cid-stSAa0YMtL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stSAa0YMtL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stSAa0YMtL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSAa0YMtL .mbr-text {
  text-align: center;
}
.cid-stSAa0YMtL .pt-0 {
  padding-top: 0 !important;
}
.cid-stSAa0YMtL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stSAa0YMtL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stSAa0YMtL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stSAa0YMtL .modal-open {
  overflow: hidden;
}
.cid-stSAa0YMtL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stSAa0YMtL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stSAa0YMtL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stSAa0YMtL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stSAa0YMtL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stSAa0YMtL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stSAa0YMtL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stSAa0YMtL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stSAa0YMtL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stSAa0YMtL .modal-backdrop.fade {
  opacity: 0;
}
.cid-stSAa0YMtL .modal-backdrop.show {
  opacity: .5;
}
.cid-stSAa0YMtL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stSAa0YMtL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stSAa0YMtL .modal-header .close:hover {
  opacity: 1;
}
.cid-stSAa0YMtL .modal-header .close:focus {
  outline: none;
}
.cid-stSAa0YMtL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stSAa0YMtL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stSAa0YMtL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stSAa0YMtL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stSAa0YMtL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stSAa0YMtL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stSAa0YMtL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stSAa0YMtL .modal-sm {
    max-width: 300px;
  }
  .cid-stSAa0YMtL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stSAa0YMtL .modal-lg,
  .cid-stSAa0YMtL .modal-xl {
    max-width: 800px;
  }
  .cid-stSAa0YMtL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stSAa0YMtL .modal-xl {
    max-width: 1140px;
  }
  .cid-stSAa0YMtL .container {
    max-width: 1140px;
  }
}
.cid-stSAa0YMtL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stSAa0YMtL .container {
    max-width: 720px;
  }
}
.cid-stSAa0YMtL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stSAa0YMtL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stSAa0YMtL .form-group {
  margin-bottom: 1rem;
}
.cid-stSAa0YMtL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stSAa0YMtL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stSAa0YMtL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIKLbSHwp.popup-builder {
  background-color: #ffffff;
}
.cid-sAIKLbSHwp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIKLbSHwp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIKLbSHwp .modal-content,
.cid-sAIKLbSHwp .modal-dialog {
  height: auto;
}
.cid-sAIKLbSHwp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIKLbSHwp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIKLbSHwp .form-wrapper .mbr-form .form-group,
  .cid-sAIKLbSHwp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIKLbSHwp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIKLbSHwp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIKLbSHwp .mbr-text {
  text-align: center;
}
.cid-sAIKLbSHwp .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIKLbSHwp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIKLbSHwp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIKLbSHwp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIKLbSHwp .modal-open {
  overflow: hidden;
}
.cid-sAIKLbSHwp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIKLbSHwp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIKLbSHwp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIKLbSHwp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIKLbSHwp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIKLbSHwp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIKLbSHwp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIKLbSHwp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIKLbSHwp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIKLbSHwp .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIKLbSHwp .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIKLbSHwp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIKLbSHwp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIKLbSHwp .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIKLbSHwp .modal-header .close:focus {
  outline: none;
}
.cid-sAIKLbSHwp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIKLbSHwp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIKLbSHwp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIKLbSHwp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIKLbSHwp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIKLbSHwp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIKLbSHwp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIKLbSHwp .modal-sm {
    max-width: 300px;
  }
  .cid-sAIKLbSHwp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIKLbSHwp .modal-lg,
  .cid-sAIKLbSHwp .modal-xl {
    max-width: 800px;
  }
  .cid-sAIKLbSHwp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIKLbSHwp .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIKLbSHwp .container {
    max-width: 1140px;
  }
}
.cid-sAIKLbSHwp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIKLbSHwp .container {
    max-width: 720px;
  }
}
.cid-sAIKLbSHwp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIKLbSHwp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIKLbSHwp .form-group {
  margin-bottom: 1rem;
}
.cid-sAIKLbSHwp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIKLbSHwp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIKLbSHwp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stSABYR02U .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stSABYR02U .navbar-fixed-top {
  padding-top: 0;
}
.cid-stSABYR02U .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stSABYR02U .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-stSABYR02U .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stSABYR02U .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-stSABYR02U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stSABYR02U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stSABYR02U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stSABYR02U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stSABYR02U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stSABYR02U .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-stSABYR02U .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stSABYR02U .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stSABYR02U .dropdown-item,
.cid-stSABYR02U .nav-link,
.cid-stSABYR02U .brand-name {
  font-style: normal;
}
.cid-stSABYR02U .dropdown-item:hover,
.cid-stSABYR02U .nav-link:hover,
.cid-stSABYR02U .brand-name:hover {
  color: #279e64 !important;
}
.cid-stSABYR02U .dropdown-menu {
  background-color: #ffffff;
}
.cid-stSABYR02U .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stSABYR02U .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stSABYR02U .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stSABYR02U .nav-item {
  position: relative;
}
.cid-stSABYR02U .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stSABYR02U .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stSABYR02U .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stSABYR02U .nav-link {
    line-height: 6.13;
  }
  .cid-stSABYR02U .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stSABYR02U .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stSABYR02U .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-stSABYR02U .content-text {
  margin-bottom: 0;
}
.cid-stSABYR02U .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stSABYR02U .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stSABYR02U .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stSABYR02U .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stSABYR02U .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stSABYR02U .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stSABYR02U .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stSABYR02U .content-right-side {
  text-align: center;
}
.cid-stSABYR02U .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stSABYR02U .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stSABYR02U .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stSABYR02U .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-stSABYR02U .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stSABYR02U .info-widget:first-child {
  margin-left: 0;
}
.cid-stSABYR02U .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stSABYR02U .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stSABYR02U .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stSABYR02U .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stSABYR02U .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stSABYR02U .navbar {
    display: block;
    padding: 0;
  }
  .cid-stSABYR02U .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stSABYR02U .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-stSABYR02U .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stSABYR02U .navbar-toggler {
    display: none;
  }
  .cid-stSABYR02U .navbar-collapse {
    justify-content: center;
  }
}
.cid-stSABYR02U .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stSABYR02U .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stSABYR02U .btn-sm {
  padding: 13px 29px;
}
.cid-stSABYR02U .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stSABYR02U .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-stSABYR02U .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stSABYR02U .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stSABYR02U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stSABYR02U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stSABYR02U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stSABYR02U .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stSABYR02U .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSABYR02U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stSABYR02U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stSABYR02U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stSABYR02U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stSABYR02U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stSABYR02U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stSABYR02U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSABYR02U .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stSABYR02U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stSABYR02U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stSABYR02U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stSABYR02U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stSABYR02U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stSABYR02U button.navbar-toggler:focus {
  outline: none;
}
.cid-stSABYR02U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stSABYR02U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stSABYR02U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSABYR02U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSABYR02U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stSABYR02U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSABYR02U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stSABYR02U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stSABYR02U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSABYR02U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stSABYR02U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stSABYR02U .collapsed .btn {
  display: flex;
}
.cid-stSABYR02U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stSABYR02U .collapsed .navbar-collapse.collapsing,
.cid-stSABYR02U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stSABYR02U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stSABYR02U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stSABYR02U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stSABYR02U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stSABYR02U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stSABYR02U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stSABYR02U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stSABYR02U .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stSABYR02U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stSABYR02U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stSABYR02U .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSABYR02U .collapsed button.navbar-toggler {
  display: block;
}
.cid-stSABYR02U .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stSABYR02U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stSABYR02U .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-stSABYR02U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stSABYR02U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stSABYR02U .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-stSABYR02U .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stSABYR02U .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stSABYR02U .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stSABYR02U .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stSABYR02U .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stSABYR02U .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-stSABYR02U .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stSABYR02U .navbar-collapse.collapsing,
  .cid-stSABYR02U .navbar-collapse.show {
    display: block !important;
  }
  .cid-stSABYR02U .navbar-collapse.collapsing .navbar-nav,
  .cid-stSABYR02U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stSABYR02U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stSABYR02U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stSABYR02U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stSABYR02U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSABYR02U .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stSABYR02U .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stSABYR02U .navbar-collapse.collapsing .navbar-buttons,
  .cid-stSABYR02U .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stSABYR02U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stSABYR02U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSABYR02U img {
    height: 3.8rem !important;
  }
  .cid-stSABYR02U .btn {
    display: flex;
  }
  .cid-stSABYR02U button.navbar-toggler {
    display: block;
  }
  .cid-stSABYR02U .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stSABYR02U .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stSABYR02U .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-stSABYR02U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stSABYR02U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stSABYR02U .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-stSABYR02U .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stSABYR02U .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stSABYR02U .navbar-toggler {
  position: relative;
}
.cid-stSABYR02U .dropdown-item.active,
.cid-stSABYR02U .dropdown-item:active {
  color: initial;
}
.cid-stSABYR02U .widget-title {
  color: #83868c;
}
.cid-stSABYR02U .widget-text {
  color: #83868c;
}
.cid-stSABYR02U .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stSABYR02U .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stSABYR02U .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stSABYR02U .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stSABYR02U .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stSABYR02U .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stSABYR02U .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stSABYR02U .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stSABYR02U .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stSABYR02U .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stSABYR02U .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stSABYR02U .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stSABYR02U .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stSABYR02U .menu-content-top,
  .cid-stSABYR02U .menu-bottom {
    padding: 0 15px;
  }
  .cid-stSABYR02U 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-stSAC0n2L9 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stSAC0n2L9 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stSAC0n2L9 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stSAC0n2L9 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stSAC0n2L9 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSAC0n2L9 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stSAC0n2L9 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stSAC0n2L9 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stSAC0n2L9 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stSAC0n2L9 .separator,
  .cid-stSAC0n2L9 .sep-holder,
  .cid-stSAC0n2L9 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stSAC0n2L9 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stSAC0n2L9 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stSAC0n2L9 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSAC0n2L9 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stSAC0n2L9 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stSAC0n2L9 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stSAC0n2L9 .items .list-item:last-child .listico {
  display: none;
}
.cid-stSAC1tVLA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stSAC1tVLA img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stSAC1tVLA .row {
  justify-content: center;
}
.cid-stSAC1tVLA .mbr-text {
  color: #767676;
}
.cid-stSAC1tVLA .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stSAC1tVLA .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stSAC1tVLA .date {
  margin: 0;
  color: #14287f;
}
.cid-stSAC1tVLA .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stSAC1tVLA .icon-box {
    flex-direction: column;
  }
  .cid-stSAC1tVLA .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stSAC1tVLA img {
    margin-bottom: 2rem;
  }
}
.cid-stSAC1tVLA H1 {
  color: #14287f;
}
.cid-stSAC1tVLA H3 {
  color: #00acee;
}
.cid-sAIKOCPcbP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIKOCPcbP .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIKOCPcbP .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIKOCPcbP .mbr-text {
  color: #83868c;
}
.cid-sAIKOCPcbP .phone-word {
  color: #279e64;
}
.cid-sAIKOCPcbP .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIKOCPcbP .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIKOCPcbP img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIKOCPcbP .img1 {
  color: #279e64;
}
.cid-sAIKOCPcbP .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIKOCPcbP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIKOCPcbP .content .link-wrap {
  color: red;
}
.cid-sAIKOCPcbP .content .date-wrap {
  color: #13287d;
}
.cid-sAIKOCPcbP .item,
.cid-sAIKOCPcbP .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIKOCPcbP .item h4,
.cid-sAIKOCPcbP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIKOCPcbP .link {
  transition: all 0.3s ease-in;
}
.cid-sAIKOCPcbP .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIKOCPcbP .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIKOCPcbP .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIKOCPcbP .item .card-img {
  width: auto;
}
.cid-sAIKOCPcbP .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIKOCPcbP .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIKOCPcbP h5 {
    text-align: left !important;
  }
  .cid-sAIKOCPcbP .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIKOCPcbP .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIKOCPcbP .item-title:hover {
  color: #279e64;
}
.cid-sAIKOCPcbP .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIKOCPcbP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIKOCPcbP .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIKOCPcbP .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIKOCPcbP .btn[class*="-outline"]:active,
.cid-sAIKOCPcbP .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIKOCPcbP .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIKOCPcbP .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIKOCPcbP .pre-form {
  color: #83868c;
}
.cid-sAIKOCPcbP .form-group,
.cid-sAIKOCPcbP .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIKOCPcbP .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-sAIKOCPcbP .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIKOCPcbP .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIKOCPcbP .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIKOCPcbP .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIKOCPcbP .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIKOCPcbP .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIKOCPcbP .dragArea {
  flex-direction: column;
}
.cid-sAIKOCPcbP .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stSAC3X7vm.popup-builder {
  background-color: #ffffff;
}
.cid-stSAC3X7vm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stSAC3X7vm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stSAC3X7vm .modal-content,
.cid-stSAC3X7vm .modal-dialog {
  height: auto;
}
.cid-stSAC3X7vm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stSAC3X7vm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stSAC3X7vm .form-wrapper .mbr-form .form-group,
  .cid-stSAC3X7vm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stSAC3X7vm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stSAC3X7vm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSAC3X7vm .mbr-text {
  text-align: center;
}
.cid-stSAC3X7vm .pt-0 {
  padding-top: 0 !important;
}
.cid-stSAC3X7vm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stSAC3X7vm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stSAC3X7vm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stSAC3X7vm .modal-open {
  overflow: hidden;
}
.cid-stSAC3X7vm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stSAC3X7vm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stSAC3X7vm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stSAC3X7vm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stSAC3X7vm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stSAC3X7vm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stSAC3X7vm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stSAC3X7vm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stSAC3X7vm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stSAC3X7vm .modal-backdrop.fade {
  opacity: 0;
}
.cid-stSAC3X7vm .modal-backdrop.show {
  opacity: .5;
}
.cid-stSAC3X7vm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stSAC3X7vm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stSAC3X7vm .modal-header .close:hover {
  opacity: 1;
}
.cid-stSAC3X7vm .modal-header .close:focus {
  outline: none;
}
.cid-stSAC3X7vm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stSAC3X7vm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stSAC3X7vm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stSAC3X7vm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stSAC3X7vm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stSAC3X7vm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stSAC3X7vm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stSAC3X7vm .modal-sm {
    max-width: 300px;
  }
  .cid-stSAC3X7vm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stSAC3X7vm .modal-lg,
  .cid-stSAC3X7vm .modal-xl {
    max-width: 800px;
  }
  .cid-stSAC3X7vm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stSAC3X7vm .modal-xl {
    max-width: 1140px;
  }
  .cid-stSAC3X7vm .container {
    max-width: 1140px;
  }
}
.cid-stSAC3X7vm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stSAC3X7vm .container {
    max-width: 720px;
  }
}
.cid-stSAC3X7vm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stSAC3X7vm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stSAC3X7vm .form-group {
  margin-bottom: 1rem;
}
.cid-stSAC3X7vm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stSAC3X7vm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stSAC3X7vm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIKPSwHlL.popup-builder {
  background-color: #ffffff;
}
.cid-sAIKPSwHlL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIKPSwHlL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIKPSwHlL .modal-content,
.cid-sAIKPSwHlL .modal-dialog {
  height: auto;
}
.cid-sAIKPSwHlL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIKPSwHlL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIKPSwHlL .form-wrapper .mbr-form .form-group,
  .cid-sAIKPSwHlL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIKPSwHlL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIKPSwHlL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIKPSwHlL .mbr-text {
  text-align: center;
}
.cid-sAIKPSwHlL .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIKPSwHlL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIKPSwHlL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIKPSwHlL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIKPSwHlL .modal-open {
  overflow: hidden;
}
.cid-sAIKPSwHlL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIKPSwHlL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIKPSwHlL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIKPSwHlL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIKPSwHlL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIKPSwHlL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIKPSwHlL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIKPSwHlL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIKPSwHlL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIKPSwHlL .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIKPSwHlL .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIKPSwHlL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIKPSwHlL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIKPSwHlL .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIKPSwHlL .modal-header .close:focus {
  outline: none;
}
.cid-sAIKPSwHlL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIKPSwHlL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIKPSwHlL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIKPSwHlL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIKPSwHlL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIKPSwHlL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIKPSwHlL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIKPSwHlL .modal-sm {
    max-width: 300px;
  }
  .cid-sAIKPSwHlL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIKPSwHlL .modal-lg,
  .cid-sAIKPSwHlL .modal-xl {
    max-width: 800px;
  }
  .cid-sAIKPSwHlL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIKPSwHlL .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIKPSwHlL .container {
    max-width: 1140px;
  }
}
.cid-sAIKPSwHlL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIKPSwHlL .container {
    max-width: 720px;
  }
}
.cid-sAIKPSwHlL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIKPSwHlL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIKPSwHlL .form-group {
  margin-bottom: 1rem;
}
.cid-sAIKPSwHlL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIKPSwHlL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIKPSwHlL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stSMkq8aek .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stSMkq8aek .navbar-fixed-top {
  padding-top: 0;
}
.cid-stSMkq8aek .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stSMkq8aek .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-stSMkq8aek .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stSMkq8aek .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-stSMkq8aek .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stSMkq8aek .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stSMkq8aek .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stSMkq8aek .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stSMkq8aek .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stSMkq8aek .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-stSMkq8aek .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stSMkq8aek .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stSMkq8aek .dropdown-item,
.cid-stSMkq8aek .nav-link,
.cid-stSMkq8aek .brand-name {
  font-style: normal;
}
.cid-stSMkq8aek .dropdown-item:hover,
.cid-stSMkq8aek .nav-link:hover,
.cid-stSMkq8aek .brand-name:hover {
  color: #279e64 !important;
}
.cid-stSMkq8aek .dropdown-menu {
  background-color: #ffffff;
}
.cid-stSMkq8aek .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stSMkq8aek .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stSMkq8aek .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stSMkq8aek .nav-item {
  position: relative;
}
.cid-stSMkq8aek .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stSMkq8aek .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stSMkq8aek .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stSMkq8aek .nav-link {
    line-height: 6.13;
  }
  .cid-stSMkq8aek .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stSMkq8aek .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stSMkq8aek .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-stSMkq8aek .content-text {
  margin-bottom: 0;
}
.cid-stSMkq8aek .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stSMkq8aek .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stSMkq8aek .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stSMkq8aek .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stSMkq8aek .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stSMkq8aek .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stSMkq8aek .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stSMkq8aek .content-right-side {
  text-align: center;
}
.cid-stSMkq8aek .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stSMkq8aek .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stSMkq8aek .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stSMkq8aek .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-stSMkq8aek .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stSMkq8aek .info-widget:first-child {
  margin-left: 0;
}
.cid-stSMkq8aek .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stSMkq8aek .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stSMkq8aek .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stSMkq8aek .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stSMkq8aek .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stSMkq8aek .navbar {
    display: block;
    padding: 0;
  }
  .cid-stSMkq8aek .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stSMkq8aek .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-stSMkq8aek .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stSMkq8aek .navbar-toggler {
    display: none;
  }
  .cid-stSMkq8aek .navbar-collapse {
    justify-content: center;
  }
}
.cid-stSMkq8aek .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stSMkq8aek .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stSMkq8aek .btn-sm {
  padding: 13px 29px;
}
.cid-stSMkq8aek .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stSMkq8aek .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-stSMkq8aek .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stSMkq8aek .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stSMkq8aek .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stSMkq8aek .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stSMkq8aek .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stSMkq8aek .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stSMkq8aek .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSMkq8aek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stSMkq8aek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stSMkq8aek .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stSMkq8aek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stSMkq8aek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stSMkq8aek .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stSMkq8aek .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSMkq8aek .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stSMkq8aek .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stSMkq8aek .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stSMkq8aek .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stSMkq8aek .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stSMkq8aek button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stSMkq8aek button.navbar-toggler:focus {
  outline: none;
}
.cid-stSMkq8aek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stSMkq8aek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stSMkq8aek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSMkq8aek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stSMkq8aek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stSMkq8aek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSMkq8aek nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stSMkq8aek nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stSMkq8aek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stSMkq8aek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stSMkq8aek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stSMkq8aek .collapsed .btn {
  display: flex;
}
.cid-stSMkq8aek .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stSMkq8aek .collapsed .navbar-collapse.collapsing,
.cid-stSMkq8aek .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stSMkq8aek .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stSMkq8aek .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stSMkq8aek .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stSMkq8aek .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stSMkq8aek .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stSMkq8aek .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stSMkq8aek .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stSMkq8aek .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stSMkq8aek .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stSMkq8aek .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stSMkq8aek .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stSMkq8aek .collapsed button.navbar-toggler {
  display: block;
}
.cid-stSMkq8aek .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stSMkq8aek .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stSMkq8aek .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-stSMkq8aek .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stSMkq8aek .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stSMkq8aek .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-stSMkq8aek .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stSMkq8aek .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stSMkq8aek .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stSMkq8aek .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stSMkq8aek .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stSMkq8aek .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-stSMkq8aek .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stSMkq8aek .navbar-collapse.collapsing,
  .cid-stSMkq8aek .navbar-collapse.show {
    display: block !important;
  }
  .cid-stSMkq8aek .navbar-collapse.collapsing .navbar-nav,
  .cid-stSMkq8aek .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stSMkq8aek .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stSMkq8aek .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stSMkq8aek .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stSMkq8aek .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSMkq8aek .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stSMkq8aek .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stSMkq8aek .navbar-collapse.collapsing .navbar-buttons,
  .cid-stSMkq8aek .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stSMkq8aek .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stSMkq8aek .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stSMkq8aek img {
    height: 3.8rem !important;
  }
  .cid-stSMkq8aek .btn {
    display: flex;
  }
  .cid-stSMkq8aek button.navbar-toggler {
    display: block;
  }
  .cid-stSMkq8aek .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stSMkq8aek .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stSMkq8aek .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-stSMkq8aek .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stSMkq8aek .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stSMkq8aek .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-stSMkq8aek .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stSMkq8aek .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stSMkq8aek .navbar-toggler {
  position: relative;
}
.cid-stSMkq8aek .dropdown-item.active,
.cid-stSMkq8aek .dropdown-item:active {
  color: initial;
}
.cid-stSMkq8aek .widget-title {
  color: #83868c;
}
.cid-stSMkq8aek .widget-text {
  color: #83868c;
}
.cid-stSMkq8aek .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stSMkq8aek .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stSMkq8aek .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stSMkq8aek .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stSMkq8aek .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stSMkq8aek .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stSMkq8aek .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stSMkq8aek .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stSMkq8aek .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stSMkq8aek .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stSMkq8aek .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stSMkq8aek .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stSMkq8aek .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stSMkq8aek .menu-content-top,
  .cid-stSMkq8aek .menu-bottom {
    padding: 0 15px;
  }
  .cid-stSMkq8aek 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-stSMkrutzr {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stSMkrutzr .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stSMkrutzr .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stSMkrutzr .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stSMkrutzr .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSMkrutzr .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stSMkrutzr .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stSMkrutzr .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stSMkrutzr .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stSMkrutzr .separator,
  .cid-stSMkrutzr .sep-holder,
  .cid-stSMkrutzr .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stSMkrutzr .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stSMkrutzr .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stSMkrutzr .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stSMkrutzr .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stSMkrutzr .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stSMkrutzr .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stSMkrutzr .items .list-item:last-child .listico {
  display: none;
}
.cid-stSMksN2q7 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stSMksN2q7 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stSMksN2q7 .row {
  justify-content: center;
}
.cid-stSMksN2q7 .mbr-text {
  color: #767676;
}
.cid-stSMksN2q7 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stSMksN2q7 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stSMksN2q7 .date {
  margin: 0;
  color: #14287f;
}
.cid-stSMksN2q7 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stSMksN2q7 .icon-box {
    flex-direction: column;
  }
  .cid-stSMksN2q7 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stSMksN2q7 img {
    margin-bottom: 2rem;
  }
}
.cid-stSMksN2q7 H1 {
  color: #14287f;
}
.cid-stSMksN2q7 H3 {
  color: #00acee;
}
.cid-sAIL3dVQSP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIL3dVQSP .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIL3dVQSP .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIL3dVQSP .mbr-text {
  color: #83868c;
}
.cid-sAIL3dVQSP .phone-word {
  color: #279e64;
}
.cid-sAIL3dVQSP .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIL3dVQSP .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIL3dVQSP img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIL3dVQSP .img1 {
  color: #279e64;
}
.cid-sAIL3dVQSP .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIL3dVQSP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIL3dVQSP .content .link-wrap {
  color: red;
}
.cid-sAIL3dVQSP .content .date-wrap {
  color: #13287d;
}
.cid-sAIL3dVQSP .item,
.cid-sAIL3dVQSP .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIL3dVQSP .item h4,
.cid-sAIL3dVQSP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIL3dVQSP .link {
  transition: all 0.3s ease-in;
}
.cid-sAIL3dVQSP .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIL3dVQSP .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIL3dVQSP .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIL3dVQSP .item .card-img {
  width: auto;
}
.cid-sAIL3dVQSP .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIL3dVQSP .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIL3dVQSP h5 {
    text-align: left !important;
  }
  .cid-sAIL3dVQSP .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIL3dVQSP .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIL3dVQSP .item-title:hover {
  color: #279e64;
}
.cid-sAIL3dVQSP .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIL3dVQSP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIL3dVQSP .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIL3dVQSP .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIL3dVQSP .btn[class*="-outline"]:active,
.cid-sAIL3dVQSP .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIL3dVQSP .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIL3dVQSP .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIL3dVQSP .pre-form {
  color: #83868c;
}
.cid-sAIL3dVQSP .form-group,
.cid-sAIL3dVQSP .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIL3dVQSP .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-sAIL3dVQSP .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIL3dVQSP .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIL3dVQSP .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIL3dVQSP .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIL3dVQSP .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIL3dVQSP .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIL3dVQSP .dragArea {
  flex-direction: column;
}
.cid-sAIL3dVQSP .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stSMkv6hWs.popup-builder {
  background-color: #ffffff;
}
.cid-stSMkv6hWs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stSMkv6hWs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stSMkv6hWs .modal-content,
.cid-stSMkv6hWs .modal-dialog {
  height: auto;
}
.cid-stSMkv6hWs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stSMkv6hWs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stSMkv6hWs .form-wrapper .mbr-form .form-group,
  .cid-stSMkv6hWs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stSMkv6hWs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stSMkv6hWs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSMkv6hWs .mbr-text {
  text-align: center;
}
.cid-stSMkv6hWs .pt-0 {
  padding-top: 0 !important;
}
.cid-stSMkv6hWs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stSMkv6hWs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stSMkv6hWs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stSMkv6hWs .modal-open {
  overflow: hidden;
}
.cid-stSMkv6hWs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stSMkv6hWs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stSMkv6hWs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stSMkv6hWs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stSMkv6hWs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stSMkv6hWs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stSMkv6hWs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stSMkv6hWs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stSMkv6hWs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stSMkv6hWs .modal-backdrop.fade {
  opacity: 0;
}
.cid-stSMkv6hWs .modal-backdrop.show {
  opacity: .5;
}
.cid-stSMkv6hWs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stSMkv6hWs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stSMkv6hWs .modal-header .close:hover {
  opacity: 1;
}
.cid-stSMkv6hWs .modal-header .close:focus {
  outline: none;
}
.cid-stSMkv6hWs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stSMkv6hWs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stSMkv6hWs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stSMkv6hWs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stSMkv6hWs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stSMkv6hWs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stSMkv6hWs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stSMkv6hWs .modal-sm {
    max-width: 300px;
  }
  .cid-stSMkv6hWs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stSMkv6hWs .modal-lg,
  .cid-stSMkv6hWs .modal-xl {
    max-width: 800px;
  }
  .cid-stSMkv6hWs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stSMkv6hWs .modal-xl {
    max-width: 1140px;
  }
  .cid-stSMkv6hWs .container {
    max-width: 1140px;
  }
}
.cid-stSMkv6hWs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stSMkv6hWs .container {
    max-width: 720px;
  }
}
.cid-stSMkv6hWs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stSMkv6hWs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stSMkv6hWs .form-group {
  margin-bottom: 1rem;
}
.cid-stSMkv6hWs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stSMkv6hWs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stSMkv6hWs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIL4r5WLn.popup-builder {
  background-color: #ffffff;
}
.cid-sAIL4r5WLn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIL4r5WLn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIL4r5WLn .modal-content,
.cid-sAIL4r5WLn .modal-dialog {
  height: auto;
}
.cid-sAIL4r5WLn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIL4r5WLn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIL4r5WLn .form-wrapper .mbr-form .form-group,
  .cid-sAIL4r5WLn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIL4r5WLn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIL4r5WLn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIL4r5WLn .mbr-text {
  text-align: center;
}
.cid-sAIL4r5WLn .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIL4r5WLn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIL4r5WLn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIL4r5WLn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIL4r5WLn .modal-open {
  overflow: hidden;
}
.cid-sAIL4r5WLn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIL4r5WLn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIL4r5WLn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIL4r5WLn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIL4r5WLn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIL4r5WLn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIL4r5WLn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIL4r5WLn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIL4r5WLn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIL4r5WLn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIL4r5WLn .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIL4r5WLn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIL4r5WLn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIL4r5WLn .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIL4r5WLn .modal-header .close:focus {
  outline: none;
}
.cid-sAIL4r5WLn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIL4r5WLn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIL4r5WLn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIL4r5WLn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIL4r5WLn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIL4r5WLn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIL4r5WLn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIL4r5WLn .modal-sm {
    max-width: 300px;
  }
  .cid-sAIL4r5WLn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIL4r5WLn .modal-lg,
  .cid-sAIL4r5WLn .modal-xl {
    max-width: 800px;
  }
  .cid-sAIL4r5WLn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIL4r5WLn .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIL4r5WLn .container {
    max-width: 1140px;
  }
}
.cid-sAIL4r5WLn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIL4r5WLn .container {
    max-width: 720px;
  }
}
.cid-sAIL4r5WLn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIL4r5WLn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIL4r5WLn .form-group {
  margin-bottom: 1rem;
}
.cid-sAIL4r5WLn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIL4r5WLn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIL4r5WLn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stUfUlpGXl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stUfUlpGXl .navbar-fixed-top {
  padding-top: 0;
}
.cid-stUfUlpGXl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stUfUlpGXl .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-stUfUlpGXl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stUfUlpGXl .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-stUfUlpGXl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stUfUlpGXl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stUfUlpGXl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stUfUlpGXl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stUfUlpGXl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stUfUlpGXl .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-stUfUlpGXl .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stUfUlpGXl .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stUfUlpGXl .dropdown-item,
.cid-stUfUlpGXl .nav-link,
.cid-stUfUlpGXl .brand-name {
  font-style: normal;
}
.cid-stUfUlpGXl .dropdown-item:hover,
.cid-stUfUlpGXl .nav-link:hover,
.cid-stUfUlpGXl .brand-name:hover {
  color: #279e64 !important;
}
.cid-stUfUlpGXl .dropdown-menu {
  background-color: #ffffff;
}
.cid-stUfUlpGXl .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stUfUlpGXl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stUfUlpGXl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stUfUlpGXl .nav-item {
  position: relative;
}
.cid-stUfUlpGXl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stUfUlpGXl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stUfUlpGXl .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stUfUlpGXl .nav-link {
    line-height: 6.13;
  }
  .cid-stUfUlpGXl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stUfUlpGXl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stUfUlpGXl .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-stUfUlpGXl .content-text {
  margin-bottom: 0;
}
.cid-stUfUlpGXl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stUfUlpGXl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stUfUlpGXl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stUfUlpGXl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stUfUlpGXl .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stUfUlpGXl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stUfUlpGXl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stUfUlpGXl .content-right-side {
  text-align: center;
}
.cid-stUfUlpGXl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stUfUlpGXl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stUfUlpGXl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stUfUlpGXl .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-stUfUlpGXl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stUfUlpGXl .info-widget:first-child {
  margin-left: 0;
}
.cid-stUfUlpGXl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stUfUlpGXl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stUfUlpGXl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stUfUlpGXl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stUfUlpGXl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stUfUlpGXl .navbar {
    display: block;
    padding: 0;
  }
  .cid-stUfUlpGXl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stUfUlpGXl .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-stUfUlpGXl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stUfUlpGXl .navbar-toggler {
    display: none;
  }
  .cid-stUfUlpGXl .navbar-collapse {
    justify-content: center;
  }
}
.cid-stUfUlpGXl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stUfUlpGXl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stUfUlpGXl .btn-sm {
  padding: 13px 29px;
}
.cid-stUfUlpGXl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stUfUlpGXl .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-stUfUlpGXl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stUfUlpGXl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stUfUlpGXl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stUfUlpGXl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stUfUlpGXl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stUfUlpGXl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stUfUlpGXl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUfUlpGXl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stUfUlpGXl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stUfUlpGXl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stUfUlpGXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stUfUlpGXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stUfUlpGXl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stUfUlpGXl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stUfUlpGXl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stUfUlpGXl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stUfUlpGXl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stUfUlpGXl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stUfUlpGXl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stUfUlpGXl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stUfUlpGXl button.navbar-toggler:focus {
  outline: none;
}
.cid-stUfUlpGXl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stUfUlpGXl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stUfUlpGXl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUfUlpGXl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUfUlpGXl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stUfUlpGXl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUfUlpGXl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stUfUlpGXl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stUfUlpGXl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUfUlpGXl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stUfUlpGXl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stUfUlpGXl .collapsed .btn {
  display: flex;
}
.cid-stUfUlpGXl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stUfUlpGXl .collapsed .navbar-collapse.collapsing,
.cid-stUfUlpGXl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stUfUlpGXl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stUfUlpGXl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stUfUlpGXl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stUfUlpGXl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stUfUlpGXl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stUfUlpGXl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stUfUlpGXl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stUfUlpGXl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stUfUlpGXl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stUfUlpGXl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stUfUlpGXl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUfUlpGXl .collapsed button.navbar-toggler {
  display: block;
}
.cid-stUfUlpGXl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stUfUlpGXl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stUfUlpGXl .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-stUfUlpGXl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stUfUlpGXl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stUfUlpGXl .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-stUfUlpGXl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stUfUlpGXl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stUfUlpGXl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stUfUlpGXl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stUfUlpGXl .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stUfUlpGXl .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-stUfUlpGXl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stUfUlpGXl .navbar-collapse.collapsing,
  .cid-stUfUlpGXl .navbar-collapse.show {
    display: block !important;
  }
  .cid-stUfUlpGXl .navbar-collapse.collapsing .navbar-nav,
  .cid-stUfUlpGXl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stUfUlpGXl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stUfUlpGXl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stUfUlpGXl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stUfUlpGXl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUfUlpGXl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stUfUlpGXl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stUfUlpGXl .navbar-collapse.collapsing .navbar-buttons,
  .cid-stUfUlpGXl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stUfUlpGXl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stUfUlpGXl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUfUlpGXl img {
    height: 3.8rem !important;
  }
  .cid-stUfUlpGXl .btn {
    display: flex;
  }
  .cid-stUfUlpGXl button.navbar-toggler {
    display: block;
  }
  .cid-stUfUlpGXl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stUfUlpGXl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stUfUlpGXl .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-stUfUlpGXl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stUfUlpGXl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stUfUlpGXl .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-stUfUlpGXl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stUfUlpGXl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stUfUlpGXl .navbar-toggler {
  position: relative;
}
.cid-stUfUlpGXl .dropdown-item.active,
.cid-stUfUlpGXl .dropdown-item:active {
  color: initial;
}
.cid-stUfUlpGXl .widget-title {
  color: #83868c;
}
.cid-stUfUlpGXl .widget-text {
  color: #83868c;
}
.cid-stUfUlpGXl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stUfUlpGXl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stUfUlpGXl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stUfUlpGXl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stUfUlpGXl .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stUfUlpGXl .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stUfUlpGXl .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stUfUlpGXl .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stUfUlpGXl .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stUfUlpGXl .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stUfUlpGXl .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stUfUlpGXl .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stUfUlpGXl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stUfUlpGXl .menu-content-top,
  .cid-stUfUlpGXl .menu-bottom {
    padding: 0 15px;
  }
  .cid-stUfUlpGXl 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-stUfUn1e1U {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stUfUn1e1U .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stUfUn1e1U .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stUfUn1e1U .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stUfUn1e1U .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUfUn1e1U .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stUfUn1e1U .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stUfUn1e1U .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stUfUn1e1U .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stUfUn1e1U .separator,
  .cid-stUfUn1e1U .sep-holder,
  .cid-stUfUn1e1U .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stUfUn1e1U .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stUfUn1e1U .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stUfUn1e1U .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUfUn1e1U .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stUfUn1e1U .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stUfUn1e1U .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stUfUn1e1U .items .list-item:last-child .listico {
  display: none;
}
.cid-stUfUoBzU1 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stUfUoBzU1 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stUfUoBzU1 .row {
  justify-content: center;
}
.cid-stUfUoBzU1 .mbr-text {
  color: #767676;
}
.cid-stUfUoBzU1 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stUfUoBzU1 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stUfUoBzU1 .date {
  margin: 0;
  color: #14287f;
}
.cid-stUfUoBzU1 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stUfUoBzU1 .icon-box {
    flex-direction: column;
  }
  .cid-stUfUoBzU1 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stUfUoBzU1 img {
    margin-bottom: 2rem;
  }
}
.cid-stUfUoBzU1 H1 {
  color: #14287f;
}
.cid-stUfUoBzU1 H3 {
  color: #00acee;
}
.cid-sAIO9XwEOr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIO9XwEOr .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIO9XwEOr .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIO9XwEOr .mbr-text {
  color: #83868c;
}
.cid-sAIO9XwEOr .phone-word {
  color: #279e64;
}
.cid-sAIO9XwEOr .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIO9XwEOr .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIO9XwEOr img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIO9XwEOr .img1 {
  color: #279e64;
}
.cid-sAIO9XwEOr .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIO9XwEOr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIO9XwEOr .content .link-wrap {
  color: red;
}
.cid-sAIO9XwEOr .content .date-wrap {
  color: #13287d;
}
.cid-sAIO9XwEOr .item,
.cid-sAIO9XwEOr .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIO9XwEOr .item h4,
.cid-sAIO9XwEOr .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIO9XwEOr .link {
  transition: all 0.3s ease-in;
}
.cid-sAIO9XwEOr .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIO9XwEOr .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIO9XwEOr .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIO9XwEOr .item .card-img {
  width: auto;
}
.cid-sAIO9XwEOr .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIO9XwEOr .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIO9XwEOr h5 {
    text-align: left !important;
  }
  .cid-sAIO9XwEOr .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIO9XwEOr .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIO9XwEOr .item-title:hover {
  color: #279e64;
}
.cid-sAIO9XwEOr .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIO9XwEOr .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIO9XwEOr .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIO9XwEOr .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIO9XwEOr .btn[class*="-outline"]:active,
.cid-sAIO9XwEOr .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIO9XwEOr .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIO9XwEOr .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIO9XwEOr .pre-form {
  color: #83868c;
}
.cid-sAIO9XwEOr .form-group,
.cid-sAIO9XwEOr .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIO9XwEOr .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-sAIO9XwEOr .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIO9XwEOr .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIO9XwEOr .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIO9XwEOr .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIO9XwEOr .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIO9XwEOr .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIO9XwEOr .dragArea {
  flex-direction: column;
}
.cid-sAIO9XwEOr .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stUfUrl18W.popup-builder {
  background-color: #ffffff;
}
.cid-stUfUrl18W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stUfUrl18W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stUfUrl18W .modal-content,
.cid-stUfUrl18W .modal-dialog {
  height: auto;
}
.cid-stUfUrl18W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stUfUrl18W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stUfUrl18W .form-wrapper .mbr-form .form-group,
  .cid-stUfUrl18W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stUfUrl18W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stUfUrl18W .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stUfUrl18W .mbr-text {
  text-align: center;
}
.cid-stUfUrl18W .pt-0 {
  padding-top: 0 !important;
}
.cid-stUfUrl18W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stUfUrl18W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stUfUrl18W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stUfUrl18W .modal-open {
  overflow: hidden;
}
.cid-stUfUrl18W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stUfUrl18W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stUfUrl18W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stUfUrl18W .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stUfUrl18W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stUfUrl18W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stUfUrl18W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stUfUrl18W .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stUfUrl18W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stUfUrl18W .modal-backdrop.fade {
  opacity: 0;
}
.cid-stUfUrl18W .modal-backdrop.show {
  opacity: .5;
}
.cid-stUfUrl18W .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stUfUrl18W .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stUfUrl18W .modal-header .close:hover {
  opacity: 1;
}
.cid-stUfUrl18W .modal-header .close:focus {
  outline: none;
}
.cid-stUfUrl18W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stUfUrl18W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stUfUrl18W .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stUfUrl18W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stUfUrl18W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stUfUrl18W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stUfUrl18W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stUfUrl18W .modal-sm {
    max-width: 300px;
  }
  .cid-stUfUrl18W .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stUfUrl18W .modal-lg,
  .cid-stUfUrl18W .modal-xl {
    max-width: 800px;
  }
  .cid-stUfUrl18W .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stUfUrl18W .modal-xl {
    max-width: 1140px;
  }
  .cid-stUfUrl18W .container {
    max-width: 1140px;
  }
}
.cid-stUfUrl18W .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stUfUrl18W .container {
    max-width: 720px;
  }
}
.cid-stUfUrl18W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stUfUrl18W .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stUfUrl18W .form-group {
  margin-bottom: 1rem;
}
.cid-stUfUrl18W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stUfUrl18W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stUfUrl18W .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIObuMCbv.popup-builder {
  background-color: #ffffff;
}
.cid-sAIObuMCbv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIObuMCbv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIObuMCbv .modal-content,
.cid-sAIObuMCbv .modal-dialog {
  height: auto;
}
.cid-sAIObuMCbv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIObuMCbv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIObuMCbv .form-wrapper .mbr-form .form-group,
  .cid-sAIObuMCbv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIObuMCbv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIObuMCbv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIObuMCbv .mbr-text {
  text-align: center;
}
.cid-sAIObuMCbv .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIObuMCbv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIObuMCbv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIObuMCbv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIObuMCbv .modal-open {
  overflow: hidden;
}
.cid-sAIObuMCbv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIObuMCbv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIObuMCbv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIObuMCbv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIObuMCbv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIObuMCbv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIObuMCbv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIObuMCbv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIObuMCbv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIObuMCbv .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIObuMCbv .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIObuMCbv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIObuMCbv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIObuMCbv .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIObuMCbv .modal-header .close:focus {
  outline: none;
}
.cid-sAIObuMCbv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIObuMCbv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIObuMCbv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIObuMCbv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIObuMCbv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIObuMCbv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIObuMCbv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIObuMCbv .modal-sm {
    max-width: 300px;
  }
  .cid-sAIObuMCbv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIObuMCbv .modal-lg,
  .cid-sAIObuMCbv .modal-xl {
    max-width: 800px;
  }
  .cid-sAIObuMCbv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIObuMCbv .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIObuMCbv .container {
    max-width: 1140px;
  }
}
.cid-sAIObuMCbv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIObuMCbv .container {
    max-width: 720px;
  }
}
.cid-sAIObuMCbv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIObuMCbv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIObuMCbv .form-group {
  margin-bottom: 1rem;
}
.cid-sAIObuMCbv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIObuMCbv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIObuMCbv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stUg0AakVe .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stUg0AakVe .navbar-fixed-top {
  padding-top: 0;
}
.cid-stUg0AakVe .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stUg0AakVe .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-stUg0AakVe .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stUg0AakVe .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-stUg0AakVe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stUg0AakVe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stUg0AakVe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stUg0AakVe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stUg0AakVe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stUg0AakVe .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-stUg0AakVe .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stUg0AakVe .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stUg0AakVe .dropdown-item,
.cid-stUg0AakVe .nav-link,
.cid-stUg0AakVe .brand-name {
  font-style: normal;
}
.cid-stUg0AakVe .dropdown-item:hover,
.cid-stUg0AakVe .nav-link:hover,
.cid-stUg0AakVe .brand-name:hover {
  color: #279e64 !important;
}
.cid-stUg0AakVe .dropdown-menu {
  background-color: #ffffff;
}
.cid-stUg0AakVe .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stUg0AakVe .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stUg0AakVe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stUg0AakVe .nav-item {
  position: relative;
}
.cid-stUg0AakVe .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stUg0AakVe .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stUg0AakVe .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stUg0AakVe .nav-link {
    line-height: 6.13;
  }
  .cid-stUg0AakVe .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stUg0AakVe .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stUg0AakVe .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-stUg0AakVe .content-text {
  margin-bottom: 0;
}
.cid-stUg0AakVe .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stUg0AakVe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stUg0AakVe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stUg0AakVe .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stUg0AakVe .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stUg0AakVe .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stUg0AakVe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stUg0AakVe .content-right-side {
  text-align: center;
}
.cid-stUg0AakVe .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stUg0AakVe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stUg0AakVe .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stUg0AakVe .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-stUg0AakVe .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stUg0AakVe .info-widget:first-child {
  margin-left: 0;
}
.cid-stUg0AakVe .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stUg0AakVe .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stUg0AakVe .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stUg0AakVe .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stUg0AakVe .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stUg0AakVe .navbar {
    display: block;
    padding: 0;
  }
  .cid-stUg0AakVe .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stUg0AakVe .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-stUg0AakVe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stUg0AakVe .navbar-toggler {
    display: none;
  }
  .cid-stUg0AakVe .navbar-collapse {
    justify-content: center;
  }
}
.cid-stUg0AakVe .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stUg0AakVe .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stUg0AakVe .btn-sm {
  padding: 13px 29px;
}
.cid-stUg0AakVe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stUg0AakVe .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-stUg0AakVe .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stUg0AakVe .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stUg0AakVe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stUg0AakVe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stUg0AakVe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stUg0AakVe .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stUg0AakVe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUg0AakVe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stUg0AakVe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stUg0AakVe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stUg0AakVe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stUg0AakVe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stUg0AakVe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stUg0AakVe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stUg0AakVe .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stUg0AakVe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stUg0AakVe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stUg0AakVe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stUg0AakVe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stUg0AakVe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stUg0AakVe button.navbar-toggler:focus {
  outline: none;
}
.cid-stUg0AakVe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stUg0AakVe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stUg0AakVe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUg0AakVe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUg0AakVe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stUg0AakVe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUg0AakVe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stUg0AakVe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stUg0AakVe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUg0AakVe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stUg0AakVe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stUg0AakVe .collapsed .btn {
  display: flex;
}
.cid-stUg0AakVe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stUg0AakVe .collapsed .navbar-collapse.collapsing,
.cid-stUg0AakVe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stUg0AakVe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stUg0AakVe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stUg0AakVe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stUg0AakVe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stUg0AakVe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stUg0AakVe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stUg0AakVe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stUg0AakVe .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stUg0AakVe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stUg0AakVe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stUg0AakVe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUg0AakVe .collapsed button.navbar-toggler {
  display: block;
}
.cid-stUg0AakVe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stUg0AakVe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stUg0AakVe .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-stUg0AakVe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stUg0AakVe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stUg0AakVe .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-stUg0AakVe .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stUg0AakVe .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stUg0AakVe .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stUg0AakVe .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stUg0AakVe .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stUg0AakVe .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-stUg0AakVe .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stUg0AakVe .navbar-collapse.collapsing,
  .cid-stUg0AakVe .navbar-collapse.show {
    display: block !important;
  }
  .cid-stUg0AakVe .navbar-collapse.collapsing .navbar-nav,
  .cid-stUg0AakVe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stUg0AakVe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stUg0AakVe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stUg0AakVe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stUg0AakVe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUg0AakVe .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stUg0AakVe .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stUg0AakVe .navbar-collapse.collapsing .navbar-buttons,
  .cid-stUg0AakVe .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stUg0AakVe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stUg0AakVe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUg0AakVe img {
    height: 3.8rem !important;
  }
  .cid-stUg0AakVe .btn {
    display: flex;
  }
  .cid-stUg0AakVe button.navbar-toggler {
    display: block;
  }
  .cid-stUg0AakVe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stUg0AakVe .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stUg0AakVe .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-stUg0AakVe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stUg0AakVe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stUg0AakVe .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-stUg0AakVe .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stUg0AakVe .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stUg0AakVe .navbar-toggler {
  position: relative;
}
.cid-stUg0AakVe .dropdown-item.active,
.cid-stUg0AakVe .dropdown-item:active {
  color: initial;
}
.cid-stUg0AakVe .widget-title {
  color: #83868c;
}
.cid-stUg0AakVe .widget-text {
  color: #83868c;
}
.cid-stUg0AakVe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stUg0AakVe .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stUg0AakVe .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stUg0AakVe .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stUg0AakVe .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stUg0AakVe .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stUg0AakVe .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stUg0AakVe .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stUg0AakVe .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stUg0AakVe .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stUg0AakVe .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stUg0AakVe .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stUg0AakVe .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stUg0AakVe .menu-content-top,
  .cid-stUg0AakVe .menu-bottom {
    padding: 0 15px;
  }
  .cid-stUg0AakVe 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-stUg0BHFbm {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stUg0BHFbm .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stUg0BHFbm .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stUg0BHFbm .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stUg0BHFbm .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUg0BHFbm .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stUg0BHFbm .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stUg0BHFbm .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stUg0BHFbm .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stUg0BHFbm .separator,
  .cid-stUg0BHFbm .sep-holder,
  .cid-stUg0BHFbm .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stUg0BHFbm .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stUg0BHFbm .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stUg0BHFbm .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUg0BHFbm .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stUg0BHFbm .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stUg0BHFbm .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stUg0BHFbm .items .list-item:last-child .listico {
  display: none;
}
.cid-stUg0CL9Nv {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stUg0CL9Nv img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stUg0CL9Nv .row {
  justify-content: center;
}
.cid-stUg0CL9Nv .mbr-text {
  color: #767676;
}
.cid-stUg0CL9Nv .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stUg0CL9Nv .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stUg0CL9Nv .date {
  margin: 0;
  color: #14287f;
}
.cid-stUg0CL9Nv .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stUg0CL9Nv .icon-box {
    flex-direction: column;
  }
  .cid-stUg0CL9Nv .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stUg0CL9Nv img {
    margin-bottom: 2rem;
  }
}
.cid-stUg0CL9Nv H1 {
  color: #14287f;
}
.cid-stUg0CL9Nv H3 {
  color: #00acee;
}
.cid-sAIOgiAZxt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIOgiAZxt .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIOgiAZxt .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIOgiAZxt .mbr-text {
  color: #83868c;
}
.cid-sAIOgiAZxt .phone-word {
  color: #279e64;
}
.cid-sAIOgiAZxt .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIOgiAZxt .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIOgiAZxt img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIOgiAZxt .img1 {
  color: #279e64;
}
.cid-sAIOgiAZxt .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIOgiAZxt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIOgiAZxt .content .link-wrap {
  color: red;
}
.cid-sAIOgiAZxt .content .date-wrap {
  color: #13287d;
}
.cid-sAIOgiAZxt .item,
.cid-sAIOgiAZxt .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIOgiAZxt .item h4,
.cid-sAIOgiAZxt .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIOgiAZxt .link {
  transition: all 0.3s ease-in;
}
.cid-sAIOgiAZxt .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIOgiAZxt .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIOgiAZxt .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIOgiAZxt .item .card-img {
  width: auto;
}
.cid-sAIOgiAZxt .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIOgiAZxt .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIOgiAZxt h5 {
    text-align: left !important;
  }
  .cid-sAIOgiAZxt .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIOgiAZxt .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIOgiAZxt .item-title:hover {
  color: #279e64;
}
.cid-sAIOgiAZxt .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIOgiAZxt .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIOgiAZxt .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIOgiAZxt .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIOgiAZxt .btn[class*="-outline"]:active,
.cid-sAIOgiAZxt .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIOgiAZxt .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIOgiAZxt .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIOgiAZxt .pre-form {
  color: #83868c;
}
.cid-sAIOgiAZxt .form-group,
.cid-sAIOgiAZxt .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIOgiAZxt .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-sAIOgiAZxt .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIOgiAZxt .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIOgiAZxt .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIOgiAZxt .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIOgiAZxt .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIOgiAZxt .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIOgiAZxt .dragArea {
  flex-direction: column;
}
.cid-sAIOgiAZxt .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stUg0FPtZb.popup-builder {
  background-color: #ffffff;
}
.cid-stUg0FPtZb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stUg0FPtZb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stUg0FPtZb .modal-content,
.cid-stUg0FPtZb .modal-dialog {
  height: auto;
}
.cid-stUg0FPtZb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stUg0FPtZb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stUg0FPtZb .form-wrapper .mbr-form .form-group,
  .cid-stUg0FPtZb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stUg0FPtZb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stUg0FPtZb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stUg0FPtZb .mbr-text {
  text-align: center;
}
.cid-stUg0FPtZb .pt-0 {
  padding-top: 0 !important;
}
.cid-stUg0FPtZb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stUg0FPtZb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stUg0FPtZb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stUg0FPtZb .modal-open {
  overflow: hidden;
}
.cid-stUg0FPtZb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stUg0FPtZb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stUg0FPtZb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stUg0FPtZb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stUg0FPtZb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stUg0FPtZb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stUg0FPtZb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stUg0FPtZb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stUg0FPtZb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stUg0FPtZb .modal-backdrop.fade {
  opacity: 0;
}
.cid-stUg0FPtZb .modal-backdrop.show {
  opacity: .5;
}
.cid-stUg0FPtZb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stUg0FPtZb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stUg0FPtZb .modal-header .close:hover {
  opacity: 1;
}
.cid-stUg0FPtZb .modal-header .close:focus {
  outline: none;
}
.cid-stUg0FPtZb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stUg0FPtZb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stUg0FPtZb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stUg0FPtZb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stUg0FPtZb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stUg0FPtZb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stUg0FPtZb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stUg0FPtZb .modal-sm {
    max-width: 300px;
  }
  .cid-stUg0FPtZb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stUg0FPtZb .modal-lg,
  .cid-stUg0FPtZb .modal-xl {
    max-width: 800px;
  }
  .cid-stUg0FPtZb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stUg0FPtZb .modal-xl {
    max-width: 1140px;
  }
  .cid-stUg0FPtZb .container {
    max-width: 1140px;
  }
}
.cid-stUg0FPtZb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stUg0FPtZb .container {
    max-width: 720px;
  }
}
.cid-stUg0FPtZb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stUg0FPtZb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stUg0FPtZb .form-group {
  margin-bottom: 1rem;
}
.cid-stUg0FPtZb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stUg0FPtZb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stUg0FPtZb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIOhUZ9q6.popup-builder {
  background-color: #ffffff;
}
.cid-sAIOhUZ9q6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIOhUZ9q6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIOhUZ9q6 .modal-content,
.cid-sAIOhUZ9q6 .modal-dialog {
  height: auto;
}
.cid-sAIOhUZ9q6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIOhUZ9q6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIOhUZ9q6 .form-wrapper .mbr-form .form-group,
  .cid-sAIOhUZ9q6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIOhUZ9q6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIOhUZ9q6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIOhUZ9q6 .mbr-text {
  text-align: center;
}
.cid-sAIOhUZ9q6 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIOhUZ9q6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIOhUZ9q6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIOhUZ9q6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIOhUZ9q6 .modal-open {
  overflow: hidden;
}
.cid-sAIOhUZ9q6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIOhUZ9q6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIOhUZ9q6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIOhUZ9q6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIOhUZ9q6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIOhUZ9q6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIOhUZ9q6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIOhUZ9q6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIOhUZ9q6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIOhUZ9q6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIOhUZ9q6 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIOhUZ9q6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIOhUZ9q6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIOhUZ9q6 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIOhUZ9q6 .modal-header .close:focus {
  outline: none;
}
.cid-sAIOhUZ9q6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIOhUZ9q6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIOhUZ9q6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIOhUZ9q6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIOhUZ9q6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIOhUZ9q6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIOhUZ9q6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIOhUZ9q6 .modal-sm {
    max-width: 300px;
  }
  .cid-sAIOhUZ9q6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIOhUZ9q6 .modal-lg,
  .cid-sAIOhUZ9q6 .modal-xl {
    max-width: 800px;
  }
  .cid-sAIOhUZ9q6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIOhUZ9q6 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIOhUZ9q6 .container {
    max-width: 1140px;
  }
}
.cid-sAIOhUZ9q6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIOhUZ9q6 .container {
    max-width: 720px;
  }
}
.cid-sAIOhUZ9q6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIOhUZ9q6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIOhUZ9q6 .form-group {
  margin-bottom: 1rem;
}
.cid-sAIOhUZ9q6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIOhUZ9q6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIOhUZ9q6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stUhkVb6Fk .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stUhkVb6Fk .navbar-fixed-top {
  padding-top: 0;
}
.cid-stUhkVb6Fk .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stUhkVb6Fk .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-stUhkVb6Fk .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stUhkVb6Fk .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-stUhkVb6Fk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stUhkVb6Fk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stUhkVb6Fk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stUhkVb6Fk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stUhkVb6Fk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stUhkVb6Fk .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-stUhkVb6Fk .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stUhkVb6Fk .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stUhkVb6Fk .dropdown-item,
.cid-stUhkVb6Fk .nav-link,
.cid-stUhkVb6Fk .brand-name {
  font-style: normal;
}
.cid-stUhkVb6Fk .dropdown-item:hover,
.cid-stUhkVb6Fk .nav-link:hover,
.cid-stUhkVb6Fk .brand-name:hover {
  color: #279e64 !important;
}
.cid-stUhkVb6Fk .dropdown-menu {
  background-color: #ffffff;
}
.cid-stUhkVb6Fk .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stUhkVb6Fk .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stUhkVb6Fk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stUhkVb6Fk .nav-item {
  position: relative;
}
.cid-stUhkVb6Fk .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stUhkVb6Fk .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stUhkVb6Fk .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stUhkVb6Fk .nav-link {
    line-height: 6.13;
  }
  .cid-stUhkVb6Fk .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stUhkVb6Fk .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stUhkVb6Fk .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-stUhkVb6Fk .content-text {
  margin-bottom: 0;
}
.cid-stUhkVb6Fk .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stUhkVb6Fk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stUhkVb6Fk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stUhkVb6Fk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stUhkVb6Fk .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stUhkVb6Fk .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stUhkVb6Fk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stUhkVb6Fk .content-right-side {
  text-align: center;
}
.cid-stUhkVb6Fk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stUhkVb6Fk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stUhkVb6Fk .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stUhkVb6Fk .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-stUhkVb6Fk .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stUhkVb6Fk .info-widget:first-child {
  margin-left: 0;
}
.cid-stUhkVb6Fk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stUhkVb6Fk .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stUhkVb6Fk .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stUhkVb6Fk .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stUhkVb6Fk .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stUhkVb6Fk .navbar {
    display: block;
    padding: 0;
  }
  .cid-stUhkVb6Fk .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stUhkVb6Fk .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-stUhkVb6Fk .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stUhkVb6Fk .navbar-toggler {
    display: none;
  }
  .cid-stUhkVb6Fk .navbar-collapse {
    justify-content: center;
  }
}
.cid-stUhkVb6Fk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stUhkVb6Fk .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stUhkVb6Fk .btn-sm {
  padding: 13px 29px;
}
.cid-stUhkVb6Fk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stUhkVb6Fk .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-stUhkVb6Fk .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stUhkVb6Fk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stUhkVb6Fk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stUhkVb6Fk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stUhkVb6Fk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stUhkVb6Fk .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stUhkVb6Fk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUhkVb6Fk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stUhkVb6Fk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stUhkVb6Fk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stUhkVb6Fk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stUhkVb6Fk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stUhkVb6Fk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stUhkVb6Fk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stUhkVb6Fk .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stUhkVb6Fk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stUhkVb6Fk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stUhkVb6Fk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stUhkVb6Fk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stUhkVb6Fk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stUhkVb6Fk button.navbar-toggler:focus {
  outline: none;
}
.cid-stUhkVb6Fk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stUhkVb6Fk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stUhkVb6Fk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUhkVb6Fk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUhkVb6Fk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stUhkVb6Fk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUhkVb6Fk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stUhkVb6Fk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stUhkVb6Fk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUhkVb6Fk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stUhkVb6Fk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stUhkVb6Fk .collapsed .btn {
  display: flex;
}
.cid-stUhkVb6Fk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stUhkVb6Fk .collapsed .navbar-collapse.collapsing,
.cid-stUhkVb6Fk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stUhkVb6Fk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stUhkVb6Fk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stUhkVb6Fk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stUhkVb6Fk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stUhkVb6Fk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stUhkVb6Fk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stUhkVb6Fk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stUhkVb6Fk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stUhkVb6Fk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stUhkVb6Fk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stUhkVb6Fk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUhkVb6Fk .collapsed button.navbar-toggler {
  display: block;
}
.cid-stUhkVb6Fk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stUhkVb6Fk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stUhkVb6Fk .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-stUhkVb6Fk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stUhkVb6Fk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stUhkVb6Fk .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-stUhkVb6Fk .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stUhkVb6Fk .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stUhkVb6Fk .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stUhkVb6Fk .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stUhkVb6Fk .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stUhkVb6Fk .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-stUhkVb6Fk .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stUhkVb6Fk .navbar-collapse.collapsing,
  .cid-stUhkVb6Fk .navbar-collapse.show {
    display: block !important;
  }
  .cid-stUhkVb6Fk .navbar-collapse.collapsing .navbar-nav,
  .cid-stUhkVb6Fk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stUhkVb6Fk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stUhkVb6Fk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stUhkVb6Fk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stUhkVb6Fk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUhkVb6Fk .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stUhkVb6Fk .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stUhkVb6Fk .navbar-collapse.collapsing .navbar-buttons,
  .cid-stUhkVb6Fk .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stUhkVb6Fk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stUhkVb6Fk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUhkVb6Fk img {
    height: 3.8rem !important;
  }
  .cid-stUhkVb6Fk .btn {
    display: flex;
  }
  .cid-stUhkVb6Fk button.navbar-toggler {
    display: block;
  }
  .cid-stUhkVb6Fk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stUhkVb6Fk .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stUhkVb6Fk .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-stUhkVb6Fk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stUhkVb6Fk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stUhkVb6Fk .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-stUhkVb6Fk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stUhkVb6Fk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stUhkVb6Fk .navbar-toggler {
  position: relative;
}
.cid-stUhkVb6Fk .dropdown-item.active,
.cid-stUhkVb6Fk .dropdown-item:active {
  color: initial;
}
.cid-stUhkVb6Fk .widget-title {
  color: #83868c;
}
.cid-stUhkVb6Fk .widget-text {
  color: #83868c;
}
.cid-stUhkVb6Fk .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stUhkVb6Fk .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stUhkVb6Fk .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stUhkVb6Fk .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stUhkVb6Fk .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stUhkVb6Fk .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stUhkVb6Fk .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stUhkVb6Fk .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stUhkVb6Fk .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stUhkVb6Fk .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stUhkVb6Fk .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stUhkVb6Fk .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stUhkVb6Fk .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stUhkVb6Fk .menu-content-top,
  .cid-stUhkVb6Fk .menu-bottom {
    padding: 0 15px;
  }
  .cid-stUhkVb6Fk 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-stUhkWXsrT {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stUhkWXsrT .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stUhkWXsrT .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stUhkWXsrT .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stUhkWXsrT .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUhkWXsrT .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stUhkWXsrT .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stUhkWXsrT .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stUhkWXsrT .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stUhkWXsrT .separator,
  .cid-stUhkWXsrT .sep-holder,
  .cid-stUhkWXsrT .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stUhkWXsrT .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stUhkWXsrT .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stUhkWXsrT .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUhkWXsrT .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stUhkWXsrT .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stUhkWXsrT .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stUhkWXsrT .items .list-item:last-child .listico {
  display: none;
}
.cid-stUhkYdXAo {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stUhkYdXAo img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stUhkYdXAo .row {
  justify-content: center;
}
.cid-stUhkYdXAo .mbr-text {
  color: #767676;
}
.cid-stUhkYdXAo .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stUhkYdXAo .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stUhkYdXAo .date {
  margin: 0;
  color: #14287f;
}
.cid-stUhkYdXAo .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stUhkYdXAo .icon-box {
    flex-direction: column;
  }
  .cid-stUhkYdXAo .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stUhkYdXAo img {
    margin-bottom: 2rem;
  }
}
.cid-stUhkYdXAo H1 {
  color: #14287f;
}
.cid-stUhkYdXAo H3 {
  color: #00acee;
}
.cid-sAIOndPTwE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIOndPTwE .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIOndPTwE .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIOndPTwE .mbr-text {
  color: #83868c;
}
.cid-sAIOndPTwE .phone-word {
  color: #279e64;
}
.cid-sAIOndPTwE .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIOndPTwE .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIOndPTwE img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIOndPTwE .img1 {
  color: #279e64;
}
.cid-sAIOndPTwE .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIOndPTwE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIOndPTwE .content .link-wrap {
  color: red;
}
.cid-sAIOndPTwE .content .date-wrap {
  color: #13287d;
}
.cid-sAIOndPTwE .item,
.cid-sAIOndPTwE .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIOndPTwE .item h4,
.cid-sAIOndPTwE .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIOndPTwE .link {
  transition: all 0.3s ease-in;
}
.cid-sAIOndPTwE .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIOndPTwE .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIOndPTwE .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIOndPTwE .item .card-img {
  width: auto;
}
.cid-sAIOndPTwE .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIOndPTwE .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIOndPTwE h5 {
    text-align: left !important;
  }
  .cid-sAIOndPTwE .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIOndPTwE .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIOndPTwE .item-title:hover {
  color: #279e64;
}
.cid-sAIOndPTwE .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIOndPTwE .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIOndPTwE .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIOndPTwE .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIOndPTwE .btn[class*="-outline"]:active,
.cid-sAIOndPTwE .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIOndPTwE .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIOndPTwE .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIOndPTwE .pre-form {
  color: #83868c;
}
.cid-sAIOndPTwE .form-group,
.cid-sAIOndPTwE .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIOndPTwE .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-sAIOndPTwE .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIOndPTwE .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIOndPTwE .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIOndPTwE .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIOndPTwE .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIOndPTwE .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIOndPTwE .dragArea {
  flex-direction: column;
}
.cid-sAIOndPTwE .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stUhl0JcN4.popup-builder {
  background-color: #ffffff;
}
.cid-stUhl0JcN4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stUhl0JcN4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stUhl0JcN4 .modal-content,
.cid-stUhl0JcN4 .modal-dialog {
  height: auto;
}
.cid-stUhl0JcN4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stUhl0JcN4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stUhl0JcN4 .form-wrapper .mbr-form .form-group,
  .cid-stUhl0JcN4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stUhl0JcN4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stUhl0JcN4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stUhl0JcN4 .mbr-text {
  text-align: center;
}
.cid-stUhl0JcN4 .pt-0 {
  padding-top: 0 !important;
}
.cid-stUhl0JcN4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stUhl0JcN4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stUhl0JcN4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stUhl0JcN4 .modal-open {
  overflow: hidden;
}
.cid-stUhl0JcN4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stUhl0JcN4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stUhl0JcN4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stUhl0JcN4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stUhl0JcN4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stUhl0JcN4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stUhl0JcN4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stUhl0JcN4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stUhl0JcN4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stUhl0JcN4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-stUhl0JcN4 .modal-backdrop.show {
  opacity: .5;
}
.cid-stUhl0JcN4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stUhl0JcN4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stUhl0JcN4 .modal-header .close:hover {
  opacity: 1;
}
.cid-stUhl0JcN4 .modal-header .close:focus {
  outline: none;
}
.cid-stUhl0JcN4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stUhl0JcN4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stUhl0JcN4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stUhl0JcN4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stUhl0JcN4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stUhl0JcN4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stUhl0JcN4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stUhl0JcN4 .modal-sm {
    max-width: 300px;
  }
  .cid-stUhl0JcN4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stUhl0JcN4 .modal-lg,
  .cid-stUhl0JcN4 .modal-xl {
    max-width: 800px;
  }
  .cid-stUhl0JcN4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stUhl0JcN4 .modal-xl {
    max-width: 1140px;
  }
  .cid-stUhl0JcN4 .container {
    max-width: 1140px;
  }
}
.cid-stUhl0JcN4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stUhl0JcN4 .container {
    max-width: 720px;
  }
}
.cid-stUhl0JcN4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stUhl0JcN4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stUhl0JcN4 .form-group {
  margin-bottom: 1rem;
}
.cid-stUhl0JcN4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stUhl0JcN4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stUhl0JcN4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIOS8Ug0N.popup-builder {
  background-color: #ffffff;
}
.cid-sAIOS8Ug0N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIOS8Ug0N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIOS8Ug0N .modal-content,
.cid-sAIOS8Ug0N .modal-dialog {
  height: auto;
}
.cid-sAIOS8Ug0N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIOS8Ug0N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIOS8Ug0N .form-wrapper .mbr-form .form-group,
  .cid-sAIOS8Ug0N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIOS8Ug0N .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIOS8Ug0N .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIOS8Ug0N .mbr-text {
  text-align: center;
}
.cid-sAIOS8Ug0N .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIOS8Ug0N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIOS8Ug0N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIOS8Ug0N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIOS8Ug0N .modal-open {
  overflow: hidden;
}
.cid-sAIOS8Ug0N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIOS8Ug0N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIOS8Ug0N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIOS8Ug0N .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIOS8Ug0N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIOS8Ug0N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIOS8Ug0N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIOS8Ug0N .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIOS8Ug0N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIOS8Ug0N .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIOS8Ug0N .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIOS8Ug0N .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIOS8Ug0N .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIOS8Ug0N .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIOS8Ug0N .modal-header .close:focus {
  outline: none;
}
.cid-sAIOS8Ug0N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIOS8Ug0N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIOS8Ug0N .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIOS8Ug0N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIOS8Ug0N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIOS8Ug0N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIOS8Ug0N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIOS8Ug0N .modal-sm {
    max-width: 300px;
  }
  .cid-sAIOS8Ug0N .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIOS8Ug0N .modal-lg,
  .cid-sAIOS8Ug0N .modal-xl {
    max-width: 800px;
  }
  .cid-sAIOS8Ug0N .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIOS8Ug0N .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIOS8Ug0N .container {
    max-width: 1140px;
  }
}
.cid-sAIOS8Ug0N .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIOS8Ug0N .container {
    max-width: 720px;
  }
}
.cid-sAIOS8Ug0N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIOS8Ug0N .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIOS8Ug0N .form-group {
  margin-bottom: 1rem;
}
.cid-sAIOS8Ug0N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIOS8Ug0N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIOS8Ug0N .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stUi78gk3R .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stUi78gk3R .navbar-fixed-top {
  padding-top: 0;
}
.cid-stUi78gk3R .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stUi78gk3R .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-stUi78gk3R .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stUi78gk3R .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-stUi78gk3R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stUi78gk3R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stUi78gk3R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stUi78gk3R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stUi78gk3R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stUi78gk3R .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-stUi78gk3R .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stUi78gk3R .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stUi78gk3R .dropdown-item,
.cid-stUi78gk3R .nav-link,
.cid-stUi78gk3R .brand-name {
  font-style: normal;
}
.cid-stUi78gk3R .dropdown-item:hover,
.cid-stUi78gk3R .nav-link:hover,
.cid-stUi78gk3R .brand-name:hover {
  color: #279e64 !important;
}
.cid-stUi78gk3R .dropdown-menu {
  background-color: #ffffff;
}
.cid-stUi78gk3R .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stUi78gk3R .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stUi78gk3R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stUi78gk3R .nav-item {
  position: relative;
}
.cid-stUi78gk3R .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stUi78gk3R .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stUi78gk3R .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stUi78gk3R .nav-link {
    line-height: 6.13;
  }
  .cid-stUi78gk3R .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stUi78gk3R .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stUi78gk3R .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-stUi78gk3R .content-text {
  margin-bottom: 0;
}
.cid-stUi78gk3R .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stUi78gk3R .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stUi78gk3R .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stUi78gk3R .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stUi78gk3R .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stUi78gk3R .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stUi78gk3R .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stUi78gk3R .content-right-side {
  text-align: center;
}
.cid-stUi78gk3R .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stUi78gk3R .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stUi78gk3R .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stUi78gk3R .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-stUi78gk3R .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stUi78gk3R .info-widget:first-child {
  margin-left: 0;
}
.cid-stUi78gk3R .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stUi78gk3R .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stUi78gk3R .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stUi78gk3R .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stUi78gk3R .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stUi78gk3R .navbar {
    display: block;
    padding: 0;
  }
  .cid-stUi78gk3R .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stUi78gk3R .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-stUi78gk3R .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stUi78gk3R .navbar-toggler {
    display: none;
  }
  .cid-stUi78gk3R .navbar-collapse {
    justify-content: center;
  }
}
.cid-stUi78gk3R .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stUi78gk3R .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stUi78gk3R .btn-sm {
  padding: 13px 29px;
}
.cid-stUi78gk3R .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stUi78gk3R .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-stUi78gk3R .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stUi78gk3R .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stUi78gk3R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stUi78gk3R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stUi78gk3R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stUi78gk3R .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stUi78gk3R .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUi78gk3R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stUi78gk3R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stUi78gk3R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stUi78gk3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stUi78gk3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stUi78gk3R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stUi78gk3R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stUi78gk3R .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stUi78gk3R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stUi78gk3R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stUi78gk3R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stUi78gk3R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stUi78gk3R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stUi78gk3R button.navbar-toggler:focus {
  outline: none;
}
.cid-stUi78gk3R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stUi78gk3R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stUi78gk3R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUi78gk3R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUi78gk3R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stUi78gk3R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUi78gk3R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stUi78gk3R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stUi78gk3R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUi78gk3R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stUi78gk3R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stUi78gk3R .collapsed .btn {
  display: flex;
}
.cid-stUi78gk3R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stUi78gk3R .collapsed .navbar-collapse.collapsing,
.cid-stUi78gk3R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stUi78gk3R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stUi78gk3R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stUi78gk3R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stUi78gk3R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stUi78gk3R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stUi78gk3R .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stUi78gk3R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stUi78gk3R .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stUi78gk3R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stUi78gk3R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stUi78gk3R .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUi78gk3R .collapsed button.navbar-toggler {
  display: block;
}
.cid-stUi78gk3R .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stUi78gk3R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stUi78gk3R .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-stUi78gk3R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stUi78gk3R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stUi78gk3R .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-stUi78gk3R .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stUi78gk3R .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stUi78gk3R .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stUi78gk3R .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stUi78gk3R .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stUi78gk3R .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-stUi78gk3R .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stUi78gk3R .navbar-collapse.collapsing,
  .cid-stUi78gk3R .navbar-collapse.show {
    display: block !important;
  }
  .cid-stUi78gk3R .navbar-collapse.collapsing .navbar-nav,
  .cid-stUi78gk3R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stUi78gk3R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stUi78gk3R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stUi78gk3R .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stUi78gk3R .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUi78gk3R .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stUi78gk3R .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stUi78gk3R .navbar-collapse.collapsing .navbar-buttons,
  .cid-stUi78gk3R .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stUi78gk3R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stUi78gk3R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUi78gk3R img {
    height: 3.8rem !important;
  }
  .cid-stUi78gk3R .btn {
    display: flex;
  }
  .cid-stUi78gk3R button.navbar-toggler {
    display: block;
  }
  .cid-stUi78gk3R .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stUi78gk3R .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stUi78gk3R .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-stUi78gk3R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stUi78gk3R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stUi78gk3R .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-stUi78gk3R .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stUi78gk3R .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stUi78gk3R .navbar-toggler {
  position: relative;
}
.cid-stUi78gk3R .dropdown-item.active,
.cid-stUi78gk3R .dropdown-item:active {
  color: initial;
}
.cid-stUi78gk3R .widget-title {
  color: #83868c;
}
.cid-stUi78gk3R .widget-text {
  color: #83868c;
}
.cid-stUi78gk3R .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stUi78gk3R .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stUi78gk3R .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stUi78gk3R .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stUi78gk3R .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stUi78gk3R .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stUi78gk3R .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stUi78gk3R .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stUi78gk3R .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stUi78gk3R .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stUi78gk3R .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stUi78gk3R .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stUi78gk3R .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stUi78gk3R .menu-content-top,
  .cid-stUi78gk3R .menu-bottom {
    padding: 0 15px;
  }
  .cid-stUi78gk3R 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-stUi79LTc2 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stUi79LTc2 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stUi79LTc2 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stUi79LTc2 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stUi79LTc2 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUi79LTc2 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stUi79LTc2 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stUi79LTc2 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stUi79LTc2 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stUi79LTc2 .separator,
  .cid-stUi79LTc2 .sep-holder,
  .cid-stUi79LTc2 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stUi79LTc2 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stUi79LTc2 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stUi79LTc2 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUi79LTc2 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stUi79LTc2 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stUi79LTc2 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stUi79LTc2 .items .list-item:last-child .listico {
  display: none;
}
.cid-stUi7aRdiV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stUi7aRdiV img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stUi7aRdiV .row {
  justify-content: center;
}
.cid-stUi7aRdiV .mbr-text {
  color: #767676;
}
.cid-stUi7aRdiV .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stUi7aRdiV .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stUi7aRdiV .date {
  margin: 0;
  color: #14287f;
}
.cid-stUi7aRdiV .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stUi7aRdiV .icon-box {
    flex-direction: column;
  }
  .cid-stUi7aRdiV .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stUi7aRdiV img {
    margin-bottom: 2rem;
  }
}
.cid-stUi7aRdiV H1 {
  color: #14287f;
}
.cid-stUi7aRdiV H3 {
  color: #00acee;
}
.cid-sAIOZ8bRWu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIOZ8bRWu .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIOZ8bRWu .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIOZ8bRWu .mbr-text {
  color: #83868c;
}
.cid-sAIOZ8bRWu .phone-word {
  color: #279e64;
}
.cid-sAIOZ8bRWu .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIOZ8bRWu .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIOZ8bRWu img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIOZ8bRWu .img1 {
  color: #279e64;
}
.cid-sAIOZ8bRWu .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIOZ8bRWu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIOZ8bRWu .content .link-wrap {
  color: red;
}
.cid-sAIOZ8bRWu .content .date-wrap {
  color: #13287d;
}
.cid-sAIOZ8bRWu .item,
.cid-sAIOZ8bRWu .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIOZ8bRWu .item h4,
.cid-sAIOZ8bRWu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIOZ8bRWu .link {
  transition: all 0.3s ease-in;
}
.cid-sAIOZ8bRWu .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIOZ8bRWu .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIOZ8bRWu .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIOZ8bRWu .item .card-img {
  width: auto;
}
.cid-sAIOZ8bRWu .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIOZ8bRWu .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIOZ8bRWu h5 {
    text-align: left !important;
  }
  .cid-sAIOZ8bRWu .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIOZ8bRWu .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIOZ8bRWu .item-title:hover {
  color: #279e64;
}
.cid-sAIOZ8bRWu .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIOZ8bRWu .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIOZ8bRWu .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIOZ8bRWu .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIOZ8bRWu .btn[class*="-outline"]:active,
.cid-sAIOZ8bRWu .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIOZ8bRWu .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIOZ8bRWu .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIOZ8bRWu .pre-form {
  color: #83868c;
}
.cid-sAIOZ8bRWu .form-group,
.cid-sAIOZ8bRWu .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIOZ8bRWu .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-sAIOZ8bRWu .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIOZ8bRWu .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIOZ8bRWu .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIOZ8bRWu .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIOZ8bRWu .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIOZ8bRWu .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIOZ8bRWu .dragArea {
  flex-direction: column;
}
.cid-sAIOZ8bRWu .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stUi7dnBLi.popup-builder {
  background-color: #ffffff;
}
.cid-stUi7dnBLi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stUi7dnBLi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stUi7dnBLi .modal-content,
.cid-stUi7dnBLi .modal-dialog {
  height: auto;
}
.cid-stUi7dnBLi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stUi7dnBLi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stUi7dnBLi .form-wrapper .mbr-form .form-group,
  .cid-stUi7dnBLi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stUi7dnBLi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stUi7dnBLi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stUi7dnBLi .mbr-text {
  text-align: center;
}
.cid-stUi7dnBLi .pt-0 {
  padding-top: 0 !important;
}
.cid-stUi7dnBLi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stUi7dnBLi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stUi7dnBLi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stUi7dnBLi .modal-open {
  overflow: hidden;
}
.cid-stUi7dnBLi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stUi7dnBLi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stUi7dnBLi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stUi7dnBLi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stUi7dnBLi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stUi7dnBLi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stUi7dnBLi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stUi7dnBLi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stUi7dnBLi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stUi7dnBLi .modal-backdrop.fade {
  opacity: 0;
}
.cid-stUi7dnBLi .modal-backdrop.show {
  opacity: .5;
}
.cid-stUi7dnBLi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stUi7dnBLi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stUi7dnBLi .modal-header .close:hover {
  opacity: 1;
}
.cid-stUi7dnBLi .modal-header .close:focus {
  outline: none;
}
.cid-stUi7dnBLi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stUi7dnBLi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stUi7dnBLi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stUi7dnBLi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stUi7dnBLi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stUi7dnBLi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stUi7dnBLi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stUi7dnBLi .modal-sm {
    max-width: 300px;
  }
  .cid-stUi7dnBLi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stUi7dnBLi .modal-lg,
  .cid-stUi7dnBLi .modal-xl {
    max-width: 800px;
  }
  .cid-stUi7dnBLi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stUi7dnBLi .modal-xl {
    max-width: 1140px;
  }
  .cid-stUi7dnBLi .container {
    max-width: 1140px;
  }
}
.cid-stUi7dnBLi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stUi7dnBLi .container {
    max-width: 720px;
  }
}
.cid-stUi7dnBLi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stUi7dnBLi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stUi7dnBLi .form-group {
  margin-bottom: 1rem;
}
.cid-stUi7dnBLi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stUi7dnBLi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stUi7dnBLi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIP0ySwOI.popup-builder {
  background-color: #ffffff;
}
.cid-sAIP0ySwOI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIP0ySwOI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIP0ySwOI .modal-content,
.cid-sAIP0ySwOI .modal-dialog {
  height: auto;
}
.cid-sAIP0ySwOI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIP0ySwOI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIP0ySwOI .form-wrapper .mbr-form .form-group,
  .cid-sAIP0ySwOI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIP0ySwOI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIP0ySwOI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIP0ySwOI .mbr-text {
  text-align: center;
}
.cid-sAIP0ySwOI .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIP0ySwOI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIP0ySwOI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIP0ySwOI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIP0ySwOI .modal-open {
  overflow: hidden;
}
.cid-sAIP0ySwOI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIP0ySwOI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIP0ySwOI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIP0ySwOI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIP0ySwOI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIP0ySwOI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIP0ySwOI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIP0ySwOI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIP0ySwOI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIP0ySwOI .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIP0ySwOI .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIP0ySwOI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIP0ySwOI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIP0ySwOI .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIP0ySwOI .modal-header .close:focus {
  outline: none;
}
.cid-sAIP0ySwOI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIP0ySwOI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIP0ySwOI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIP0ySwOI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIP0ySwOI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIP0ySwOI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIP0ySwOI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIP0ySwOI .modal-sm {
    max-width: 300px;
  }
  .cid-sAIP0ySwOI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIP0ySwOI .modal-lg,
  .cid-sAIP0ySwOI .modal-xl {
    max-width: 800px;
  }
  .cid-sAIP0ySwOI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIP0ySwOI .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIP0ySwOI .container {
    max-width: 1140px;
  }
}
.cid-sAIP0ySwOI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIP0ySwOI .container {
    max-width: 720px;
  }
}
.cid-sAIP0ySwOI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIP0ySwOI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIP0ySwOI .form-group {
  margin-bottom: 1rem;
}
.cid-sAIP0ySwOI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIP0ySwOI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIP0ySwOI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stUiy559Ue .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stUiy559Ue .navbar-fixed-top {
  padding-top: 0;
}
.cid-stUiy559Ue .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stUiy559Ue .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-stUiy559Ue .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stUiy559Ue .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-stUiy559Ue .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stUiy559Ue .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stUiy559Ue .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stUiy559Ue .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stUiy559Ue .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stUiy559Ue .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-stUiy559Ue .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stUiy559Ue .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stUiy559Ue .dropdown-item,
.cid-stUiy559Ue .nav-link,
.cid-stUiy559Ue .brand-name {
  font-style: normal;
}
.cid-stUiy559Ue .dropdown-item:hover,
.cid-stUiy559Ue .nav-link:hover,
.cid-stUiy559Ue .brand-name:hover {
  color: #279e64 !important;
}
.cid-stUiy559Ue .dropdown-menu {
  background-color: #ffffff;
}
.cid-stUiy559Ue .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stUiy559Ue .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stUiy559Ue .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stUiy559Ue .nav-item {
  position: relative;
}
.cid-stUiy559Ue .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stUiy559Ue .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stUiy559Ue .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stUiy559Ue .nav-link {
    line-height: 6.13;
  }
  .cid-stUiy559Ue .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stUiy559Ue .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stUiy559Ue .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-stUiy559Ue .content-text {
  margin-bottom: 0;
}
.cid-stUiy559Ue .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stUiy559Ue .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stUiy559Ue .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stUiy559Ue .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stUiy559Ue .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stUiy559Ue .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stUiy559Ue .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stUiy559Ue .content-right-side {
  text-align: center;
}
.cid-stUiy559Ue .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stUiy559Ue .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stUiy559Ue .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stUiy559Ue .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-stUiy559Ue .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stUiy559Ue .info-widget:first-child {
  margin-left: 0;
}
.cid-stUiy559Ue .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stUiy559Ue .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stUiy559Ue .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stUiy559Ue .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stUiy559Ue .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stUiy559Ue .navbar {
    display: block;
    padding: 0;
  }
  .cid-stUiy559Ue .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stUiy559Ue .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-stUiy559Ue .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stUiy559Ue .navbar-toggler {
    display: none;
  }
  .cid-stUiy559Ue .navbar-collapse {
    justify-content: center;
  }
}
.cid-stUiy559Ue .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stUiy559Ue .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stUiy559Ue .btn-sm {
  padding: 13px 29px;
}
.cid-stUiy559Ue .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stUiy559Ue .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-stUiy559Ue .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stUiy559Ue .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stUiy559Ue .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stUiy559Ue .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stUiy559Ue .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stUiy559Ue .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stUiy559Ue .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUiy559Ue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stUiy559Ue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stUiy559Ue .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stUiy559Ue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stUiy559Ue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stUiy559Ue .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stUiy559Ue .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stUiy559Ue .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stUiy559Ue .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stUiy559Ue .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stUiy559Ue .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stUiy559Ue .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stUiy559Ue button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stUiy559Ue button.navbar-toggler:focus {
  outline: none;
}
.cid-stUiy559Ue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stUiy559Ue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stUiy559Ue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUiy559Ue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUiy559Ue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stUiy559Ue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUiy559Ue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stUiy559Ue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stUiy559Ue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUiy559Ue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stUiy559Ue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stUiy559Ue .collapsed .btn {
  display: flex;
}
.cid-stUiy559Ue .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stUiy559Ue .collapsed .navbar-collapse.collapsing,
.cid-stUiy559Ue .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stUiy559Ue .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stUiy559Ue .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stUiy559Ue .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stUiy559Ue .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stUiy559Ue .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stUiy559Ue .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stUiy559Ue .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stUiy559Ue .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stUiy559Ue .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stUiy559Ue .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stUiy559Ue .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUiy559Ue .collapsed button.navbar-toggler {
  display: block;
}
.cid-stUiy559Ue .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stUiy559Ue .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stUiy559Ue .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-stUiy559Ue .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stUiy559Ue .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stUiy559Ue .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-stUiy559Ue .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stUiy559Ue .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stUiy559Ue .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stUiy559Ue .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stUiy559Ue .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stUiy559Ue .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-stUiy559Ue .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stUiy559Ue .navbar-collapse.collapsing,
  .cid-stUiy559Ue .navbar-collapse.show {
    display: block !important;
  }
  .cid-stUiy559Ue .navbar-collapse.collapsing .navbar-nav,
  .cid-stUiy559Ue .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stUiy559Ue .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stUiy559Ue .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stUiy559Ue .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stUiy559Ue .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUiy559Ue .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stUiy559Ue .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stUiy559Ue .navbar-collapse.collapsing .navbar-buttons,
  .cid-stUiy559Ue .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stUiy559Ue .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stUiy559Ue .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUiy559Ue img {
    height: 3.8rem !important;
  }
  .cid-stUiy559Ue .btn {
    display: flex;
  }
  .cid-stUiy559Ue button.navbar-toggler {
    display: block;
  }
  .cid-stUiy559Ue .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stUiy559Ue .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stUiy559Ue .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-stUiy559Ue .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stUiy559Ue .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stUiy559Ue .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-stUiy559Ue .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stUiy559Ue .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stUiy559Ue .navbar-toggler {
  position: relative;
}
.cid-stUiy559Ue .dropdown-item.active,
.cid-stUiy559Ue .dropdown-item:active {
  color: initial;
}
.cid-stUiy559Ue .widget-title {
  color: #83868c;
}
.cid-stUiy559Ue .widget-text {
  color: #83868c;
}
.cid-stUiy559Ue .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stUiy559Ue .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stUiy559Ue .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stUiy559Ue .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stUiy559Ue .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stUiy559Ue .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stUiy559Ue .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stUiy559Ue .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stUiy559Ue .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stUiy559Ue .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stUiy559Ue .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stUiy559Ue .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stUiy559Ue .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stUiy559Ue .menu-content-top,
  .cid-stUiy559Ue .menu-bottom {
    padding: 0 15px;
  }
  .cid-stUiy559Ue 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-stUiy6Yu5d {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stUiy6Yu5d .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stUiy6Yu5d .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stUiy6Yu5d .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stUiy6Yu5d .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUiy6Yu5d .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stUiy6Yu5d .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stUiy6Yu5d .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stUiy6Yu5d .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stUiy6Yu5d .separator,
  .cid-stUiy6Yu5d .sep-holder,
  .cid-stUiy6Yu5d .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stUiy6Yu5d .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stUiy6Yu5d .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stUiy6Yu5d .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUiy6Yu5d .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stUiy6Yu5d .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stUiy6Yu5d .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stUiy6Yu5d .items .list-item:last-child .listico {
  display: none;
}
.cid-stUiy81YFn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stUiy81YFn img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stUiy81YFn .row {
  justify-content: center;
}
.cid-stUiy81YFn .mbr-text {
  color: #767676;
}
.cid-stUiy81YFn .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stUiy81YFn .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stUiy81YFn .date {
  margin: 0;
  color: #14287f;
}
.cid-stUiy81YFn .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stUiy81YFn .icon-box {
    flex-direction: column;
  }
  .cid-stUiy81YFn .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stUiy81YFn img {
    margin-bottom: 2rem;
  }
}
.cid-stUiy81YFn H1 {
  color: #14287f;
}
.cid-stUiy81YFn H3 {
  color: #00acee;
}
.cid-sAIP4ACOXZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIP4ACOXZ .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIP4ACOXZ .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIP4ACOXZ .mbr-text {
  color: #83868c;
}
.cid-sAIP4ACOXZ .phone-word {
  color: #279e64;
}
.cid-sAIP4ACOXZ .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIP4ACOXZ .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIP4ACOXZ img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIP4ACOXZ .img1 {
  color: #279e64;
}
.cid-sAIP4ACOXZ .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIP4ACOXZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIP4ACOXZ .content .link-wrap {
  color: red;
}
.cid-sAIP4ACOXZ .content .date-wrap {
  color: #13287d;
}
.cid-sAIP4ACOXZ .item,
.cid-sAIP4ACOXZ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIP4ACOXZ .item h4,
.cid-sAIP4ACOXZ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIP4ACOXZ .link {
  transition: all 0.3s ease-in;
}
.cid-sAIP4ACOXZ .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIP4ACOXZ .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIP4ACOXZ .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIP4ACOXZ .item .card-img {
  width: auto;
}
.cid-sAIP4ACOXZ .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIP4ACOXZ .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIP4ACOXZ h5 {
    text-align: left !important;
  }
  .cid-sAIP4ACOXZ .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIP4ACOXZ .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIP4ACOXZ .item-title:hover {
  color: #279e64;
}
.cid-sAIP4ACOXZ .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIP4ACOXZ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIP4ACOXZ .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIP4ACOXZ .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIP4ACOXZ .btn[class*="-outline"]:active,
.cid-sAIP4ACOXZ .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIP4ACOXZ .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIP4ACOXZ .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIP4ACOXZ .pre-form {
  color: #83868c;
}
.cid-sAIP4ACOXZ .form-group,
.cid-sAIP4ACOXZ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIP4ACOXZ .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-sAIP4ACOXZ .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIP4ACOXZ .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIP4ACOXZ .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIP4ACOXZ .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIP4ACOXZ .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIP4ACOXZ .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIP4ACOXZ .dragArea {
  flex-direction: column;
}
.cid-sAIP4ACOXZ .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stUiyawuEJ.popup-builder {
  background-color: #ffffff;
}
.cid-stUiyawuEJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stUiyawuEJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stUiyawuEJ .modal-content,
.cid-stUiyawuEJ .modal-dialog {
  height: auto;
}
.cid-stUiyawuEJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stUiyawuEJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stUiyawuEJ .form-wrapper .mbr-form .form-group,
  .cid-stUiyawuEJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stUiyawuEJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stUiyawuEJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stUiyawuEJ .mbr-text {
  text-align: center;
}
.cid-stUiyawuEJ .pt-0 {
  padding-top: 0 !important;
}
.cid-stUiyawuEJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stUiyawuEJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stUiyawuEJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stUiyawuEJ .modal-open {
  overflow: hidden;
}
.cid-stUiyawuEJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stUiyawuEJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stUiyawuEJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stUiyawuEJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stUiyawuEJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stUiyawuEJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stUiyawuEJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stUiyawuEJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stUiyawuEJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stUiyawuEJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-stUiyawuEJ .modal-backdrop.show {
  opacity: .5;
}
.cid-stUiyawuEJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stUiyawuEJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stUiyawuEJ .modal-header .close:hover {
  opacity: 1;
}
.cid-stUiyawuEJ .modal-header .close:focus {
  outline: none;
}
.cid-stUiyawuEJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stUiyawuEJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stUiyawuEJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stUiyawuEJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stUiyawuEJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stUiyawuEJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stUiyawuEJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stUiyawuEJ .modal-sm {
    max-width: 300px;
  }
  .cid-stUiyawuEJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stUiyawuEJ .modal-lg,
  .cid-stUiyawuEJ .modal-xl {
    max-width: 800px;
  }
  .cid-stUiyawuEJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stUiyawuEJ .modal-xl {
    max-width: 1140px;
  }
  .cid-stUiyawuEJ .container {
    max-width: 1140px;
  }
}
.cid-stUiyawuEJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stUiyawuEJ .container {
    max-width: 720px;
  }
}
.cid-stUiyawuEJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stUiyawuEJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stUiyawuEJ .form-group {
  margin-bottom: 1rem;
}
.cid-stUiyawuEJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stUiyawuEJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stUiyawuEJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIP5Xt1rV.popup-builder {
  background-color: #ffffff;
}
.cid-sAIP5Xt1rV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIP5Xt1rV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIP5Xt1rV .modal-content,
.cid-sAIP5Xt1rV .modal-dialog {
  height: auto;
}
.cid-sAIP5Xt1rV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIP5Xt1rV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIP5Xt1rV .form-wrapper .mbr-form .form-group,
  .cid-sAIP5Xt1rV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIP5Xt1rV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIP5Xt1rV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIP5Xt1rV .mbr-text {
  text-align: center;
}
.cid-sAIP5Xt1rV .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIP5Xt1rV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIP5Xt1rV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIP5Xt1rV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIP5Xt1rV .modal-open {
  overflow: hidden;
}
.cid-sAIP5Xt1rV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIP5Xt1rV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIP5Xt1rV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIP5Xt1rV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIP5Xt1rV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIP5Xt1rV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIP5Xt1rV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIP5Xt1rV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIP5Xt1rV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIP5Xt1rV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIP5Xt1rV .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIP5Xt1rV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIP5Xt1rV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIP5Xt1rV .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIP5Xt1rV .modal-header .close:focus {
  outline: none;
}
.cid-sAIP5Xt1rV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIP5Xt1rV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIP5Xt1rV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIP5Xt1rV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIP5Xt1rV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIP5Xt1rV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIP5Xt1rV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIP5Xt1rV .modal-sm {
    max-width: 300px;
  }
  .cid-sAIP5Xt1rV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIP5Xt1rV .modal-lg,
  .cid-sAIP5Xt1rV .modal-xl {
    max-width: 800px;
  }
  .cid-sAIP5Xt1rV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIP5Xt1rV .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIP5Xt1rV .container {
    max-width: 1140px;
  }
}
.cid-sAIP5Xt1rV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIP5Xt1rV .container {
    max-width: 720px;
  }
}
.cid-sAIP5Xt1rV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIP5Xt1rV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIP5Xt1rV .form-group {
  margin-bottom: 1rem;
}
.cid-sAIP5Xt1rV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIP5Xt1rV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIP5Xt1rV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stUiVTsftL .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-stUiVTsftL .navbar-fixed-top {
  padding-top: 0;
}
.cid-stUiVTsftL .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-stUiVTsftL .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-stUiVTsftL .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-stUiVTsftL .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-stUiVTsftL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stUiVTsftL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-stUiVTsftL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stUiVTsftL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stUiVTsftL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stUiVTsftL .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-stUiVTsftL .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-stUiVTsftL .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-stUiVTsftL .dropdown-item,
.cid-stUiVTsftL .nav-link,
.cid-stUiVTsftL .brand-name {
  font-style: normal;
}
.cid-stUiVTsftL .dropdown-item:hover,
.cid-stUiVTsftL .nav-link:hover,
.cid-stUiVTsftL .brand-name:hover {
  color: #279e64 !important;
}
.cid-stUiVTsftL .dropdown-menu {
  background-color: #ffffff;
}
.cid-stUiVTsftL .dropdown-item:active {
  background-color: #ffffff;
}
.cid-stUiVTsftL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-stUiVTsftL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stUiVTsftL .nav-item {
  position: relative;
}
.cid-stUiVTsftL .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-stUiVTsftL .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-stUiVTsftL .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-stUiVTsftL .nav-link {
    line-height: 6.13;
  }
  .cid-stUiVTsftL .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-stUiVTsftL .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-stUiVTsftL .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-stUiVTsftL .content-text {
  margin-bottom: 0;
}
.cid-stUiVTsftL .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-stUiVTsftL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-stUiVTsftL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-stUiVTsftL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-stUiVTsftL .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-stUiVTsftL .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stUiVTsftL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-stUiVTsftL .content-right-side {
  text-align: center;
}
.cid-stUiVTsftL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-stUiVTsftL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-stUiVTsftL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-stUiVTsftL .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-stUiVTsftL .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stUiVTsftL .info-widget:first-child {
  margin-left: 0;
}
.cid-stUiVTsftL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-stUiVTsftL .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-stUiVTsftL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-stUiVTsftL .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-stUiVTsftL .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-stUiVTsftL .navbar {
    display: block;
    padding: 0;
  }
  .cid-stUiVTsftL .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-stUiVTsftL .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-stUiVTsftL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-stUiVTsftL .navbar-toggler {
    display: none;
  }
  .cid-stUiVTsftL .navbar-collapse {
    justify-content: center;
  }
}
.cid-stUiVTsftL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-stUiVTsftL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-stUiVTsftL .btn-sm {
  padding: 13px 29px;
}
.cid-stUiVTsftL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-stUiVTsftL .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-stUiVTsftL .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-stUiVTsftL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-stUiVTsftL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-stUiVTsftL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-stUiVTsftL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stUiVTsftL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-stUiVTsftL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUiVTsftL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stUiVTsftL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stUiVTsftL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-stUiVTsftL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stUiVTsftL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stUiVTsftL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stUiVTsftL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stUiVTsftL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-stUiVTsftL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-stUiVTsftL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stUiVTsftL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stUiVTsftL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stUiVTsftL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-stUiVTsftL button.navbar-toggler:focus {
  outline: none;
}
.cid-stUiVTsftL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-stUiVTsftL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stUiVTsftL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUiVTsftL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stUiVTsftL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stUiVTsftL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUiVTsftL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stUiVTsftL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stUiVTsftL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stUiVTsftL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stUiVTsftL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stUiVTsftL .collapsed .btn {
  display: flex;
}
.cid-stUiVTsftL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stUiVTsftL .collapsed .navbar-collapse.collapsing,
.cid-stUiVTsftL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stUiVTsftL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stUiVTsftL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stUiVTsftL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stUiVTsftL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stUiVTsftL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stUiVTsftL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stUiVTsftL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stUiVTsftL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-stUiVTsftL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stUiVTsftL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stUiVTsftL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-stUiVTsftL .collapsed button.navbar-toggler {
  display: block;
}
.cid-stUiVTsftL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-stUiVTsftL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-stUiVTsftL .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-stUiVTsftL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stUiVTsftL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stUiVTsftL .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-stUiVTsftL .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-stUiVTsftL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-stUiVTsftL .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-stUiVTsftL .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-stUiVTsftL .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-stUiVTsftL .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-stUiVTsftL .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-stUiVTsftL .navbar-collapse.collapsing,
  .cid-stUiVTsftL .navbar-collapse.show {
    display: block !important;
  }
  .cid-stUiVTsftL .navbar-collapse.collapsing .navbar-nav,
  .cid-stUiVTsftL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stUiVTsftL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stUiVTsftL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stUiVTsftL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stUiVTsftL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUiVTsftL .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-stUiVTsftL .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-stUiVTsftL .navbar-collapse.collapsing .navbar-buttons,
  .cid-stUiVTsftL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-stUiVTsftL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stUiVTsftL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUiVTsftL img {
    height: 3.8rem !important;
  }
  .cid-stUiVTsftL .btn {
    display: flex;
  }
  .cid-stUiVTsftL button.navbar-toggler {
    display: block;
  }
  .cid-stUiVTsftL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-stUiVTsftL .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-stUiVTsftL .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-stUiVTsftL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stUiVTsftL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stUiVTsftL .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-stUiVTsftL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-stUiVTsftL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-stUiVTsftL .navbar-toggler {
  position: relative;
}
.cid-stUiVTsftL .dropdown-item.active,
.cid-stUiVTsftL .dropdown-item:active {
  color: initial;
}
.cid-stUiVTsftL .widget-title {
  color: #83868c;
}
.cid-stUiVTsftL .widget-text {
  color: #83868c;
}
.cid-stUiVTsftL .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-stUiVTsftL .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-stUiVTsftL .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-stUiVTsftL .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-stUiVTsftL .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-stUiVTsftL .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-stUiVTsftL .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-stUiVTsftL .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-stUiVTsftL .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-stUiVTsftL .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-stUiVTsftL .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-stUiVTsftL .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-stUiVTsftL .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-stUiVTsftL .menu-content-top,
  .cid-stUiVTsftL .menu-bottom {
    padding: 0 15px;
  }
  .cid-stUiVTsftL 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-stUiVVvb9B {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-stUiVVvb9B .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-stUiVVvb9B .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-stUiVVvb9B .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-stUiVVvb9B .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUiVVvb9B .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-stUiVVvb9B .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-stUiVVvb9B .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-stUiVVvb9B .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-stUiVVvb9B .separator,
  .cid-stUiVVvb9B .sep-holder,
  .cid-stUiVVvb9B .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-stUiVVvb9B .buttons-wrap {
    flex-direction: column;
  }
}
.cid-stUiVVvb9B .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-stUiVVvb9B .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-stUiVVvb9B .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-stUiVVvb9B .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-stUiVVvb9B .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-stUiVVvb9B .items .list-item:last-child .listico {
  display: none;
}
.cid-stUiVXqx9S {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ls-bg-3-1722x600.jpg");
}
.cid-stUiVXqx9S img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-stUiVXqx9S .row {
  justify-content: center;
}
.cid-stUiVXqx9S .mbr-text {
  color: #767676;
}
.cid-stUiVXqx9S .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-stUiVXqx9S .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-stUiVXqx9S .date {
  margin: 0;
  color: #14287f;
}
.cid-stUiVXqx9S .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-stUiVXqx9S .icon-box {
    flex-direction: column;
  }
  .cid-stUiVXqx9S .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-stUiVXqx9S img {
    margin-bottom: 2rem;
  }
}
.cid-stUiVXqx9S H1 {
  color: #14287f;
}
.cid-stUiVXqx9S H3 {
  color: #00acee;
}
.cid-sAIPaXjrVP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIPaXjrVP .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIPaXjrVP .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIPaXjrVP .mbr-text {
  color: #83868c;
}
.cid-sAIPaXjrVP .phone-word {
  color: #279e64;
}
.cid-sAIPaXjrVP .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIPaXjrVP .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIPaXjrVP img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIPaXjrVP .img1 {
  color: #279e64;
}
.cid-sAIPaXjrVP .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIPaXjrVP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIPaXjrVP .content .link-wrap {
  color: red;
}
.cid-sAIPaXjrVP .content .date-wrap {
  color: #13287d;
}
.cid-sAIPaXjrVP .item,
.cid-sAIPaXjrVP .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIPaXjrVP .item h4,
.cid-sAIPaXjrVP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIPaXjrVP .link {
  transition: all 0.3s ease-in;
}
.cid-sAIPaXjrVP .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIPaXjrVP .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIPaXjrVP .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIPaXjrVP .item .card-img {
  width: auto;
}
.cid-sAIPaXjrVP .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIPaXjrVP .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIPaXjrVP h5 {
    text-align: left !important;
  }
  .cid-sAIPaXjrVP .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIPaXjrVP .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIPaXjrVP .item-title:hover {
  color: #279e64;
}
.cid-sAIPaXjrVP .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIPaXjrVP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIPaXjrVP .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIPaXjrVP .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIPaXjrVP .btn[class*="-outline"]:active,
.cid-sAIPaXjrVP .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIPaXjrVP .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIPaXjrVP .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIPaXjrVP .pre-form {
  color: #83868c;
}
.cid-sAIPaXjrVP .form-group,
.cid-sAIPaXjrVP .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIPaXjrVP .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-sAIPaXjrVP .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIPaXjrVP .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIPaXjrVP .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIPaXjrVP .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIPaXjrVP .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIPaXjrVP .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIPaXjrVP .dragArea {
  flex-direction: column;
}
.cid-sAIPaXjrVP .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-stUiW1zPdh.popup-builder {
  background-color: #ffffff;
}
.cid-stUiW1zPdh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stUiW1zPdh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stUiW1zPdh .modal-content,
.cid-stUiW1zPdh .modal-dialog {
  height: auto;
}
.cid-stUiW1zPdh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stUiW1zPdh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stUiW1zPdh .form-wrapper .mbr-form .form-group,
  .cid-stUiW1zPdh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stUiW1zPdh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stUiW1zPdh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stUiW1zPdh .mbr-text {
  text-align: center;
}
.cid-stUiW1zPdh .pt-0 {
  padding-top: 0 !important;
}
.cid-stUiW1zPdh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stUiW1zPdh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stUiW1zPdh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stUiW1zPdh .modal-open {
  overflow: hidden;
}
.cid-stUiW1zPdh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stUiW1zPdh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stUiW1zPdh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stUiW1zPdh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stUiW1zPdh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stUiW1zPdh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stUiW1zPdh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stUiW1zPdh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stUiW1zPdh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stUiW1zPdh .modal-backdrop.fade {
  opacity: 0;
}
.cid-stUiW1zPdh .modal-backdrop.show {
  opacity: .5;
}
.cid-stUiW1zPdh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stUiW1zPdh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stUiW1zPdh .modal-header .close:hover {
  opacity: 1;
}
.cid-stUiW1zPdh .modal-header .close:focus {
  outline: none;
}
.cid-stUiW1zPdh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-stUiW1zPdh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stUiW1zPdh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stUiW1zPdh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stUiW1zPdh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stUiW1zPdh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stUiW1zPdh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stUiW1zPdh .modal-sm {
    max-width: 300px;
  }
  .cid-stUiW1zPdh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stUiW1zPdh .modal-lg,
  .cid-stUiW1zPdh .modal-xl {
    max-width: 800px;
  }
  .cid-stUiW1zPdh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stUiW1zPdh .modal-xl {
    max-width: 1140px;
  }
  .cid-stUiW1zPdh .container {
    max-width: 1140px;
  }
}
.cid-stUiW1zPdh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stUiW1zPdh .container {
    max-width: 720px;
  }
}
.cid-stUiW1zPdh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stUiW1zPdh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stUiW1zPdh .form-group {
  margin-bottom: 1rem;
}
.cid-stUiW1zPdh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stUiW1zPdh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stUiW1zPdh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIPc6HkJQ.popup-builder {
  background-color: #ffffff;
}
.cid-sAIPc6HkJQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIPc6HkJQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIPc6HkJQ .modal-content,
.cid-sAIPc6HkJQ .modal-dialog {
  height: auto;
}
.cid-sAIPc6HkJQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIPc6HkJQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIPc6HkJQ .form-wrapper .mbr-form .form-group,
  .cid-sAIPc6HkJQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIPc6HkJQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIPc6HkJQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIPc6HkJQ .mbr-text {
  text-align: center;
}
.cid-sAIPc6HkJQ .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIPc6HkJQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIPc6HkJQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIPc6HkJQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIPc6HkJQ .modal-open {
  overflow: hidden;
}
.cid-sAIPc6HkJQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIPc6HkJQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIPc6HkJQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIPc6HkJQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIPc6HkJQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIPc6HkJQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIPc6HkJQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIPc6HkJQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIPc6HkJQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIPc6HkJQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIPc6HkJQ .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIPc6HkJQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIPc6HkJQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIPc6HkJQ .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIPc6HkJQ .modal-header .close:focus {
  outline: none;
}
.cid-sAIPc6HkJQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIPc6HkJQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIPc6HkJQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIPc6HkJQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIPc6HkJQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIPc6HkJQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIPc6HkJQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIPc6HkJQ .modal-sm {
    max-width: 300px;
  }
  .cid-sAIPc6HkJQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIPc6HkJQ .modal-lg,
  .cid-sAIPc6HkJQ .modal-xl {
    max-width: 800px;
  }
  .cid-sAIPc6HkJQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIPc6HkJQ .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIPc6HkJQ .container {
    max-width: 1140px;
  }
}
.cid-sAIPc6HkJQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIPc6HkJQ .container {
    max-width: 720px;
  }
}
.cid-sAIPc6HkJQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIPc6HkJQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIPc6HkJQ .form-group {
  margin-bottom: 1rem;
}
.cid-sAIPc6HkJQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIPc6HkJQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIPc6HkJQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sBEKWX1E7u .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBEKWX1E7u .navbar-fixed-top {
  padding-top: 0;
}
.cid-sBEKWX1E7u .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sBEKWX1E7u .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-sBEKWX1E7u .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sBEKWX1E7u .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-sBEKWX1E7u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sBEKWX1E7u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sBEKWX1E7u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBEKWX1E7u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBEKWX1E7u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBEKWX1E7u .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-sBEKWX1E7u .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBEKWX1E7u .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sBEKWX1E7u .dropdown-item,
.cid-sBEKWX1E7u .nav-link,
.cid-sBEKWX1E7u .brand-name {
  font-style: normal;
}
.cid-sBEKWX1E7u .dropdown-item:hover,
.cid-sBEKWX1E7u .nav-link:hover,
.cid-sBEKWX1E7u .brand-name:hover {
  color: #279e64 !important;
}
.cid-sBEKWX1E7u .dropdown-menu {
  background-color: #ffffff;
}
.cid-sBEKWX1E7u .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sBEKWX1E7u .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sBEKWX1E7u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBEKWX1E7u .nav-item {
  position: relative;
}
.cid-sBEKWX1E7u .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBEKWX1E7u .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sBEKWX1E7u .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sBEKWX1E7u .nav-link {
    line-height: 6.13;
  }
  .cid-sBEKWX1E7u .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sBEKWX1E7u .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sBEKWX1E7u .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-sBEKWX1E7u .content-text {
  margin-bottom: 0;
}
.cid-sBEKWX1E7u .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBEKWX1E7u .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBEKWX1E7u .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBEKWX1E7u .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBEKWX1E7u .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sBEKWX1E7u .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBEKWX1E7u .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBEKWX1E7u .content-right-side {
  text-align: center;
}
.cid-sBEKWX1E7u .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBEKWX1E7u .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBEKWX1E7u .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sBEKWX1E7u .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-sBEKWX1E7u .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBEKWX1E7u .info-widget:first-child {
  margin-left: 0;
}
.cid-sBEKWX1E7u .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBEKWX1E7u .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sBEKWX1E7u .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBEKWX1E7u .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sBEKWX1E7u .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sBEKWX1E7u .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBEKWX1E7u .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sBEKWX1E7u .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-sBEKWX1E7u .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sBEKWX1E7u .navbar-toggler {
    display: none;
  }
  .cid-sBEKWX1E7u .navbar-collapse {
    justify-content: center;
  }
}
.cid-sBEKWX1E7u .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sBEKWX1E7u .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sBEKWX1E7u .btn-sm {
  padding: 13px 29px;
}
.cid-sBEKWX1E7u .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBEKWX1E7u .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-sBEKWX1E7u .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sBEKWX1E7u .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBEKWX1E7u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBEKWX1E7u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sBEKWX1E7u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBEKWX1E7u .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBEKWX1E7u .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBEKWX1E7u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBEKWX1E7u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBEKWX1E7u .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sBEKWX1E7u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBEKWX1E7u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBEKWX1E7u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBEKWX1E7u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBEKWX1E7u .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sBEKWX1E7u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sBEKWX1E7u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBEKWX1E7u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBEKWX1E7u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBEKWX1E7u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sBEKWX1E7u button.navbar-toggler:focus {
  outline: none;
}
.cid-sBEKWX1E7u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sBEKWX1E7u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBEKWX1E7u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBEKWX1E7u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBEKWX1E7u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBEKWX1E7u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBEKWX1E7u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBEKWX1E7u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBEKWX1E7u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBEKWX1E7u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBEKWX1E7u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBEKWX1E7u .collapsed .btn {
  display: flex;
}
.cid-sBEKWX1E7u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBEKWX1E7u .collapsed .navbar-collapse.collapsing,
.cid-sBEKWX1E7u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBEKWX1E7u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBEKWX1E7u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBEKWX1E7u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBEKWX1E7u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBEKWX1E7u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sBEKWX1E7u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sBEKWX1E7u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBEKWX1E7u .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sBEKWX1E7u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBEKWX1E7u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBEKWX1E7u .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBEKWX1E7u .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBEKWX1E7u .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sBEKWX1E7u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sBEKWX1E7u .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-sBEKWX1E7u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBEKWX1E7u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBEKWX1E7u .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-sBEKWX1E7u .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBEKWX1E7u .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sBEKWX1E7u .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sBEKWX1E7u .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sBEKWX1E7u .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sBEKWX1E7u .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-sBEKWX1E7u .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sBEKWX1E7u .navbar-collapse.collapsing,
  .cid-sBEKWX1E7u .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBEKWX1E7u .navbar-collapse.collapsing .navbar-nav,
  .cid-sBEKWX1E7u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBEKWX1E7u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBEKWX1E7u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBEKWX1E7u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sBEKWX1E7u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBEKWX1E7u .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sBEKWX1E7u .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sBEKWX1E7u .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBEKWX1E7u .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sBEKWX1E7u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBEKWX1E7u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBEKWX1E7u img {
    height: 3.8rem !important;
  }
  .cid-sBEKWX1E7u .btn {
    display: flex;
  }
  .cid-sBEKWX1E7u button.navbar-toggler {
    display: block;
  }
  .cid-sBEKWX1E7u .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sBEKWX1E7u .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sBEKWX1E7u .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-sBEKWX1E7u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBEKWX1E7u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBEKWX1E7u .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-sBEKWX1E7u .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBEKWX1E7u .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sBEKWX1E7u .navbar-toggler {
  position: relative;
}
.cid-sBEKWX1E7u .dropdown-item.active,
.cid-sBEKWX1E7u .dropdown-item:active {
  color: initial;
}
.cid-sBEKWX1E7u .widget-title {
  color: #83868c;
}
.cid-sBEKWX1E7u .widget-text {
  color: #83868c;
}
.cid-sBEKWX1E7u .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sBEKWX1E7u .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sBEKWX1E7u .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sBEKWX1E7u .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sBEKWX1E7u .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sBEKWX1E7u .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sBEKWX1E7u .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sBEKWX1E7u .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sBEKWX1E7u .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sBEKWX1E7u .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sBEKWX1E7u .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sBEKWX1E7u .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sBEKWX1E7u .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sBEKWX1E7u .menu-content-top,
  .cid-sBEKWX1E7u .menu-bottom {
    padding: 0 15px;
  }
  .cid-sBEKWX1E7u 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-sBEKWZrZAt {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sBEKWZrZAt .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sBEKWZrZAt .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sBEKWZrZAt .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sBEKWZrZAt .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sBEKWZrZAt .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sBEKWZrZAt .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sBEKWZrZAt .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sBEKWZrZAt .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sBEKWZrZAt .separator,
  .cid-sBEKWZrZAt .sep-holder,
  .cid-sBEKWZrZAt .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sBEKWZrZAt .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sBEKWZrZAt .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sBEKWZrZAt .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sBEKWZrZAt .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sBEKWZrZAt .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sBEKWZrZAt .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sBEKWZrZAt .items .list-item:last-child .listico {
  display: none;
}
.cid-sBELwL0v5P {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #14287f;
}
.cid-sBELwL0v5P .content-inner .left-content {
  display: block;
}
.cid-sBELwL0v5P .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sBELwL0v5P .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sBELwL0v5P .content-inner .right-content {
  display: block;
}
.cid-sBELwL0v5P .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sBELwL0v5P .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sBELwL0v5P .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sBELwL0v5P .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sBELwL0v5P .content-inner {
    justify-content: center !important;
  }
  .cid-sBELwL0v5P * {
    text-align: center;
  }
}
.cid-sBEKX2K8Xo {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sBEKX2K8Xo H1 {
  color: #14287f;
}
.cid-sBEKX2K8Xo .mbr-text,
.cid-sBEKX2K8Xo .mbr-section-btn {
  color: #767676;
}
.cid-sBEKX2K8Xo .img1 {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
  border-radius: 10px;
}
.cid-sBEKX2K8Xo .relative {
  position: relative;
}
.cid-sBEKX2K8Xo .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sBEKX2K8Xo .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-sBEKX2K8Xo .card-img2 .img2 {
  width: 120%;
}
.cid-sBEKX2K8Xo .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sBEKX2K8Xo .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-sBEKX2K8Xo .img2 {
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sBEKX8Aha4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sBEKX8Aha4 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sBEKX8Aha4 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sBEKX8Aha4 .mbr-text {
  color: #83868c;
}
.cid-sBEKX8Aha4 .phone-word {
  color: #279e64;
}
.cid-sBEKX8Aha4 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sBEKX8Aha4 .text-link:hover {
  color: #279e64 !important;
}
.cid-sBEKX8Aha4 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sBEKX8Aha4 .img1 {
  color: #279e64;
}
.cid-sBEKX8Aha4 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sBEKX8Aha4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBEKX8Aha4 .content .link-wrap {
  color: red;
}
.cid-sBEKX8Aha4 .content .date-wrap {
  color: #13287d;
}
.cid-sBEKX8Aha4 .item,
.cid-sBEKX8Aha4 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sBEKX8Aha4 .item h4,
.cid-sBEKX8Aha4 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sBEKX8Aha4 .link {
  transition: all 0.3s ease-in;
}
.cid-sBEKX8Aha4 .link .card-img {
  padding-bottom: 3px;
}
.cid-sBEKX8Aha4 .link:hover .card-img span {
  color: #279e64;
}
.cid-sBEKX8Aha4 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sBEKX8Aha4 .item .card-img {
  width: auto;
}
.cid-sBEKX8Aha4 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sBEKX8Aha4 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sBEKX8Aha4 h5 {
    text-align: left !important;
  }
  .cid-sBEKX8Aha4 .line-wrap {
    text-align: left !important;
  }
}
.cid-sBEKX8Aha4 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sBEKX8Aha4 .item-title:hover {
  color: #279e64;
}
.cid-sBEKX8Aha4 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sBEKX8Aha4 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sBEKX8Aha4 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sBEKX8Aha4 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sBEKX8Aha4 .btn[class*="-outline"]:active,
.cid-sBEKX8Aha4 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sBEKX8Aha4 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sBEKX8Aha4 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sBEKX8Aha4 .pre-form {
  color: #83868c;
}
.cid-sBEKX8Aha4 .form-group,
.cid-sBEKX8Aha4 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sBEKX8Aha4 .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-sBEKX8Aha4 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sBEKX8Aha4 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sBEKX8Aha4 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sBEKX8Aha4 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sBEKX8Aha4 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sBEKX8Aha4 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sBEKX8Aha4 .dragArea {
  flex-direction: column;
}
.cid-sBEKX8Aha4 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sBEKXauaLs.popup-builder {
  background-color: #ffffff;
}
.cid-sBEKXauaLs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sBEKXauaLs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sBEKXauaLs .modal-content,
.cid-sBEKXauaLs .modal-dialog {
  height: auto;
}
.cid-sBEKXauaLs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sBEKXauaLs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sBEKXauaLs .form-wrapper .mbr-form .form-group,
  .cid-sBEKXauaLs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sBEKXauaLs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sBEKXauaLs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBEKXauaLs .mbr-text {
  text-align: center;
}
.cid-sBEKXauaLs .pt-0 {
  padding-top: 0 !important;
}
.cid-sBEKXauaLs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sBEKXauaLs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sBEKXauaLs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sBEKXauaLs .modal-open {
  overflow: hidden;
}
.cid-sBEKXauaLs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sBEKXauaLs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sBEKXauaLs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sBEKXauaLs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sBEKXauaLs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sBEKXauaLs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sBEKXauaLs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sBEKXauaLs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sBEKXauaLs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sBEKXauaLs .modal-backdrop.fade {
  opacity: 0;
}
.cid-sBEKXauaLs .modal-backdrop.show {
  opacity: .5;
}
.cid-sBEKXauaLs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sBEKXauaLs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sBEKXauaLs .modal-header .close:hover {
  opacity: 1;
}
.cid-sBEKXauaLs .modal-header .close:focus {
  outline: none;
}
.cid-sBEKXauaLs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sBEKXauaLs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sBEKXauaLs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sBEKXauaLs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sBEKXauaLs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sBEKXauaLs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sBEKXauaLs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sBEKXauaLs .modal-sm {
    max-width: 300px;
  }
  .cid-sBEKXauaLs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sBEKXauaLs .modal-lg,
  .cid-sBEKXauaLs .modal-xl {
    max-width: 800px;
  }
  .cid-sBEKXauaLs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sBEKXauaLs .modal-xl {
    max-width: 1140px;
  }
  .cid-sBEKXauaLs .container {
    max-width: 1140px;
  }
}
.cid-sBEKXauaLs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sBEKXauaLs .container {
    max-width: 720px;
  }
}
.cid-sBEKXauaLs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sBEKXauaLs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sBEKXauaLs .form-group {
  margin-bottom: 1rem;
}
.cid-sBEKXauaLs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sBEKXauaLs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sBEKXauaLs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sBEKXbREZY.popup-builder {
  background-color: #ffffff;
}
.cid-sBEKXbREZY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sBEKXbREZY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sBEKXbREZY .modal-content,
.cid-sBEKXbREZY .modal-dialog {
  height: auto;
}
.cid-sBEKXbREZY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sBEKXbREZY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sBEKXbREZY .form-wrapper .mbr-form .form-group,
  .cid-sBEKXbREZY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sBEKXbREZY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sBEKXbREZY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBEKXbREZY .mbr-text {
  text-align: center;
}
.cid-sBEKXbREZY .pt-0 {
  padding-top: 0 !important;
}
.cid-sBEKXbREZY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sBEKXbREZY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sBEKXbREZY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sBEKXbREZY .modal-open {
  overflow: hidden;
}
.cid-sBEKXbREZY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sBEKXbREZY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sBEKXbREZY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sBEKXbREZY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sBEKXbREZY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sBEKXbREZY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sBEKXbREZY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sBEKXbREZY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sBEKXbREZY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sBEKXbREZY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sBEKXbREZY .modal-backdrop.show {
  opacity: .5;
}
.cid-sBEKXbREZY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sBEKXbREZY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sBEKXbREZY .modal-header .close:hover {
  opacity: 1;
}
.cid-sBEKXbREZY .modal-header .close:focus {
  outline: none;
}
.cid-sBEKXbREZY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sBEKXbREZY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sBEKXbREZY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sBEKXbREZY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sBEKXbREZY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sBEKXbREZY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sBEKXbREZY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sBEKXbREZY .modal-sm {
    max-width: 300px;
  }
  .cid-sBEKXbREZY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sBEKXbREZY .modal-lg,
  .cid-sBEKXbREZY .modal-xl {
    max-width: 800px;
  }
  .cid-sBEKXbREZY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sBEKXbREZY .modal-xl {
    max-width: 1140px;
  }
  .cid-sBEKXbREZY .container {
    max-width: 1140px;
  }
}
.cid-sBEKXbREZY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sBEKXbREZY .container {
    max-width: 720px;
  }
}
.cid-sBEKXbREZY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sBEKXbREZY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sBEKXbREZY .form-group {
  margin-bottom: 1rem;
}
.cid-sBEKXbREZY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sBEKXbREZY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sBEKXbREZY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqY3x6rp9C .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqY3x6rp9C .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqY3x6rp9C .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sqY3x6rp9C .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-sqY3x6rp9C .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sqY3x6rp9C .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-sqY3x6rp9C .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqY3x6rp9C .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sqY3x6rp9C .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqY3x6rp9C .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqY3x6rp9C .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqY3x6rp9C .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-sqY3x6rp9C .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqY3x6rp9C .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sqY3x6rp9C .dropdown-item,
.cid-sqY3x6rp9C .nav-link,
.cid-sqY3x6rp9C .brand-name {
  font-style: normal;
}
.cid-sqY3x6rp9C .dropdown-item:hover,
.cid-sqY3x6rp9C .nav-link:hover,
.cid-sqY3x6rp9C .brand-name:hover {
  color: #279e64 !important;
}
.cid-sqY3x6rp9C .dropdown-menu {
  background-color: #ffffff;
}
.cid-sqY3x6rp9C .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sqY3x6rp9C .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sqY3x6rp9C .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqY3x6rp9C .nav-item {
  position: relative;
}
.cid-sqY3x6rp9C .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqY3x6rp9C .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sqY3x6rp9C .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sqY3x6rp9C .nav-link {
    line-height: 6.13;
  }
  .cid-sqY3x6rp9C .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sqY3x6rp9C .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sqY3x6rp9C .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-sqY3x6rp9C .content-text {
  margin-bottom: 0;
}
.cid-sqY3x6rp9C .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqY3x6rp9C .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqY3x6rp9C .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqY3x6rp9C .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqY3x6rp9C .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sqY3x6rp9C .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqY3x6rp9C .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqY3x6rp9C .content-right-side {
  text-align: center;
}
.cid-sqY3x6rp9C .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqY3x6rp9C .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqY3x6rp9C .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sqY3x6rp9C .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-sqY3x6rp9C .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqY3x6rp9C .info-widget:first-child {
  margin-left: 0;
}
.cid-sqY3x6rp9C .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqY3x6rp9C .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sqY3x6rp9C .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqY3x6rp9C .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sqY3x6rp9C .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sqY3x6rp9C .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqY3x6rp9C .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sqY3x6rp9C .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-sqY3x6rp9C .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sqY3x6rp9C .navbar-toggler {
    display: none;
  }
  .cid-sqY3x6rp9C .navbar-collapse {
    justify-content: center;
  }
}
.cid-sqY3x6rp9C .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqY3x6rp9C .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sqY3x6rp9C .btn-sm {
  padding: 13px 29px;
}
.cid-sqY3x6rp9C .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqY3x6rp9C .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-sqY3x6rp9C .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sqY3x6rp9C .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqY3x6rp9C .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqY3x6rp9C .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sqY3x6rp9C .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqY3x6rp9C .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqY3x6rp9C .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY3x6rp9C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqY3x6rp9C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqY3x6rp9C .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sqY3x6rp9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqY3x6rp9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqY3x6rp9C .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqY3x6rp9C .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqY3x6rp9C .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqY3x6rp9C .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sqY3x6rp9C .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqY3x6rp9C .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqY3x6rp9C .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqY3x6rp9C button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sqY3x6rp9C button.navbar-toggler:focus {
  outline: none;
}
.cid-sqY3x6rp9C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sqY3x6rp9C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqY3x6rp9C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY3x6rp9C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqY3x6rp9C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqY3x6rp9C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY3x6rp9C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqY3x6rp9C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqY3x6rp9C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqY3x6rp9C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqY3x6rp9C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqY3x6rp9C .collapsed .btn {
  display: flex;
}
.cid-sqY3x6rp9C .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqY3x6rp9C .collapsed .navbar-collapse.collapsing,
.cid-sqY3x6rp9C .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqY3x6rp9C .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqY3x6rp9C .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqY3x6rp9C .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqY3x6rp9C .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqY3x6rp9C .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqY3x6rp9C .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqY3x6rp9C .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqY3x6rp9C .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sqY3x6rp9C .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqY3x6rp9C .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqY3x6rp9C .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqY3x6rp9C .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqY3x6rp9C .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqY3x6rp9C .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sqY3x6rp9C .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-sqY3x6rp9C .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqY3x6rp9C .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqY3x6rp9C .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-sqY3x6rp9C .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqY3x6rp9C .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sqY3x6rp9C .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sqY3x6rp9C .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sqY3x6rp9C .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sqY3x6rp9C .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-sqY3x6rp9C .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sqY3x6rp9C .navbar-collapse.collapsing,
  .cid-sqY3x6rp9C .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqY3x6rp9C .navbar-collapse.collapsing .navbar-nav,
  .cid-sqY3x6rp9C .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqY3x6rp9C .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqY3x6rp9C .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqY3x6rp9C .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqY3x6rp9C .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY3x6rp9C .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sqY3x6rp9C .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sqY3x6rp9C .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqY3x6rp9C .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sqY3x6rp9C .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqY3x6rp9C .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqY3x6rp9C img {
    height: 3.8rem !important;
  }
  .cid-sqY3x6rp9C .btn {
    display: flex;
  }
  .cid-sqY3x6rp9C button.navbar-toggler {
    display: block;
  }
  .cid-sqY3x6rp9C .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqY3x6rp9C .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sqY3x6rp9C .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-sqY3x6rp9C .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqY3x6rp9C .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqY3x6rp9C .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-sqY3x6rp9C .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqY3x6rp9C .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqY3x6rp9C .navbar-toggler {
  position: relative;
}
.cid-sqY3x6rp9C .dropdown-item.active,
.cid-sqY3x6rp9C .dropdown-item:active {
  color: initial;
}
.cid-sqY3x6rp9C .widget-title {
  color: #83868c;
}
.cid-sqY3x6rp9C .widget-text {
  color: #83868c;
}
.cid-sqY3x6rp9C .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sqY3x6rp9C .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sqY3x6rp9C .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sqY3x6rp9C .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sqY3x6rp9C .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sqY3x6rp9C .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sqY3x6rp9C .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sqY3x6rp9C .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sqY3x6rp9C .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sqY3x6rp9C .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sqY3x6rp9C .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sqY3x6rp9C .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sqY3x6rp9C .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sqY3x6rp9C .menu-content-top,
  .cid-sqY3x6rp9C .menu-bottom {
    padding: 0 15px;
  }
  .cid-sqY3x6rp9C 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-sqY3x8iga2 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sqY3x8iga2 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sqY3x8iga2 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sqY3x8iga2 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sqY3x8iga2 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY3x8iga2 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sqY3x8iga2 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sqY3x8iga2 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sqY3x8iga2 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sqY3x8iga2 .separator,
  .cid-sqY3x8iga2 .sep-holder,
  .cid-sqY3x8iga2 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sqY3x8iga2 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sqY3x8iga2 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sqY3x8iga2 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sqY3x8iga2 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sqY3x8iga2 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sqY3x8iga2 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sqY3x8iga2 .items .list-item:last-child .listico {
  display: none;
}
.cid-sCpQQJ30I3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCpQQJ30I3 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sCpQQJ30I3 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sCpQQJ30I3 * {
    text-align: left;
  }
}
.cid-sCpQQJ30I3 .img-wrap {
  margin-bottom: 30px;
}
.cid-sCpQQJ30I3 .img-wrap .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-sCpQQJ30I3 .img-wrap .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sCpQQJ30I3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCpQQJ30I3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCpQQJ30I3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCpQQJ30I3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sCpQQJ30I3 a.close:hover {
  color: #ffffff;
}
.cid-sCpSvegNHg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCpSvegNHg .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-sCpSvegNHg .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-sCpSvegNHg h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sCpSvegNHg h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-sCpSvegNHg p {
  text-align: left;
}
.cid-sCpSvegNHg img {
  transition: all 0.3s;
}
.cid-sCpSvegNHg .mbr-text {
  color: #1c1c1c;
}
.cid-sCpSvegNHg .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sCpSvegNHg .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-sCpSvegNHg .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-sCpSvegNHg .card {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-sCpSvegNHg .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 991px) {
  .cid-sCpSvegNHg .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-sCpSvegNHg .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-sCpSvegNHg .card-columns {
    column-gap: 4rem;
  }
}
.cid-sCpSvegNHg .card-title {
  color: #767676;
}
.cid-sAIRk4PcO9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sAIRk4PcO9 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sAIRk4PcO9 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sAIRk4PcO9 .mbr-text {
  color: #83868c;
}
.cid-sAIRk4PcO9 .phone-word {
  color: #279e64;
}
.cid-sAIRk4PcO9 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sAIRk4PcO9 .text-link:hover {
  color: #279e64 !important;
}
.cid-sAIRk4PcO9 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sAIRk4PcO9 .img1 {
  color: #279e64;
}
.cid-sAIRk4PcO9 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sAIRk4PcO9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAIRk4PcO9 .content .link-wrap {
  color: red;
}
.cid-sAIRk4PcO9 .content .date-wrap {
  color: #13287d;
}
.cid-sAIRk4PcO9 .item,
.cid-sAIRk4PcO9 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sAIRk4PcO9 .item h4,
.cid-sAIRk4PcO9 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sAIRk4PcO9 .link {
  transition: all 0.3s ease-in;
}
.cid-sAIRk4PcO9 .link .card-img {
  padding-bottom: 3px;
}
.cid-sAIRk4PcO9 .link:hover .card-img span {
  color: #279e64;
}
.cid-sAIRk4PcO9 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sAIRk4PcO9 .item .card-img {
  width: auto;
}
.cid-sAIRk4PcO9 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sAIRk4PcO9 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sAIRk4PcO9 h5 {
    text-align: left !important;
  }
  .cid-sAIRk4PcO9 .line-wrap {
    text-align: left !important;
  }
}
.cid-sAIRk4PcO9 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sAIRk4PcO9 .item-title:hover {
  color: #279e64;
}
.cid-sAIRk4PcO9 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sAIRk4PcO9 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sAIRk4PcO9 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sAIRk4PcO9 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sAIRk4PcO9 .btn[class*="-outline"]:active,
.cid-sAIRk4PcO9 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sAIRk4PcO9 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sAIRk4PcO9 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sAIRk4PcO9 .pre-form {
  color: #83868c;
}
.cid-sAIRk4PcO9 .form-group,
.cid-sAIRk4PcO9 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sAIRk4PcO9 .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-sAIRk4PcO9 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sAIRk4PcO9 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sAIRk4PcO9 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sAIRk4PcO9 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sAIRk4PcO9 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sAIRk4PcO9 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sAIRk4PcO9 .dragArea {
  flex-direction: column;
}
.cid-sAIRk4PcO9 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sqY3xbQo0E.popup-builder {
  background-color: #ffffff;
}
.cid-sqY3xbQo0E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqY3xbQo0E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqY3xbQo0E .modal-content,
.cid-sqY3xbQo0E .modal-dialog {
  height: auto;
}
.cid-sqY3xbQo0E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqY3xbQo0E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqY3xbQo0E .form-wrapper .mbr-form .form-group,
  .cid-sqY3xbQo0E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqY3xbQo0E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqY3xbQo0E .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqY3xbQo0E .mbr-text {
  text-align: center;
}
.cid-sqY3xbQo0E .pt-0 {
  padding-top: 0 !important;
}
.cid-sqY3xbQo0E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqY3xbQo0E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqY3xbQo0E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqY3xbQo0E .modal-open {
  overflow: hidden;
}
.cid-sqY3xbQo0E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqY3xbQo0E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqY3xbQo0E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqY3xbQo0E .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqY3xbQo0E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqY3xbQo0E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqY3xbQo0E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqY3xbQo0E .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqY3xbQo0E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqY3xbQo0E .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqY3xbQo0E .modal-backdrop.show {
  opacity: .5;
}
.cid-sqY3xbQo0E .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqY3xbQo0E .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqY3xbQo0E .modal-header .close:hover {
  opacity: 1;
}
.cid-sqY3xbQo0E .modal-header .close:focus {
  outline: none;
}
.cid-sqY3xbQo0E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqY3xbQo0E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqY3xbQo0E .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqY3xbQo0E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqY3xbQo0E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqY3xbQo0E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqY3xbQo0E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqY3xbQo0E .modal-sm {
    max-width: 300px;
  }
  .cid-sqY3xbQo0E .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqY3xbQo0E .modal-lg,
  .cid-sqY3xbQo0E .modal-xl {
    max-width: 800px;
  }
  .cid-sqY3xbQo0E .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqY3xbQo0E .modal-xl {
    max-width: 1140px;
  }
  .cid-sqY3xbQo0E .container {
    max-width: 1140px;
  }
}
.cid-sqY3xbQo0E .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqY3xbQo0E .container {
    max-width: 720px;
  }
}
.cid-sqY3xbQo0E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqY3xbQo0E .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqY3xbQo0E .form-group {
  margin-bottom: 1rem;
}
.cid-sqY3xbQo0E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqY3xbQo0E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqY3xbQo0E .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAIRlvdzDr.popup-builder {
  background-color: #ffffff;
}
.cid-sAIRlvdzDr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAIRlvdzDr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAIRlvdzDr .modal-content,
.cid-sAIRlvdzDr .modal-dialog {
  height: auto;
}
.cid-sAIRlvdzDr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAIRlvdzDr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAIRlvdzDr .form-wrapper .mbr-form .form-group,
  .cid-sAIRlvdzDr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAIRlvdzDr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAIRlvdzDr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIRlvdzDr .mbr-text {
  text-align: center;
}
.cid-sAIRlvdzDr .pt-0 {
  padding-top: 0 !important;
}
.cid-sAIRlvdzDr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAIRlvdzDr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAIRlvdzDr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAIRlvdzDr .modal-open {
  overflow: hidden;
}
.cid-sAIRlvdzDr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAIRlvdzDr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAIRlvdzDr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAIRlvdzDr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAIRlvdzDr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAIRlvdzDr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAIRlvdzDr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAIRlvdzDr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAIRlvdzDr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAIRlvdzDr .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAIRlvdzDr .modal-backdrop.show {
  opacity: .5;
}
.cid-sAIRlvdzDr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAIRlvdzDr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAIRlvdzDr .modal-header .close:hover {
  opacity: 1;
}
.cid-sAIRlvdzDr .modal-header .close:focus {
  outline: none;
}
.cid-sAIRlvdzDr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAIRlvdzDr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAIRlvdzDr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAIRlvdzDr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAIRlvdzDr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAIRlvdzDr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAIRlvdzDr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAIRlvdzDr .modal-sm {
    max-width: 300px;
  }
  .cid-sAIRlvdzDr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAIRlvdzDr .modal-lg,
  .cid-sAIRlvdzDr .modal-xl {
    max-width: 800px;
  }
  .cid-sAIRlvdzDr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAIRlvdzDr .modal-xl {
    max-width: 1140px;
  }
  .cid-sAIRlvdzDr .container {
    max-width: 1140px;
  }
}
.cid-sAIRlvdzDr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAIRlvdzDr .container {
    max-width: 720px;
  }
}
.cid-sAIRlvdzDr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAIRlvdzDr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAIRlvdzDr .form-group {
  margin-bottom: 1rem;
}
.cid-sAIRlvdzDr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAIRlvdzDr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAIRlvdzDr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sFPRTAZiSZ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sFPRTAZiSZ .navbar-fixed-top {
  padding-top: 0;
}
.cid-sFPRTAZiSZ .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sFPRTAZiSZ .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-sFPRTAZiSZ .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sFPRTAZiSZ .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-sFPRTAZiSZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFPRTAZiSZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sFPRTAZiSZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFPRTAZiSZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFPRTAZiSZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFPRTAZiSZ .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-sFPRTAZiSZ .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sFPRTAZiSZ .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sFPRTAZiSZ .dropdown-item,
.cid-sFPRTAZiSZ .nav-link,
.cid-sFPRTAZiSZ .brand-name {
  font-style: normal;
}
.cid-sFPRTAZiSZ .dropdown-item:hover,
.cid-sFPRTAZiSZ .nav-link:hover,
.cid-sFPRTAZiSZ .brand-name:hover {
  color: #279e64 !important;
}
.cid-sFPRTAZiSZ .dropdown-menu {
  background-color: #ffffff;
}
.cid-sFPRTAZiSZ .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sFPRTAZiSZ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sFPRTAZiSZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sFPRTAZiSZ .nav-item {
  position: relative;
}
.cid-sFPRTAZiSZ .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sFPRTAZiSZ .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sFPRTAZiSZ .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sFPRTAZiSZ .nav-link {
    line-height: 6.13;
  }
  .cid-sFPRTAZiSZ .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sFPRTAZiSZ .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sFPRTAZiSZ .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-sFPRTAZiSZ .content-text {
  margin-bottom: 0;
}
.cid-sFPRTAZiSZ .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sFPRTAZiSZ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sFPRTAZiSZ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sFPRTAZiSZ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sFPRTAZiSZ .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sFPRTAZiSZ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFPRTAZiSZ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sFPRTAZiSZ .content-right-side {
  text-align: center;
}
.cid-sFPRTAZiSZ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sFPRTAZiSZ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sFPRTAZiSZ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sFPRTAZiSZ .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-sFPRTAZiSZ .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFPRTAZiSZ .info-widget:first-child {
  margin-left: 0;
}
.cid-sFPRTAZiSZ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sFPRTAZiSZ .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sFPRTAZiSZ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sFPRTAZiSZ .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sFPRTAZiSZ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sFPRTAZiSZ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sFPRTAZiSZ .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sFPRTAZiSZ .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-sFPRTAZiSZ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sFPRTAZiSZ .navbar-toggler {
    display: none;
  }
  .cid-sFPRTAZiSZ .navbar-collapse {
    justify-content: center;
  }
}
.cid-sFPRTAZiSZ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sFPRTAZiSZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sFPRTAZiSZ .btn-sm {
  padding: 13px 29px;
}
.cid-sFPRTAZiSZ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sFPRTAZiSZ .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-sFPRTAZiSZ .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sFPRTAZiSZ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sFPRTAZiSZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFPRTAZiSZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sFPRTAZiSZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFPRTAZiSZ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sFPRTAZiSZ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFPRTAZiSZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFPRTAZiSZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFPRTAZiSZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sFPRTAZiSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFPRTAZiSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFPRTAZiSZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFPRTAZiSZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFPRTAZiSZ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sFPRTAZiSZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sFPRTAZiSZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFPRTAZiSZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFPRTAZiSZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFPRTAZiSZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sFPRTAZiSZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sFPRTAZiSZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sFPRTAZiSZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFPRTAZiSZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFPRTAZiSZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFPRTAZiSZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFPRTAZiSZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFPRTAZiSZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFPRTAZiSZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFPRTAZiSZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFPRTAZiSZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFPRTAZiSZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFPRTAZiSZ .collapsed .btn {
  display: flex;
}
.cid-sFPRTAZiSZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.collapsing,
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFPRTAZiSZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFPRTAZiSZ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFPRTAZiSZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFPRTAZiSZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sFPRTAZiSZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sFPRTAZiSZ .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-sFPRTAZiSZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFPRTAZiSZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFPRTAZiSZ .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-sFPRTAZiSZ .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sFPRTAZiSZ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sFPRTAZiSZ .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sFPRTAZiSZ .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sFPRTAZiSZ .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sFPRTAZiSZ .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-sFPRTAZiSZ .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sFPRTAZiSZ .navbar-collapse.collapsing,
  .cid-sFPRTAZiSZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFPRTAZiSZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sFPRTAZiSZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFPRTAZiSZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFPRTAZiSZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFPRTAZiSZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sFPRTAZiSZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFPRTAZiSZ .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sFPRTAZiSZ .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sFPRTAZiSZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFPRTAZiSZ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sFPRTAZiSZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFPRTAZiSZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFPRTAZiSZ img {
    height: 3.8rem !important;
  }
  .cid-sFPRTAZiSZ .btn {
    display: flex;
  }
  .cid-sFPRTAZiSZ button.navbar-toggler {
    display: block;
  }
  .cid-sFPRTAZiSZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sFPRTAZiSZ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sFPRTAZiSZ .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-sFPRTAZiSZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFPRTAZiSZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFPRTAZiSZ .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-sFPRTAZiSZ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sFPRTAZiSZ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sFPRTAZiSZ .navbar-toggler {
  position: relative;
}
.cid-sFPRTAZiSZ .dropdown-item.active,
.cid-sFPRTAZiSZ .dropdown-item:active {
  color: initial;
}
.cid-sFPRTAZiSZ .widget-title {
  color: #83868c;
}
.cid-sFPRTAZiSZ .widget-text {
  color: #83868c;
}
.cid-sFPRTAZiSZ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sFPRTAZiSZ .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sFPRTAZiSZ .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sFPRTAZiSZ .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sFPRTAZiSZ .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sFPRTAZiSZ .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sFPRTAZiSZ .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sFPRTAZiSZ .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sFPRTAZiSZ .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sFPRTAZiSZ .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sFPRTAZiSZ .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sFPRTAZiSZ .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sFPRTAZiSZ .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sFPRTAZiSZ .menu-content-top,
  .cid-sFPRTAZiSZ .menu-bottom {
    padding: 0 15px;
  }
  .cid-sFPRTAZiSZ 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-sFPRTCj1Bu {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sFPRTCj1Bu .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sFPRTCj1Bu .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sFPRTCj1Bu .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sFPRTCj1Bu .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sFPRTCj1Bu .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sFPRTCj1Bu .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sFPRTCj1Bu .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFPRTCj1Bu .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sFPRTCj1Bu .separator,
  .cid-sFPRTCj1Bu .sep-holder,
  .cid-sFPRTCj1Bu .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFPRTCj1Bu .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sFPRTCj1Bu .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sFPRTCj1Bu .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sFPRTCj1Bu .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sFPRTCj1Bu .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sFPRTCj1Bu .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sFPRTCj1Bu .items .list-item:last-child .listico {
  display: none;
}
.cid-sFPRTDzkpA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFPRTDzkpA .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sFPRTDzkpA .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sFPRTDzkpA .ico-line h3 {
  margin: 0;
}
.cid-sFPRTDzkpA .mail,
.cid-sFPRTDzkpA .phone,
.cid-sFPRTDzkpA .mbr-iconfont {
  display: inline-block;
}
.cid-sFPRTDzkpA .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sFPRTDzkpA .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sFPRTDzkpA .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sFPRTDzkpA .mbr-section-title,
.cid-sFPRTDzkpA .line-wrap {
  text-align: center;
}
.cid-sFPRTDzkpA .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sFPRTDzkpA .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sFPRTDzkpA .phone {
  text-align: left;
}
.cid-sFPRTDzkpA .mbr-text {
  text-align: left;
}
.cid-sFPRTF9o9h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFPRTF9o9h .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sFPRTF9o9h .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sFPRTF9o9h .ico-line h3 {
  margin: 0;
}
.cid-sFPRTF9o9h .mail,
.cid-sFPRTF9o9h .phone,
.cid-sFPRTF9o9h .mbr-iconfont {
  display: inline-block;
}
.cid-sFPRTF9o9h .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sFPRTF9o9h .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sFPRTF9o9h .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sFPRTF9o9h .mbr-section-title,
.cid-sFPRTF9o9h .line-wrap {
  text-align: center;
}
.cid-sFPRTF9o9h .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sFPRTF9o9h .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sFPRTF9o9h .phone {
  text-align: left;
}
.cid-sFPRTF9o9h .mbr-text {
  text-align: left;
}
.cid-sFPRTKY6CL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sFPRTKY6CL .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sFPRTKY6CL .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sFPRTKY6CL .mbr-text {
  color: #83868c;
}
.cid-sFPRTKY6CL .phone-word {
  color: #279e64;
}
.cid-sFPRTKY6CL .text-link {
  transition: all 0.3s ease-in;
}
.cid-sFPRTKY6CL .text-link:hover {
  color: #279e64 !important;
}
.cid-sFPRTKY6CL img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFPRTKY6CL .img1 {
  color: #279e64;
}
.cid-sFPRTKY6CL .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sFPRTKY6CL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFPRTKY6CL .content .link-wrap {
  color: red;
}
.cid-sFPRTKY6CL .content .date-wrap {
  color: #13287d;
}
.cid-sFPRTKY6CL .item,
.cid-sFPRTKY6CL .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFPRTKY6CL .item h4,
.cid-sFPRTKY6CL .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFPRTKY6CL .link {
  transition: all 0.3s ease-in;
}
.cid-sFPRTKY6CL .link .card-img {
  padding-bottom: 3px;
}
.cid-sFPRTKY6CL .link:hover .card-img span {
  color: #279e64;
}
.cid-sFPRTKY6CL .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sFPRTKY6CL .item .card-img {
  width: auto;
}
.cid-sFPRTKY6CL .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sFPRTKY6CL .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFPRTKY6CL h5 {
    text-align: left !important;
  }
  .cid-sFPRTKY6CL .line-wrap {
    text-align: left !important;
  }
}
.cid-sFPRTKY6CL .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sFPRTKY6CL .item-title:hover {
  color: #279e64;
}
.cid-sFPRTKY6CL .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFPRTKY6CL .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sFPRTKY6CL .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sFPRTKY6CL .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sFPRTKY6CL .btn[class*="-outline"]:active,
.cid-sFPRTKY6CL .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFPRTKY6CL .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFPRTKY6CL .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFPRTKY6CL .pre-form {
  color: #83868c;
}
.cid-sFPRTKY6CL .form-group,
.cid-sFPRTKY6CL .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sFPRTKY6CL .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-sFPRTKY6CL .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sFPRTKY6CL .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sFPRTKY6CL .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sFPRTKY6CL .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sFPRTKY6CL .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sFPRTKY6CL .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sFPRTKY6CL .dragArea {
  flex-direction: column;
}
.cid-sFPRTKY6CL .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sFPRTMQHiq.popup-builder {
  background-color: #ffffff;
}
.cid-sFPRTMQHiq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sFPRTMQHiq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sFPRTMQHiq .modal-content,
.cid-sFPRTMQHiq .modal-dialog {
  height: auto;
}
.cid-sFPRTMQHiq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sFPRTMQHiq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sFPRTMQHiq .form-wrapper .mbr-form .form-group,
  .cid-sFPRTMQHiq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sFPRTMQHiq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sFPRTMQHiq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFPRTMQHiq .mbr-text {
  text-align: center;
}
.cid-sFPRTMQHiq .pt-0 {
  padding-top: 0 !important;
}
.cid-sFPRTMQHiq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sFPRTMQHiq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sFPRTMQHiq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sFPRTMQHiq .modal-open {
  overflow: hidden;
}
.cid-sFPRTMQHiq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sFPRTMQHiq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sFPRTMQHiq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sFPRTMQHiq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sFPRTMQHiq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sFPRTMQHiq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sFPRTMQHiq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sFPRTMQHiq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sFPRTMQHiq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sFPRTMQHiq .modal-backdrop.fade {
  opacity: 0;
}
.cid-sFPRTMQHiq .modal-backdrop.show {
  opacity: .5;
}
.cid-sFPRTMQHiq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sFPRTMQHiq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sFPRTMQHiq .modal-header .close:hover {
  opacity: 1;
}
.cid-sFPRTMQHiq .modal-header .close:focus {
  outline: none;
}
.cid-sFPRTMQHiq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sFPRTMQHiq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sFPRTMQHiq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sFPRTMQHiq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sFPRTMQHiq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sFPRTMQHiq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sFPRTMQHiq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sFPRTMQHiq .modal-sm {
    max-width: 300px;
  }
  .cid-sFPRTMQHiq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sFPRTMQHiq .modal-lg,
  .cid-sFPRTMQHiq .modal-xl {
    max-width: 800px;
  }
  .cid-sFPRTMQHiq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sFPRTMQHiq .modal-xl {
    max-width: 1140px;
  }
  .cid-sFPRTMQHiq .container {
    max-width: 1140px;
  }
}
.cid-sFPRTMQHiq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sFPRTMQHiq .container {
    max-width: 720px;
  }
}
.cid-sFPRTMQHiq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sFPRTMQHiq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sFPRTMQHiq .form-group {
  margin-bottom: 1rem;
}
.cid-sFPRTMQHiq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sFPRTMQHiq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sFPRTMQHiq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sFPRTO402o.popup-builder {
  background-color: #ffffff;
}
.cid-sFPRTO402o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sFPRTO402o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sFPRTO402o .modal-content,
.cid-sFPRTO402o .modal-dialog {
  height: auto;
}
.cid-sFPRTO402o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sFPRTO402o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sFPRTO402o .form-wrapper .mbr-form .form-group,
  .cid-sFPRTO402o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sFPRTO402o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sFPRTO402o .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFPRTO402o .mbr-text {
  text-align: center;
}
.cid-sFPRTO402o .pt-0 {
  padding-top: 0 !important;
}
.cid-sFPRTO402o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sFPRTO402o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sFPRTO402o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sFPRTO402o .modal-open {
  overflow: hidden;
}
.cid-sFPRTO402o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sFPRTO402o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sFPRTO402o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sFPRTO402o .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sFPRTO402o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sFPRTO402o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sFPRTO402o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sFPRTO402o .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sFPRTO402o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sFPRTO402o .modal-backdrop.fade {
  opacity: 0;
}
.cid-sFPRTO402o .modal-backdrop.show {
  opacity: .5;
}
.cid-sFPRTO402o .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sFPRTO402o .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sFPRTO402o .modal-header .close:hover {
  opacity: 1;
}
.cid-sFPRTO402o .modal-header .close:focus {
  outline: none;
}
.cid-sFPRTO402o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sFPRTO402o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sFPRTO402o .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sFPRTO402o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sFPRTO402o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sFPRTO402o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sFPRTO402o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sFPRTO402o .modal-sm {
    max-width: 300px;
  }
  .cid-sFPRTO402o .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sFPRTO402o .modal-lg,
  .cid-sFPRTO402o .modal-xl {
    max-width: 800px;
  }
  .cid-sFPRTO402o .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sFPRTO402o .modal-xl {
    max-width: 1140px;
  }
  .cid-sFPRTO402o .container {
    max-width: 1140px;
  }
}
.cid-sFPRTO402o .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sFPRTO402o .container {
    max-width: 720px;
  }
}
.cid-sFPRTO402o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sFPRTO402o .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sFPRTO402o .form-group {
  margin-bottom: 1rem;
}
.cid-sFPRTO402o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sFPRTO402o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sFPRTO402o .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sFQ8Tm9NN6 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sFQ8Tm9NN6 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sFQ8Tm9NN6 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFQ8Tm9NN6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sFQ8Tm9NN6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFQ8Tm9NN6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFQ8Tm9NN6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sFQ8Tm9NN6 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-sFQ8Tm9NN6 .dropdown-item,
.cid-sFQ8Tm9NN6 .nav-link,
.cid-sFQ8Tm9NN6 .brand-name {
  font-style: normal;
}
.cid-sFQ8Tm9NN6 .dropdown-item:hover,
.cid-sFQ8Tm9NN6 .nav-link:hover,
.cid-sFQ8Tm9NN6 .brand-name:hover {
  color: #279e64 !important;
}
.cid-sFQ8Tm9NN6 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sFQ8Tm9NN6 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sFQ8Tm9NN6 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sFQ8Tm9NN6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sFQ8Tm9NN6 .nav-item {
  position: relative;
}
.cid-sFQ8Tm9NN6 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sFQ8Tm9NN6 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sFQ8Tm9NN6 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sFQ8Tm9NN6 .nav-link {
    line-height: 6.13;
  }
  .cid-sFQ8Tm9NN6 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sFQ8Tm9NN6 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .content-text {
  margin-bottom: 0;
}
.cid-sFQ8Tm9NN6 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sFQ8Tm9NN6 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sFQ8Tm9NN6 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sFQ8Tm9NN6 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sFQ8Tm9NN6 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sFQ8Tm9NN6 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFQ8Tm9NN6 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sFQ8Tm9NN6 .content-right-side {
  text-align: center;
}
.cid-sFQ8Tm9NN6 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sFQ8Tm9NN6 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sFQ8Tm9NN6 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFQ8Tm9NN6 .info-widget:first-child {
  margin-left: 0;
}
.cid-sFQ8Tm9NN6 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sFQ8Tm9NN6 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sFQ8Tm9NN6 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sFQ8Tm9NN6 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sFQ8Tm9NN6 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sFQ8Tm9NN6 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sFQ8Tm9NN6 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sFQ8Tm9NN6 .navbar-toggler {
    display: none;
  }
  .cid-sFQ8Tm9NN6 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sFQ8Tm9NN6 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sFQ8Tm9NN6 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sFQ8Tm9NN6 .btn-sm {
  padding: 13px 29px;
}
.cid-sFQ8Tm9NN6 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sFQ8Tm9NN6 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sFQ8Tm9NN6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFQ8Tm9NN6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sFQ8Tm9NN6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFQ8Tm9NN6 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sFQ8Tm9NN6 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFQ8Tm9NN6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFQ8Tm9NN6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFQ8Tm9NN6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sFQ8Tm9NN6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFQ8Tm9NN6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFQ8Tm9NN6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFQ8Tm9NN6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFQ8Tm9NN6 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sFQ8Tm9NN6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sFQ8Tm9NN6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFQ8Tm9NN6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFQ8Tm9NN6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFQ8Tm9NN6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sFQ8Tm9NN6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sFQ8Tm9NN6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-sFQ8Tm9NN6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFQ8Tm9NN6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFQ8Tm9NN6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFQ8Tm9NN6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFQ8Tm9NN6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFQ8Tm9NN6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFQ8Tm9NN6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFQ8Tm9NN6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFQ8Tm9NN6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFQ8Tm9NN6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFQ8Tm9NN6 .collapsed .btn {
  display: flex;
}
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.collapsing,
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFQ8Tm9NN6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFQ8Tm9NN6 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFQ8Tm9NN6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFQ8Tm9NN6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sFQ8Tm9NN6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFQ8Tm9NN6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sFQ8Tm9NN6 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sFQ8Tm9NN6 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sFQ8Tm9NN6 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sFQ8Tm9NN6 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sFQ8Tm9NN6 .navbar-collapse.collapsing,
  .cid-sFQ8Tm9NN6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFQ8Tm9NN6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sFQ8Tm9NN6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFQ8Tm9NN6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFQ8Tm9NN6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFQ8Tm9NN6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sFQ8Tm9NN6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFQ8Tm9NN6 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sFQ8Tm9NN6 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sFQ8Tm9NN6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFQ8Tm9NN6 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sFQ8Tm9NN6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFQ8Tm9NN6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFQ8Tm9NN6 img {
    height: 3.8rem !important;
  }
  .cid-sFQ8Tm9NN6 .btn {
    display: flex;
  }
  .cid-sFQ8Tm9NN6 button.navbar-toggler {
    display: block;
  }
  .cid-sFQ8Tm9NN6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sFQ8Tm9NN6 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFQ8Tm9NN6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFQ8Tm9NN6 .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-sFQ8Tm9NN6 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sFQ8Tm9NN6 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sFQ8Tm9NN6 .navbar-toggler {
  position: relative;
}
.cid-sFQ8Tm9NN6 .dropdown-item.active,
.cid-sFQ8Tm9NN6 .dropdown-item:active {
  color: initial;
}
.cid-sFQ8Tm9NN6 .widget-title {
  color: #83868c;
}
.cid-sFQ8Tm9NN6 .widget-text {
  color: #83868c;
}
.cid-sFQ8Tm9NN6 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sFQ8Tm9NN6 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sFQ8Tm9NN6 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sFQ8Tm9NN6 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sFQ8Tm9NN6 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sFQ8Tm9NN6 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sFQ8Tm9NN6 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sFQ8Tm9NN6 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sFQ8Tm9NN6 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sFQ8Tm9NN6 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sFQ8Tm9NN6 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sFQ8Tm9NN6 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sFQ8Tm9NN6 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sFQ8Tm9NN6 .menu-content-top,
  .cid-sFQ8Tm9NN6 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sFQ8Tm9NN6 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-sFQ8TnZ16U {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-sFQ8TnZ16U .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sFQ8TnZ16U .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sFQ8TnZ16U .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sFQ8TnZ16U .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sFQ8TnZ16U .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sFQ8TnZ16U .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sFQ8TnZ16U .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFQ8TnZ16U .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sFQ8TnZ16U .separator,
  .cid-sFQ8TnZ16U .sep-holder,
  .cid-sFQ8TnZ16U .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFQ8TnZ16U .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sFQ8TnZ16U .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sFQ8TnZ16U .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sFQ8TnZ16U .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sFQ8TnZ16U .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sFQ8TnZ16U .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sFQ8TnZ16U .items .list-item:last-child .listico {
  display: none;
}
.cid-sG9Bt1AP8o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sG9Bt1AP8o .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sG9Bt1AP8o .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sG9Bt1AP8o p {
  line-height: 1.5;
}
.cid-sG9Bt1AP8o .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sG9Bt1AP8o .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sG9Bt1AP8o .ico-line h3 {
  margin: 0;
}
.cid-sG9Bt1AP8o .mail,
.cid-sG9Bt1AP8o .phone,
.cid-sG9Bt1AP8o .mbr-iconfont {
  display: inline-block;
}
.cid-sG9Bt1AP8o .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sG9Bt1AP8o .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sG9Bt1AP8o .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sG9Bt1AP8o .mbr-section-title,
.cid-sG9Bt1AP8o .line-wrap {
  text-align: center;
  color: #14287f;
}
.cid-sG9Bt1AP8o .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sG9Bt1AP8o .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sG9Bt1AP8o .phone {
  text-align: left;
}
.cid-sG9Bt1AP8o .mbr-text {
  text-align: left;
}
.cid-sG9BDea0fn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sG9BDea0fn .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-sG9BDea0fn p {
  line-height: 1.5;
}
.cid-sG9BDea0fn .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sG9BDea0fn .ico-line h3 {
  margin: 0;
}
.cid-sG9BDea0fn .mail,
.cid-sG9BDea0fn .phone,
.cid-sG9BDea0fn .mbr-iconfont {
  display: inline-block;
}
.cid-sG9BDea0fn .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-sG9BDea0fn .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sG9BDea0fn .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-sG9BDea0fn .mbr-section-title,
.cid-sG9BDea0fn .line-wrap {
  text-align: center;
  color: #14287f;
}
.cid-sG9BDea0fn .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sG9BDea0fn .card-title {
  color: #0087ab;
  text-align: left;
}
.cid-sG9BDea0fn .phone {
  text-align: left;
}
.cid-sG9BDea0fn .mbr-text {
  text-align: left;
}
.cid-sFQ8TpibQK {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sFQ8TpibQK .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sFQ8TpibQK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sFQ8TpibQK .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sFQ8TpibQK .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sFQ8TpibQK .mbr-text,
.cid-sFQ8TpibQK .mbr-section-btn {
  color: #767676;
}
.cid-sFQ8TpibQK .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-sFQ8TpibQK .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sFQ8TpibQK .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sFQ8TpibQK .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sFQ8TpibQK .main-row {
    margin: 0;
  }
  .cid-sFQ8TpibQK .mbr-section-title,
  .cid-sFQ8TpibQK .mbr-text,
  .cid-sFQ8TpibQK .list,
  .cid-sFQ8TpibQK .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sFQ8TpibQK .text-content {
    padding: 0;
  }
}
.cid-sFQ8TpibQK .mbr-section-title {
  color: #14287f;
}
.cid-sFQ8TpibQK .list UL {
  text-align: left;
}
.cid-sFQ8Tqh9Zd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sFQ8Tqh9Zd .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sFQ8Tqh9Zd .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sFQ8Tqh9Zd .mbr-text {
  color: #83868c;
}
.cid-sFQ8Tqh9Zd .phone-word {
  color: #279e64;
}
.cid-sFQ8Tqh9Zd .text-link {
  transition: all 0.3s ease-in;
}
.cid-sFQ8Tqh9Zd .text-link:hover {
  color: #279e64 !important;
}
.cid-sFQ8Tqh9Zd img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFQ8Tqh9Zd .img1 {
  color: #279e64;
}
.cid-sFQ8Tqh9Zd .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sFQ8Tqh9Zd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFQ8Tqh9Zd .content .link-wrap {
  color: red;
}
.cid-sFQ8Tqh9Zd .content .date-wrap {
  color: #13287d;
}
.cid-sFQ8Tqh9Zd .item,
.cid-sFQ8Tqh9Zd .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFQ8Tqh9Zd .item h4,
.cid-sFQ8Tqh9Zd .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFQ8Tqh9Zd .link {
  transition: all 0.3s ease-in;
}
.cid-sFQ8Tqh9Zd .link .card-img {
  padding-bottom: 3px;
}
.cid-sFQ8Tqh9Zd .link:hover .card-img span {
  color: #279e64;
}
.cid-sFQ8Tqh9Zd .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sFQ8Tqh9Zd .item .card-img {
  width: auto;
}
.cid-sFQ8Tqh9Zd .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sFQ8Tqh9Zd .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFQ8Tqh9Zd h5 {
    text-align: left !important;
  }
  .cid-sFQ8Tqh9Zd .line-wrap {
    text-align: left !important;
  }
}
.cid-sFQ8Tqh9Zd .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sFQ8Tqh9Zd .item-title:hover {
  color: #279e64;
}
.cid-sFQ8Tqh9Zd .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFQ8Tqh9Zd .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sFQ8Tqh9Zd .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sFQ8Tqh9Zd .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sFQ8Tqh9Zd .btn[class*="-outline"]:active,
.cid-sFQ8Tqh9Zd .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFQ8Tqh9Zd .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFQ8Tqh9Zd .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFQ8Tqh9Zd .pre-form {
  color: #83868c;
}
.cid-sFQ8Tqh9Zd .form-group,
.cid-sFQ8Tqh9Zd .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sFQ8Tqh9Zd .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-sFQ8Tqh9Zd .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sFQ8Tqh9Zd .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sFQ8Tqh9Zd .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sFQ8Tqh9Zd .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sFQ8Tqh9Zd .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sFQ8Tqh9Zd .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sFQ8Tqh9Zd .dragArea {
  flex-direction: column;
}
.cid-sFQ8Tqh9Zd .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sFQ8TrYY2c.popup-builder {
  background-color: #ffffff;
}
.cid-sFQ8TrYY2c.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sFQ8TrYY2c.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sFQ8TrYY2c .modal-content,
.cid-sFQ8TrYY2c .modal-dialog {
  height: auto;
}
.cid-sFQ8TrYY2c .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sFQ8TrYY2c .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sFQ8TrYY2c .form-wrapper .mbr-form .form-group,
  .cid-sFQ8TrYY2c .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sFQ8TrYY2c .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sFQ8TrYY2c .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFQ8TrYY2c .mbr-text {
  text-align: center;
}
.cid-sFQ8TrYY2c .pt-0 {
  padding-top: 0 !important;
}
.cid-sFQ8TrYY2c .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sFQ8TrYY2c .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sFQ8TrYY2c .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sFQ8TrYY2c .modal-open {
  overflow: hidden;
}
.cid-sFQ8TrYY2c .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sFQ8TrYY2c .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sFQ8TrYY2c .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sFQ8TrYY2c .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sFQ8TrYY2c .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sFQ8TrYY2c .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sFQ8TrYY2c .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sFQ8TrYY2c .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sFQ8TrYY2c .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sFQ8TrYY2c .modal-backdrop.fade {
  opacity: 0;
}
.cid-sFQ8TrYY2c .modal-backdrop.show {
  opacity: .5;
}
.cid-sFQ8TrYY2c .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sFQ8TrYY2c .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sFQ8TrYY2c .modal-header .close:hover {
  opacity: 1;
}
.cid-sFQ8TrYY2c .modal-header .close:focus {
  outline: none;
}
.cid-sFQ8TrYY2c .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sFQ8TrYY2c .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sFQ8TrYY2c .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sFQ8TrYY2c .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sFQ8TrYY2c .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sFQ8TrYY2c .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sFQ8TrYY2c .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sFQ8TrYY2c .modal-sm {
    max-width: 300px;
  }
  .cid-sFQ8TrYY2c .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sFQ8TrYY2c .modal-lg,
  .cid-sFQ8TrYY2c .modal-xl {
    max-width: 800px;
  }
  .cid-sFQ8TrYY2c .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sFQ8TrYY2c .modal-xl {
    max-width: 1140px;
  }
  .cid-sFQ8TrYY2c .container {
    max-width: 1140px;
  }
}
.cid-sFQ8TrYY2c .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sFQ8TrYY2c .container {
    max-width: 720px;
  }
}
.cid-sFQ8TrYY2c .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sFQ8TrYY2c .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sFQ8TrYY2c .form-group {
  margin-bottom: 1rem;
}
.cid-sFQ8TrYY2c .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sFQ8TrYY2c .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sFQ8TrYY2c .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sFQ8Ttgp6c.popup-builder {
  background-color: #ffffff;
}
.cid-sFQ8Ttgp6c.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sFQ8Ttgp6c.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sFQ8Ttgp6c .modal-content,
.cid-sFQ8Ttgp6c .modal-dialog {
  height: auto;
}
.cid-sFQ8Ttgp6c .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sFQ8Ttgp6c .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sFQ8Ttgp6c .form-wrapper .mbr-form .form-group,
  .cid-sFQ8Ttgp6c .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sFQ8Ttgp6c .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sFQ8Ttgp6c .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFQ8Ttgp6c .mbr-text {
  text-align: center;
}
.cid-sFQ8Ttgp6c .pt-0 {
  padding-top: 0 !important;
}
.cid-sFQ8Ttgp6c .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sFQ8Ttgp6c .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sFQ8Ttgp6c .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sFQ8Ttgp6c .modal-open {
  overflow: hidden;
}
.cid-sFQ8Ttgp6c .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sFQ8Ttgp6c .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sFQ8Ttgp6c .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sFQ8Ttgp6c .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sFQ8Ttgp6c .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sFQ8Ttgp6c .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sFQ8Ttgp6c .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sFQ8Ttgp6c .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sFQ8Ttgp6c .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sFQ8Ttgp6c .modal-backdrop.fade {
  opacity: 0;
}
.cid-sFQ8Ttgp6c .modal-backdrop.show {
  opacity: .5;
}
.cid-sFQ8Ttgp6c .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sFQ8Ttgp6c .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sFQ8Ttgp6c .modal-header .close:hover {
  opacity: 1;
}
.cid-sFQ8Ttgp6c .modal-header .close:focus {
  outline: none;
}
.cid-sFQ8Ttgp6c .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sFQ8Ttgp6c .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sFQ8Ttgp6c .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sFQ8Ttgp6c .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sFQ8Ttgp6c .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sFQ8Ttgp6c .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sFQ8Ttgp6c .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sFQ8Ttgp6c .modal-sm {
    max-width: 300px;
  }
  .cid-sFQ8Ttgp6c .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sFQ8Ttgp6c .modal-lg,
  .cid-sFQ8Ttgp6c .modal-xl {
    max-width: 800px;
  }
  .cid-sFQ8Ttgp6c .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sFQ8Ttgp6c .modal-xl {
    max-width: 1140px;
  }
  .cid-sFQ8Ttgp6c .container {
    max-width: 1140px;
  }
}
.cid-sFQ8Ttgp6c .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sFQ8Ttgp6c .container {
    max-width: 720px;
  }
}
.cid-sFQ8Ttgp6c .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sFQ8Ttgp6c .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sFQ8Ttgp6c .form-group {
  margin-bottom: 1rem;
}
.cid-sFQ8Ttgp6c .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sFQ8Ttgp6c .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sFQ8Ttgp6c .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tCsNbJbryI .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tCsNbJbryI .navbar-fixed-top {
  padding-top: 0;
}
.cid-tCsNbJbryI .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tCsNbJbryI .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-tCsNbJbryI .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tCsNbJbryI .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-tCsNbJbryI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tCsNbJbryI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tCsNbJbryI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCsNbJbryI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCsNbJbryI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCsNbJbryI .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-tCsNbJbryI .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tCsNbJbryI .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.1;
}
.cid-tCsNbJbryI .dropdown-item,
.cid-tCsNbJbryI .nav-link,
.cid-tCsNbJbryI .brand-name {
  font-style: normal;
}
.cid-tCsNbJbryI .dropdown-item:hover,
.cid-tCsNbJbryI .nav-link:hover,
.cid-tCsNbJbryI .brand-name:hover {
  color: #279e64 !important;
}
.cid-tCsNbJbryI .dropdown-menu {
  background-color: #ffffff;
}
.cid-tCsNbJbryI .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tCsNbJbryI .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tCsNbJbryI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tCsNbJbryI .nav-item {
  position: relative;
}
.cid-tCsNbJbryI .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tCsNbJbryI .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tCsNbJbryI .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tCsNbJbryI .nav-link {
    line-height: 6.13;
  }
  .cid-tCsNbJbryI .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tCsNbJbryI .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tCsNbJbryI .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-tCsNbJbryI .content-text {
  margin-bottom: 0;
}
.cid-tCsNbJbryI .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tCsNbJbryI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tCsNbJbryI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tCsNbJbryI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tCsNbJbryI .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tCsNbJbryI .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCsNbJbryI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tCsNbJbryI .content-right-side {
  text-align: center;
}
.cid-tCsNbJbryI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tCsNbJbryI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tCsNbJbryI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tCsNbJbryI .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-tCsNbJbryI .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCsNbJbryI .info-widget:first-child {
  margin-left: 0;
}
.cid-tCsNbJbryI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tCsNbJbryI .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tCsNbJbryI .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tCsNbJbryI .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tCsNbJbryI .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tCsNbJbryI .navbar {
    display: block;
    padding: 0;
  }
  .cid-tCsNbJbryI .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tCsNbJbryI .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-tCsNbJbryI .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tCsNbJbryI .navbar-toggler {
    display: none;
  }
  .cid-tCsNbJbryI .navbar-collapse {
    justify-content: center;
  }
}
.cid-tCsNbJbryI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tCsNbJbryI .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tCsNbJbryI .btn-sm {
  padding: 13px 29px;
}
.cid-tCsNbJbryI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tCsNbJbryI .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-tCsNbJbryI .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tCsNbJbryI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tCsNbJbryI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCsNbJbryI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tCsNbJbryI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCsNbJbryI .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCsNbJbryI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tCsNbJbryI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCsNbJbryI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCsNbJbryI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tCsNbJbryI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCsNbJbryI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCsNbJbryI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCsNbJbryI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCsNbJbryI .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tCsNbJbryI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tCsNbJbryI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCsNbJbryI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCsNbJbryI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCsNbJbryI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tCsNbJbryI button.navbar-toggler:focus {
  outline: none;
}
.cid-tCsNbJbryI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tCsNbJbryI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCsNbJbryI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCsNbJbryI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCsNbJbryI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCsNbJbryI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCsNbJbryI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCsNbJbryI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCsNbJbryI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCsNbJbryI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCsNbJbryI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCsNbJbryI .collapsed .btn {
  display: flex;
}
.cid-tCsNbJbryI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCsNbJbryI .collapsed .navbar-collapse.collapsing,
.cid-tCsNbJbryI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCsNbJbryI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCsNbJbryI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCsNbJbryI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCsNbJbryI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCsNbJbryI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tCsNbJbryI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tCsNbJbryI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCsNbJbryI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tCsNbJbryI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCsNbJbryI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tCsNbJbryI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tCsNbJbryI .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCsNbJbryI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tCsNbJbryI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tCsNbJbryI .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-tCsNbJbryI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCsNbJbryI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCsNbJbryI .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-tCsNbJbryI .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCsNbJbryI .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tCsNbJbryI .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tCsNbJbryI .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tCsNbJbryI .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tCsNbJbryI .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-tCsNbJbryI .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tCsNbJbryI .navbar-collapse.collapsing,
  .cid-tCsNbJbryI .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCsNbJbryI .navbar-collapse.collapsing .navbar-nav,
  .cid-tCsNbJbryI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCsNbJbryI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCsNbJbryI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCsNbJbryI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tCsNbJbryI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCsNbJbryI .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tCsNbJbryI .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tCsNbJbryI .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCsNbJbryI .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tCsNbJbryI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCsNbJbryI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCsNbJbryI img {
    height: 3.8rem !important;
  }
  .cid-tCsNbJbryI .btn {
    display: flex;
  }
  .cid-tCsNbJbryI button.navbar-toggler {
    display: block;
  }
  .cid-tCsNbJbryI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tCsNbJbryI .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tCsNbJbryI .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-tCsNbJbryI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCsNbJbryI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCsNbJbryI .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-tCsNbJbryI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tCsNbJbryI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tCsNbJbryI .navbar-toggler {
  position: relative;
}
.cid-tCsNbJbryI .dropdown-item.active,
.cid-tCsNbJbryI .dropdown-item:active {
  color: initial;
}
.cid-tCsNbJbryI .widget-title {
  color: #83868c;
}
.cid-tCsNbJbryI .widget-text {
  color: #83868c;
}
.cid-tCsNbJbryI .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tCsNbJbryI .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tCsNbJbryI .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tCsNbJbryI .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tCsNbJbryI .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tCsNbJbryI .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tCsNbJbryI .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tCsNbJbryI .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tCsNbJbryI .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tCsNbJbryI .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tCsNbJbryI .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tCsNbJbryI .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tCsNbJbryI .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tCsNbJbryI .menu-content-top,
  .cid-tCsNbJbryI .menu-bottom {
    padding: 0 15px;
  }
  .cid-tCsNbJbryI 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-tCsNbKRQVZ {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/inner-banner-2000x877.jpg");
}
.cid-tCsNbKRQVZ .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tCsNbKRQVZ .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tCsNbKRQVZ .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tCsNbKRQVZ .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tCsNbKRQVZ .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tCsNbKRQVZ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tCsNbKRQVZ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tCsNbKRQVZ .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tCsNbKRQVZ .separator,
  .cid-tCsNbKRQVZ .sep-holder,
  .cid-tCsNbKRQVZ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tCsNbKRQVZ .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tCsNbKRQVZ .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tCsNbKRQVZ .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tCsNbKRQVZ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tCsNbKRQVZ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tCsNbKRQVZ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tCsNbKRQVZ .items .list-item:last-child .listico {
  display: none;
}
.cid-tCsNbMnum6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCsNbMnum6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCsNbMnum6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCsNbMnum6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCsNbMnum6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCsNbMnum6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tCsNbMnum6 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tCsNbMnum6 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tCsNbMnum6 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tCsNbMnum6 .mbr-gallery-filter ul {
  display: block;
}
.cid-tCsNbMnum6 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tCsNbMnum6 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-tCsNbMnum6 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-tCsNbMnum6 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tCsNbMnum6 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tCsNbMnum6 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-tCsNbMnum6 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tCsNbMnum6 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tCsNbMnum6 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tCsNbMnum6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tCsNbMnum6 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tCsNbMnum6 .icon-focus:before {
  content: '\e95e';
}
.cid-tCsNbMnum6 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tCsNbMnum6 .mbr-section-title {
  margin: 0;
}
.cid-tCsNbMnum6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tCsNbMnum6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tCsNbMnum6 .mbr-section-title,
.cid-tCsNbMnum6 .underline {
  color: #14287f;
}
.cid-tCsNbPQ2ZY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCsNbPQ2ZY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCsNbPQ2ZY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCsNbPQ2ZY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCsNbPQ2ZY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCsNbPQ2ZY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tCsNbPQ2ZY .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tCsNbPQ2ZY .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tCsNbPQ2ZY .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tCsNbPQ2ZY .mbr-gallery-filter ul {
  display: block;
}
.cid-tCsNbPQ2ZY .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tCsNbPQ2ZY .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-tCsNbPQ2ZY .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-tCsNbPQ2ZY .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tCsNbPQ2ZY .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tCsNbPQ2ZY .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-tCsNbPQ2ZY .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tCsNbPQ2ZY .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tCsNbPQ2ZY .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tCsNbPQ2ZY .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tCsNbPQ2ZY .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tCsNbPQ2ZY .icon-focus:before {
  content: '\e95e';
}
.cid-tCsNbPQ2ZY .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tCsNbPQ2ZY .mbr-section-title {
  margin: 0;
}
.cid-tCsNbPQ2ZY .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tCsNbPQ2ZY .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tCsNbPQ2ZY .mbr-section-title,
.cid-tCsNbPQ2ZY .underline {
  color: #14287f;
}
.cid-tCsNbR5v1E {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCsNbR5v1E .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCsNbR5v1E .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCsNbR5v1E .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCsNbR5v1E .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCsNbR5v1E .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tCsNbR5v1E .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tCsNbR5v1E .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tCsNbR5v1E .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tCsNbR5v1E .mbr-gallery-filter ul {
  display: block;
}
.cid-tCsNbR5v1E .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tCsNbR5v1E .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-tCsNbR5v1E .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-tCsNbR5v1E .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tCsNbR5v1E .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tCsNbR5v1E .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-tCsNbR5v1E .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tCsNbR5v1E .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tCsNbR5v1E .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tCsNbR5v1E .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tCsNbR5v1E .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tCsNbR5v1E .icon-focus:before {
  content: '\e95e';
}
.cid-tCsNbR5v1E .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tCsNbR5v1E .mbr-section-title {
  margin: 0;
}
.cid-tCsNbR5v1E .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tCsNbR5v1E .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tCsNbR5v1E .mbr-section-title,
.cid-tCsNbR5v1E .underline {
  color: #14287f;
}
.cid-tCsNbSvh2s {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCsNbSvh2s .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCsNbSvh2s .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCsNbSvh2s .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCsNbSvh2s .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCsNbSvh2s .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tCsNbSvh2s .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tCsNbSvh2s .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tCsNbSvh2s .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tCsNbSvh2s .mbr-gallery-filter ul {
  display: block;
}
.cid-tCsNbSvh2s .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tCsNbSvh2s .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-tCsNbSvh2s .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-tCsNbSvh2s .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tCsNbSvh2s .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tCsNbSvh2s .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-tCsNbSvh2s .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tCsNbSvh2s .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tCsNbSvh2s .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tCsNbSvh2s .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tCsNbSvh2s .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tCsNbSvh2s .icon-focus:before {
  content: '\e95e';
}
.cid-tCsNbSvh2s .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tCsNbSvh2s .mbr-section-title {
  margin: 0;
}
.cid-tCsNbSvh2s .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tCsNbSvh2s .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tCsNbSvh2s .mbr-section-title,
.cid-tCsNbSvh2s .underline {
  color: #14287f;
}
.cid-tCsNbU5b78 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCsNbU5b78 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCsNbU5b78 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCsNbU5b78 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCsNbU5b78 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCsNbU5b78 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tCsNbU5b78 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tCsNbU5b78 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tCsNbU5b78 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tCsNbU5b78 .mbr-gallery-filter ul {
  display: block;
}
.cid-tCsNbU5b78 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tCsNbU5b78 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-tCsNbU5b78 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-tCsNbU5b78 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tCsNbU5b78 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tCsNbU5b78 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-tCsNbU5b78 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tCsNbU5b78 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tCsNbU5b78 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tCsNbU5b78 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tCsNbU5b78 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tCsNbU5b78 .icon-focus:before {
  content: '\e95e';
}
.cid-tCsNbU5b78 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tCsNbU5b78 .mbr-section-title {
  margin: 0;
}
.cid-tCsNbU5b78 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tCsNbU5b78 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tCsNbU5b78 .mbr-section-title,
.cid-tCsNbU5b78 .underline {
  color: #14287f;
}
.cid-tCsQamLp04 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeff2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCsQamLp04 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCsQamLp04 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCsQamLp04 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCsQamLp04 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCsQamLp04 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tCsQamLp04 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tCsQamLp04 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tCsQamLp04 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tCsQamLp04 .mbr-gallery-filter ul {
  display: block;
}
.cid-tCsQamLp04 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tCsQamLp04 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-tCsQamLp04 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-tCsQamLp04 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tCsQamLp04 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tCsQamLp04 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-tCsQamLp04 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tCsQamLp04 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tCsQamLp04 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tCsQamLp04 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tCsQamLp04 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tCsQamLp04 .icon-focus:before {
  content: '\e95e';
}
.cid-tCsQamLp04 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tCsQamLp04 .mbr-section-title {
  margin: 0;
}
.cid-tCsQamLp04 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tCsQamLp04 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tCsQamLp04 .mbr-section-title,
.cid-tCsQamLp04 .underline {
  color: #14287f;
}
.cid-tCsQBy1Dvb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCsQBy1Dvb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCsQBy1Dvb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCsQBy1Dvb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCsQBy1Dvb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCsQBy1Dvb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tCsQBy1Dvb .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tCsQBy1Dvb .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tCsQBy1Dvb .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tCsQBy1Dvb .mbr-gallery-filter ul {
  display: block;
}
.cid-tCsQBy1Dvb .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tCsQBy1Dvb .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-tCsQBy1Dvb .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-tCsQBy1Dvb .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tCsQBy1Dvb .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tCsQBy1Dvb .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-tCsQBy1Dvb .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tCsQBy1Dvb .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tCsQBy1Dvb .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tCsQBy1Dvb .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tCsQBy1Dvb .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tCsQBy1Dvb .icon-focus:before {
  content: '\e95e';
}
.cid-tCsQBy1Dvb .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tCsQBy1Dvb .mbr-section-title {
  margin: 0;
}
.cid-tCsQBy1Dvb .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tCsQBy1Dvb .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tCsQBy1Dvb .mbr-section-title,
.cid-tCsQBy1Dvb .underline {
  color: #14287f;
}
.cid-tCsNbVPvl9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tCsNbVPvl9 .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-tCsNbVPvl9 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tCsNbVPvl9 .mbr-text {
  color: #83868c;
}
.cid-tCsNbVPvl9 .phone-word {
  color: #279e64;
}
.cid-tCsNbVPvl9 .text-link {
  transition: all 0.3s ease-in;
}
.cid-tCsNbVPvl9 .text-link:hover {
  color: #279e64 !important;
}
.cid-tCsNbVPvl9 img {
  height: 100px;
  padding-right: 8px;
}
.cid-tCsNbVPvl9 .img1 {
  color: #279e64;
}
.cid-tCsNbVPvl9 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tCsNbVPvl9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCsNbVPvl9 .content .link-wrap {
  color: red;
}
.cid-tCsNbVPvl9 .content .date-wrap {
  color: #13287d;
}
.cid-tCsNbVPvl9 .item,
.cid-tCsNbVPvl9 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tCsNbVPvl9 .item h4,
.cid-tCsNbVPvl9 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tCsNbVPvl9 .link {
  transition: all 0.3s ease-in;
}
.cid-tCsNbVPvl9 .link .card-img {
  padding-bottom: 3px;
}
.cid-tCsNbVPvl9 .link:hover .card-img span {
  color: #279e64;
}
.cid-tCsNbVPvl9 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-tCsNbVPvl9 .item .card-img {
  width: auto;
}
.cid-tCsNbVPvl9 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tCsNbVPvl9 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tCsNbVPvl9 h5 {
    text-align: left !important;
  }
  .cid-tCsNbVPvl9 .line-wrap {
    text-align: left !important;
  }
}
.cid-tCsNbVPvl9 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tCsNbVPvl9 .item-title:hover {
  color: #279e64;
}
.cid-tCsNbVPvl9 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tCsNbVPvl9 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tCsNbVPvl9 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tCsNbVPvl9 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-tCsNbVPvl9 .btn[class*="-outline"]:active,
.cid-tCsNbVPvl9 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tCsNbVPvl9 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tCsNbVPvl9 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tCsNbVPvl9 .pre-form {
  color: #83868c;
}
.cid-tCsNbVPvl9 .form-group,
.cid-tCsNbVPvl9 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tCsNbVPvl9 .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-tCsNbVPvl9 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tCsNbVPvl9 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tCsNbVPvl9 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tCsNbVPvl9 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tCsNbVPvl9 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tCsNbVPvl9 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tCsNbVPvl9 .dragArea {
  flex-direction: column;
}
.cid-tCsNbVPvl9 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tCsNbXSBXm.popup-builder {
  background-color: #ffffff;
}
.cid-tCsNbXSBXm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tCsNbXSBXm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tCsNbXSBXm .modal-content,
.cid-tCsNbXSBXm .modal-dialog {
  height: auto;
}
.cid-tCsNbXSBXm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tCsNbXSBXm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tCsNbXSBXm .form-wrapper .mbr-form .form-group,
  .cid-tCsNbXSBXm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tCsNbXSBXm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tCsNbXSBXm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCsNbXSBXm .mbr-text {
  text-align: center;
}
.cid-tCsNbXSBXm .pt-0 {
  padding-top: 0 !important;
}
.cid-tCsNbXSBXm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tCsNbXSBXm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tCsNbXSBXm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tCsNbXSBXm .modal-open {
  overflow: hidden;
}
.cid-tCsNbXSBXm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tCsNbXSBXm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tCsNbXSBXm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tCsNbXSBXm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tCsNbXSBXm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tCsNbXSBXm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tCsNbXSBXm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tCsNbXSBXm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tCsNbXSBXm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tCsNbXSBXm .modal-backdrop.fade {
  opacity: 0;
}
.cid-tCsNbXSBXm .modal-backdrop.show {
  opacity: .5;
}
.cid-tCsNbXSBXm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tCsNbXSBXm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tCsNbXSBXm .modal-header .close:hover {
  opacity: 1;
}
.cid-tCsNbXSBXm .modal-header .close:focus {
  outline: none;
}
.cid-tCsNbXSBXm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tCsNbXSBXm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tCsNbXSBXm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tCsNbXSBXm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tCsNbXSBXm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tCsNbXSBXm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tCsNbXSBXm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tCsNbXSBXm .modal-sm {
    max-width: 300px;
  }
  .cid-tCsNbXSBXm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tCsNbXSBXm .modal-lg,
  .cid-tCsNbXSBXm .modal-xl {
    max-width: 800px;
  }
  .cid-tCsNbXSBXm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tCsNbXSBXm .modal-xl {
    max-width: 1140px;
  }
  .cid-tCsNbXSBXm .container {
    max-width: 1140px;
  }
}
.cid-tCsNbXSBXm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tCsNbXSBXm .container {
    max-width: 720px;
  }
}
.cid-tCsNbXSBXm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tCsNbXSBXm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tCsNbXSBXm .form-group {
  margin-bottom: 1rem;
}
.cid-tCsNbXSBXm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tCsNbXSBXm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tCsNbXSBXm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tCsNbZokLW.popup-builder {
  background-color: #ffffff;
}
.cid-tCsNbZokLW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tCsNbZokLW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tCsNbZokLW .modal-content,
.cid-tCsNbZokLW .modal-dialog {
  height: auto;
}
.cid-tCsNbZokLW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tCsNbZokLW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tCsNbZokLW .form-wrapper .mbr-form .form-group,
  .cid-tCsNbZokLW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tCsNbZokLW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tCsNbZokLW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCsNbZokLW .mbr-text {
  text-align: center;
}
.cid-tCsNbZokLW .pt-0 {
  padding-top: 0 !important;
}
.cid-tCsNbZokLW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tCsNbZokLW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tCsNbZokLW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tCsNbZokLW .modal-open {
  overflow: hidden;
}
.cid-tCsNbZokLW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tCsNbZokLW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tCsNbZokLW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tCsNbZokLW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tCsNbZokLW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tCsNbZokLW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tCsNbZokLW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tCsNbZokLW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tCsNbZokLW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tCsNbZokLW .modal-backdrop.fade {
  opacity: 0;
}
.cid-tCsNbZokLW .modal-backdrop.show {
  opacity: .5;
}
.cid-tCsNbZokLW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tCsNbZokLW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tCsNbZokLW .modal-header .close:hover {
  opacity: 1;
}
.cid-tCsNbZokLW .modal-header .close:focus {
  outline: none;
}
.cid-tCsNbZokLW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tCsNbZokLW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tCsNbZokLW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tCsNbZokLW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tCsNbZokLW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tCsNbZokLW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tCsNbZokLW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tCsNbZokLW .modal-sm {
    max-width: 300px;
  }
  .cid-tCsNbZokLW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tCsNbZokLW .modal-lg,
  .cid-tCsNbZokLW .modal-xl {
    max-width: 800px;
  }
  .cid-tCsNbZokLW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tCsNbZokLW .modal-xl {
    max-width: 1140px;
  }
  .cid-tCsNbZokLW .container {
    max-width: 1140px;
  }
}
.cid-tCsNbZokLW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tCsNbZokLW .container {
    max-width: 720px;
  }
}
.cid-tCsNbZokLW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tCsNbZokLW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tCsNbZokLW .form-group {
  margin-bottom: 1rem;
}
.cid-tCsNbZokLW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tCsNbZokLW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tCsNbZokLW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
