body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #29b5fc !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #5bd0d4 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #29b5fc !important;
  border-color: #29b5fc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #038fd6 !important;
  border-color: #038fd6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #038fd6 !important;
  border-color: #038fd6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #5bd0d4 !important;
  border-color: #5bd0d4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #2fafb3 !important;
  border-color: #2fafb3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2fafb3 !important;
  border-color: #2fafb3 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #037ebc;
  color: #037ebc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #29b5fc;
  border-color: #29b5fc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #29b5fc !important;
  border-color: #29b5fc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #2a9b9f;
  color: #2a9b9f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #5bd0d4;
  border-color: #5bd0d4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5bd0d4 !important;
  border-color: #5bd0d4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #29b5fc !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #5bd0d4 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #037ebc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a9b9f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #5bd0d4;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #29b5fc;
  border-color: #29b5fc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #29b5fc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2fbff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdfefe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #29b5fc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-outline-2 {
  border: none;
  color: #29b5fc;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #29b5fc;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #29b5fc;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #29b5fc;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #29b5fc;
  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-number__spin {
  background: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #29b5fc;
  border-bottom-color: #29b5fc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #29b5fc !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: #000000 !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='%2329b5fc' %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-sOfUvfiEbw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sOfUvfiEbw .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sOfUvfiEbw .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sOfUvfiEbw .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sOfUvfiEbw .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOfUvfiEbw .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse.show,
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sOfUvfiEbw .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sOfUvfiEbw .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sOfUvfiEbw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sOfUvfiEbw .navbar {
    flex-wrap: nowrap;
  }
  .cid-sOfUvfiEbw .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sOfUvfiEbw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse.show,
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sOfUvfiEbw .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sOfUvfiEbw .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sOfUvfiEbw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sOfUvfiEbw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sOfUvfiEbw .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sOfUvfiEbw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sOfUvfiEbw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOfUvfiEbw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sOfUvfiEbw .dropdown-item.active,
.cid-sOfUvfiEbw .dropdown-item:active {
  background-color: transparent;
}
.cid-sOfUvfiEbw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOfUvfiEbw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOfUvfiEbw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOfUvfiEbw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sOfUvfiEbw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOfUvfiEbw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOfUvfiEbw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOfUvfiEbw .navbar-buttons {
  text-align: center;
}
.cid-sOfUvfiEbw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sOfUvfiEbw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sOfUvfiEbw a.nav-link:focus {
  outline: none;
}
.cid-sOfUvfiEbw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOfUvfiEbw .nav-link:hover,
.cid-sOfUvfiEbw .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOfUvfiEbw .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sOfUvfiEbw .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sU2CxXcSx4 {
  background-image: url("../../../assets/images/OS6_5599-HDR.jpg");
}
.cid-sU2CxXcSx4 .mbr-text,
.cid-sU2CxXcSx4 .typed-text,
.cid-sU2CxXcSx4 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sU2CxXcSx4 .btn {
  margin-left: 4px !important;
}
.cid-sU2CxXcSx4 .animated-element {
  color: #ffbc00;
}
.cid-sU2CxXcSx4 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sRylPMDwou {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRylPMDwou .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sRylPMDwou .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sRylPMDwou .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sU2CHqXKdB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sU2CHqXKdB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sU2CHqXKdB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU2CHqXKdB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU2CHqXKdB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sU2CHqXKdB .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-sU2CHqXKdB .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sU2CHqXKdB .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sU2CHqXKdB .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-sU2CHqXKdB .mbr-gallery-filter ul {
  display: block;
}
.cid-sU2CHqXKdB .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sU2CHqXKdB .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sU2CHqXKdB .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-sU2CHqXKdB .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sU2CHqXKdB .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sU2CHqXKdB .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sU2CHqXKdB .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sU2CHqXKdB .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sU2CHqXKdB .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-sU2CHqXKdB .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sU2CHqXKdB .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sU2CHqXKdB .icon-focus:before {
  content: '\e95e';
}
.cid-sU2CHqXKdB .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-sU2CHqXKdB .mbr-section-title {
  margin: 0;
}
.cid-sU2CHqXKdB .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sU2CHqXKdB .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sRylcX34au {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRylcX34au .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sRylcX34au .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sRylcX34au .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sRylcX34au .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sRylcX34au .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sRylcX34au .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sRylcX34au .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sRylcX34au .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sRylcX34au .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sRylcX34au .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sRylcX34au .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sTsVZBB10i {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTsVZBB10i .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-sTsVZBB10i .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sTsVZBB10i .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sRylcnibt6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRylcnibt6 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sRylcnibt6 .mbr-text {
  line-height: 1.5;
  text-align: left;
  color: #000000;
}
.cid-sRylcnibt6 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sRylcnibt6 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sRylcnibt6 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sRylcnibt6 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sRylcnibt6 .container2 input:checked ~ .checkmark {
  background-color: #48d678;
}
.cid-sRylcnibt6 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sRylcnibt6 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sRylcnibt6 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sRylcnibt6 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sS8CsxLP9w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sS8CsxLP9w .container-fluid {
  padding: 0 3rem;
}
.cid-sS8CsxLP9w .mbr-section-subtitle {
  color: #767676;
}
.cid-sS8CsxLP9w .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sS8CsxLP9w .table-wrapper {
  margin: 0 auto;
}
.cid-sS8CsxLP9w table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sS8CsxLP9w table thead tr {
  border: none !important;
}
.cid-sS8CsxLP9w table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
  background: #97e0b0;
}
.cid-sS8CsxLP9w table tr td {
  border-color: #000000;
}
.cid-sS8CsxLP9w table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sS8CsxLP9w table.table {
  background: #97e0b0;
}
.cid-sS8CsxLP9w tr:hover {
  background-color: #2fa2dc !important;
}
.cid-sS8CsxLP9w th:after,
.cid-sS8CsxLP9w th:before {
  display: none !important;
}
.cid-sS8CsxLP9w .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sS8CsxLP9w .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sS8CsxLP9w table th,
  .cid-sS8CsxLP9w table td {
    padding: .75rem;
  }
}
.cid-sS8CsxLP9w .body-item {
  text-align: center;
}
.cid-sS8CsxLP9w .mbr-text {
  color: #767676;
}
.cid-sS8CsxLP9w .head-item {
  color: #232323;
}
.cid-sS8CsxLP9w .mbr-section-title,
.cid-sS8CsxLP9w .head-item {
  text-align: left;
}
.cid-sTsW03BlXh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTsW03BlXh .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sTsW03BlXh .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sTsW03BlXh .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sOg8zXGo7f {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sOg8zXGo7f .container {
  max-width: 1400px;
}
.cid-sOg8zXGo7f .card-img2 span {
  padding-top: 6px;
}
.cid-sOg8zXGo7f .soc-item a {
  padding-top: 5px;
}
.cid-sOg8zXGo7f .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sOg8zXGo7f .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sOg8zXGo7f .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sOg8zXGo7f .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sOg8zXGo7f svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sOg8zXGo7f #e2_shape {
  fill: #ffffff !important;
}
.cid-sOg8zXGo7f .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sOg8zXGo7f .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sOg8zXGo7f .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sOg8zXGo7f .card-img {
  width: auto;
}
.cid-sOg8zXGo7f .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sOg8zXGo7f .soc-item span {
  font-size: 1.4rem;
}
.cid-sOg8zXGo7f .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sOg8zXGo7f .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sOg8zXGo7f .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sOg8zXGo7f .media-wrap {
  margin-bottom: 1rem;
}
.cid-sOg8zXGo7f .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sOg8zXGo7f img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sOg8zXGo7f .item {
    justify-content: center;
  }
  .cid-sOg8zXGo7f .quote::after {
    left: 60px;
  }
}
.cid-sOg8zXGo7f .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sOg8zXGo7f .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sOg8zXGo7f .text1 {
  color: #000000;
}
.cid-sOg8zXGo7f .item-title {
  color: #000000;
}
.cid-sOg8zXGo7f H5 {
  color: #000000;
}
.cid-sOg8zXGo7f .theme {
  color: #000000;
}
.cid-sOg8zXGo7f .copyright > p {
  color: #ff3366;
}
.cid-sOg8zXGo7f .text2 {
  color: #000000;
}
.cid-sOfUvfiEbw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sOfUvfiEbw .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sOfUvfiEbw .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sOfUvfiEbw .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sOfUvfiEbw .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOfUvfiEbw .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse.show,
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sOfUvfiEbw .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sOfUvfiEbw .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sOfUvfiEbw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sOfUvfiEbw .navbar {
    flex-wrap: nowrap;
  }
  .cid-sOfUvfiEbw .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sOfUvfiEbw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse.show,
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sOfUvfiEbw .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sOfUvfiEbw .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sOfUvfiEbw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sOfUvfiEbw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sOfUvfiEbw .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sOfUvfiEbw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sOfUvfiEbw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOfUvfiEbw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sOfUvfiEbw .dropdown-item.active,
.cid-sOfUvfiEbw .dropdown-item:active {
  background-color: transparent;
}
.cid-sOfUvfiEbw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOfUvfiEbw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOfUvfiEbw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOfUvfiEbw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sOfUvfiEbw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOfUvfiEbw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOfUvfiEbw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOfUvfiEbw .navbar-buttons {
  text-align: center;
}
.cid-sOfUvfiEbw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sOfUvfiEbw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sOfUvfiEbw a.nav-link:focus {
  outline: none;
}
.cid-sOfUvfiEbw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOfUvfiEbw .nav-link:hover,
.cid-sOfUvfiEbw .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOfUvfiEbw .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sOfUvfiEbw .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sOg6eJP184 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOg6eJP184 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sOg6eJP184 .form-control,
.cid-sOg6eJP184 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sOg6eJP184 .form-control::-webkit-input-placeholder,
.cid-sOg6eJP184 .field-input::-webkit-input-placeholder,
.cid-sOg6eJP184 .form-control::-webkit-input-placeholder,
.cid-sOg6eJP184 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-sOg6eJP184 .form-control:-moz-placeholder,
.cid-sOg6eJP184 .field-input:-moz-placeholder,
.cid-sOg6eJP184 .form-control:-moz-placeholder,
.cid-sOg6eJP184 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-sOg6eJP184 .form-control:hover,
.cid-sOg6eJP184 .field-input:hover,
.cid-sOg6eJP184 .form-control:focus,
.cid-sOg6eJP184 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sOg6eJP184 .form-control:hover::-webkit-input-placeholder,
.cid-sOg6eJP184 .field-input:hover::-webkit-input-placeholder,
.cid-sOg6eJP184 .form-control:focus::-webkit-input-placeholder,
.cid-sOg6eJP184 .field-input:focus::-webkit-input-placeholder,
.cid-sOg6eJP184 .form-control:hover::-webkit-input-placeholder,
.cid-sOg6eJP184 .field-input:hover::-webkit-input-placeholder,
.cid-sOg6eJP184 .form-control:focus::-webkit-input-placeholder,
.cid-sOg6eJP184 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sOg6eJP184 .form-control:hover:-moz-placeholder,
.cid-sOg6eJP184 .field-input:hover:-moz-placeholder,
.cid-sOg6eJP184 .form-control:focus:-moz-placeholder,
.cid-sOg6eJP184 .field-input:focus:-moz-placeholder,
.cid-sOg6eJP184 .form-control:hover:-moz-placeholder,
.cid-sOg6eJP184 .field-input:hover:-moz-placeholder,
.cid-sOg6eJP184 .form-control:focus:-moz-placeholder,
.cid-sOg6eJP184 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sOg6eJP184 .jq-number__spin:hover,
.cid-sOg6eJP184 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sOg6eJP184 .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sOg6eJP184 .jq-selectbox li,
.cid-sOg6eJP184 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sOg6eJP184 .jq-selectbox li:hover,
.cid-sOg6eJP184 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sOg6eJP184 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sOg6eJP184 .jq-number__spin.minus:hover:after,
.cid-sOg6eJP184 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sOg6eJP184 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sOg6eJP184 .jq-number__spin.minus:after,
.cid-sOg6eJP184 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sOg6eJP184 input::-webkit-clear-button {
  display: none;
}
.cid-sOg6eJP184 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sOg6eJP184 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sOg6eJP184 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sOg6eJP184 H4 {
  text-align: center;
}
.cid-t7wY0ga4jk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t7wY0ga4jk .social-media {
  margin-top: 1.5rem;
}
.cid-t7wY0ga4jk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t7wY0ga4jk .social-media ul li {
  margin-right: 1.5rem;
  display: inline-block;
}
.cid-t7wY0ga4jk .mbr-list ul {
  margin: 0;
  padding: 0;
}
.cid-t7wY0ga4jk .mbr-list ul li {
  margin-bottom: 0.5rem;
}
.cid-t7wY0ga4jk ul {
  list-style: none;
}
.cid-t7wY0ga4jk hr {
  margin-top: 2rem;
}
.cid-t7wY0ga4jk .sub-info {
  margin-top: 2rem;
}
.cid-t7wY0ga4jk .card-support {
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}
.cid-t7wY0ga4jk .card-support li {
  margin-bottom: .4rem;
  margin-right: .4rem;
  display: inline-block;
}
.cid-t7wY0ga4jk .mbr-list,
.cid-t7wY0ga4jk .social-media UL {
  text-align: left;
}
.cid-t7wY0ga4jk .mbr-section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-t7wY0ga4jk .mbr-list,
  .cid-t7wY0ga4jk .mbr-section-title {
    text-align: center !important;
  }
  .cid-t7wY0ga4jk .social-media {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-t7wY0ga4jk .social-media ul li {
    margin: 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .cid-t7wY0ga4jk .mbr-list {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-t7wY0ga4jk .list-column {
    margin-bottom: 2rem;
  }
  .cid-t7wY0ga4jk hr {
    margin-top: 0;
    margin-bottom: .5rem;
  }
}
.cid-sOg8vfcTWD {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sOg8vfcTWD .container {
  max-width: 1400px;
}
.cid-sOg8vfcTWD .card-img2 span {
  padding-top: 6px;
}
.cid-sOg8vfcTWD .soc-item a {
  padding-top: 5px;
}
.cid-sOg8vfcTWD .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sOg8vfcTWD .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sOg8vfcTWD .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sOg8vfcTWD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sOg8vfcTWD svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sOg8vfcTWD #e2_shape {
  fill: #ffffff !important;
}
.cid-sOg8vfcTWD .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sOg8vfcTWD .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sOg8vfcTWD .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sOg8vfcTWD .card-img {
  width: auto;
}
.cid-sOg8vfcTWD .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sOg8vfcTWD .soc-item span {
  font-size: 1.4rem;
}
.cid-sOg8vfcTWD .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sOg8vfcTWD .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sOg8vfcTWD .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sOg8vfcTWD .media-wrap {
  margin-bottom: 1rem;
}
.cid-sOg8vfcTWD .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sOg8vfcTWD img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sOg8vfcTWD .item {
    justify-content: center;
  }
  .cid-sOg8vfcTWD .quote::after {
    left: 60px;
  }
}
.cid-sOg8vfcTWD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sOg8vfcTWD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sOg8vfcTWD .text1 {
  color: #000000;
}
.cid-sOg8vfcTWD .item-title {
  color: #000000;
}
.cid-sOg8vfcTWD H5 {
  color: #000000;
}
.cid-sOg8vfcTWD .theme {
  color: #000000;
}
.cid-sOg8vfcTWD .copyright > p {
  color: #ff3366;
}
.cid-sOg8vfcTWD .text2 {
  color: #000000;
}
.cid-sOfUvfiEbw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sOfUvfiEbw .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sOfUvfiEbw .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sOfUvfiEbw .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sOfUvfiEbw .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOfUvfiEbw .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse.show,
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sOfUvfiEbw .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sOfUvfiEbw .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sOfUvfiEbw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sOfUvfiEbw .navbar {
    flex-wrap: nowrap;
  }
  .cid-sOfUvfiEbw .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sOfUvfiEbw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse.show,
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sOfUvfiEbw .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sOfUvfiEbw .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sOfUvfiEbw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sOfUvfiEbw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sOfUvfiEbw .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sOfUvfiEbw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sOfUvfiEbw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOfUvfiEbw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sOfUvfiEbw .dropdown-item.active,
.cid-sOfUvfiEbw .dropdown-item:active {
  background-color: transparent;
}
.cid-sOfUvfiEbw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOfUvfiEbw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOfUvfiEbw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOfUvfiEbw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sOfUvfiEbw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOfUvfiEbw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOfUvfiEbw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOfUvfiEbw .navbar-buttons {
  text-align: center;
}
.cid-sOfUvfiEbw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sOfUvfiEbw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sOfUvfiEbw a.nav-link:focus {
  outline: none;
}
.cid-sOfUvfiEbw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOfUvfiEbw .nav-link:hover,
.cid-sOfUvfiEbw .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOfUvfiEbw .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sOfUvfiEbw .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sOfX0NAJ7A {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #29b5fc;
  background: linear-gradient(90deg, #29b5fc, #ffffff);
}
.cid-sOfX0NAJ7A .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sOfX0NAJ7A .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sOfX0NAJ7A .text-content {
  padding-right: 1.5rem;
}
.cid-sOfX0NAJ7A .mbr-text,
.cid-sOfX0NAJ7A .mbr-section-btn {
  color: #000000;
}
.cid-sOfX0NAJ7A .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(152, 152, 152, 0.3);
  box-shadow: 0px 0px 30px rgba(152, 152, 152, 0.3);
  border-radius: .25rem;
}
.cid-sOfX0NAJ7A .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sOfX0NAJ7A .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sOfX0NAJ7A .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sOfX0NAJ7A .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: #000000;
}
@media (max-width: 991px) {
  .cid-sOfX0NAJ7A .main-row {
    margin: 0;
  }
  .cid-sOfX0NAJ7A .mbr-section-title,
  .cid-sOfX0NAJ7A .mbr-text,
  .cid-sOfX0NAJ7A .list,
  .cid-sOfX0NAJ7A .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sOfX0NAJ7A .text-content {
    padding: 0;
  }
}
.cid-sOfYg3Juw4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sOfYg3Juw4 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sOfYg3Juw4 .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sOfYg3Juw4 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sTPAWtiU0I {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sTPAWtiU0I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTPAWtiU0I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTPAWtiU0I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTPAWtiU0I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTPAWtiU0I .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sTPAWtiU0I .icon-focus {
  display: none;
}
.cid-sTPAWtiU0I .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sTPAWtiU0I ul {
  font-size: 0;
}
.cid-sTPAWtiU0I .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sTPAWtiU0I .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sTPAWtiU0I .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #29b5fc, #000000);
}
.cid-sTPAWtiU0I .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sTPAWtiU0I .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sTPAWtiU0I .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sTPAWtiU0I .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sTPAWtiU0I .btn:hover {
  background: transparent !important;
}
.cid-sTPAWtiU0I .btn:hover:before {
  background: transparent !important;
}
.cid-sTPAWtiU0I .btn:before {
  background-color: transparent !important;
}
.cid-sTPAWtiU0I .btn:focus {
  box-shadow: none;
}
.cid-sTPAWtiU0I .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sOg8E7VfYl {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sOg8E7VfYl .container {
  max-width: 1400px;
}
.cid-sOg8E7VfYl .card-img2 span {
  padding-top: 6px;
}
.cid-sOg8E7VfYl .soc-item a {
  padding-top: 5px;
}
.cid-sOg8E7VfYl .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sOg8E7VfYl .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sOg8E7VfYl .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sOg8E7VfYl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sOg8E7VfYl svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sOg8E7VfYl #e2_shape {
  fill: #ffffff !important;
}
.cid-sOg8E7VfYl .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sOg8E7VfYl .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sOg8E7VfYl .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sOg8E7VfYl .card-img {
  width: auto;
}
.cid-sOg8E7VfYl .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sOg8E7VfYl .soc-item span {
  font-size: 1.4rem;
}
.cid-sOg8E7VfYl .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sOg8E7VfYl .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sOg8E7VfYl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sOg8E7VfYl .media-wrap {
  margin-bottom: 1rem;
}
.cid-sOg8E7VfYl .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sOg8E7VfYl img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sOg8E7VfYl .item {
    justify-content: center;
  }
  .cid-sOg8E7VfYl .quote::after {
    left: 60px;
  }
}
.cid-sOg8E7VfYl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sOg8E7VfYl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sOg8E7VfYl .text1 {
  color: #000000;
}
.cid-sOg8E7VfYl .item-title {
  color: #000000;
}
.cid-sOg8E7VfYl H5 {
  color: #000000;
}
.cid-sOg8E7VfYl .theme {
  color: #000000;
}
.cid-sOg8E7VfYl .copyright > p {
  color: #ff3366;
}
.cid-sOg8E7VfYl .text2 {
  color: #000000;
}
.cid-sSfgDcEWfr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sSfgDcEWfr .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sSfgDcEWfr .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sSfgDcEWfr .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSfgDcEWfr .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSfgDcEWfr .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sSfgDcEWfr .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSfgDcEWfr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sSfgDcEWfr .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sSfgDcEWfr .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sSfgDcEWfr .navbar.collapsed.opened .navbar-collapse.show,
.cid-sSfgDcEWfr .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sSfgDcEWfr .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sSfgDcEWfr .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sSfgDcEWfr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSfgDcEWfr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSfgDcEWfr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSfgDcEWfr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSfgDcEWfr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSfgDcEWfr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sSfgDcEWfr .navbar {
    flex-wrap: nowrap;
  }
  .cid-sSfgDcEWfr .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sSfgDcEWfr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSfgDcEWfr .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sSfgDcEWfr .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sSfgDcEWfr .navbar.opened .navbar-collapse.show,
  .cid-sSfgDcEWfr .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sSfgDcEWfr .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sSfgDcEWfr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sSfgDcEWfr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSfgDcEWfr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSfgDcEWfr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSfgDcEWfr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sSfgDcEWfr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSfgDcEWfr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sSfgDcEWfr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sSfgDcEWfr .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sSfgDcEWfr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sSfgDcEWfr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSfgDcEWfr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSfgDcEWfr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSfgDcEWfr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSfgDcEWfr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sSfgDcEWfr .dropdown-item.active,
