body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !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 {
  background: none;
  border-color: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.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: #848abd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #848abd;
  border-bottom-color: #848abd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #848abd !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: #3c71d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23848abd' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sGbBtADNiG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sGbBtADNiG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sGbBtADNiG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sGbBtADNiG .card-img span {
  font-size: 100px;
}
.cid-sGbBtADNiG .mbr-text,
.cid-sGbBtADNiG .mbr-section-btn {
  color: #efefef;
}
.cid-sNwv8Wfsdu {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (max-width: 768px) {
  .cid-sNwv8Wfsdu .mbr-text,
  .cid-sNwv8Wfsdu .mbr-section-subtitle,
  .cid-sNwv8Wfsdu .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sNwwgX5Uja {
  padding-top: 90px;
  padding-bottom: 150px;
  overflow: hidden;
  background-color: #242930;
}
.cid-sNwwgX5Uja svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-sNwwgX5Uja #e2_shape {
  fill: #ffffff !important;
}
.cid-sNwwgX5Uja .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-sNwwgX5Uja .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sNwwgX5Uja .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sNwwgX5Uja .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sNwwgX5Uja .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNwwgX5Uja .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sNwwgX5Uja .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-sNwwgX5Uja .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-sNwwgX5Uja .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sNwwgX5Uja .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-sNwwgX5Uja .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sNwwgX5Uja .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-sNwwgX5Uja .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sNwwgX5Uja .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sNwwgX5Uja .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sNwwgX5Uja .card .card-box .card-title,
  .cid-sNwwgX5Uja .card .card-box .mbr-text,
  .cid-sNwwgX5Uja .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sNwwgX5Uja .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sNwwgX5Uja .card .card-img {
    text-align: right !important;
  }
}
.cid-sNwyD3pZk1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNwyD3pZk1 img {
  width: 100%;
}
.cid-sNwyD3pZk1 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sNwyD3pZk1 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sNwyD3pZk1 .main-title {
  color: #404040;
}
.cid-sNwyD3pZk1 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sNwyD3pZk1 .mbr-text {
  color: #606060;
}
.cid-sNwyD3pZk1 .cards .card {
  margin-bottom: 34px;
}
.cid-sNwyD3pZk1 .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-sNwyD3pZk1 .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-sNwyD3pZk1 .card {
    text-align: left;
  }
  .cid-sNwyD3pZk1 .card .card-title {
    text-align: left;
  }
}
.cid-t2HmgN0trb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f4f7;
}
@media (min-width: 1500px) {
  .cid-t2HmgN0trb .container {
    max-width: 1400px;
  }
}
.cid-t2HmgN0trb .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t2HmgN0trb .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-t2HmgN0trb .main-title {
  margin-bottom: 56px;
}
.cid-t2HmgN0trb .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t2HmgN0trb .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t2HmgN0trb img {
  width: 100%;
}
.cid-t2HmgN0trb .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-t2HmgN0trb .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-t2HmgN0trb .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-t2HmgN0trb .card-wrapper .card-box {
  height: 100%;
}
.cid-t2HmgN0trb .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-t2HmgN0trb .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-t2HmgN0trb .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-t2HmgN0trb .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-t2HmgN0trb .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-t2HmgN0trb .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-t2HmgN0trb .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-t2HmgN0trb .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-t2HmgN0trb .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-t2HmgN0trb .mbr-section-btn {
  text-align: center;
}
.cid-t2HmgN0trb .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-t2HmgN0trb .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-t2HmgN0trb .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-t2HmgN0trb .card-box {
    padding: 1rem;
  }
}
.cid-t2HoodJYNL {
  position: relative;
  overflow: hidden;
}
.cid-t2HoodJYNL svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-t2HoodJYNL #e2_shape {
  fill: #ffffff !important;
}
.cid-t2HoodJYNL .main-text {
  color: #606060;
}
.cid-t2HoodJYNL .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 35rem;
}
.cid-t2HoodJYNL .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(40%);
}
.cid-t2HoodJYNL .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-t2HoodJYNL .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-t2HoodJYNL .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-t2HoodJYNL .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2HoodJYNL .carousel-item.active,
.cid-t2HoodJYNL .carousel-item-next,
.cid-t2HoodJYNL .carousel-item-prev {
  display: flex;
}
.cid-t2HoodJYNL .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-t2HoodJYNL .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-t2HoodJYNL .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-t2HoodJYNL .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-t2HoodJYNL .carousel-controls {
    display: block;
  }
  .cid-t2HoodJYNL .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-t2HoodJYNL .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-t2HoodJYNL .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-t2HoodJYNL .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-t2HoodJYNL .text-element {
    padding: 1rem;
  }
  .cid-t2HoodJYNL .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2HoodJYNL .image-element {
    min-width: 50%;
  }
  .cid-t2HoodJYNL .media-container-row {
    width: 100%;
  }
}
.cid-sLDkCG9a33 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/chatwoota-1361x765.jpeg");
}
.cid-sLDkCG9a33 .row {
  justify-content: flex-end;
}
.cid-sLDkCG9a33 .block {
  background-color: #ffda00;
}
.cid-sLDkCG9a33 img {
  width: 100%;
}
.cid-sLDkCG9a33 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-sLDkCG9a33 .content {
  max-width: 600px;
}
.cid-sLDkCG9a33 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-sLDkCG9a33 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-sLDkCG9a33 h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-sLDkCG9a33 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-sLDkCG9a33 h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-sLDkCG9a33 .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-sNC5n9vY6a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sNC5n9vY6a .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sNC5n9vY6a .mbr-section-title {
  margin: 0;
}
.cid-sNC5n9vY6a .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sNC5n9vY6a .card-img span {
  color: #1dc9cb;
}
.cid-sNC5n9vY6a .row-item {
  margin-bottom: 2rem;
}
.cid-sNC5n9vY6a .row-item:hover .wrapper {
  background: linear-gradient(90deg, #369898, #5eeebb);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sNC5n9vY6a .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sNC5n9vY6a .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sNC5n9vY6a .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t2Htij4tt9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f4f7;
}
.cid-t2Htij4tt9 .mbr-section-title {
  color: #404040;
}
.cid-t2Htij4tt9 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t2Htij4tt9 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-t2Htij4tt9 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-t2HwVea1TN {
  position: relative;
  overflow: hidden;
}
.cid-t2HwVea1TN svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-t2HwVea1TN #e2_shape {
  fill: #ffffff !important;
}
.cid-t2HwVea1TN .main-text {
  color: #606060;
}
.cid-t2HwVea1TN .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 36rem;
}
.cid-t2HwVea1TN .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
.cid-t2HwVea1TN .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-t2HwVea1TN .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-t2HwVea1TN .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-t2HwVea1TN .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2HwVea1TN .carousel-item.active,
.cid-t2HwVea1TN .carousel-item-next,
.cid-t2HwVea1TN .carousel-item-prev {
  display: flex;
}
.cid-t2HwVea1TN .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-t2HwVea1TN .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #9ccd7e;
  transition: all 200ms ease-in-out;
}
.cid-t2HwVea1TN .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #6f3f7c;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-t2HwVea1TN .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-t2HwVea1TN .carousel-controls {
    display: block;
  }
  .cid-t2HwVea1TN .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-t2HwVea1TN .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-t2HwVea1TN .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-t2HwVea1TN .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-t2HwVea1TN .text-element {
    padding: 1rem;
  }
  .cid-t2HwVea1TN .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2HwVea1TN .image-element {
    min-width: 50%;
  }
  .cid-t2HwVea1TN .media-container-row {
    width: 100%;
  }
}
.cid-t30K2bxqdj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t30K2bxqdj img {
  width: 99%;
  -webkit-mask-box-image: url("../../../assets/images/blob7.svg");
  mask-image: url("../../../assets/images/blob7.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-t30K2bxqdj .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-t30K2bxqdj .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t30K2bxqdj .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-t30K2bxqdj .main-title {
  margin-top: 21px;
  color: #404040;
}
.cid-t30K2bxqdj .main-title.display-2 {
  line-height: 1.375;
}
.cid-t30K2bxqdj .mbr-text {
  color: #606060;
  margin-top: 28px;
}
.cid-t30K2bxqdj .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-t30K2bxqdj .card {
  word-wrap: break-word;
}
.cid-t30K2bxqdj .card .panel-item .card-img .mbr-iconfont {
  font-size: 5rem;
  color: #848abd;
}
.cid-t30K2bxqdj .card .panel-item .card-text .count {
  text-align: left;
  margin-bottom: 12px;
  color: #404040;
}
.cid-t30K2bxqdj .card .panel-item .card-text .count.display-1 {
  font-size: 46px;
  line-height: 1;
}
.cid-t30K2bxqdj .card .panel-item .card-text .mbr-content-title {
  color: #606060;
  text-align: left;
}
.cid-t30O1P92lB {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-t30O1P92lB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t30O1P92lB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t30O1P92lB .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t30O1P92lB svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-t30O1P92lB #e2_shape {
  fill: #ffffff !important;
}
.cid-t30O1P92lB .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-t30O1P92lB .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-t30O1P92lB .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-t30O1P92lB .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-t30O1P92lB .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-t30O1P92lB .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-t30O1P92lB .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-t30O1P92lB .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t30O1P92lB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t30O1P92lB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t30O1P92lB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t30O1P92lB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t30O1P92lB a.close:hover {
  color: #ffffff;
}
.cid-t30O1P92lB .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-t30O1P92lB .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1rem;
  padding: 0 0 0 2px;
  display: block;
}
.cid-t30O1P92lB .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-t30O1P92lB .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-t30O1P92lB svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-t30O1P92lB .show-modal {
    margin-bottom: 20px;
  }
}
.cid-sNHt8DVto1 {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #150606;
  position: relative;
  overflow: hidden;
}
.cid-sNHt8DVto1 .container {
  max-width: 1400px;
}
.cid-sNHt8DVto1 .card-img2 span {
  padding-top: 6px;
}
.cid-sNHt8DVto1 .soc-item a {
  padding-top: 5px;
}
.cid-sNHt8DVto1 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sNHt8DVto1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sNHt8DVto1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sNHt8DVto1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sNHt8DVto1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sNHt8DVto1 #e2_shape {
  fill: #ffffff !important;
}
.cid-sNHt8DVto1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sNHt8DVto1 .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-sNHt8DVto1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sNHt8DVto1 .card-img {
  width: auto;
}
.cid-sNHt8DVto1 .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-sNHt8DVto1 .soc-item span {
  font-size: 1.4rem;
}
.cid-sNHt8DVto1 .soc-item:hover span {
  color: #848abd !important;
}
.cid-sNHt8DVto1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sNHt8DVto1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sNHt8DVto1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sNHt8DVto1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sNHt8DVto1 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sNHt8DVto1 .item {
    justify-content: center;
  }
  .cid-sNHt8DVto1 .quote::after {
    left: 60px;
  }
}
.cid-sNHt8DVto1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sNHt8DVto1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNHt8DVto1 .text1 {
  color: #ffffff;
}
.cid-sNHt8DVto1 .item-title {
  color: #ffffff;
}
.cid-sNHt8DVto1 H5 {
  color: #ffffff;
}
.cid-sNHt8DVto1 .theme {
  color: #ffffff;
}
.cid-sNHt8DVto1 .copyright > p {
  color: #ff3366;
}
.cid-sNHt8DVto1 .text2 {
  color: #ffffff;
}
.cid-sGbEjZSb3x {
  background-color: #ffffff;
}
.cid-sGbEjZSb3x .mbr-text,
.cid-sGbEjZSb3x .mbr-section-btn {
  color: #767676;
}
.cid-sGbEjZSb3x p {
  z-index: 2;
  position: relative;
}
.cid-sGbEjZSb3x .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sGbEjZSb3x .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sGbEjZSb3x .ico1 {
  font-size: 2rem;
}
.cid-sGbEjZSb3x .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sGbEjZSb3x H3 {
  color: #149dcc;
}
.cid-sGbDO99h8G {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGbDO99h8G .mbr-text,
.cid-sGbDO99h8G .mbr-section-btn {
  color: #767676;
}
.cid-sGbDO99h8G p {
  z-index: 2;
  position: relative;
}
.cid-sGbDO99h8G .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sGbDO99h8G .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sGbDO99h8G .ico1 {
  font-size: 2rem;
}
.cid-sGbDO99h8G .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sGbDO99h8G H3 {
  color: #149dcc;
}
.cid-sQ0CG6AHMe {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sQ0CG6AHMe .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sQ0CG6AHMe .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sQ0CG6AHMe .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sQ0CG6AHMe .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