.cid-sSfgDcEWfr .dropdown-item:active {
  background-color: transparent;
}
.cid-sSfgDcEWfr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSfgDcEWfr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSfgDcEWfr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSfgDcEWfr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sSfgDcEWfr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSfgDcEWfr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSfgDcEWfr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSfgDcEWfr .navbar-buttons {
  text-align: center;
}
.cid-sSfgDcEWfr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSfgDcEWfr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSfgDcEWfr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSfgDcEWfr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSfgDcEWfr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSfgDcEWfr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSfgDcEWfr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSfgDcEWfr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSfgDcEWfr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSfgDcEWfr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSfgDcEWfr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sSfgDcEWfr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sSfgDcEWfr a.nav-link:focus {
  outline: none;
}
.cid-sSfgDcEWfr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSfgDcEWfr .nav-link:hover,
.cid-sSfgDcEWfr .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSfgDcEWfr .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sSfgDcEWfr .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sSTYGUVSIv {
  background-image: url("../../../assets/images/dr1-4-2000x1332.jpg");
}
.cid-sSTY5PHYSW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSTY5PHYSW .mbr-text,
.cid-sSTY5PHYSW .ornament {
  text-align: left;
}
.cid-sTsT2JEt3I {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sTsT2JEt3I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTsT2JEt3I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTsT2JEt3I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTsT2JEt3I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTsT2JEt3I .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sTsT2JEt3I .icon-focus {
  display: none;
}
.cid-sTsT2JEt3I .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sTsT2JEt3I ul {
  font-size: 0;
}
.cid-sTsT2JEt3I .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sTsT2JEt3I .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sTsT2JEt3I .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #29b5fc, #000000);
}
.cid-sTsT2JEt3I .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sTsT2JEt3I .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sTsT2JEt3I .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sTsT2JEt3I .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sTsT2JEt3I .btn:hover {
  background: transparent !important;
}
.cid-sTsT2JEt3I .btn:hover:before {
  background: transparent !important;
}
.cid-sTsT2JEt3I .btn:before {
  background-color: transparent !important;
}
.cid-sTsT2JEt3I .btn:focus {
  box-shadow: none;
}
.cid-sTsT2JEt3I .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sTPtGWzRhe {
  padding-top: 120px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sTPtGWzRhe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTPtGWzRhe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTPtGWzRhe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTPtGWzRhe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTPtGWzRhe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sTPtGWzRhe .icon-focus {
  display: none;
}
.cid-sTPtGWzRhe .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sTPtGWzRhe ul {
  font-size: 0;
}
.cid-sTPtGWzRhe .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sTPtGWzRhe .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sTPtGWzRhe .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #29b5fc, #000000);
}
.cid-sTPtGWzRhe .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sTPtGWzRhe .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sTPtGWzRhe .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sTPtGWzRhe .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sTPtGWzRhe .btn:hover {
  background: transparent !important;
}
.cid-sTPtGWzRhe .btn:hover:before {
  background: transparent !important;
}
.cid-sTPtGWzRhe .btn:before {
  background-color: transparent !important;
}
.cid-sTPtGWzRhe .btn:focus {
  box-shadow: none;
}
.cid-sTPtGWzRhe .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sSfgDelxuS {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sSfgDelxuS .container {
  max-width: 1400px;
}
.cid-sSfgDelxuS .card-img2 span {
  padding-top: 6px;
}
.cid-sSfgDelxuS .soc-item a {
  padding-top: 5px;
}
.cid-sSfgDelxuS .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sSfgDelxuS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sSfgDelxuS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sSfgDelxuS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSfgDelxuS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sSfgDelxuS #e2_shape {
  fill: #ffffff !important;
}
.cid-sSfgDelxuS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sSfgDelxuS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sSfgDelxuS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSfgDelxuS .card-img {
  width: auto;
}
.cid-sSfgDelxuS .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sSfgDelxuS .soc-item span {
  font-size: 1.4rem;
}
.cid-sSfgDelxuS .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sSfgDelxuS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sSfgDelxuS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sSfgDelxuS .media-wrap {
  margin-bottom: 1rem;
}
.cid-sSfgDelxuS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sSfgDelxuS img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sSfgDelxuS .item {
    justify-content: center;
  }
  .cid-sSfgDelxuS .quote::after {
    left: 60px;
  }
}
.cid-sSfgDelxuS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sSfgDelxuS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSfgDelxuS .text1 {
  color: #000000;
}
.cid-sSfgDelxuS .item-title {
  color: #000000;
}
.cid-sSfgDelxuS H5 {
  color: #000000;
}
.cid-sSfgDelxuS .theme {
  color: #000000;
}
.cid-sSfgDelxuS .copyright > p {
  color: #ff3366;
}
.cid-sSfgDelxuS .text2 {
  color: #000000;
}
.cid-sSU0YDWJT1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sSU0YDWJT1 .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sSU0YDWJT1 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sSU0YDWJT1 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSU0YDWJT1 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSU0YDWJT1 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sSU0YDWJT1 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSU0YDWJT1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sSU0YDWJT1 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sSU0YDWJT1 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sSU0YDWJT1 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sSU0YDWJT1 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sSU0YDWJT1 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sSU0YDWJT1 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sSU0YDWJT1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSU0YDWJT1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSU0YDWJT1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSU0YDWJT1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSU0YDWJT1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSU0YDWJT1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sSU0YDWJT1 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sSU0YDWJT1 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sSU0YDWJT1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSU0YDWJT1 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sSU0YDWJT1 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sSU0YDWJT1 .navbar.opened .navbar-collapse.show,
  .cid-sSU0YDWJT1 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sSU0YDWJT1 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sSU0YDWJT1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sSU0YDWJT1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSU0YDWJT1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSU0YDWJT1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSU0YDWJT1 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sSU0YDWJT1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSU0YDWJT1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sSU0YDWJT1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sSU0YDWJT1 .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sSU0YDWJT1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sSU0YDWJT1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSU0YDWJT1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSU0YDWJT1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSU0YDWJT1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSU0YDWJT1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sSU0YDWJT1 .dropdown-item.active,
.cid-sSU0YDWJT1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sSU0YDWJT1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSU0YDWJT1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSU0YDWJT1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSU0YDWJT1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sSU0YDWJT1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSU0YDWJT1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSU0YDWJT1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSU0YDWJT1 .navbar-buttons {
  text-align: center;
}
.cid-sSU0YDWJT1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSU0YDWJT1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSU0YDWJT1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSU0YDWJT1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSU0YDWJT1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSU0YDWJT1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSU0YDWJT1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSU0YDWJT1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSU0YDWJT1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSU0YDWJT1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSU0YDWJT1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sSU0YDWJT1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sSU0YDWJT1 a.nav-link:focus {
  outline: none;
}
.cid-sSU0YDWJT1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSU0YDWJT1 .nav-link:hover,
.cid-sSU0YDWJT1 .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSU0YDWJT1 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sSU0YDWJT1 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sSU0YEQ7Uc {
  background-image: url("../../../assets/images/60-96ee091d8e678-1-1000x700.jpeg");
}
.cid-sSU0YFxRzH {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sSU0YFxRzH .mbr-text,
.cid-sSU0YFxRzH .ornament {
  text-align: left;
}
.cid-sSU0YGHDJP {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sSU0YGHDJP .container {
  max-width: 1400px;
}
.cid-sSU0YGHDJP .card-img2 span {
  padding-top: 6px;
}
.cid-sSU0YGHDJP .soc-item a {
  padding-top: 5px;
}
.cid-sSU0YGHDJP .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sSU0YGHDJP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sSU0YGHDJP .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sSU0YGHDJP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSU0YGHDJP svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sSU0YGHDJP #e2_shape {
  fill: #ffffff !important;
}
.cid-sSU0YGHDJP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sSU0YGHDJP .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sSU0YGHDJP .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSU0YGHDJP .card-img {
  width: auto;
}
.cid-sSU0YGHDJP .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sSU0YGHDJP .soc-item span {
  font-size: 1.4rem;
}
.cid-sSU0YGHDJP .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sSU0YGHDJP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sSU0YGHDJP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sSU0YGHDJP .media-wrap {
  margin-bottom: 1rem;
}
.cid-sSU0YGHDJP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sSU0YGHDJP img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sSU0YGHDJP .item {
    justify-content: center;
  }
  .cid-sSU0YGHDJP .quote::after {
    left: 60px;
  }
}
.cid-sSU0YGHDJP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sSU0YGHDJP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSU0YGHDJP .text1 {
  color: #000000;
}
.cid-sSU0YGHDJP .item-title {
  color: #000000;
}
.cid-sSU0YGHDJP H5 {
  color: #000000;
}
.cid-sSU0YGHDJP .theme {
  color: #000000;
}
.cid-sSU0YGHDJP .copyright > p {
  color: #ff3366;
}
.cid-sSU0YGHDJP .text2 {
  color: #000000;
}
.cid-sSfgvAFpTM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sSfgvAFpTM .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sSfgvAFpTM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sSfgvAFpTM .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSfgvAFpTM .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSfgvAFpTM .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sSfgvAFpTM .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSfgvAFpTM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sSfgvAFpTM .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sSfgvAFpTM .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sSfgvAFpTM .navbar.collapsed.opened .navbar-collapse.show,
.cid-sSfgvAFpTM .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sSfgvAFpTM .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sSfgvAFpTM .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sSfgvAFpTM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSfgvAFpTM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSfgvAFpTM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSfgvAFpTM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSfgvAFpTM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSfgvAFpTM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sSfgvAFpTM .navbar {
    flex-wrap: nowrap;
  }
  .cid-sSfgvAFpTM .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sSfgvAFpTM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSfgvAFpTM .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sSfgvAFpTM .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sSfgvAFpTM .navbar.opened .navbar-collapse.show,
  .cid-sSfgvAFpTM .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sSfgvAFpTM .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sSfgvAFpTM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sSfgvAFpTM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSfgvAFpTM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSfgvAFpTM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSfgvAFpTM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sSfgvAFpTM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSfgvAFpTM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sSfgvAFpTM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sSfgvAFpTM .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sSfgvAFpTM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sSfgvAFpTM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSfgvAFpTM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSfgvAFpTM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSfgvAFpTM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSfgvAFpTM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sSfgvAFpTM .dropdown-item.active,
.cid-sSfgvAFpTM .dropdown-item:active {
  background-color: transparent;
}
.cid-sSfgvAFpTM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSfgvAFpTM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSfgvAFpTM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSfgvAFpTM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sSfgvAFpTM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSfgvAFpTM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSfgvAFpTM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSfgvAFpTM .navbar-buttons {
  text-align: center;
}
.cid-sSfgvAFpTM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSfgvAFpTM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSfgvAFpTM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSfgvAFpTM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSfgvAFpTM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSfgvAFpTM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSfgvAFpTM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSfgvAFpTM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSfgvAFpTM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSfgvAFpTM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSfgvAFpTM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sSfgvAFpTM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sSfgvAFpTM a.nav-link:focus {
  outline: none;
}
.cid-sSfgvAFpTM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSfgvAFpTM .nav-link:hover,
.cid-sSfgvAFpTM .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSfgvAFpTM .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sSfgvAFpTM .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sT6A76jtPz {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sT6A76jtPz h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT6A76jtPz .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sT6A76jtPz .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sT6A76jtPz .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sT6A76jtPz .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sT6A76jtPz .panel-group {
  width: 100%;
}
.cid-sT6A76jtPz .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT6A76jtPz .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sT6A76jtPz .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #2fa2dc;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT6A76jtPz .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT6A76jtPz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT6A76jtPz .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sT6A76jtPz .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT6A76jtPz .card .panel-body {
  background: #ffffff;
}
.cid-sT6A76jtPz .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT6A76jtPz .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sT6A76jtPz .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT6A76jtPz .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sT6BA20HzO {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sT6BA20HzO h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT6BA20HzO .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sT6BA20HzO .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sT6BA20HzO .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sT6BA20HzO .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sT6BA20HzO .panel-group {
  width: 100%;
}
.cid-sT6BA20HzO .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT6BA20HzO .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sT6BA20HzO .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #2fa2dc;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT6BA20HzO .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT6BA20HzO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT6BA20HzO .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sT6BA20HzO .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT6BA20HzO .card .panel-body {
  background: #ffffff;
}
.cid-sT6BA20HzO .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT6BA20HzO .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sT6BA20HzO .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT6BA20HzO .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sT6C1WtRns {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sT6C1WtRns h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT6C1WtRns .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sT6C1WtRns .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sT6C1WtRns .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sT6C1WtRns .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sT6C1WtRns .panel-group {
  width: 100%;
}
.cid-sT6C1WtRns .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT6C1WtRns .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sT6C1WtRns .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #2fa2dc;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT6C1WtRns .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT6C1WtRns .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT6C1WtRns .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sT6C1WtRns .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT6C1WtRns .card .panel-body {
  background: #ffffff;
}
.cid-sT6C1WtRns .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT6C1WtRns .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sT6C1WtRns .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT6C1WtRns .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sT6CyQgFGi {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sT6CyQgFGi h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT6CyQgFGi .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sT6CyQgFGi .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sT6CyQgFGi .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sT6CyQgFGi .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sT6CyQgFGi .panel-group {
  width: 100%;
}
.cid-sT6CyQgFGi .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT6CyQgFGi .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sT6CyQgFGi .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #2fa2dc;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT6CyQgFGi .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT6CyQgFGi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT6CyQgFGi .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sT6CyQgFGi .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT6CyQgFGi .card .panel-body {
  background: #ffffff;
}
.cid-sT6CyQgFGi .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT6CyQgFGi .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sT6CyQgFGi .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT6CyQgFGi .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sT6CPduelh {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sT6CPduelh h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT6CPduelh .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sT6CPduelh .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sT6CPduelh .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sT6CPduelh .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sT6CPduelh .panel-group {
  width: 100%;
}
.cid-sT6CPduelh .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sT6CPduelh .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sT6CPduelh .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #2fa2dc;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT6CPduelh .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sT6CPduelh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT6CPduelh .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sT6CPduelh .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT6CPduelh .card .panel-body {
  background: #ffffff;
}
.cid-sT6CPduelh .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT6CPduelh .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sT6CPduelh .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sT6CPduelh .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sSfgvCHVS0 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sSfgvCHVS0 .container {
  max-width: 1400px;
}
.cid-sSfgvCHVS0 .card-img2 span {
  padding-top: 6px;
}
.cid-sSfgvCHVS0 .soc-item a {
  padding-top: 5px;
}
.cid-sSfgvCHVS0 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sSfgvCHVS0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sSfgvCHVS0 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sSfgvCHVS0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSfgvCHVS0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sSfgvCHVS0 #e2_shape {
  fill: #ffffff !important;
}
.cid-sSfgvCHVS0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sSfgvCHVS0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sSfgvCHVS0 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSfgvCHVS0 .card-img {
  width: auto;
}
.cid-sSfgvCHVS0 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sSfgvCHVS0 .soc-item span {
  font-size: 1.4rem;
}
.cid-sSfgvCHVS0 .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sSfgvCHVS0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sSfgvCHVS0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sSfgvCHVS0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sSfgvCHVS0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sSfgvCHVS0 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sSfgvCHVS0 .item {
    justify-content: center;
  }
  .cid-sSfgvCHVS0 .quote::after {
    left: 60px;
  }
}
.cid-sSfgvCHVS0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sSfgvCHVS0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSfgvCHVS0 .text1 {
  color: #000000;
}
.cid-sSfgvCHVS0 .item-title {
  color: #000000;
}
.cid-sSfgvCHVS0 H5 {
  color: #000000;
}
.cid-sSfgvCHVS0 .theme {
  color: #000000;
}
.cid-sSfgvCHVS0 .copyright > p {
  color: #ff3366;
}
.cid-sSfgvCHVS0 .text2 {
  color: #000000;
}
.cid-sOfUvfiEbw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sOfUvfiEbw .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sOfUvfiEbw .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sOfUvfiEbw .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sOfUvfiEbw .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOfUvfiEbw .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse.show,
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sOfUvfiEbw .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sOfUvfiEbw .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sOfUvfiEbw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sOfUvfiEbw .navbar {
    flex-wrap: nowrap;
  }
  .cid-sOfUvfiEbw .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sOfUvfiEbw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse.show,
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sOfUvfiEbw .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sOfUvfiEbw .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sOfUvfiEbw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sOfUvfiEbw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sOfUvfiEbw .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sOfUvfiEbw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sOfUvfiEbw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOfUvfiEbw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sOfUvfiEbw .dropdown-item.active,
.cid-sOfUvfiEbw .dropdown-item:active {
  background-color: transparent;
}
.cid-sOfUvfiEbw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOfUvfiEbw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOfUvfiEbw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOfUvfiEbw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sOfUvfiEbw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOfUvfiEbw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOfUvfiEbw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOfUvfiEbw .navbar-buttons {
  text-align: center;
}
.cid-sOfUvfiEbw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sOfUvfiEbw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sOfUvfiEbw a.nav-link:focus {
  outline: none;
}
.cid-sOfUvfiEbw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOfUvfiEbw .nav-link:hover,
.cid-sOfUvfiEbw .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOfUvfiEbw .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sOfUvfiEbw .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sRyjQ5fzhc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRyjQ5fzhc .google-map {
  height: 25rem;
  position: relative;
}
.cid-sRyjQ5fzhc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sRyjQ5fzhc .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-sRyjQ5fzhc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sRyjQ5fzhc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sRyjQ5fzhc .container-fluid {
  padding: 0;
}
.cid-sRyjQ5fzhc .relative {
  position: relative;
  width: 100%;
}
.cid-sRyjQ5fzhc .mbr-section-title {
  color: #656565;
}
.cid-sRyjQ5fzhc .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sRyjQ5fzhc .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sRyjQ5fzhc .title {
  text-align: center;
  color: #ffffff;
}
.cid-sRyjQ5fzhc .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sRyjQ5fzhc .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sOg30C96Tk {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOg30C96Tk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sOg30C96Tk a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sOg30C96Tk .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sOg30C96Tk .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-sOg30C96Tk .form-control {
  background: none;
  border-radius: 0px;
}
.cid-sOg30C96Tk textarea.form-control {
  min-height: 214.5px;
}
.cid-sOg30C96Tk .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sOg30C96Tk h4,
.cid-sOg30C96Tk p {
  margin: 0;
}
.cid-sOg30C96Tk h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sOg30C96Tk h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sOg30C96Tk .icon {
  color: #656565;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sOg30C96Tk h2 {
    text-align: center;
  }
  .cid-sOg30C96Tk h3 {
    text-align: center;
  }
  .cid-sOg30C96Tk .input-group-btn {
    text-align: center;
  }
  .cid-sOg30C96Tk .social-list {
    text-align: center;
  }
}
.cid-sOg30C96Tk H2 {
  color: #656565;
}
.cid-sOg30C96Tk .content {
  text-align: left;
  color: #656565;
}
.cid-sOg30C96Tk .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-sOg30C96Tk .title1 {
  text-align: left;
}
.cid-sOg30C96Tk .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-sOg30C96Tk .title2 {
  color: #656565;
}
.cid-sOg2YzovSX {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sOg2YzovSX .container {
  max-width: 1400px;
}
.cid-sOg2YzovSX .card-img2 span {
  padding-top: 6px;
}
.cid-sOg2YzovSX .soc-item a {
  padding-top: 5px;
}
.cid-sOg2YzovSX .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sOg2YzovSX .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sOg2YzovSX .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sOg2YzovSX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sOg2YzovSX svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sOg2YzovSX #e2_shape {
  fill: #ffffff !important;
}
.cid-sOg2YzovSX .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sOg2YzovSX .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sOg2YzovSX .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sOg2YzovSX .card-img {
  width: auto;
}
.cid-sOg2YzovSX .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sOg2YzovSX .soc-item span {
  font-size: 1.4rem;
}
.cid-sOg2YzovSX .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sOg2YzovSX .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sOg2YzovSX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sOg2YzovSX .media-wrap {
  margin-bottom: 1rem;
}
.cid-sOg2YzovSX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sOg2YzovSX img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sOg2YzovSX .item {
    justify-content: center;
  }
  .cid-sOg2YzovSX .quote::after {
    left: 60px;
  }
}
.cid-sOg2YzovSX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sOg2YzovSX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sOg2YzovSX .text1 {
  color: #000000;
}
.cid-sOg2YzovSX .item-title {
  color: #000000;
}
.cid-sOg2YzovSX H5 {
  color: #000000;
}
.cid-sOg2YzovSX .theme {
  color: #000000;
}
.cid-sOg2YzovSX .copyright > p {
  color: #ff3366;
}
.cid-sOg2YzovSX .text2 {
  color: #000000;
}
.cid-sSdYmEwuWp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sSdYmEwuWp .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sSdYmEwuWp .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sSdYmEwuWp .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSdYmEwuWp .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSdYmEwuWp .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sSdYmEwuWp .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSdYmEwuWp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sSdYmEwuWp .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sSdYmEwuWp .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sSdYmEwuWp .navbar.collapsed.opened .navbar-collapse.show,
.cid-sSdYmEwuWp .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sSdYmEwuWp .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sSdYmEwuWp .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sSdYmEwuWp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSdYmEwuWp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSdYmEwuWp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSdYmEwuWp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSdYmEwuWp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSdYmEwuWp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sSdYmEwuWp .navbar {
    flex-wrap: nowrap;
  }
  .cid-sSdYmEwuWp .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sSdYmEwuWp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSdYmEwuWp .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sSdYmEwuWp .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sSdYmEwuWp .navbar.opened .navbar-collapse.show,
  .cid-sSdYmEwuWp .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sSdYmEwuWp .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sSdYmEwuWp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sSdYmEwuWp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSdYmEwuWp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSdYmEwuWp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSdYmEwuWp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sSdYmEwuWp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSdYmEwuWp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sSdYmEwuWp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sSdYmEwuWp .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sSdYmEwuWp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sSdYmEwuWp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSdYmEwuWp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSdYmEwuWp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSdYmEwuWp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSdYmEwuWp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sSdYmEwuWp .dropdown-item.active,
.cid-sSdYmEwuWp .dropdown-item:active {
  background-color: transparent;
}
.cid-sSdYmEwuWp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSdYmEwuWp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSdYmEwuWp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSdYmEwuWp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sSdYmEwuWp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSdYmEwuWp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSdYmEwuWp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSdYmEwuWp .navbar-buttons {
  text-align: center;
}
.cid-sSdYmEwuWp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSdYmEwuWp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSdYmEwuWp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSdYmEwuWp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSdYmEwuWp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSdYmEwuWp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSdYmEwuWp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSdYmEwuWp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSdYmEwuWp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSdYmEwuWp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSdYmEwuWp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sSdYmEwuWp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sSdYmEwuWp a.nav-link:focus {
  outline: none;
}
.cid-sSdYmEwuWp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSdYmEwuWp .nav-link:hover,
.cid-sSdYmEwuWp .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSdYmEwuWp .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sSdYmEwuWp .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sU2DtPUFsb {
  background-image: url("../../../assets/images/d1-19-1997x1333.jpg");
}
.cid-sU2DtPUFsb .mbr-text,
.cid-sU2DtPUFsb .typed-text,
.cid-sU2DtPUFsb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sU2DtPUFsb .btn {
  margin-left: 4px !important;
}
.cid-sU2DtPUFsb .animated-element {
  color: #ffbc00;
}
.cid-sU2DtPUFsb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sSdYmFSkqJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSdYmFSkqJ .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sSdYmFSkqJ .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sSdYmFSkqJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sU2DxcLrKr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sU2DxcLrKr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sU2DxcLrKr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU2DxcLrKr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU2DxcLrKr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sU2DxcLrKr .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-sU2DxcLrKr .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sU2DxcLrKr .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sU2DxcLrKr .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-sU2DxcLrKr .mbr-gallery-filter ul {
  display: block;
}
.cid-sU2DxcLrKr .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sU2DxcLrKr .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sU2DxcLrKr .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-sU2DxcLrKr .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sU2DxcLrKr .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sU2DxcLrKr .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sU2DxcLrKr .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sU2DxcLrKr .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sU2DxcLrKr .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-sU2DxcLrKr .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sU2DxcLrKr .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sU2DxcLrKr .icon-focus:before {
  content: '\e95e';
}
.cid-sU2DxcLrKr .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-sU2DxcLrKr .mbr-section-title {
  margin: 0;
}
.cid-sU2DxcLrKr .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sU2DxcLrKr .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sSdYmGve4Z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSdYmGve4Z .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sSdYmGve4Z .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sSdYmGve4Z .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sSdYmGve4Z .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sSdYmGve4Z .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sSdYmGve4Z .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sSdYmGve4Z .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sSdYmGve4Z .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sSdYmGve4Z .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sSdYmGve4Z .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sSdYmGve4Z .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sTsVGxyv8Z {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTsVGxyv8Z .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-sTsVGxyv8Z .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sTsVGxyv8Z .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sSdYmHeN3m {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSdYmHeN3m .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sSdYmHeN3m .mbr-text {
  line-height: 1.5;
  text-align: left;
  color: #000000;
}
.cid-sSdYmHeN3m .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sSdYmHeN3m .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sSdYmHeN3m .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sSdYmHeN3m .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sSdYmHeN3m .container2 input:checked ~ .checkmark {
  background-color: #48d678;
}
.cid-sSdYmHeN3m .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sSdYmHeN3m .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sSdYmHeN3m .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sSdYmHeN3m .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sSdYmHLa3X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSdYmHLa3X .container-fluid {
  padding: 0 3rem;
}
.cid-sSdYmHLa3X .mbr-section-subtitle {
  color: #767676;
}
.cid-sSdYmHLa3X .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sSdYmHLa3X .table-wrapper {
  margin: 0 auto;
}
.cid-sSdYmHLa3X table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sSdYmHLa3X table thead tr {
  border: none !important;
}
.cid-sSdYmHLa3X table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
  background: #97e0b0;
}
.cid-sSdYmHLa3X table tr td {
  border-color: #000000;
}
.cid-sSdYmHLa3X table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sSdYmHLa3X table.table {
  background: #97e0b0;
}
.cid-sSdYmHLa3X tr:hover {
  background-color: #2fa2dc !important;
}
.cid-sSdYmHLa3X th:after,
.cid-sSdYmHLa3X th:before {
  display: none !important;
}
.cid-sSdYmHLa3X .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sSdYmHLa3X .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sSdYmHLa3X table th,
  .cid-sSdYmHLa3X table td {
    padding: .75rem;
  }
}
.cid-sSdYmHLa3X .body-item {
  text-align: center;
}
.cid-sSdYmHLa3X .mbr-text {
  color: #767676;
}
.cid-sSdYmHLa3X .head-item {
  color: #232323;
}
.cid-sSdYmHLa3X .mbr-section-title,
.cid-sSdYmHLa3X .head-item {
  text-align: left;
}
.cid-sTsVnEk0GC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTsVnEk0GC .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sTsVnEk0GC .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sTsVnEk0GC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sSdYmJ78bB {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sSdYmJ78bB .container {
  max-width: 1400px;
}
.cid-sSdYmJ78bB .card-img2 span {
  padding-top: 6px;
}
.cid-sSdYmJ78bB .soc-item a {
  padding-top: 5px;
}
.cid-sSdYmJ78bB .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sSdYmJ78bB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sSdYmJ78bB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sSdYmJ78bB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSdYmJ78bB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sSdYmJ78bB #e2_shape {
  fill: #ffffff !important;
}
.cid-sSdYmJ78bB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sSdYmJ78bB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sSdYmJ78bB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSdYmJ78bB .card-img {
  width: auto;
}
.cid-sSdYmJ78bB .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sSdYmJ78bB .soc-item span {
  font-size: 1.4rem;
}
.cid-sSdYmJ78bB .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sSdYmJ78bB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sSdYmJ78bB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sSdYmJ78bB .media-wrap {
  margin-bottom: 1rem;
}
.cid-sSdYmJ78bB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sSdYmJ78bB img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sSdYmJ78bB .item {
    justify-content: center;
  }
  .cid-sSdYmJ78bB .quote::after {
    left: 60px;
  }
}
.cid-sSdYmJ78bB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sSdYmJ78bB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSdYmJ78bB .text1 {
  color: #000000;
}
.cid-sSdYmJ78bB .item-title {
  color: #000000;
}
.cid-sSdYmJ78bB H5 {
  color: #000000;
}
.cid-sSdYmJ78bB .theme {
  color: #000000;
}
.cid-sSdYmJ78bB .copyright > p {
  color: #ff3366;
}
.cid-sSdYmJ78bB .text2 {
  color: #000000;
}
.cid-sSe0c6kcc6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sSe0c6kcc6 .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sSe0c6kcc6 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sSe0c6kcc6 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSe0c6kcc6 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSe0c6kcc6 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sSe0c6kcc6 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSe0c6kcc6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sSe0c6kcc6 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sSe0c6kcc6 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sSe0c6kcc6 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sSe0c6kcc6 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sSe0c6kcc6 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sSe0c6kcc6 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sSe0c6kcc6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSe0c6kcc6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSe0c6kcc6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSe0c6kcc6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSe0c6kcc6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSe0c6kcc6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sSe0c6kcc6 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sSe0c6kcc6 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sSe0c6kcc6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSe0c6kcc6 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sSe0c6kcc6 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sSe0c6kcc6 .navbar.opened .navbar-collapse.show,
  .cid-sSe0c6kcc6 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sSe0c6kcc6 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sSe0c6kcc6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sSe0c6kcc6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSe0c6kcc6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSe0c6kcc6 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSe0c6kcc6 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sSe0c6kcc6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSe0c6kcc6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sSe0c6kcc6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sSe0c6kcc6 .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sSe0c6kcc6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sSe0c6kcc6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSe0c6kcc6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSe0c6kcc6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSe0c6kcc6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSe0c6kcc6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sSe0c6kcc6 .dropdown-item.active,
.cid-sSe0c6kcc6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sSe0c6kcc6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSe0c6kcc6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSe0c6kcc6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSe0c6kcc6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sSe0c6kcc6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSe0c6kcc6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSe0c6kcc6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSe0c6kcc6 .navbar-buttons {
  text-align: center;
}
.cid-sSe0c6kcc6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSe0c6kcc6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSe0c6kcc6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSe0c6kcc6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSe0c6kcc6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSe0c6kcc6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSe0c6kcc6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSe0c6kcc6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSe0c6kcc6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSe0c6kcc6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSe0c6kcc6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sSe0c6kcc6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sSe0c6kcc6 a.nav-link:focus {
  outline: none;
}
.cid-sSe0c6kcc6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSe0c6kcc6 .nav-link:hover,
.cid-sSe0c6kcc6 .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSe0c6kcc6 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sSe0c6kcc6 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sU2yq10i9S {
  background-image: url("../../../assets/images/a1-10-1999x1333.jpg");
}
.cid-sU2yq10i9S .mbr-text,
.cid-sU2yq10i9S .typed-text,
.cid-sU2yq10i9S .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sU2yq10i9S .btn {
  margin-left: 4px !important;
}
.cid-sU2yq10i9S .animated-element {
  color: #ffbc00;
}
.cid-sU2yq10i9S .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sSe0c7rNM9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSe0c7rNM9 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sSe0c7rNM9 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sSe0c7rNM9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sU2yOy0PlZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sU2yOy0PlZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sU2yOy0PlZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU2yOy0PlZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU2yOy0PlZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sU2yOy0PlZ .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-sU2yOy0PlZ .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sU2yOy0PlZ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sU2yOy0PlZ .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-sU2yOy0PlZ .mbr-gallery-filter ul {
  display: block;
}
.cid-sU2yOy0PlZ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sU2yOy0PlZ .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sU2yOy0PlZ .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-sU2yOy0PlZ .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sU2yOy0PlZ .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sU2yOy0PlZ .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sU2yOy0PlZ .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sU2yOy0PlZ .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sU2yOy0PlZ .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-sU2yOy0PlZ .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sU2yOy0PlZ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sU2yOy0PlZ .icon-focus:before {
  content: '\e95e';
}
.cid-sU2yOy0PlZ .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-sU2yOy0PlZ .mbr-section-title {
  margin: 0;
}
.cid-sU2yOy0PlZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sU2yOy0PlZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sSe0c7VofY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSe0c7VofY .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sSe0c7VofY .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sSe0c7VofY .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sSe0c7VofY .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sSe0c7VofY .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sSe0c7VofY .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sSe0c7VofY .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sSe0c7VofY .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sSe0c7VofY .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sSe0c7VofY .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sSe0c7VofY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sTsUryFMpE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTsUryFMpE .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-sTsUryFMpE .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sTsUryFMpE .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sSe0c8u1V8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSe0c8u1V8 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sSe0c8u1V8 .mbr-text {
  line-height: 1.5;
  text-align: left;
  color: #000000;
}
.cid-sSe0c8u1V8 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sSe0c8u1V8 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sSe0c8u1V8 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sSe0c8u1V8 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sSe0c8u1V8 .container2 input:checked ~ .checkmark {
  background-color: #48d678;
}
.cid-sSe0c8u1V8 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sSe0c8u1V8 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sSe0c8u1V8 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sSe0c8u1V8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sSe0c8ZBfK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSe0c8ZBfK .container-fluid {
  padding: 0 3rem;
}
.cid-sSe0c8ZBfK .mbr-section-subtitle {
  color: #767676;
}
.cid-sSe0c8ZBfK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sSe0c8ZBfK .table-wrapper {
  margin: 0 auto;
}
.cid-sSe0c8ZBfK table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sSe0c8ZBfK table thead tr {
  border: none !important;
}
.cid-sSe0c8ZBfK table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
  background: #97e0b0;
}
.cid-sSe0c8ZBfK table tr td {
  border-color: #000000;
}
.cid-sSe0c8ZBfK table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sSe0c8ZBfK table.table {
  background: #97e0b0;
}
.cid-sSe0c8ZBfK tr:hover {
  background-color: #2fa2dc !important;
}
.cid-sSe0c8ZBfK th:after,
.cid-sSe0c8ZBfK th:before {
  display: none !important;
}
.cid-sSe0c8ZBfK .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sSe0c8ZBfK .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sSe0c8ZBfK table th,
  .cid-sSe0c8ZBfK table td {
    padding: .75rem;
  }
}
.cid-sSe0c8ZBfK .body-item {
  text-align: center;
}
.cid-sSe0c8ZBfK .mbr-text {
  color: #767676;
}
.cid-sSe0c8ZBfK .head-item {
  color: #232323;
}
.cid-sSe0c8ZBfK .mbr-section-title,
.cid-sSe0c8ZBfK .head-item {
  text-align: left;
}
.cid-sSe0c9NgjP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sSe0c9NgjP .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sSe0c9NgjP .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sSe0c9NgjP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sSe0cabJkr {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sSe0cabJkr .container {
  max-width: 1400px;
}
.cid-sSe0cabJkr .card-img2 span {
  padding-top: 6px;
}
.cid-sSe0cabJkr .soc-item a {
  padding-top: 5px;
}
.cid-sSe0cabJkr .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sSe0cabJkr .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sSe0cabJkr .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sSe0cabJkr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSe0cabJkr svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sSe0cabJkr #e2_shape {
  fill: #ffffff !important;
}
.cid-sSe0cabJkr .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sSe0cabJkr .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sSe0cabJkr .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSe0cabJkr .card-img {
  width: auto;
}
.cid-sSe0cabJkr .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sSe0cabJkr .soc-item span {
  font-size: 1.4rem;
}
.cid-sSe0cabJkr .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sSe0cabJkr .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sSe0cabJkr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sSe0cabJkr .media-wrap {
  margin-bottom: 1rem;
}
.cid-sSe0cabJkr .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sSe0cabJkr img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sSe0cabJkr .item {
    justify-content: center;
  }
  .cid-sSe0cabJkr .quote::after {
    left: 60px;
  }
}
.cid-sSe0cabJkr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sSe0cabJkr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSe0cabJkr .text1 {
  color: #000000;
}
.cid-sSe0cabJkr .item-title {
  color: #000000;
}
.cid-sSe0cabJkr H5 {
  color: #000000;
}
.cid-sSe0cabJkr .theme {
  color: #000000;
}
.cid-sSe0cabJkr .copyright > p {
  color: #ff3366;
}
.cid-sSe0cabJkr .text2 {
  color: #000000;
}
.cid-sSe184CV8a .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sSe184CV8a .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sSe184CV8a .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sSe184CV8a .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSe184CV8a .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSe184CV8a .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sSe184CV8a .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSe184CV8a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sSe184CV8a .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sSe184CV8a .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sSe184CV8a .navbar.collapsed.opened .navbar-collapse.show,
.cid-sSe184CV8a .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sSe184CV8a .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sSe184CV8a .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sSe184CV8a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSe184CV8a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSe184CV8a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSe184CV8a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSe184CV8a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSe184CV8a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sSe184CV8a .navbar {
    flex-wrap: nowrap;
  }
  .cid-sSe184CV8a .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sSe184CV8a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSe184CV8a .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sSe184CV8a .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sSe184CV8a .navbar.opened .navbar-collapse.show,
  .cid-sSe184CV8a .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sSe184CV8a .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sSe184CV8a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sSe184CV8a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSe184CV8a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSe184CV8a .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSe184CV8a .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sSe184CV8a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSe184CV8a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sSe184CV8a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sSe184CV8a .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sSe184CV8a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sSe184CV8a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSe184CV8a .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSe184CV8a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSe184CV8a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSe184CV8a .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sSe184CV8a .dropdown-item.active,
.cid-sSe184CV8a .dropdown-item:active {
  background-color: transparent;
}
.cid-sSe184CV8a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSe184CV8a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSe184CV8a .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSe184CV8a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sSe184CV8a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSe184CV8a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSe184CV8a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSe184CV8a .navbar-buttons {
  text-align: center;
}
.cid-sSe184CV8a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSe184CV8a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSe184CV8a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSe184CV8a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSe184CV8a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSe184CV8a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSe184CV8a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSe184CV8a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSe184CV8a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSe184CV8a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSe184CV8a .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sSe184CV8a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sSe184CV8a a.nav-link:focus {
  outline: none;
}
.cid-sSe184CV8a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSe184CV8a .nav-link:hover,
.cid-sSe184CV8a .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSe184CV8a .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sSe184CV8a .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sU2Bf65EIO {
  background-image: url("../../../assets/images/b1-4-1999x1333.jpg");
}
.cid-sU2Bf65EIO .mbr-text,
.cid-sU2Bf65EIO .typed-text,
.cid-sU2Bf65EIO .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sU2Bf65EIO .btn {
  margin-left: 4px !important;
}
.cid-sU2Bf65EIO .animated-element {
  color: #ffbc00;
}
.cid-sU2Bf65EIO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sSe185W3dl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSe185W3dl .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sSe185W3dl .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sSe185W3dl .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sU2B0PojNc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sU2B0PojNc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sU2B0PojNc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU2B0PojNc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU2B0PojNc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sU2B0PojNc .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-sU2B0PojNc .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sU2B0PojNc .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sU2B0PojNc .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-sU2B0PojNc .mbr-gallery-filter ul {
  display: block;
}
.cid-sU2B0PojNc .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sU2B0PojNc .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sU2B0PojNc .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-sU2B0PojNc .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sU2B0PojNc .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sU2B0PojNc .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sU2B0PojNc .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sU2B0PojNc .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sU2B0PojNc .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-sU2B0PojNc .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sU2B0PojNc .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sU2B0PojNc .icon-focus:before {
  content: '\e95e';
}
.cid-sU2B0PojNc .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-sU2B0PojNc .mbr-section-title {
  margin: 0;
}
.cid-sU2B0PojNc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sU2B0PojNc .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sSe186wic4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSe186wic4 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sSe186wic4 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sSe186wic4 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sSe186wic4 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sSe186wic4 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sSe186wic4 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sSe186wic4 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sSe186wic4 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sSe186wic4 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sSe186wic4 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sSe186wic4 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sTsVOeoFFr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTsVOeoFFr .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-sTsVOeoFFr .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sTsVOeoFFr .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sSe1876OHM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSe1876OHM .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sSe1876OHM .mbr-text {
  line-height: 1.5;
  text-align: left;
  color: #000000;
}
.cid-sSe1876OHM .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sSe1876OHM .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sSe1876OHM .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sSe1876OHM .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sSe1876OHM .container2 input:checked ~ .checkmark {
  background-color: #48d678;
}
.cid-sSe1876OHM .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sSe1876OHM .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sSe1876OHM .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sSe1876OHM .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sSe187EZYz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSe187EZYz .container-fluid {
  padding: 0 3rem;
}
.cid-sSe187EZYz .mbr-section-subtitle {
  color: #767676;
}
.cid-sSe187EZYz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sSe187EZYz .table-wrapper {
  margin: 0 auto;
}
.cid-sSe187EZYz table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sSe187EZYz table thead tr {
  border: none !important;
}
.cid-sSe187EZYz table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
  background: #97e0b0;
}
.cid-sSe187EZYz table tr td {
  border-color: #000000;
}
.cid-sSe187EZYz table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sSe187EZYz table.table {
  background: #97e0b0;
}
.cid-sSe187EZYz tr:hover {
  background-color: #2fa2dc !important;
}
.cid-sSe187EZYz th:after,
.cid-sSe187EZYz th:before {
  display: none !important;
}
.cid-sSe187EZYz .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sSe187EZYz .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sSe187EZYz table th,
  .cid-sSe187EZYz table td {
    padding: .75rem;
  }
}
.cid-sSe187EZYz .body-item {
  text-align: center;
}
.cid-sSe187EZYz .mbr-text {
  color: #767676;
}
.cid-sSe187EZYz .head-item {
  color: #232323;
}
.cid-sSe187EZYz .mbr-section-title,
.cid-sSe187EZYz .head-item {
  text-align: left;
}
.cid-sTsVP7LPUH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTsVP7LPUH .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sTsVP7LPUH .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sTsVP7LPUH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sSe188TAi3 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sSe188TAi3 .container {
  max-width: 1400px;
}
.cid-sSe188TAi3 .card-img2 span {
  padding-top: 6px;
}
.cid-sSe188TAi3 .soc-item a {
  padding-top: 5px;
}
.cid-sSe188TAi3 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sSe188TAi3 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sSe188TAi3 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sSe188TAi3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSe188TAi3 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sSe188TAi3 #e2_shape {
  fill: #ffffff !important;
}
.cid-sSe188TAi3 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sSe188TAi3 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sSe188TAi3 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSe188TAi3 .card-img {
  width: auto;
}
.cid-sSe188TAi3 .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sSe188TAi3 .soc-item span {
  font-size: 1.4rem;
}
.cid-sSe188TAi3 .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sSe188TAi3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sSe188TAi3 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sSe188TAi3 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sSe188TAi3 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sSe188TAi3 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sSe188TAi3 .item {
    justify-content: center;
  }
  .cid-sSe188TAi3 .quote::after {
    left: 60px;
  }
}
.cid-sSe188TAi3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sSe188TAi3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSe188TAi3 .text1 {
  color: #000000;
}
.cid-sSe188TAi3 .item-title {
  color: #000000;
}
.cid-sSe188TAi3 H5 {
  color: #000000;
}
.cid-sSe188TAi3 .theme {
  color: #000000;
}
.cid-sSe188TAi3 .copyright > p {
  color: #ff3366;
}
.cid-sSe188TAi3 .text2 {
  color: #000000;
}
.cid-sTsZSoGDFB .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sTsZSoGDFB .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sTsZSoGDFB .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sTsZSoGDFB .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sTsZSoGDFB .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTsZSoGDFB .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sTsZSoGDFB .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sTsZSoGDFB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTsZSoGDFB .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sTsZSoGDFB .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sTsZSoGDFB .navbar.collapsed.opened .navbar-collapse.show,
.cid-sTsZSoGDFB .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sTsZSoGDFB .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sTsZSoGDFB .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sTsZSoGDFB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sTsZSoGDFB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTsZSoGDFB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTsZSoGDFB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sTsZSoGDFB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTsZSoGDFB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sTsZSoGDFB .navbar {
    flex-wrap: nowrap;
  }
  .cid-sTsZSoGDFB .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sTsZSoGDFB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTsZSoGDFB .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sTsZSoGDFB .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sTsZSoGDFB .navbar.opened .navbar-collapse.show,
  .cid-sTsZSoGDFB .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sTsZSoGDFB .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sTsZSoGDFB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sTsZSoGDFB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTsZSoGDFB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTsZSoGDFB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sTsZSoGDFB .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sTsZSoGDFB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTsZSoGDFB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sTsZSoGDFB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sTsZSoGDFB .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sTsZSoGDFB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sTsZSoGDFB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTsZSoGDFB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTsZSoGDFB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTsZSoGDFB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTsZSoGDFB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sTsZSoGDFB .dropdown-item.active,
.cid-sTsZSoGDFB .dropdown-item:active {
  background-color: transparent;
}
.cid-sTsZSoGDFB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTsZSoGDFB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTsZSoGDFB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTsZSoGDFB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sTsZSoGDFB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTsZSoGDFB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTsZSoGDFB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sTsZSoGDFB .navbar-buttons {
  text-align: center;
}
.cid-sTsZSoGDFB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTsZSoGDFB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTsZSoGDFB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTsZSoGDFB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTsZSoGDFB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTsZSoGDFB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTsZSoGDFB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTsZSoGDFB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTsZSoGDFB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTsZSoGDFB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTsZSoGDFB .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sTsZSoGDFB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sTsZSoGDFB a.nav-link:focus {
  outline: none;
}
.cid-sTsZSoGDFB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTsZSoGDFB .nav-link:hover,
.cid-sTsZSoGDFB .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTsZSoGDFB .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sTsZSoGDFB .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sU2Ck58Bf3 {
  background-image: url("../../../assets/images/c1-11-1999x1333.jpg");
}
.cid-sU2Ck58Bf3 .mbr-text,
.cid-sU2Ck58Bf3 .typed-text,
.cid-sU2Ck58Bf3 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sU2Ck58Bf3 .btn {
  margin-left: 4px !important;
}
.cid-sU2Ck58Bf3 .animated-element {
  color: #ffbc00;
}
.cid-sU2Ck58Bf3 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sTsZSpM5y5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTsZSpM5y5 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sTsZSpM5y5 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sTsZSpM5y5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sU2CmPnVfc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sU2CmPnVfc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sU2CmPnVfc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU2CmPnVfc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU2CmPnVfc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sU2CmPnVfc .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-sU2CmPnVfc .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sU2CmPnVfc .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sU2CmPnVfc .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-sU2CmPnVfc .mbr-gallery-filter ul {
  display: block;
}
.cid-sU2CmPnVfc .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sU2CmPnVfc .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sU2CmPnVfc .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-sU2CmPnVfc .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sU2CmPnVfc .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sU2CmPnVfc .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sU2CmPnVfc .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sU2CmPnVfc .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sU2CmPnVfc .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-sU2CmPnVfc .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sU2CmPnVfc .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sU2CmPnVfc .icon-focus:before {
  content: '\e95e';
}
.cid-sU2CmPnVfc .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-sU2CmPnVfc .mbr-section-title {
  margin: 0;
}
.cid-sU2CmPnVfc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sU2CmPnVfc .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sTsZSqdChw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTsZSqdChw .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sTsZSqdChw .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sTsZSqdChw .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sTsZSqdChw .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sTsZSqdChw .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sTsZSqdChw .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sTsZSqdChw .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sTsZSqdChw .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sTsZSqdChw .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sTsZSqdChw .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sTsZSqdChw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sTsZSqKbo2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTsZSqKbo2 .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-sTsZSqKbo2 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sTsZSqKbo2 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sTsZSrg89P {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTsZSrg89P .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sTsZSrg89P .mbr-text {
  line-height: 1.5;
  text-align: left;
  color: #000000;
}
.cid-sTsZSrg89P .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sTsZSrg89P .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sTsZSrg89P .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sTsZSrg89P .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sTsZSrg89P .container2 input:checked ~ .checkmark {
  background-color: #48d678;
}
.cid-sTsZSrg89P .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sTsZSrg89P .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sTsZSrg89P .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sTsZSrg89P .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sTsZSrQldp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTsZSrQldp .container-fluid {
  padding: 0 3rem;
}
.cid-sTsZSrQldp .mbr-section-subtitle {
  color: #767676;
}
.cid-sTsZSrQldp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sTsZSrQldp .table-wrapper {
  margin: 0 auto;
}
.cid-sTsZSrQldp table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sTsZSrQldp table thead tr {
  border: none !important;
}
.cid-sTsZSrQldp table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
  background: #97e0b0;
}
.cid-sTsZSrQldp table tr td {
  border-color: #000000;
}
.cid-sTsZSrQldp table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sTsZSrQldp table.table {
  background: #97e0b0;
}
.cid-sTsZSrQldp tr:hover {
  background-color: #2fa2dc !important;
}
.cid-sTsZSrQldp th:after,
.cid-sTsZSrQldp th:before {
  display: none !important;
}
.cid-sTsZSrQldp .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sTsZSrQldp .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sTsZSrQldp table th,
  .cid-sTsZSrQldp table td {
    padding: .75rem;
  }
}
.cid-sTsZSrQldp .body-item {
  text-align: center;
}
.cid-sTsZSrQldp .mbr-text {
  color: #767676;
}
.cid-sTsZSrQldp .head-item {
  color: #232323;
}
.cid-sTsZSrQldp .mbr-section-title,
.cid-sTsZSrQldp .head-item {
  text-align: left;
}
.cid-sTsZSsDAJ4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTsZSsDAJ4 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-sTsZSsDAJ4 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sTsZSsDAJ4 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sTsZSt5MFE {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-sTsZSt5MFE .container {
  max-width: 1400px;
}
.cid-sTsZSt5MFE .card-img2 span {
  padding-top: 6px;
}
.cid-sTsZSt5MFE .soc-item a {
  padding-top: 5px;
}
.cid-sTsZSt5MFE .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sTsZSt5MFE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sTsZSt5MFE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sTsZSt5MFE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sTsZSt5MFE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sTsZSt5MFE #e2_shape {
  fill: #ffffff !important;
}
.cid-sTsZSt5MFE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sTsZSt5MFE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sTsZSt5MFE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTsZSt5MFE .card-img {
  width: auto;
}
.cid-sTsZSt5MFE .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sTsZSt5MFE .soc-item span {
  font-size: 1.4rem;
}
.cid-sTsZSt5MFE .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sTsZSt5MFE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sTsZSt5MFE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sTsZSt5MFE .media-wrap {
  margin-bottom: 1rem;
}
.cid-sTsZSt5MFE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sTsZSt5MFE img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sTsZSt5MFE .item {
    justify-content: center;
  }
  .cid-sTsZSt5MFE .quote::after {
    left: 60px;
  }
}
.cid-sTsZSt5MFE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sTsZSt5MFE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTsZSt5MFE .text1 {
  color: #000000;
}
.cid-sTsZSt5MFE .item-title {
  color: #000000;
}
.cid-sTsZSt5MFE H5 {
  color: #000000;
}
.cid-sTsZSt5MFE .theme {
  color: #000000;
}
.cid-sTsZSt5MFE .copyright > p {
  color: #ff3366;
}
.cid-sTsZSt5MFE .text2 {
  color: #000000;
}
.cid-sOfUvfiEbw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-sOfUvfiEbw .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-sOfUvfiEbw .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sOfUvfiEbw .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sOfUvfiEbw .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOfUvfiEbw .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse.show,
.cid-sOfUvfiEbw .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sOfUvfiEbw .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sOfUvfiEbw .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sOfUvfiEbw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOfUvfiEbw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sOfUvfiEbw .navbar {
    flex-wrap: nowrap;
  }
  .cid-sOfUvfiEbw .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sOfUvfiEbw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse.show,
  .cid-sOfUvfiEbw .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sOfUvfiEbw .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sOfUvfiEbw .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sOfUvfiEbw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOfUvfiEbw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sOfUvfiEbw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sOfUvfiEbw .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-sOfUvfiEbw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sOfUvfiEbw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOfUvfiEbw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOfUvfiEbw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sOfUvfiEbw .dropdown-item.active,
.cid-sOfUvfiEbw .dropdown-item:active {
  background-color: transparent;
}
.cid-sOfUvfiEbw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOfUvfiEbw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOfUvfiEbw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOfUvfiEbw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-sOfUvfiEbw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOfUvfiEbw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOfUvfiEbw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOfUvfiEbw .navbar-buttons {
  text-align: center;
}
.cid-sOfUvfiEbw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfUvfiEbw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOfUvfiEbw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfUvfiEbw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sOfUvfiEbw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sOfUvfiEbw a.nav-link:focus {
  outline: none;
}
.cid-sOfUvfiEbw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOfUvfiEbw .nav-link:hover,
.cid-sOfUvfiEbw .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOfUvfiEbw .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sOfUvfiEbw .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sTsLa5HnXA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sTsLa5HnXA .card-icon {
  font-size: 48px;
  color: #000000;
  transition: color 0.3s;
}
.cid-sTsLa5HnXA .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sTsLa5HnXA .link-ico {
  font-size: 0.8rem;
  color: #efeeee;
  border: 2px solid #efeeee;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sTsLa5HnXA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sTsLa5HnXA .card {
  padding: 0!important;
}
.cid-sTsLa5HnXA .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sTsLa5HnXA .card-wrapper:hover {
  background: #000000;
}
.cid-sTsLa5HnXA .card-wrapper:hover .card-icon {
  color: #2fa2dc;
}
.cid-sTsLa5HnXA .card-wrapper:hover .line {
  background: #2fa2dc;
}
.cid-sTsLa5HnXA .card1 {
  background: #2fa2dc;
}
.cid-sTsLa5HnXA .card2 {
  background: #38a6dd;
}
.cid-sTsLa5HnXA .card3 {
  background: #40aadf;
}
.cid-sTsLa5HnXA .card4 {
  background: #49aee0;
}
.cid-sTsLa5HnXA .card5 {
  background: #52b2e2;
}
.cid-sTsLa5HnXA .card6 {
  background: #5bb6e3;
}
.cid-sTsLa5HnXA .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sTsLa5HnXA .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sRypRjNB05 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRypRjNB05 .mbr-text {
  position: relative;
}
.cid-sRypRjNB05 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sRypRjNB05 img {
  object-fit: contain;
}
.cid-sRypRjNB05 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sRypRjNB05 .mbr-text:after,
  .cid-sRypRjNB05 .mbr-text:before {
    display: none;
  }
}
.cid-sRypRjNB05 .mbr-section-title,
.cid-sRypRjNB05 .logo DIV {
  text-align: center;
}
.cid-sRypRjNB05 .mbr-section-title,
.cid-sRypRjNB05 .logo {
  text-align: center;
}
.cid-sNUSRNBw9I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sNUSRNBw9I .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-sNUSRNBw9I .mbr-section-title {
  margin: 0;
}
.cid-sNUSRNBw9I .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sNUSRNBw9I .card-img {
  text-align: inherit;
}
.cid-sNUSRNBw9I .card-img span {
  background: linear-gradient(90deg, #29b5fc, #b0f1c6);
}
.cid-sNUSRNBw9I .mbr-text {
  color: #8d97ad;
}
.cid-sNUSRNBw9I .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-sNUSRNBw9I .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sNUSRNBw9I .mbr-card-title {
  text-align: center;
}
.cid-rzN0poamVs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rzN0poamVs .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-rzN0poamVs .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-rzN0poamVs .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rzN0poamVs .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #29b5fc;
}
.cid-rzN0poamVs .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rzN0poamVs .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-rzN0poamVs .big {
  margin-top: -25%;
}
.cid-rzN0poamVs .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-rzN0poamVs .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzN0poamVs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-rzN0poamVs .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rzN0poamVs .small {
    margin-top: -25%;
  }
}
.cid-rzN0poamVs .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sIDAYYIygQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sIDAYYIygQ .card {
  padding: 1rem;
}
.cid-sIDAYYIygQ .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #29b5fc, #b0f1c6);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sIDAYYIygQ .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-sIDAYYIygQ .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-sIDAYYIygQ .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sIDAYYIygQ .card-sign {
  padding-top: .5rem;
}
.cid-sIDAYYIygQ .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-sIDAYYIygQ .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sIDAYYIygQ .card-title {
    text-align: center;
  }
  .cid-sIDAYYIygQ p.mbr-text,
  .cid-sIDAYYIygQ p.date {
    text-align: center;
  }
}
.cid-sIDAYYIygQ .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sIDAYYIygQ .card-text,
.cid-sIDAYYIygQ .mbr-subtitle {
  color: #8d97ad;
}
.cid-sIDAYYIygQ .card-text {
  color: #000000;
}
.cid-sRynnBQLiZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sRynnBQLiZ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sRynnBQLiZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sRynnBQLiZ .mbr-section-btn {
  margin: 0;
}
.cid-sRynnBQLiZ .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sRynnBQLiZ .form-control:focus,
.cid-sRynnBQLiZ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sRynnBQLiZ .form-group {
  margin-bottom: 1rem;
}
.cid-sRynnBQLiZ input::-webkit-input-placeholder,
.cid-sRynnBQLiZ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sRynnBQLiZ input:-moz-placeholder,
.cid-sRynnBQLiZ textarea:-moz-placeholder {
  color: #656565;
}
.cid-sRynnBQLiZ .jq-selectbox li,
.cid-sRynnBQLiZ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sRynnBQLiZ .jq-selectbox li:hover,
.cid-sRynnBQLiZ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sRynnBQLiZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sRynnBQLiZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sRynnBQLiZ .form-group,
.cid-sRynnBQLiZ .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sRynnBQLiZ .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sRynnBQLiZ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sRynnBQLiZ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sRynnBQLiZ .form-block {
    padding: 1rem;
  }
}
.cid-sOg8rwkXCW {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #2fa2dc;
  position: relative;
  overflow: hidden;
}
.cid-sOg8rwkXCW .container {
  max-width: 1400px;
}
.cid-sOg8rwkXCW .card-img2 span {
  padding-top: 6px;
}
.cid-sOg8rwkXCW .soc-item a {
  padding-top: 5px;
}
.cid-sOg8rwkXCW .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sOg8rwkXCW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sOg8rwkXCW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sOg8rwkXCW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sOg8rwkXCW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sOg8rwkXCW #e2_shape {
  fill: #ffffff !important;
}
.cid-sOg8rwkXCW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-sOg8rwkXCW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sOg8rwkXCW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sOg8rwkXCW .card-img {
  width: auto;
}
.cid-sOg8rwkXCW .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sOg8rwkXCW .soc-item span {
  font-size: 1.4rem;
}
.cid-sOg8rwkXCW .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-sOg8rwkXCW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sOg8rwkXCW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sOg8rwkXCW .media-wrap {
  margin-bottom: 1rem;
}
.cid-sOg8rwkXCW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sOg8rwkXCW img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sOg8rwkXCW .item {
    justify-content: center;
  }
  .cid-sOg8rwkXCW .quote::after {
    left: 60px;
  }
}
.cid-sOg8rwkXCW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sOg8rwkXCW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sOg8rwkXCW .text1 {
  color: #000000;
}
.cid-sOg8rwkXCW .item-title {
  color: #000000;
}
.cid-sOg8rwkXCW H5 {
  color: #000000;
}
.cid-sOg8rwkXCW .theme {
  color: #000000;
}
.cid-sOg8rwkXCW .copyright > p {
  color: #ff3366;
}
.cid-sOg8rwkXCW .text2 {
  color: #000000;
}
.cid-t7wSrYlcJr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-t7wSrYlcJr .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-t7wSrYlcJr .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t7wSrYlcJr .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-t7wSrYlcJr .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7wSrYlcJr .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t7wSrYlcJr .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t7wSrYlcJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7wSrYlcJr .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t7wSrYlcJr .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t7wSrYlcJr .navbar.collapsed.opened .navbar-collapse.show,
.cid-t7wSrYlcJr .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t7wSrYlcJr .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t7wSrYlcJr .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t7wSrYlcJr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t7wSrYlcJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7wSrYlcJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7wSrYlcJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t7wSrYlcJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7wSrYlcJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t7wSrYlcJr .navbar {
    flex-wrap: nowrap;
  }
  .cid-t7wSrYlcJr .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t7wSrYlcJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7wSrYlcJr .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t7wSrYlcJr .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t7wSrYlcJr .navbar.opened .navbar-collapse.show,
  .cid-t7wSrYlcJr .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t7wSrYlcJr .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t7wSrYlcJr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7wSrYlcJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7wSrYlcJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7wSrYlcJr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t7wSrYlcJr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t7wSrYlcJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7wSrYlcJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t7wSrYlcJr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t7wSrYlcJr .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-t7wSrYlcJr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t7wSrYlcJr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7wSrYlcJr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7wSrYlcJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7wSrYlcJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7wSrYlcJr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t7wSrYlcJr .dropdown-item.active,
.cid-t7wSrYlcJr .dropdown-item:active {
  background-color: transparent;
}
.cid-t7wSrYlcJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7wSrYlcJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7wSrYlcJr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7wSrYlcJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-t7wSrYlcJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7wSrYlcJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7wSrYlcJr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t7wSrYlcJr .navbar-buttons {
  text-align: center;
}
.cid-t7wSrYlcJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7wSrYlcJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7wSrYlcJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7wSrYlcJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7wSrYlcJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7wSrYlcJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7wSrYlcJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7wSrYlcJr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7wSrYlcJr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7wSrYlcJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7wSrYlcJr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t7wSrYlcJr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t7wSrYlcJr a.nav-link:focus {
  outline: none;
}
.cid-t7wSrYlcJr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7wSrYlcJr .nav-link:hover,
.cid-t7wSrYlcJr .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7wSrYlcJr .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t7wSrYlcJr .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t7wTdk4QHD {
  padding-top: 120px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t7wTdk4QHD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7wTdk4QHD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7wTdk4QHD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7wTdk4QHD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7wTdk4QHD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t7wTdk4QHD .icon-focus {
  display: none;
}
.cid-t7wTdk4QHD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t7wTdk4QHD ul {
  font-size: 0;
}
.cid-t7wTdk4QHD .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t7wTdk4QHD .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t7wTdk4QHD .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #29b5fc, #000000);
}
.cid-t7wTdk4QHD .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t7wTdk4QHD .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t7wTdk4QHD .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t7wTdk4QHD .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t7wTdk4QHD .btn:hover {
  background: transparent !important;
}
.cid-t7wTdk4QHD .btn:hover:before {
  background: transparent !important;
}
.cid-t7wTdk4QHD .btn:before {
  background-color: transparent !important;
}
.cid-t7wTdk4QHD .btn:focus {
  box-shadow: none;
}
.cid-t7wTdk4QHD .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t7wSs1DByG {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-t7wSs1DByG .container {
  max-width: 1400px;
}
.cid-t7wSs1DByG .card-img2 span {
  padding-top: 6px;
}
.cid-t7wSs1DByG .soc-item a {
  padding-top: 5px;
}
.cid-t7wSs1DByG .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-t7wSs1DByG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t7wSs1DByG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t7wSs1DByG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t7wSs1DByG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t7wSs1DByG #e2_shape {
  fill: #ffffff !important;
}
.cid-t7wSs1DByG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-t7wSs1DByG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t7wSs1DByG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t7wSs1DByG .card-img {
  width: auto;
}
.cid-t7wSs1DByG .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t7wSs1DByG .soc-item span {
  font-size: 1.4rem;
}
.cid-t7wSs1DByG .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-t7wSs1DByG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t7wSs1DByG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t7wSs1DByG .media-wrap {
  margin-bottom: 1rem;
}
.cid-t7wSs1DByG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t7wSs1DByG img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-t7wSs1DByG .item {
    justify-content: center;
  }
  .cid-t7wSs1DByG .quote::after {
    left: 60px;
  }
}
.cid-t7wSs1DByG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t7wSs1DByG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7wSs1DByG .text1 {
  color: #000000;
}
.cid-t7wSs1DByG .item-title {
  color: #000000;
}
.cid-t7wSs1DByG H5 {
  color: #000000;
}
.cid-t7wSs1DByG .theme {
  color: #000000;
}
.cid-t7wSs1DByG .copyright > p {
  color: #ff3366;
}
.cid-t7wSs1DByG .text2 {
  color: #000000;
}
.cid-t7wTAuJxvK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #2fa2dc;
}
.cid-t7wTAuJxvK .navbar.opened {
  transition: all 0.3s;
  background: #2fa2dc !important;
}
.cid-t7wTAuJxvK .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t7wTAuJxvK .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-t7wTAuJxvK .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7wTAuJxvK .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-t7wTAuJxvK .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t7wTAuJxvK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7wTAuJxvK .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-t7wTAuJxvK .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-t7wTAuJxvK .navbar.collapsed.opened .navbar-collapse.show,
.cid-t7wTAuJxvK .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-t7wTAuJxvK .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-t7wTAuJxvK .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-t7wTAuJxvK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t7wTAuJxvK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7wTAuJxvK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7wTAuJxvK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t7wTAuJxvK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7wTAuJxvK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t7wTAuJxvK .navbar {
    flex-wrap: nowrap;
  }
  .cid-t7wTAuJxvK .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t7wTAuJxvK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7wTAuJxvK .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-t7wTAuJxvK .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-t7wTAuJxvK .navbar.opened .navbar-collapse.show,
  .cid-t7wTAuJxvK .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-t7wTAuJxvK .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-t7wTAuJxvK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7wTAuJxvK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7wTAuJxvK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7wTAuJxvK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t7wTAuJxvK .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-t7wTAuJxvK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7wTAuJxvK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t7wTAuJxvK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-t7wTAuJxvK .navbar.navbar-short {
  background: #2fa2dc !important;
  min-height: 60px;
}
.cid-t7wTAuJxvK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-t7wTAuJxvK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7wTAuJxvK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7wTAuJxvK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7wTAuJxvK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7wTAuJxvK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-t7wTAuJxvK .dropdown-item.active,
.cid-t7wTAuJxvK .dropdown-item:active {
  background-color: transparent;
}
.cid-t7wTAuJxvK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7wTAuJxvK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7wTAuJxvK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7wTAuJxvK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2fa2dc;
}
.cid-t7wTAuJxvK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7wTAuJxvK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7wTAuJxvK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t7wTAuJxvK .navbar-buttons {
  text-align: center;
}
.cid-t7wTAuJxvK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7wTAuJxvK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7wTAuJxvK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7wTAuJxvK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7wTAuJxvK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7wTAuJxvK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7wTAuJxvK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7wTAuJxvK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7wTAuJxvK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7wTAuJxvK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7wTAuJxvK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t7wTAuJxvK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-t7wTAuJxvK a.nav-link:focus {
  outline: none;
}
.cid-t7wTAuJxvK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7wTAuJxvK .nav-link:hover,
.cid-t7wTAuJxvK .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7wTAuJxvK .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-t7wTAuJxvK .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t7wTAwhQx8 {
  padding-top: 120px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t7wTAwhQx8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7wTAwhQx8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7wTAwhQx8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7wTAwhQx8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7wTAwhQx8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t7wTAwhQx8 .icon-focus {
  display: none;
}
.cid-t7wTAwhQx8 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t7wTAwhQx8 ul {
  font-size: 0;
}
.cid-t7wTAwhQx8 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t7wTAwhQx8 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t7wTAwhQx8 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #29b5fc, #000000);
}
.cid-t7wTAwhQx8 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t7wTAwhQx8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t7wTAwhQx8 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t7wTAwhQx8 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t7wTAwhQx8 .btn:hover {
  background: transparent !important;
}
.cid-t7wTAwhQx8 .btn:hover:before {
  background: transparent !important;
}
.cid-t7wTAwhQx8 .btn:before {
  background-color: transparent !important;
}
.cid-t7wTAwhQx8 .btn:focus {
  box-shadow: none;
}
.cid-t7wTAwhQx8 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t7wTAx52Ac {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #29b5fc;
  position: relative;
  overflow: hidden;
}
.cid-t7wTAx52Ac .container {
  max-width: 1400px;
}
.cid-t7wTAx52Ac .card-img2 span {
  padding-top: 6px;
}
.cid-t7wTAx52Ac .soc-item a {
  padding-top: 5px;
}
.cid-t7wTAx52Ac .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-t7wTAx52Ac .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t7wTAx52Ac .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t7wTAx52Ac .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t7wTAx52Ac svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t7wTAx52Ac #e2_shape {
  fill: #ffffff !important;
}
.cid-t7wTAx52Ac .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-t7wTAx52Ac .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t7wTAx52Ac .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #48d678;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t7wTAx52Ac .card-img {
  width: auto;
}
.cid-t7wTAx52Ac .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t7wTAx52Ac .soc-item span {
  font-size: 1.4rem;
}
.cid-t7wTAx52Ac .soc-item:hover span {
  color: #29b5fc !important;
}
.cid-t7wTAx52Ac .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t7wTAx52Ac .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t7wTAx52Ac .media-wrap {
  margin-bottom: 1rem;
}
.cid-t7wTAx52Ac .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t7wTAx52Ac img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-t7wTAx52Ac .item {
    justify-content: center;
  }
  .cid-t7wTAx52Ac .quote::after {
    left: 60px;
  }
}
.cid-t7wTAx52Ac .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t7wTAx52Ac .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7wTAx52Ac .text1 {
  color: #000000;
}
.cid-t7wTAx52Ac .item-title {
  color: #000000;
}
.cid-t7wTAx52Ac H5 {
  color: #000000;
}
.cid-t7wTAx52Ac .theme {
  color: #000000;
}
.cid-t7wTAx52Ac .copyright > p {
  color: #ff3366;
}
.cid-t7wTAx52Ac .text2 {
  color: #000000;
}
