body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #454545 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #454545 !important;
  border-color: #454545 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1f1f1f !important;
  border-color: #1f1f1f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f1f1f !important;
  border-color: #1f1f1f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !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: #121212;
  color: #121212;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #454545;
  border-color: #454545;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !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: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !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: #454545 !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #121212 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #6d7a8c;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #454545;
  border-color: #454545;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b8b8b8;
}
.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: #b4bbc5;
}
.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: #ffffff;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #454545;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type='submit'] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #454545;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #454545;
  border-bottom-color: #454545;
}
.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: #454545 !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: #130947 !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='%23454545' %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-trTquTK43a .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-trTquTK43a .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-trTquTK43a .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 100rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-trTquTK43a .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-trTquTK43a .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-trTquTK43a .navbar-fixed-top.opened {
  position: relative;
}
.cid-trTquTK43a a {
  font-style: normal;
}
.cid-trTquTK43a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-trTquTK43a .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-trTquTK43a .nav-item .nav-link {
  color: #ffffff;
}
.cid-trTquTK43a .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-trTquTK43a .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-trTquTK43a .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-trTquTK43a .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-trTquTK43a .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-right {
    display: none;
  }
}
.cid-trTquTK43a .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-trTquTK43a .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-trTquTK43a .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .right-box {
    display: none;
  }
}
.cid-trTquTK43a .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-trTquTK43a .content-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #454545;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-trTquTK43a .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-trTquTK43a .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-trTquTK43a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-trTquTK43a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trTquTK43a .nav-dropdown .link {
  font-weight: 600;
}
.cid-trTquTK43a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-trTquTK43a .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-trTquTK43a .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-trTquTK43a .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-trTquTK43a .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-trTquTK43a .menu-content-top.show {
  display: block;
}
.cid-trTquTK43a .pre-header-right {
  align-self: center;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-trTquTK43a .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-trTquTK43a .navbar .menu-content-top {
    display: none;
  }
  .cid-trTquTK43a .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-trTquTK43a .dropdown-item:before {
    display: none;
  }
  .cid-trTquTK43a .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-trTquTK43a img {
    height: 3.8rem !important;
  }
  .cid-trTquTK43a .btn {
    display: flex;
  }
  .cid-trTquTK43a button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-trTquTK43a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-trTquTK43a .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-trTquTK43a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing,
  .cid-trTquTK43a .navbar-collapse.show {
    display: block !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTquTK43a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-trTquTK43a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trTquTK43a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trTquTK43a .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-trTquTK43a .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-trTquTK43a .navbar {
    display: block;
    padding: 0;
  }
  .cid-trTquTK43a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-trTquTK43a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-trTquTK43a .navbar-toggler {
    display: none;
  }
}
.cid-trTquTK43a .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-trTquTK43a .menu-area-wrapper .menu-area {
  background-color: #454545;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper {
    height: 100%;
  }
}
.cid-trTquTK43a .navbar-short {
  background: transparent;
}
.cid-trTquTK43a .navbar-short .menu-content-top,
.cid-trTquTK43a .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-trTquTK43a .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trTquTK43a .dropdown {
  color: #ffffff !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #454545;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trTquTK43a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTquTK43a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-trTquTK43a .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trTquTK43a button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-trTquTK43a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler:focus {
  outline: none;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .menu-logo {
  margin-right: 0;
}
.cid-trTquTK43a .collapsed .btn {
  display: flex;
}
.cid-trTquTK43a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing,
.cid-trTquTK43a .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-trTquTK43a .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-trTquTK43a .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-trTquTK43a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-trTquTK43a .collapsed .dropdown-item:before {
  display: none;
}
.cid-trTquTK43a .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-trTquTK43a .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-trTquTK43a .nav-link:focus {
  outline: none;
}
.cid-trTquTK43a .navbar-toggler {
  position: relative;
}
.cid-trTquTK43a .dropdown-item.active,
.cid-trTquTK43a .dropdown-item:active {
  color: auto;
}
.cid-trTquTK43a .dropdown-item:hover {
  color: #4f87fb;
}
.cid-trTquTK43a .widget-text {
  text-align: left;
}
.cid-tgxxpqjB2s {
  padding-top: 320px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tgxxpqjB2s .mbr-text,
.cid-tgxxpqjB2s .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-tgxxpqjB2s .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tgxxpqjB2s .mbr-text,
.cid-tgxxpqjB2s .mbr-section-btn,
.cid-tgxxpqjB2s .mbr-section-title {
  color: #ffffff;
}
.cid-tgxxpqjB2s .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tgxxpqjB2s .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-tgxxpqjB2s .mbr-section-title {
  font-weight: 700;
}
.cid-tgxxpqjB2s .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-tgxxpqjB2s .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-tgxxpqjB2s .mbr-section-title,
  .cid-tgxxpqjB2s .mbr-text,
  .cid-tgxxpqjB2s .mbr-section-btn {
    text-align: left;
  }
}
.cid-rSbetxGLFX {
  padding-top: 120px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/03.jpg");
}
.cid-rSbetxGLFX .mbr-section-subtitle {
  color: #454545;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-rSbetxGLFX .mbr-section-title {
  color: #454545;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-rSbetxGLFX .mbr-section-title .accent-word {
  color: #454545;
}
.cid-rSbetxGLFX .mbr-text {
  color: #6d7a8c;
}
.cid-rSbetxGLFX .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-rSbetxGLFX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #454545;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-rSbetxGLFX .mbr-section-btn {
  display: flex;
}
.cid-rSbetxGLFX .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-rSbetxGLFX .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-rSbetxGLFX .mbr-section-btn.display-4,
.cid-rSbetxGLFX .btn.display-4 {
  font-size: 12px !important;
}
.cid-rSbetxGLFX .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-rSbetxGLFX .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-rSbetxGLFX .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #454545;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rSbetxGLFX .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSbetxGLFX .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-rSbetxGLFX .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-rSbetxGLFX .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-rSbetxGLFX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSbetxGLFX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSbetxGLFX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSbetxGLFX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSbetxGLFX a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rSbetxGLFX .separator,
  .cid-rSbetxGLFX .sep-holder,
  .cid-rSbetxGLFX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-rSbetxGLFX .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSbetxGLFX .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-rSbetxGLFX .mbr-section-subtitle,
.cid-rSbetxGLFX .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-rSbetxGLFX .mbr-section-title .accent-word {
  color: #ff008c;
}
.cid-rSbeu1icqt {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSbeu1icqt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rSbeu1icqt .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-rSbeu1icqt .mbr-subtitle {
  color: #454545;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbeu1icqt .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbeu1icqt .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeu1icqt .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-rSbeu1icqt .boldSubtitle {
  color: #130947;
}
.cid-rSbeu1icqt .info-widget {
  padding-top: 0.5rem;
}
.cid-rSbeu1icqt .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #454545;
  margin-right: 15px;
}
.cid-rSbeu1icqt .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-rSbeu1icqt .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-rSbeu1icqt .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-rSbeu1icqt .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rSbeu1icqt .mbr-section-title,
  .cid-rSbeu1icqt .mbr-section-subtitle,
  .cid-rSbeu1icqt .mbr-text {
    text-align: left !important;
  }
  .cid-rSbeu1icqt .social-list {
    text-align: left !important;
  }
}
.cid-rSbeuR6ejM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e6ecf2;
}
.cid-rSbeuR6ejM .mbr-subtitle {
  color: #454545;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbeuR6ejM .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbeuR6ejM .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeuR6ejM .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-rSbeuR6ejM .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-rSbeuR6ejM .row-item {
  margin-bottom: 2rem;
  border-radius: 8px;
}
.cid-rSbeuR6ejM .row-item:hover .wrapper {
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbeuR6ejM .row-item:hover .wrapper::before {
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbeuR6ejM .row-item:hover .wrapper .card-img {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbeuR6ejM .row-item:hover .wrapper .card-img span {
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbeuR6ejM .row-item:hover .wrapper .mbr-card-title {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbeuR6ejM .row-item .wrapper {
  padding: 40px 0 30px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.cid-rSbeuR6ejM .row-item .wrapper::before {
  border-radius: 8px;
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #454545;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbeuR6ejM .row-item .wrapper .card-img span {
  color: #ff008c;
}
.cid-rSbeuR6ejM .row-item .wrapper .mbr-iconfont {
  font-size: 50px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rSbeuR6ejM .row-item .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
}
.cid-rSbeuR6ejM .row-item .wrapper .mbr-card-title.display-7 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.cid-rSbeuR6ejM img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-rSbeuR6ejM .btn {
  border-radius: 3px;
  padding: 12px 40px;
  font-weight: 700;
}
.cid-rSbeuR6ejM .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-rSbeuR6ejM .btn-primary:hover {
  background-color: #28303f !important;
  border-color: #28303f !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .cid-rSbeuR6ejM .mbr-section-title {
    text-align: left;
  }
  .cid-rSbeuR6ejM img {
    width: 100%;
  }
}
.cid-tpSgOw6GZ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-tpSgOw6GZ3 .stats-item {
  padding: 80px 10px;
  background-color: #4f87fb;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpSgOw6GZ3 .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-tpSgOw6GZ3 .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-tpSgOw6GZ3 .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-tpSgOw6GZ3 .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-tpSgOw6GZ3 .heading {
  color: #ffffff;
  font-weight: 400;
}
.cid-tpSgOw6GZ3 .heading.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.23;
}
.cid-tpSgOw6GZ3 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-tpSgOw6GZ3 .counter {
  text-align: left;
  color: #ffffff;
  font-weight: 900;
}
.cid-tpSgOw6GZ3 .counter.display-2 {
  letter-spacing: -0.5px;
  margin-bottom: 0;
  line-height: 1.15;
}
.cid-tpSgOw6GZ3 .mbr-card-title,
.cid-tpSgOw6GZ3 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tpSgOw6GZ3 .stats-item {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 30px 25px;
  }
  .cid-tpSgOw6GZ3 .stats-item:first-child {
    border-radius: 0;
  }
  .cid-tpSgOw6GZ3 .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-rSbevGgtra {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSbevGgtra h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-rSbevGgtra p {
  color: #6d7a8c;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-rSbevGgtra .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-rSbevGgtra .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-rSbevGgtra .mbr-section-subtitle {
  color: #454545;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbevGgtra .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbevGgtra .card-box {
  padding-top: 35px;
}
.cid-rSbevGgtra .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-rSbevGgtra .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-rSbevGgtra .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-rSbevGgtra .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rSbevGgtra .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-rSbevGgtra .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-rSbevGgtra .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-rSbevGgtra .card-img .card-icon {
  background: #ff008c;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-rSbevGgtra .card-img .card-icon span {
  z-index: 99;
}
.cid-rSbevGgtra .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #ff008c;
  opacity: 0.5;
  z-index: 1;
}
.cid-tg5uY8vumf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5uY8vumf .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tg5uY8vumf .photo-split {
  padding: 0;
}
.cid-tg5uY8vumf .photo-split img {
  max-height: 800px;
  width: auto;
}
.cid-tg5uY8vumf .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tg5uY8vumf .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tg5uY8vumf .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tg5uY8vumf .wrap-block {
  padding: 3rem 3rem;
}
.cid-tg5uY8vumf .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tg5uY8vumf .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tg5uY8vumf .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tg5uY8vumf .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tg5uY8vumf .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tg5uY8vumf .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tg5uY8vumf .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tg5uY8vumf .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tg5uY8vumf .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tg5uY8vumf .mbr-list {
  text-align: left;
}
.cid-tg5uY8vumf .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tg5uY8vumf .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tg5uY8vumf .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tg5uY8vumf .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tg5uY8vumf .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tg5uY8vumf .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tg5uY8vumf .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tg5uY8vumf .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tg5uY8vumf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tg5uY8vumf .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tg5uY8vumf .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tg5uY8vumf .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tg5uY8vumf .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tg5uY8vumf .mbr-section-title,
  .cid-tg5uY8vumf .mbr-section-subtitle,
  .cid-tg5uY8vumf .mbr-text {
    text-align: left !important;
  }
  .cid-tg5uY8vumf .social-list {
    text-align: center !important;
  }
  .cid-tg5uY8vumf .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tg5uY8vumf .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tg5tXgzAQS {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tg5tXgzAQS img {
  width: 200px;
  margin: auto;
}
.cid-tg5tXgzAQS .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-tg5tXgzAQS .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-tg5tXgzAQS .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tg5tXgzAQS .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tg5tXgzAQS .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tg5tXgzAQS .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-tg5tXgzAQS .mbr-section-title {
    text-align: center;
  }
}
.cid-tqxm4uXD8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tqxm4uXD8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqxm4uXD8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqxm4uXD8l .google-map {
  height: 350px;
  position: relative;
}
.cid-tqxm4uXD8l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqxm4uXD8l .google-map [data-state-details] {
  color: #6b6763;
  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-tqxm4uXD8l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqxm4uXD8l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqxm4uXD8l .mbr-section-subtitle {
  color: #4f87fb;
}
.cid-tqxm4uXD8l .mbr-section-title {
  color: #130947;
}
.cid-trTqyBSt3W {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-trTqyBSt3W section {
  position: relative;
}
.cid-trTqyBSt3W .widget-title {
  font-weight: 600;
}
.cid-trTqyBSt3W .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-trTqyBSt3W .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-trTqyBSt3W .item .card-box .item-title {
  font-weight: 300;
}
.cid-trTqyBSt3W .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-trTqyBSt3W .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-trTqyBSt3W .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-trTqyBSt3W img {
  height: 50px;
  padding-right: 8px;
}
.cid-trTqyBSt3W .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-trTqyBSt3W .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-trTqyBSt3W .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-trTqyBSt3W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-trTqyBSt3W .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-trTqyBSt3W .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-trTqyBSt3W .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-trTqyBSt3W .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-trTqyBSt3W .item,
.cid-trTqyBSt3W .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-trTqyBSt3W .item h4,
.cid-trTqyBSt3W .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-trTqyBSt3W .link .card-img {
  padding-bottom: 3px;
}
.cid-trTqyBSt3W .link .card-box .link-title {
  font-weight: 300;
}
.cid-trTqyBSt3W .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-trTqyBSt3W .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-trTqyBSt3W .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-trTqyBSt3W h5 {
    text-align: left !important;
  }
  .cid-trTqyBSt3W .line-wrap {
    text-align: left !important;
  }
}
.cid-trTqyBSt3W .item-title {
  color: #ffffff;
}
.cid-trTqyBSt3W .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-trTqyBSt3W .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-trTqyBSt3W .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-trTqyBSt3W .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-trTqyBSt3W .btn[class*="-outline"]:active,
.cid-trTqyBSt3W .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-trTqyBSt3W .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-trTqyBSt3W .list .list-item:last-child {
  margin-top: 10px;
}
.cid-trTqyBSt3W .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-trTqyBSt3W .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-trTqyBSt3W .box-list li:first-child {
  padding-top: 0;
}
.cid-trTqyBSt3W .box-list li:last-child {
  border-bottom: none;
}
.cid-trTqyBSt3W .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-trTqyBSt3W .box-list.display-4 {
  line-height: 24px;
}
.cid-trTqyBSt3W .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-trTqyBSt3W .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-trTqyBSt3W .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-trTqyBSt3W .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-trTqyBSt3W .widget-title,
.cid-trTqyBSt3W .line-wrap {
  color: #ffffff;
}
.cid-trTqFvnhav {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-trTqFvnhav .links {
  text-align: center;
  color: #ffffff;
}
.cid-trTqFvnhav p {
  margin: 0;
}
.cid-trTqFvnhav a {
  color: #ffffff;
}
.cid-trTqFvnhav a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tvPLmxrATL.popup-builder {
  background-color: #ffffff;
}
.cid-tvPLmxrATL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvPLmxrATL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvPLmxrATL .modal-content,
.cid-tvPLmxrATL .modal-dialog {
  height: auto;
}
.cid-tvPLmxrATL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvPLmxrATL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvPLmxrATL .form-wrapper .mbr-form .form-group,
  .cid-tvPLmxrATL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvPLmxrATL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvPLmxrATL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvPLmxrATL .mbr-text {
  text-align: center;
}
.cid-tvPLmxrATL .pt-0 {
  padding-top: 0 !important;
}
.cid-tvPLmxrATL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvPLmxrATL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvPLmxrATL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvPLmxrATL .modal-open {
  overflow: hidden;
}
.cid-tvPLmxrATL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvPLmxrATL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvPLmxrATL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvPLmxrATL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tvPLmxrATL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvPLmxrATL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvPLmxrATL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvPLmxrATL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tvPLmxrATL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvPLmxrATL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvPLmxrATL .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvPLmxrATL .modal-backdrop.show {
  opacity: .5;
}
.cid-tvPLmxrATL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tvPLmxrATL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvPLmxrATL .modal-header {
    padding: 1rem;
  }
}
.cid-tvPLmxrATL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvPLmxrATL .modal-header .close svg {
  fill: #000000;
}
.cid-tvPLmxrATL .modal-header .close:hover {
  opacity: 1;
}
.cid-tvPLmxrATL .modal-header .close:focus {
  outline: none;
}
.cid-tvPLmxrATL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tvPLmxrATL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvPLmxrATL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvPLmxrATL .modal-body {
    padding: 1rem;
  }
}
.cid-tvPLmxrATL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tvPLmxrATL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvPLmxrATL .modal-footer {
    padding: 1rem;
  }
}
.cid-tvPLmxrATL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvPLmxrATL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvPLmxrATL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvPLmxrATL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvPLmxrATL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvPLmxrATL .modal-lg,
  .cid-tvPLmxrATL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvPLmxrATL .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvPLmxrATL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvPLmxrATL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tvPLmxrATL .form-group {
  margin-bottom: 1rem;
}
.cid-tvPLmxrATL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvPLmxrATL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvPLmxrATL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tvPLmxrATL .mbr-section-btn {
  margin: 0;
}
.cid-tvPLmxrATL .mbr-section-btn .btn {
  margin: 0;
}
.cid-trTquTK43a .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-trTquTK43a .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-trTquTK43a .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 100rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-trTquTK43a .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-trTquTK43a .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-trTquTK43a .navbar-fixed-top.opened {
  position: relative;
}
.cid-trTquTK43a a {
  font-style: normal;
}
.cid-trTquTK43a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-trTquTK43a .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-trTquTK43a .nav-item .nav-link {
  color: #ffffff;
}
.cid-trTquTK43a .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-trTquTK43a .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-trTquTK43a .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-trTquTK43a .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-trTquTK43a .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-right {
    display: none;
  }
}
.cid-trTquTK43a .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-trTquTK43a .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-trTquTK43a .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .right-box {
    display: none;
  }
}
.cid-trTquTK43a .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-trTquTK43a .content-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #454545;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-trTquTK43a .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-trTquTK43a .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-trTquTK43a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-trTquTK43a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trTquTK43a .nav-dropdown .link {
  font-weight: 600;
}
.cid-trTquTK43a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-trTquTK43a .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-trTquTK43a .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-trTquTK43a .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-trTquTK43a .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-trTquTK43a .menu-content-top.show {
  display: block;
}
.cid-trTquTK43a .pre-header-right {
  align-self: center;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-trTquTK43a .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-trTquTK43a .navbar .menu-content-top {
    display: none;
  }
  .cid-trTquTK43a .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-trTquTK43a .dropdown-item:before {
    display: none;
  }
  .cid-trTquTK43a .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-trTquTK43a img {
    height: 3.8rem !important;
  }
  .cid-trTquTK43a .btn {
    display: flex;
  }
  .cid-trTquTK43a button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-trTquTK43a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-trTquTK43a .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-trTquTK43a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing,
  .cid-trTquTK43a .navbar-collapse.show {
    display: block !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTquTK43a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-trTquTK43a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trTquTK43a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trTquTK43a .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-trTquTK43a .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-trTquTK43a .navbar {
    display: block;
    padding: 0;
  }
  .cid-trTquTK43a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-trTquTK43a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-trTquTK43a .navbar-toggler {
    display: none;
  }
}
.cid-trTquTK43a .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-trTquTK43a .menu-area-wrapper .menu-area {
  background-color: #454545;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper {
    height: 100%;
  }
}
.cid-trTquTK43a .navbar-short {
  background: transparent;
}
.cid-trTquTK43a .navbar-short .menu-content-top,
.cid-trTquTK43a .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-trTquTK43a .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trTquTK43a .dropdown {
  color: #ffffff !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #454545;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trTquTK43a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTquTK43a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-trTquTK43a .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trTquTK43a button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-trTquTK43a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler:focus {
  outline: none;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .menu-logo {
  margin-right: 0;
}
.cid-trTquTK43a .collapsed .btn {
  display: flex;
}
.cid-trTquTK43a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing,
.cid-trTquTK43a .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-trTquTK43a .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-trTquTK43a .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-trTquTK43a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-trTquTK43a .collapsed .dropdown-item:before {
  display: none;
}
.cid-trTquTK43a .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-trTquTK43a .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-trTquTK43a .nav-link:focus {
  outline: none;
}
.cid-trTquTK43a .navbar-toggler {
  position: relative;
}
.cid-trTquTK43a .dropdown-item.active,
.cid-trTquTK43a .dropdown-item:active {
  color: auto;
}
.cid-trTquTK43a .dropdown-item:hover {
  color: #4f87fb;
}
.cid-trTquTK43a .widget-text {
  text-align: left;
}
.cid-tsxgwQQIEz {
  padding-top: 315px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsxgwQQIEz .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tsxgwQQIEz .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tsxgwQQIEz .mbr-section-title {
  margin: 0;
  color: #130947;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.cid-tsxgwQQIEz .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-tsxgwQQIEz .mbr-section-text {
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tsxgwQQIEz .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-tsxgwQQIEz .display-2 {
  font-size: 38px;
}
.cid-tsxgwQQIEz .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-tsxgwQQIEz .wrapper .img {
  margin-bottom: 20px;
}
.cid-tsxgwQQIEz .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tsxgwQQIEz .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-tsxgwQQIEz .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-tsxgwQQIEz .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tsxgwQQIEz .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-tsxgwQQIEz * {
    text-align: left;
  }
}
.cid-tpNgct15C5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tpNgct15C5 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tpNgct15C5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tpNgct15C5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tpNgct15C5 .nav-link.active {
  background: #4f87fb;
}
.cid-tpNgct15C5 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tpNgct15C5 .nav-link:hover {
  background: #4f87fb;
}
.cid-tpNgct15C5 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tpNgct15C5 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tpNgct15C5 .nav-link.display-4 {
  font-size: 15px;
}
.cid-tpNgct15C5 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tpNgct15C5 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tpNgct15C5 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tpNgct15C5 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tpNgct15C5 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tpNgct15C5 .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tpNgct15C5 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tpNgct15C5 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tpNgct15C5 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tpNgct15C5 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpNgct15C5 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tpNgct15C5 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tpNgct15C5 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tpNgct15C5 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tpNgct15C5 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tpNgct15C5 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tpNgct15C5 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tpNgct15C5 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tpNgct15C5 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tpNgct15C5 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tpNgct15C5 .mbr-text,
  .cid-tpNgct15C5 .nav-link,
  .cid-tpNgct15C5 .mbr-card-title,
  .cid-tpNgct15C5 .mbr-section-title {
    text-align: left;
  }
  .cid-tpNgct15C5 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tpNgct15C5 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tpNgct15C5 .tab-content .tab-pane .mbr-section-title {
  color: #4f87fb;
}
.cid-tpNgct15C5 .tab-pane .wrapper .mbr-text,
.cid-tpNgct15C5 .img {
  color: #4f87fb;
  text-align: left;
}
.cid-tpNgct15C5 H2 {
  color: #4f87fb;
}
.cid-tqsQkEu7eV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqsQkEu7eV input,
.cid-tqsQkEu7eV textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqsQkEu7eV input:focus,
.cid-tqsQkEu7eV textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqsQkEu7eV .form-control,
.cid-tqsQkEu7eV .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqsQkEu7eV input::-webkit-input-placeholder,
.cid-tqsQkEu7eV textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqsQkEu7eV input:-moz-placeholder,
.cid-tqsQkEu7eV textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqsQkEu7eV .jq-selectbox li,
.cid-tqsQkEu7eV .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqsQkEu7eV .jq-selectbox li:hover,
.cid-tqsQkEu7eV .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqsQkEu7eV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqsQkEu7eV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqsQkEu7eV .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqsQkEu7eV .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqsQkEu7eV .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqsQkEu7eV .entry-content .text-box {
  padding: 0rem;
}
.cid-tqsQkEu7eV .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqsQkEu7eV .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqsQkEu7eV .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqsQkEu7eV .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqsQkEu7eV .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqsQkEu7eV .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqsQkEu7eV .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqsQkEu7eV .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqsQkEu7eV .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqsQkEu7eV .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqsQkEu7eV .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqsQkEu7eV .entry-content .contact {
  margin-top: 30px;
}
.cid-tqsQkEu7eV .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqsQkEu7eV .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqsQkEu7eV .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqsQkEu7eV .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqsQkEu7eV .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqsQkEu7eV .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqsQkEu7eV .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqsQkEu7eV .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqsQkEu7eV .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqsQkEu7eV .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqsQkEu7eV .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqsQkEu7eV .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqsQkEu7eV .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqsQkEu7eV .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqsQkEu7eV .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqsQkEu7eV progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqsQkEu7eV .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqsQkEu7eV .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqsQkEu7eV .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqsQkEu7eV .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqsQkEu7eV .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqsQkEu7eV .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqsQkEu7eV .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqsQkEu7eV .entry-content .capabilities .capabilities-title,
.cid-tqsQkEu7eV .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqtub0j5zv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqtub0j5zv input,
.cid-tqtub0j5zv textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqtub0j5zv input:focus,
.cid-tqtub0j5zv textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqtub0j5zv .form-control,
.cid-tqtub0j5zv .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqtub0j5zv input::-webkit-input-placeholder,
.cid-tqtub0j5zv textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqtub0j5zv input:-moz-placeholder,
.cid-tqtub0j5zv textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqtub0j5zv .jq-selectbox li,
.cid-tqtub0j5zv .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqtub0j5zv .jq-selectbox li:hover,
.cid-tqtub0j5zv .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqtub0j5zv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtub0j5zv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtub0j5zv .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqtub0j5zv .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqtub0j5zv .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqtub0j5zv .entry-content .text-box {
  padding: 0rem;
}
.cid-tqtub0j5zv .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqtub0j5zv .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqtub0j5zv .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqtub0j5zv .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqtub0j5zv .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqtub0j5zv .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqtub0j5zv .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqtub0j5zv .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqtub0j5zv .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqtub0j5zv .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqtub0j5zv .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqtub0j5zv .entry-content .contact {
  margin-top: 30px;
}
.cid-tqtub0j5zv .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqtub0j5zv .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqtub0j5zv .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqtub0j5zv .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqtub0j5zv .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqtub0j5zv .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqtub0j5zv .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqtub0j5zv .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqtub0j5zv .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqtub0j5zv .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqtub0j5zv .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqtub0j5zv .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqtub0j5zv .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqtub0j5zv .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqtub0j5zv .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqtub0j5zv progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqtub0j5zv .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtub0j5zv .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtub0j5zv .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtub0j5zv .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtub0j5zv .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqtub0j5zv .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqtub0j5zv .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqtub0j5zv .entry-content .capabilities .capabilities-title,
.cid-tqtub0j5zv .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqtvvkX1Gj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqtvvkX1Gj input,
.cid-tqtvvkX1Gj textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqtvvkX1Gj input:focus,
.cid-tqtvvkX1Gj textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqtvvkX1Gj .form-control,
.cid-tqtvvkX1Gj .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqtvvkX1Gj input::-webkit-input-placeholder,
.cid-tqtvvkX1Gj textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqtvvkX1Gj input:-moz-placeholder,
.cid-tqtvvkX1Gj textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqtvvkX1Gj .jq-selectbox li,
.cid-tqtvvkX1Gj .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqtvvkX1Gj .jq-selectbox li:hover,
.cid-tqtvvkX1Gj .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqtvvkX1Gj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtvvkX1Gj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtvvkX1Gj .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqtvvkX1Gj .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqtvvkX1Gj .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqtvvkX1Gj .entry-content .text-box {
  padding: 0rem;
}
.cid-tqtvvkX1Gj .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqtvvkX1Gj .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqtvvkX1Gj .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqtvvkX1Gj .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqtvvkX1Gj .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqtvvkX1Gj .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqtvvkX1Gj .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqtvvkX1Gj .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqtvvkX1Gj .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqtvvkX1Gj .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqtvvkX1Gj .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqtvvkX1Gj .entry-content .contact {
  margin-top: 30px;
}
.cid-tqtvvkX1Gj .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqtvvkX1Gj .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqtvvkX1Gj .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqtvvkX1Gj .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqtvvkX1Gj .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqtvvkX1Gj .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqtvvkX1Gj .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqtvvkX1Gj .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqtvvkX1Gj .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqtvvkX1Gj .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqtvvkX1Gj .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqtvvkX1Gj .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqtvvkX1Gj .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqtvvkX1Gj .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqtvvkX1Gj .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqtvvkX1Gj progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqtvvkX1Gj .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvvkX1Gj .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvvkX1Gj .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvvkX1Gj .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvvkX1Gj .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqtvvkX1Gj .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqtvvkX1Gj .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqtvvkX1Gj .entry-content .capabilities .capabilities-title,
.cid-tqtvvkX1Gj .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tYexU1esEK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYexU1esEK input,
.cid-tYexU1esEK textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tYexU1esEK input:focus,
.cid-tYexU1esEK textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tYexU1esEK .form-control,
.cid-tYexU1esEK .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tYexU1esEK input::-webkit-input-placeholder,
.cid-tYexU1esEK textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tYexU1esEK input:-moz-placeholder,
.cid-tYexU1esEK textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tYexU1esEK .jq-selectbox li,
.cid-tYexU1esEK .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tYexU1esEK .jq-selectbox li:hover,
.cid-tYexU1esEK .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tYexU1esEK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tYexU1esEK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tYexU1esEK .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tYexU1esEK .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tYexU1esEK .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tYexU1esEK .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tYexU1esEK .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tYexU1esEK .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tYexU1esEK .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tYexU1esEK .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tYexU1esEK .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tYexU1esEK .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tYexU1esEK .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tYexU1esEK .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tYexU1esEK .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tYexU1esEK .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tYexU1esEK .entry-content .text-box {
  padding: 0rem;
}
.cid-tYexU1esEK .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tYexU1esEK .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tYexU1esEK .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tYexU1esEK .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tYexU1esEK .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tYexU1esEK .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tYexU1esEK .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tYexU1esEK .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tYexU1esEK .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tYexU1esEK .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tYexU1esEK .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tYexU1esEK .entry-content .contact {
  margin-top: 30px;
}
.cid-tYexU1esEK .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tYexU1esEK .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tYexU1esEK .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tYexU1esEK .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tYexU1esEK .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tYexU1esEK .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tYexU1esEK .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tYexU1esEK .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tYexU1esEK .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tYexU1esEK .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tYexU1esEK .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tYexU1esEK .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tYexU1esEK .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tYexU1esEK .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tYexU1esEK .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tYexU1esEK progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tYexU1esEK .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYexU1esEK .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYexU1esEK .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYexU1esEK .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYexU1esEK .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tYexU1esEK .progressbar-title p {
  color: #6d7a8c;
}
.cid-tYexU1esEK .entry-content .capabilities .capabilities-title,
.cid-tYexU1esEK .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tYexU1esEK .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqtvwr2UOS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqtvwr2UOS input,
.cid-tqtvwr2UOS textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqtvwr2UOS input:focus,
.cid-tqtvwr2UOS textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqtvwr2UOS .form-control,
.cid-tqtvwr2UOS .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqtvwr2UOS input::-webkit-input-placeholder,
.cid-tqtvwr2UOS textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqtvwr2UOS input:-moz-placeholder,
.cid-tqtvwr2UOS textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqtvwr2UOS .jq-selectbox li,
.cid-tqtvwr2UOS .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqtvwr2UOS .jq-selectbox li:hover,
.cid-tqtvwr2UOS .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqtvwr2UOS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtvwr2UOS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtvwr2UOS .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqtvwr2UOS .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqtvwr2UOS .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqtvwr2UOS .entry-content .text-box {
  padding: 0rem;
}
.cid-tqtvwr2UOS .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqtvwr2UOS .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqtvwr2UOS .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqtvwr2UOS .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqtvwr2UOS .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqtvwr2UOS .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqtvwr2UOS .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqtvwr2UOS .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqtvwr2UOS .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqtvwr2UOS .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqtvwr2UOS .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqtvwr2UOS .entry-content .contact {
  margin-top: 30px;
}
.cid-tqtvwr2UOS .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqtvwr2UOS .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqtvwr2UOS .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqtvwr2UOS .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqtvwr2UOS .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqtvwr2UOS .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqtvwr2UOS .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqtvwr2UOS .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqtvwr2UOS .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqtvwr2UOS .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqtvwr2UOS .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqtvwr2UOS .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqtvwr2UOS .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqtvwr2UOS .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqtvwr2UOS .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqtvwr2UOS progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqtvwr2UOS .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvwr2UOS .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvwr2UOS .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvwr2UOS .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvwr2UOS .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqtvwr2UOS .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqtvwr2UOS .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqtvwr2UOS .entry-content .capabilities .capabilities-title,
.cid-tqtvwr2UOS .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqtvx35Ozu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqtvx35Ozu input,
.cid-tqtvx35Ozu textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqtvx35Ozu input:focus,
.cid-tqtvx35Ozu textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqtvx35Ozu .form-control,
.cid-tqtvx35Ozu .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqtvx35Ozu input::-webkit-input-placeholder,
.cid-tqtvx35Ozu textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqtvx35Ozu input:-moz-placeholder,
.cid-tqtvx35Ozu textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqtvx35Ozu .jq-selectbox li,
.cid-tqtvx35Ozu .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqtvx35Ozu .jq-selectbox li:hover,
.cid-tqtvx35Ozu .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqtvx35Ozu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtvx35Ozu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtvx35Ozu .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqtvx35Ozu .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqtvx35Ozu .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqtvx35Ozu .entry-content .text-box {
  padding: 0rem;
}
.cid-tqtvx35Ozu .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqtvx35Ozu .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqtvx35Ozu .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqtvx35Ozu .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqtvx35Ozu .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqtvx35Ozu .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqtvx35Ozu .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqtvx35Ozu .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqtvx35Ozu .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqtvx35Ozu .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqtvx35Ozu .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqtvx35Ozu .entry-content .contact {
  margin-top: 30px;
}
.cid-tqtvx35Ozu .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqtvx35Ozu .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqtvx35Ozu .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqtvx35Ozu .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqtvx35Ozu .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqtvx35Ozu .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqtvx35Ozu .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqtvx35Ozu .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqtvx35Ozu .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqtvx35Ozu .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqtvx35Ozu .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqtvx35Ozu .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqtvx35Ozu .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqtvx35Ozu .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqtvx35Ozu .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqtvx35Ozu progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqtvx35Ozu .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvx35Ozu .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvx35Ozu .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvx35Ozu .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvx35Ozu .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqtvx35Ozu .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqtvx35Ozu .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqtvx35Ozu .entry-content .capabilities .capabilities-title,
.cid-tqtvx35Ozu .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqxHDRAjkS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqxHDRAjkS input,
.cid-tqxHDRAjkS textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqxHDRAjkS input:focus,
.cid-tqxHDRAjkS textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqxHDRAjkS .form-control,
.cid-tqxHDRAjkS .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqxHDRAjkS input::-webkit-input-placeholder,
.cid-tqxHDRAjkS textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqxHDRAjkS input:-moz-placeholder,
.cid-tqxHDRAjkS textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqxHDRAjkS .jq-selectbox li,
.cid-tqxHDRAjkS .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqxHDRAjkS .jq-selectbox li:hover,
.cid-tqxHDRAjkS .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqxHDRAjkS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqxHDRAjkS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqxHDRAjkS .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqxHDRAjkS .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqxHDRAjkS .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqxHDRAjkS .entry-content .text-box {
  padding: 0rem;
}
.cid-tqxHDRAjkS .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqxHDRAjkS .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqxHDRAjkS .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqxHDRAjkS .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqxHDRAjkS .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqxHDRAjkS .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqxHDRAjkS .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqxHDRAjkS .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqxHDRAjkS .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqxHDRAjkS .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqxHDRAjkS .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqxHDRAjkS .entry-content .contact {
  margin-top: 30px;
}
.cid-tqxHDRAjkS .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqxHDRAjkS .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqxHDRAjkS .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqxHDRAjkS .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqxHDRAjkS .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqxHDRAjkS .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqxHDRAjkS .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqxHDRAjkS .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqxHDRAjkS .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqxHDRAjkS .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqxHDRAjkS .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqxHDRAjkS .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqxHDRAjkS .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqxHDRAjkS .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqxHDRAjkS .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqxHDRAjkS progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqxHDRAjkS .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxHDRAjkS .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxHDRAjkS .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxHDRAjkS .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxHDRAjkS .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqxHDRAjkS .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqxHDRAjkS .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqxHDRAjkS .entry-content .capabilities .capabilities-title,
.cid-tqxHDRAjkS .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqtvxt3yAw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqtvxt3yAw input,
.cid-tqtvxt3yAw textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqtvxt3yAw input:focus,
.cid-tqtvxt3yAw textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqtvxt3yAw .form-control,
.cid-tqtvxt3yAw .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqtvxt3yAw input::-webkit-input-placeholder,
.cid-tqtvxt3yAw textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqtvxt3yAw input:-moz-placeholder,
.cid-tqtvxt3yAw textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqtvxt3yAw .jq-selectbox li,
.cid-tqtvxt3yAw .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqtvxt3yAw .jq-selectbox li:hover,
.cid-tqtvxt3yAw .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqtvxt3yAw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtvxt3yAw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtvxt3yAw .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqtvxt3yAw .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqtvxt3yAw .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqtvxt3yAw .entry-content .text-box {
  padding: 0rem;
}
.cid-tqtvxt3yAw .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqtvxt3yAw .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqtvxt3yAw .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqtvxt3yAw .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqtvxt3yAw .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqtvxt3yAw .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqtvxt3yAw .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqtvxt3yAw .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqtvxt3yAw .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqtvxt3yAw .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqtvxt3yAw .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqtvxt3yAw .entry-content .contact {
  margin-top: 30px;
}
.cid-tqtvxt3yAw .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqtvxt3yAw .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqtvxt3yAw .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqtvxt3yAw .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqtvxt3yAw .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqtvxt3yAw .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqtvxt3yAw .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqtvxt3yAw .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqtvxt3yAw .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqtvxt3yAw .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqtvxt3yAw .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqtvxt3yAw .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqtvxt3yAw .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqtvxt3yAw .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqtvxt3yAw .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqtvxt3yAw progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqtvxt3yAw .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvxt3yAw .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvxt3yAw .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvxt3yAw .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvxt3yAw .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqtvxt3yAw .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqtvxt3yAw .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqtvxt3yAw .entry-content .capabilities .capabilities-title,
.cid-tqtvxt3yAw .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tYey4FNApJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYey4FNApJ input,
.cid-tYey4FNApJ textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tYey4FNApJ input:focus,
.cid-tYey4FNApJ textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tYey4FNApJ .form-control,
.cid-tYey4FNApJ .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tYey4FNApJ input::-webkit-input-placeholder,
.cid-tYey4FNApJ textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tYey4FNApJ input:-moz-placeholder,
.cid-tYey4FNApJ textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tYey4FNApJ .jq-selectbox li,
.cid-tYey4FNApJ .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tYey4FNApJ .jq-selectbox li:hover,
.cid-tYey4FNApJ .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tYey4FNApJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tYey4FNApJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tYey4FNApJ .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tYey4FNApJ .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tYey4FNApJ .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tYey4FNApJ .entry-content .text-box {
  padding: 0rem;
}
.cid-tYey4FNApJ .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tYey4FNApJ .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tYey4FNApJ .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tYey4FNApJ .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tYey4FNApJ .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tYey4FNApJ .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tYey4FNApJ .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tYey4FNApJ .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tYey4FNApJ .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tYey4FNApJ .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tYey4FNApJ .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tYey4FNApJ .entry-content .contact {
  margin-top: 30px;
}
.cid-tYey4FNApJ .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tYey4FNApJ .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tYey4FNApJ .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tYey4FNApJ .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tYey4FNApJ .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tYey4FNApJ .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tYey4FNApJ .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tYey4FNApJ .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tYey4FNApJ .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tYey4FNApJ .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tYey4FNApJ .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tYey4FNApJ .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tYey4FNApJ .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tYey4FNApJ .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tYey4FNApJ .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tYey4FNApJ progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tYey4FNApJ .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYey4FNApJ .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYey4FNApJ .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYey4FNApJ .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYey4FNApJ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tYey4FNApJ .progressbar-title p {
  color: #6d7a8c;
}
.cid-tYey4FNApJ .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tYey4FNApJ .entry-content .capabilities .capabilities-title,
.cid-tYey4FNApJ .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqtvxUMJSO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqtvxUMJSO input,
.cid-tqtvxUMJSO textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqtvxUMJSO input:focus,
.cid-tqtvxUMJSO textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqtvxUMJSO .form-control,
.cid-tqtvxUMJSO .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqtvxUMJSO input::-webkit-input-placeholder,
.cid-tqtvxUMJSO textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqtvxUMJSO input:-moz-placeholder,
.cid-tqtvxUMJSO textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqtvxUMJSO .jq-selectbox li,
.cid-tqtvxUMJSO .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqtvxUMJSO .jq-selectbox li:hover,
.cid-tqtvxUMJSO .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqtvxUMJSO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtvxUMJSO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtvxUMJSO .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqtvxUMJSO .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqtvxUMJSO .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqtvxUMJSO .entry-content .text-box {
  padding: 0rem;
}
.cid-tqtvxUMJSO .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqtvxUMJSO .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqtvxUMJSO .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqtvxUMJSO .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqtvxUMJSO .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqtvxUMJSO .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqtvxUMJSO .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqtvxUMJSO .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqtvxUMJSO .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqtvxUMJSO .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqtvxUMJSO .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqtvxUMJSO .entry-content .contact {
  margin-top: 30px;
}
.cid-tqtvxUMJSO .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqtvxUMJSO .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqtvxUMJSO .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqtvxUMJSO .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqtvxUMJSO .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqtvxUMJSO .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqtvxUMJSO .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqtvxUMJSO .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqtvxUMJSO .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqtvxUMJSO .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqtvxUMJSO .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqtvxUMJSO .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqtvxUMJSO .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqtvxUMJSO .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqtvxUMJSO .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqtvxUMJSO progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqtvxUMJSO .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvxUMJSO .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvxUMJSO .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvxUMJSO .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtvxUMJSO .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqtvxUMJSO .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqtvxUMJSO .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqtvxUMJSO .entry-content .capabilities .capabilities-title,
.cid-tqtvxUMJSO .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqtBwOHajd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqtBwOHajd input,
.cid-tqtBwOHajd textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqtBwOHajd input:focus,
.cid-tqtBwOHajd textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqtBwOHajd .form-control,
.cid-tqtBwOHajd .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqtBwOHajd input::-webkit-input-placeholder,
.cid-tqtBwOHajd textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqtBwOHajd input:-moz-placeholder,
.cid-tqtBwOHajd textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqtBwOHajd .jq-selectbox li,
.cid-tqtBwOHajd .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqtBwOHajd .jq-selectbox li:hover,
.cid-tqtBwOHajd .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqtBwOHajd .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtBwOHajd .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtBwOHajd .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqtBwOHajd .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqtBwOHajd .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqtBwOHajd .entry-content .text-box {
  padding: 0rem;
}
.cid-tqtBwOHajd .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqtBwOHajd .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqtBwOHajd .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqtBwOHajd .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqtBwOHajd .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqtBwOHajd .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqtBwOHajd .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqtBwOHajd .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqtBwOHajd .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqtBwOHajd .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqtBwOHajd .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqtBwOHajd .entry-content .contact {
  margin-top: 30px;
}
.cid-tqtBwOHajd .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqtBwOHajd .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqtBwOHajd .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqtBwOHajd .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqtBwOHajd .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqtBwOHajd .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqtBwOHajd .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqtBwOHajd .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqtBwOHajd .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqtBwOHajd .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqtBwOHajd .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqtBwOHajd .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqtBwOHajd .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqtBwOHajd .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqtBwOHajd .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqtBwOHajd progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqtBwOHajd .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtBwOHajd .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtBwOHajd .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtBwOHajd .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtBwOHajd .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqtBwOHajd .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqtBwOHajd .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqtBwOHajd .entry-content .capabilities .capabilities-title,
.cid-tqtBwOHajd .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqtBxh3LHn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqtBxh3LHn input,
.cid-tqtBxh3LHn textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqtBxh3LHn input:focus,
.cid-tqtBxh3LHn textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqtBxh3LHn .form-control,
.cid-tqtBxh3LHn .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqtBxh3LHn input::-webkit-input-placeholder,
.cid-tqtBxh3LHn textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqtBxh3LHn input:-moz-placeholder,
.cid-tqtBxh3LHn textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqtBxh3LHn .jq-selectbox li,
.cid-tqtBxh3LHn .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqtBxh3LHn .jq-selectbox li:hover,
.cid-tqtBxh3LHn .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqtBxh3LHn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtBxh3LHn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqtBxh3LHn .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqtBxh3LHn .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqtBxh3LHn .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqtBxh3LHn .entry-content .text-box {
  padding: 0rem;
}
.cid-tqtBxh3LHn .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqtBxh3LHn .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqtBxh3LHn .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqtBxh3LHn .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqtBxh3LHn .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqtBxh3LHn .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqtBxh3LHn .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqtBxh3LHn .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqtBxh3LHn .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqtBxh3LHn .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqtBxh3LHn .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqtBxh3LHn .entry-content .contact {
  margin-top: 30px;
}
.cid-tqtBxh3LHn .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqtBxh3LHn .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqtBxh3LHn .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqtBxh3LHn .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqtBxh3LHn .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqtBxh3LHn .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqtBxh3LHn .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqtBxh3LHn .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqtBxh3LHn .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqtBxh3LHn .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqtBxh3LHn .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqtBxh3LHn .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqtBxh3LHn .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqtBxh3LHn .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqtBxh3LHn .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqtBxh3LHn progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqtBxh3LHn .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtBxh3LHn .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtBxh3LHn .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtBxh3LHn .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqtBxh3LHn .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqtBxh3LHn .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqtBxh3LHn .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqtBxh3LHn .entry-content .capabilities .capabilities-title,
.cid-tqtBxh3LHn .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tLRHioGxOW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLRHioGxOW input,
.cid-tLRHioGxOW textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tLRHioGxOW input:focus,
.cid-tLRHioGxOW textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tLRHioGxOW .form-control,
.cid-tLRHioGxOW .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLRHioGxOW input::-webkit-input-placeholder,
.cid-tLRHioGxOW textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tLRHioGxOW input:-moz-placeholder,
.cid-tLRHioGxOW textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tLRHioGxOW .jq-selectbox li,
.cid-tLRHioGxOW .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tLRHioGxOW .jq-selectbox li:hover,
.cid-tLRHioGxOW .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tLRHioGxOW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tLRHioGxOW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tLRHioGxOW .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tLRHioGxOW .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tLRHioGxOW .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tLRHioGxOW .entry-content .text-box {
  padding: 0rem;
}
.cid-tLRHioGxOW .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tLRHioGxOW .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tLRHioGxOW .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tLRHioGxOW .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tLRHioGxOW .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tLRHioGxOW .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tLRHioGxOW .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tLRHioGxOW .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tLRHioGxOW .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tLRHioGxOW .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tLRHioGxOW .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tLRHioGxOW .entry-content .contact {
  margin-top: 30px;
}
.cid-tLRHioGxOW .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tLRHioGxOW .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tLRHioGxOW .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tLRHioGxOW .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tLRHioGxOW .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tLRHioGxOW .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tLRHioGxOW .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tLRHioGxOW .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tLRHioGxOW .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tLRHioGxOW .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tLRHioGxOW .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tLRHioGxOW .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tLRHioGxOW .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tLRHioGxOW .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tLRHioGxOW .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tLRHioGxOW progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tLRHioGxOW .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tLRHioGxOW .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tLRHioGxOW .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tLRHioGxOW .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tLRHioGxOW .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tLRHioGxOW .progressbar-title p {
  color: #6d7a8c;
}
.cid-tLRHioGxOW .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tLRHioGxOW .entry-content .capabilities .capabilities-title,
.cid-tLRHioGxOW .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-uCSeeV8xvJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCSeeV8xvJ input,
.cid-uCSeeV8xvJ textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uCSeeV8xvJ input:focus,
.cid-uCSeeV8xvJ textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uCSeeV8xvJ .form-control,
.cid-uCSeeV8xvJ .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCSeeV8xvJ input::-webkit-input-placeholder,
.cid-uCSeeV8xvJ textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uCSeeV8xvJ input:-moz-placeholder,
.cid-uCSeeV8xvJ textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uCSeeV8xvJ .jq-selectbox li,
.cid-uCSeeV8xvJ .jq-selectbox li {
  background-color: #ffffff;
}
.cid-uCSeeV8xvJ .jq-selectbox li:hover,
.cid-uCSeeV8xvJ .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-uCSeeV8xvJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uCSeeV8xvJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uCSeeV8xvJ .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-uCSeeV8xvJ .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uCSeeV8xvJ .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-uCSeeV8xvJ .entry-content .text-box {
  padding: 0rem;
}
.cid-uCSeeV8xvJ .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-uCSeeV8xvJ .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-uCSeeV8xvJ .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-uCSeeV8xvJ .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-uCSeeV8xvJ .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-uCSeeV8xvJ .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-uCSeeV8xvJ .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-uCSeeV8xvJ .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-uCSeeV8xvJ .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-uCSeeV8xvJ .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-uCSeeV8xvJ .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uCSeeV8xvJ .entry-content .contact {
  margin-top: 30px;
}
.cid-uCSeeV8xvJ .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-uCSeeV8xvJ .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-uCSeeV8xvJ .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-uCSeeV8xvJ .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-uCSeeV8xvJ .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-uCSeeV8xvJ .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-uCSeeV8xvJ .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uCSeeV8xvJ .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-uCSeeV8xvJ .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-uCSeeV8xvJ .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-uCSeeV8xvJ .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uCSeeV8xvJ .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-uCSeeV8xvJ .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-uCSeeV8xvJ .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-uCSeeV8xvJ .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-uCSeeV8xvJ progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uCSeeV8xvJ .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uCSeeV8xvJ .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uCSeeV8xvJ .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uCSeeV8xvJ .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uCSeeV8xvJ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uCSeeV8xvJ .progressbar-title p {
  color: #6d7a8c;
}
.cid-uCSeeV8xvJ .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-uCSeeV8xvJ .entry-content .capabilities .capabilities-title,
.cid-uCSeeV8xvJ .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqxph696c0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqxph696c0 input,
.cid-tqxph696c0 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqxph696c0 input:focus,
.cid-tqxph696c0 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqxph696c0 .form-control,
.cid-tqxph696c0 .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqxph696c0 input::-webkit-input-placeholder,
.cid-tqxph696c0 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqxph696c0 input:-moz-placeholder,
.cid-tqxph696c0 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqxph696c0 .jq-selectbox li,
.cid-tqxph696c0 .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqxph696c0 .jq-selectbox li:hover,
.cid-tqxph696c0 .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqxph696c0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqxph696c0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqxph696c0 .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqxph696c0 .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqxph696c0 .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqxph696c0 .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqxph696c0 .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqxph696c0 .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqxph696c0 .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqxph696c0 .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqxph696c0 .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqxph696c0 .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqxph696c0 .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqxph696c0 .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqxph696c0 .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqxph696c0 .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqxph696c0 .entry-content .text-box {
  padding: 0rem;
}
.cid-tqxph696c0 .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqxph696c0 .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqxph696c0 .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqxph696c0 .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqxph696c0 .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqxph696c0 .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqxph696c0 .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqxph696c0 .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqxph696c0 .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqxph696c0 .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqxph696c0 .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqxph696c0 .entry-content .contact {
  margin-top: 30px;
}
.cid-tqxph696c0 .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqxph696c0 .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqxph696c0 .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqxph696c0 .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqxph696c0 .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqxph696c0 .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqxph696c0 .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqxph696c0 .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqxph696c0 .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqxph696c0 .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqxph696c0 .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqxph696c0 .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqxph696c0 .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqxph696c0 .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqxph696c0 .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqxph696c0 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqxph696c0 .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxph696c0 .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxph696c0 .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxph696c0 .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxph696c0 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqxph696c0 .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqxph696c0 .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqxph696c0 .entry-content .capabilities .capabilities-title,
.cid-tqxph696c0 .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqxoNyjtb1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqxoNyjtb1 input,
.cid-tqxoNyjtb1 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqxoNyjtb1 input:focus,
.cid-tqxoNyjtb1 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqxoNyjtb1 .form-control,
.cid-tqxoNyjtb1 .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqxoNyjtb1 input::-webkit-input-placeholder,
.cid-tqxoNyjtb1 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqxoNyjtb1 input:-moz-placeholder,
.cid-tqxoNyjtb1 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqxoNyjtb1 .jq-selectbox li,
.cid-tqxoNyjtb1 .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqxoNyjtb1 .jq-selectbox li:hover,
.cid-tqxoNyjtb1 .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqxoNyjtb1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqxoNyjtb1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqxoNyjtb1 .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqxoNyjtb1 .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqxoNyjtb1 .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqxoNyjtb1 .entry-content .text-box {
  padding: 0rem;
}
.cid-tqxoNyjtb1 .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqxoNyjtb1 .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqxoNyjtb1 .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqxoNyjtb1 .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqxoNyjtb1 .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqxoNyjtb1 .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqxoNyjtb1 .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqxoNyjtb1 .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqxoNyjtb1 .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqxoNyjtb1 .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqxoNyjtb1 .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqxoNyjtb1 .entry-content .contact {
  margin-top: 30px;
}
.cid-tqxoNyjtb1 .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqxoNyjtb1 .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqxoNyjtb1 .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqxoNyjtb1 .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqxoNyjtb1 .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqxoNyjtb1 .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqxoNyjtb1 .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqxoNyjtb1 .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqxoNyjtb1 .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqxoNyjtb1 .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqxoNyjtb1 .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqxoNyjtb1 .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqxoNyjtb1 .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqxoNyjtb1 .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqxoNyjtb1 .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqxoNyjtb1 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqxoNyjtb1 .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxoNyjtb1 .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxoNyjtb1 .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxoNyjtb1 .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqxoNyjtb1 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqxoNyjtb1 .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqxoNyjtb1 .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqxoNyjtb1 .entry-content .capabilities .capabilities-title,
.cid-tqxoNyjtb1 .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tM9bOpM64Y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tM9bOpM64Y section {
  position: relative;
}
.cid-tM9bOpM64Y .widget-title {
  font-weight: 600;
}
.cid-tM9bOpM64Y .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-tM9bOpM64Y .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-tM9bOpM64Y .item .card-box .item-title {
  font-weight: 300;
}
.cid-tM9bOpM64Y .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9bOpM64Y .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-tM9bOpM64Y .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-tM9bOpM64Y img {
  height: 50px;
  padding-right: 8px;
}
.cid-tM9bOpM64Y .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-tM9bOpM64Y .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-tM9bOpM64Y .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tM9bOpM64Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tM9bOpM64Y .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-tM9bOpM64Y .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9bOpM64Y .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-tM9bOpM64Y .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-tM9bOpM64Y .item,
.cid-tM9bOpM64Y .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tM9bOpM64Y .item h4,
.cid-tM9bOpM64Y .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tM9bOpM64Y .link .card-img {
  padding-bottom: 3px;
}
.cid-tM9bOpM64Y .link .card-box .link-title {
  font-weight: 300;
}
.cid-tM9bOpM64Y .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-tM9bOpM64Y .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9bOpM64Y .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tM9bOpM64Y h5 {
    text-align: left !important;
  }
  .cid-tM9bOpM64Y .line-wrap {
    text-align: left !important;
  }
}
.cid-tM9bOpM64Y .item-title {
  color: #ffffff;
}
.cid-tM9bOpM64Y .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tM9bOpM64Y .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-tM9bOpM64Y .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-tM9bOpM64Y .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-tM9bOpM64Y .btn[class*="-outline"]:active,
.cid-tM9bOpM64Y .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tM9bOpM64Y .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tM9bOpM64Y .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tM9bOpM64Y .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tM9bOpM64Y .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-tM9bOpM64Y .box-list li:first-child {
  padding-top: 0;
}
.cid-tM9bOpM64Y .box-list li:last-child {
  border-bottom: none;
}
.cid-tM9bOpM64Y .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-tM9bOpM64Y .box-list.display-4 {
  line-height: 24px;
}
.cid-tM9bOpM64Y .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-tM9bOpM64Y .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-tM9bOpM64Y .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-tM9bOpM64Y .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-tM9bOpM64Y .widget-title,
.cid-tM9bOpM64Y .line-wrap {
  color: #ffffff;
}
.cid-trTvWpjz8m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-trTvWpjz8m .links {
  text-align: center;
  color: #ffffff;
}
.cid-trTvWpjz8m p {
  margin: 0;
}
.cid-trTvWpjz8m a {
  color: #ffffff;
}
.cid-trTvWpjz8m a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-trTquTK43a .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-trTquTK43a .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-trTquTK43a .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 100rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-trTquTK43a .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-trTquTK43a .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-trTquTK43a .navbar-fixed-top.opened {
  position: relative;
}
.cid-trTquTK43a a {
  font-style: normal;
}
.cid-trTquTK43a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-trTquTK43a .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-trTquTK43a .nav-item .nav-link {
  color: #ffffff;
}
.cid-trTquTK43a .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-trTquTK43a .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-trTquTK43a .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-trTquTK43a .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-trTquTK43a .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-right {
    display: none;
  }
}
.cid-trTquTK43a .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-trTquTK43a .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-trTquTK43a .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .right-box {
    display: none;
  }
}
.cid-trTquTK43a .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-trTquTK43a .content-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #454545;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-trTquTK43a .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-trTquTK43a .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-trTquTK43a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-trTquTK43a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trTquTK43a .nav-dropdown .link {
  font-weight: 600;
}
.cid-trTquTK43a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-trTquTK43a .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-trTquTK43a .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-trTquTK43a .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-trTquTK43a .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-trTquTK43a .menu-content-top.show {
  display: block;
}
.cid-trTquTK43a .pre-header-right {
  align-self: center;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-trTquTK43a .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-trTquTK43a .navbar .menu-content-top {
    display: none;
  }
  .cid-trTquTK43a .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-trTquTK43a .dropdown-item:before {
    display: none;
  }
  .cid-trTquTK43a .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-trTquTK43a img {
    height: 3.8rem !important;
  }
  .cid-trTquTK43a .btn {
    display: flex;
  }
  .cid-trTquTK43a button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-trTquTK43a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-trTquTK43a .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-trTquTK43a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing,
  .cid-trTquTK43a .navbar-collapse.show {
    display: block !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTquTK43a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-trTquTK43a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trTquTK43a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trTquTK43a .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-trTquTK43a .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-trTquTK43a .navbar {
    display: block;
    padding: 0;
  }
  .cid-trTquTK43a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-trTquTK43a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-trTquTK43a .navbar-toggler {
    display: none;
  }
}
.cid-trTquTK43a .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-trTquTK43a .menu-area-wrapper .menu-area {
  background-color: #454545;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper {
    height: 100%;
  }
}
.cid-trTquTK43a .navbar-short {
  background: transparent;
}
.cid-trTquTK43a .navbar-short .menu-content-top,
.cid-trTquTK43a .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-trTquTK43a .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trTquTK43a .dropdown {
  color: #ffffff !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #454545;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trTquTK43a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTquTK43a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-trTquTK43a .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trTquTK43a button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-trTquTK43a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler:focus {
  outline: none;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .menu-logo {
  margin-right: 0;
}
.cid-trTquTK43a .collapsed .btn {
  display: flex;
}
.cid-trTquTK43a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing,
.cid-trTquTK43a .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-trTquTK43a .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-trTquTK43a .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-trTquTK43a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-trTquTK43a .collapsed .dropdown-item:before {
  display: none;
}
.cid-trTquTK43a .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-trTquTK43a .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-trTquTK43a .nav-link:focus {
  outline: none;
}
.cid-trTquTK43a .navbar-toggler {
  position: relative;
}
.cid-trTquTK43a .dropdown-item.active,
.cid-trTquTK43a .dropdown-item:active {
  color: auto;
}
.cid-trTquTK43a .dropdown-item:hover {
  color: #4f87fb;
}
.cid-trTquTK43a .widget-text {
  text-align: left;
}
.cid-thFndH2c5f {
  padding-top: 285px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thFndH2c5f .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-thFndH2c5f .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24px;
}
.cid-thFndH2c5f .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-thFndH2c5f .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-thFndH2c5f .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-thFndH2c5f .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-thFndH2c5f .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-thFndH2c5f .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #501572;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-thFndH2c5f .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
}
.cid-thFndH2c5f .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
}
.cid-thFndH2c5f .card .card-wrapper .card-box .card-title {
  text-align: center;
}
.cid-tq5tHaNGUM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tq5tHaNGUM .mbr-text,
.cid-tq5tHaNGUM .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-tq5tHaNGUM .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tq5tHaNGUM .mbr-text,
.cid-tq5tHaNGUM .mbr-section-btn,
.cid-tq5tHaNGUM .mbr-section-title {
  color: #ffffff;
}
.cid-tq5tHaNGUM .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tq5tHaNGUM .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-tq5tHaNGUM .mbr-section-title {
  font-weight: 700;
}
.cid-tq5tHaNGUM .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-tq5tHaNGUM .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-tq5tHaNGUM .mbr-section-title,
  .cid-tq5tHaNGUM .mbr-text,
  .cid-tq5tHaNGUM .mbr-section-btn {
    text-align: left;
  }
}
.cid-tpYonL2ATz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpYonL2ATz .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tpYonL2ATz .photo-split {
  padding: 0;
}
.cid-tpYonL2ATz .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tpYonL2ATz .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tpYonL2ATz .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tpYonL2ATz .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tpYonL2ATz .wrap-block {
  padding: 3rem 3rem;
}
.cid-tpYonL2ATz .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tpYonL2ATz .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tpYonL2ATz .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tpYonL2ATz .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpYonL2ATz .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tpYonL2ATz .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tpYonL2ATz .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tpYonL2ATz .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tpYonL2ATz .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tpYonL2ATz .mbr-list {
  text-align: left;
}
.cid-tpYonL2ATz .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tpYonL2ATz .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tpYonL2ATz .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tpYonL2ATz .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpYonL2ATz .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tpYonL2ATz .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tpYonL2ATz .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tpYonL2ATz .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tpYonL2ATz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tpYonL2ATz .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tpYonL2ATz .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tpYonL2ATz .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tpYonL2ATz .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpYonL2ATz .mbr-section-title,
  .cid-tpYonL2ATz .mbr-section-subtitle,
  .cid-tpYonL2ATz .mbr-text {
    text-align: left !important;
  }
  .cid-tpYonL2ATz .social-list {
    text-align: center !important;
  }
  .cid-tpYonL2ATz .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tpYonL2ATz .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-thFndRJWBx {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-thFndRJWBx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-thFndRJWBx .photo-split {
  padding: 0;
}
.cid-thFndRJWBx .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-thFndRJWBx .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-thFndRJWBx .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-thFndRJWBx .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-thFndRJWBx .wrap-block {
  padding: 3rem 3rem;
}
.cid-thFndRJWBx .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-thFndRJWBx .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-thFndRJWBx .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-thFndRJWBx .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-thFndRJWBx .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-thFndRJWBx .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-thFndRJWBx .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-thFndRJWBx .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-thFndRJWBx .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-thFndRJWBx .mbr-list {
  text-align: left;
}
.cid-thFndRJWBx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-thFndRJWBx .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-thFndRJWBx .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-thFndRJWBx .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-thFndRJWBx .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-thFndRJWBx .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-thFndRJWBx .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-thFndRJWBx .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-thFndRJWBx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-thFndRJWBx .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-thFndRJWBx .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-thFndRJWBx .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-thFndRJWBx .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-thFndRJWBx .mbr-section-title,
  .cid-thFndRJWBx .mbr-section-subtitle,
  .cid-thFndRJWBx .mbr-text {
    text-align: left !important;
  }
  .cid-thFndRJWBx .social-list {
    text-align: center !important;
  }
  .cid-thFndRJWBx .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-thFndRJWBx .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tpYobEDAMn {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpYobEDAMn .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tpYobEDAMn .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-tpYobEDAMn .photo-split {
  padding: 0;
  text-align: right;
}
.cid-tpYobEDAMn .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tpYobEDAMn .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tpYobEDAMn .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tpYobEDAMn .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tpYobEDAMn .wrap-block {
  padding: 3rem 3rem;
}
.cid-tpYobEDAMn .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tpYobEDAMn .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tpYobEDAMn .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tpYobEDAMn .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpYobEDAMn .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tpYobEDAMn .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tpYobEDAMn .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tpYobEDAMn .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tpYobEDAMn .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tpYobEDAMn .mbr-list {
  text-align: left;
}
.cid-tpYobEDAMn .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tpYobEDAMn .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tpYobEDAMn .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tpYobEDAMn .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpYobEDAMn .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tpYobEDAMn .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tpYobEDAMn .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tpYobEDAMn .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tpYobEDAMn .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tpYobEDAMn .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tpYobEDAMn .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tpYobEDAMn .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tpYobEDAMn .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpYobEDAMn .mbr-section-title,
  .cid-tpYobEDAMn .mbr-section-subtitle,
  .cid-tpYobEDAMn .mbr-text {
    text-align: left !important;
  }
  .cid-tpYobEDAMn .social-list {
    text-align: center !important;
  }
  .cid-tpYobEDAMn .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tpYobEDAMn .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tpYqdHhQsl {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpYqdHhQsl .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tpYqdHhQsl .photo-split {
  padding: 0;
}
.cid-tpYqdHhQsl .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tpYqdHhQsl .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tpYqdHhQsl .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tpYqdHhQsl .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tpYqdHhQsl .wrap-block {
  padding: 3rem 3rem;
}
.cid-tpYqdHhQsl .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tpYqdHhQsl .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tpYqdHhQsl .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tpYqdHhQsl .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpYqdHhQsl .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tpYqdHhQsl .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tpYqdHhQsl .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tpYqdHhQsl .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tpYqdHhQsl .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tpYqdHhQsl .mbr-list {
  text-align: left;
}
.cid-tpYqdHhQsl .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tpYqdHhQsl .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tpYqdHhQsl .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tpYqdHhQsl .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpYqdHhQsl .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tpYqdHhQsl .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tpYqdHhQsl .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tpYqdHhQsl .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tpYqdHhQsl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tpYqdHhQsl .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tpYqdHhQsl .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tpYqdHhQsl .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tpYqdHhQsl .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpYqdHhQsl .mbr-section-title,
  .cid-tpYqdHhQsl .mbr-section-subtitle,
  .cid-tpYqdHhQsl .mbr-text {
    text-align: left !important;
  }
  .cid-tpYqdHhQsl .social-list {
    text-align: center !important;
  }
  .cid-tpYqdHhQsl .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tpYqdHhQsl .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tpYqfAJMW4 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpYqfAJMW4 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tpYqfAJMW4 .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-tpYqfAJMW4 .photo-split {
  padding: 0;
  text-align: right;
}
.cid-tpYqfAJMW4 .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tpYqfAJMW4 .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tpYqfAJMW4 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tpYqfAJMW4 .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tpYqfAJMW4 .wrap-block {
  padding: 3rem 3rem;
}
.cid-tpYqfAJMW4 .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tpYqfAJMW4 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tpYqfAJMW4 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tpYqfAJMW4 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpYqfAJMW4 .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tpYqfAJMW4 .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tpYqfAJMW4 .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tpYqfAJMW4 .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tpYqfAJMW4 .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tpYqfAJMW4 .mbr-list {
  text-align: left;
}
.cid-tpYqfAJMW4 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tpYqfAJMW4 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tpYqfAJMW4 .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tpYqfAJMW4 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpYqfAJMW4 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tpYqfAJMW4 .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tpYqfAJMW4 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tpYqfAJMW4 .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tpYqfAJMW4 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tpYqfAJMW4 .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tpYqfAJMW4 .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tpYqfAJMW4 .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tpYqfAJMW4 .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpYqfAJMW4 .mbr-section-title,
  .cid-tpYqfAJMW4 .mbr-section-subtitle,
  .cid-tpYqfAJMW4 .mbr-text {
    text-align: left !important;
  }
  .cid-tpYqfAJMW4 .social-list {
    text-align: center !important;
  }
  .cid-tpYqfAJMW4 .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tpYqfAJMW4 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tpYrKnluZL {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpYrKnluZL .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tpYrKnluZL .photo-split {
  padding: 0;
}
.cid-tpYrKnluZL .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tpYrKnluZL .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tpYrKnluZL .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tpYrKnluZL .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tpYrKnluZL .wrap-block {
  padding: 3rem 3rem;
}
.cid-tpYrKnluZL .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tpYrKnluZL .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tpYrKnluZL .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tpYrKnluZL .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpYrKnluZL .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tpYrKnluZL .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tpYrKnluZL .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tpYrKnluZL .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tpYrKnluZL .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tpYrKnluZL .mbr-list {
  text-align: left;
}
.cid-tpYrKnluZL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tpYrKnluZL .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tpYrKnluZL .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tpYrKnluZL .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpYrKnluZL .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tpYrKnluZL .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tpYrKnluZL .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tpYrKnluZL .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tpYrKnluZL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tpYrKnluZL .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tpYrKnluZL .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tpYrKnluZL .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tpYrKnluZL .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpYrKnluZL .mbr-section-title,
  .cid-tpYrKnluZL .mbr-section-subtitle,
  .cid-tpYrKnluZL .mbr-text {
    text-align: left !important;
  }
  .cid-tpYrKnluZL .social-list {
    text-align: center !important;
  }
  .cid-tpYrKnluZL .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tpYrKnluZL .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tpYrKE3ip1 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpYrKE3ip1 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tpYrKE3ip1 .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-tpYrKE3ip1 .photo-split {
  padding: 0;
  text-align: right;
}
.cid-tpYrKE3ip1 .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tpYrKE3ip1 .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tpYrKE3ip1 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tpYrKE3ip1 .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tpYrKE3ip1 .wrap-block {
  padding: 3rem 3rem;
}
.cid-tpYrKE3ip1 .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tpYrKE3ip1 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tpYrKE3ip1 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tpYrKE3ip1 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpYrKE3ip1 .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tpYrKE3ip1 .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tpYrKE3ip1 .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tpYrKE3ip1 .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tpYrKE3ip1 .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tpYrKE3ip1 .mbr-list {
  text-align: left;
}
.cid-tpYrKE3ip1 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tpYrKE3ip1 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tpYrKE3ip1 .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tpYrKE3ip1 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpYrKE3ip1 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tpYrKE3ip1 .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tpYrKE3ip1 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tpYrKE3ip1 .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tpYrKE3ip1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tpYrKE3ip1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tpYrKE3ip1 .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tpYrKE3ip1 .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tpYrKE3ip1 .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpYrKE3ip1 .mbr-section-title,
  .cid-tpYrKE3ip1 .mbr-section-subtitle,
  .cid-tpYrKE3ip1 .mbr-text {
    text-align: left !important;
  }
  .cid-tpYrKE3ip1 .social-list {
    text-align: center !important;
  }
  .cid-tpYrKE3ip1 .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tpYrKE3ip1 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tpYrKQXbrC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpYrKQXbrC .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tpYrKQXbrC .photo-split {
  padding: 0;
}
.cid-tpYrKQXbrC .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tpYrKQXbrC .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tpYrKQXbrC .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tpYrKQXbrC .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tpYrKQXbrC .wrap-block {
  padding: 3rem 3rem;
}
.cid-tpYrKQXbrC .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tpYrKQXbrC .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tpYrKQXbrC .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tpYrKQXbrC .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpYrKQXbrC .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tpYrKQXbrC .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tpYrKQXbrC .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tpYrKQXbrC .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tpYrKQXbrC .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tpYrKQXbrC .mbr-list {
  text-align: left;
}
.cid-tpYrKQXbrC .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tpYrKQXbrC .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tpYrKQXbrC .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tpYrKQXbrC .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpYrKQXbrC .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tpYrKQXbrC .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tpYrKQXbrC .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tpYrKQXbrC .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tpYrKQXbrC .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tpYrKQXbrC .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tpYrKQXbrC .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tpYrKQXbrC .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tpYrKQXbrC .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpYrKQXbrC .mbr-section-title,
  .cid-tpYrKQXbrC .mbr-section-subtitle,
  .cid-tpYrKQXbrC .mbr-text {
    text-align: left !important;
  }
  .cid-tpYrKQXbrC .social-list {
    text-align: center !important;
  }
  .cid-tpYrKQXbrC .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tpYrKQXbrC .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tpYsQYl52I {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpYsQYl52I .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tpYsQYl52I .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-tpYsQYl52I .photo-split {
  padding: 0;
  text-align: right;
}
.cid-tpYsQYl52I .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tpYsQYl52I .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tpYsQYl52I .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tpYsQYl52I .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tpYsQYl52I .wrap-block {
  padding: 3rem 3rem;
}
.cid-tpYsQYl52I .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tpYsQYl52I .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tpYsQYl52I .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tpYsQYl52I .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpYsQYl52I .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tpYsQYl52I .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tpYsQYl52I .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tpYsQYl52I .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tpYsQYl52I .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tpYsQYl52I .mbr-list {
  text-align: left;
}
.cid-tpYsQYl52I .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tpYsQYl52I .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tpYsQYl52I .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tpYsQYl52I .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpYsQYl52I .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tpYsQYl52I .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tpYsQYl52I .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tpYsQYl52I .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tpYsQYl52I .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tpYsQYl52I .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tpYsQYl52I .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tpYsQYl52I .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tpYsQYl52I .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpYsQYl52I .mbr-section-title,
  .cid-tpYsQYl52I .mbr-section-subtitle,
  .cid-tpYsQYl52I .mbr-text {
    text-align: left !important;
  }
  .cid-tpYsQYl52I .social-list {
    text-align: center !important;
  }
  .cid-tpYsQYl52I .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tpYsQYl52I .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tpYSwGlXzW {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpYSwGlXzW .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tpYSwGlXzW .photo-split {
  padding: 0;
}
.cid-tpYSwGlXzW .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tpYSwGlXzW .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tpYSwGlXzW .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tpYSwGlXzW .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tpYSwGlXzW .wrap-block {
  padding: 3rem 3rem;
}
.cid-tpYSwGlXzW .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tpYSwGlXzW .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tpYSwGlXzW .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tpYSwGlXzW .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpYSwGlXzW .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tpYSwGlXzW .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tpYSwGlXzW .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tpYSwGlXzW .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tpYSwGlXzW .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tpYSwGlXzW .mbr-list {
  text-align: left;
}
.cid-tpYSwGlXzW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tpYSwGlXzW .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tpYSwGlXzW .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tpYSwGlXzW .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpYSwGlXzW .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tpYSwGlXzW .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tpYSwGlXzW .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tpYSwGlXzW .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tpYSwGlXzW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tpYSwGlXzW .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tpYSwGlXzW .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tpYSwGlXzW .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tpYSwGlXzW .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpYSwGlXzW .mbr-section-title,
  .cid-tpYSwGlXzW .mbr-section-subtitle,
  .cid-tpYSwGlXzW .mbr-text {
    text-align: left !important;
  }
  .cid-tpYSwGlXzW .social-list {
    text-align: center !important;
  }
  .cid-tpYSwGlXzW .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tpYSwGlXzW .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tq5uhN1nh7 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tq5uhN1nh7 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tq5uhN1nh7 .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-tq5uhN1nh7 .photo-split {
  padding: 0;
  text-align: right;
}
.cid-tq5uhN1nh7 .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tq5uhN1nh7 .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tq5uhN1nh7 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tq5uhN1nh7 .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tq5uhN1nh7 .wrap-block {
  padding: 3rem 3rem;
}
.cid-tq5uhN1nh7 .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tq5uhN1nh7 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tq5uhN1nh7 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tq5uhN1nh7 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tq5uhN1nh7 .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tq5uhN1nh7 .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tq5uhN1nh7 .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tq5uhN1nh7 .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tq5uhN1nh7 .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tq5uhN1nh7 .mbr-list {
  text-align: left;
}
.cid-tq5uhN1nh7 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tq5uhN1nh7 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tq5uhN1nh7 .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tq5uhN1nh7 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tq5uhN1nh7 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tq5uhN1nh7 .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tq5uhN1nh7 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tq5uhN1nh7 .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tq5uhN1nh7 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tq5uhN1nh7 .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tq5uhN1nh7 .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tq5uhN1nh7 .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tq5uhN1nh7 .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tq5uhN1nh7 .mbr-section-title,
  .cid-tq5uhN1nh7 .mbr-section-subtitle,
  .cid-tq5uhN1nh7 .mbr-text {
    text-align: left !important;
  }
  .cid-tq5uhN1nh7 .social-list {
    text-align: center !important;
  }
  .cid-tq5uhN1nh7 .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tq5uhN1nh7 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tpYsRel76V {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpYsRel76V .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tpYsRel76V .photo-split {
  padding: 0;
}
.cid-tpYsRel76V .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tpYsRel76V .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tpYsRel76V .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tpYsRel76V .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tpYsRel76V .wrap-block {
  padding: 3rem 3rem;
}
.cid-tpYsRel76V .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tpYsRel76V .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tpYsRel76V .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tpYsRel76V .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tpYsRel76V .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tpYsRel76V .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tpYsRel76V .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tpYsRel76V .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tpYsRel76V .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tpYsRel76V .mbr-list {
  text-align: left;
}
.cid-tpYsRel76V .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tpYsRel76V .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tpYsRel76V .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tpYsRel76V .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tpYsRel76V .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tpYsRel76V .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tpYsRel76V .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tpYsRel76V .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tpYsRel76V .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tpYsRel76V .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tpYsRel76V .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tpYsRel76V .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tpYsRel76V .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tpYsRel76V .mbr-section-title,
  .cid-tpYsRel76V .mbr-section-subtitle,
  .cid-tpYsRel76V .mbr-text {
    text-align: left !important;
  }
  .cid-tpYsRel76V .social-list {
    text-align: center !important;
  }
  .cid-tpYsRel76V .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tpYsRel76V .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tske3kf9b3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tske3kf9b3 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tske3kf9b3 .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-tske3kf9b3 .photo-split {
  padding: 0;
  text-align: right;
}
.cid-tske3kf9b3 .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tske3kf9b3 .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tske3kf9b3 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tske3kf9b3 .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tske3kf9b3 .wrap-block {
  padding: 3rem 3rem;
}
.cid-tske3kf9b3 .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tske3kf9b3 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tske3kf9b3 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tske3kf9b3 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tske3kf9b3 .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tske3kf9b3 .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tske3kf9b3 .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tske3kf9b3 .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tske3kf9b3 .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tske3kf9b3 .mbr-list {
  text-align: left;
}
.cid-tske3kf9b3 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tske3kf9b3 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tske3kf9b3 .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tske3kf9b3 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tske3kf9b3 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tske3kf9b3 .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tske3kf9b3 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tske3kf9b3 .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tske3kf9b3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tske3kf9b3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tske3kf9b3 .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tske3kf9b3 .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tske3kf9b3 .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tske3kf9b3 .mbr-section-title,
  .cid-tske3kf9b3 .mbr-section-subtitle,
  .cid-tske3kf9b3 .mbr-text {
    text-align: left !important;
  }
  .cid-tske3kf9b3 .social-list {
    text-align: center !important;
  }
  .cid-tske3kf9b3 .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tske3kf9b3 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tM9bRKK5d6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tM9bRKK5d6 section {
  position: relative;
}
.cid-tM9bRKK5d6 .widget-title {
  font-weight: 600;
}
.cid-tM9bRKK5d6 .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-tM9bRKK5d6 .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-tM9bRKK5d6 .item .card-box .item-title {
  font-weight: 300;
}
.cid-tM9bRKK5d6 .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9bRKK5d6 .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-tM9bRKK5d6 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-tM9bRKK5d6 img {
  height: 50px;
  padding-right: 8px;
}
.cid-tM9bRKK5d6 .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-tM9bRKK5d6 .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-tM9bRKK5d6 .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tM9bRKK5d6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tM9bRKK5d6 .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-tM9bRKK5d6 .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9bRKK5d6 .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-tM9bRKK5d6 .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-tM9bRKK5d6 .item,
.cid-tM9bRKK5d6 .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tM9bRKK5d6 .item h4,
.cid-tM9bRKK5d6 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tM9bRKK5d6 .link .card-img {
  padding-bottom: 3px;
}
.cid-tM9bRKK5d6 .link .card-box .link-title {
  font-weight: 300;
}
.cid-tM9bRKK5d6 .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-tM9bRKK5d6 .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9bRKK5d6 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tM9bRKK5d6 h5 {
    text-align: left !important;
  }
  .cid-tM9bRKK5d6 .line-wrap {
    text-align: left !important;
  }
}
.cid-tM9bRKK5d6 .item-title {
  color: #ffffff;
}
.cid-tM9bRKK5d6 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tM9bRKK5d6 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-tM9bRKK5d6 .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-tM9bRKK5d6 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-tM9bRKK5d6 .btn[class*="-outline"]:active,
.cid-tM9bRKK5d6 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tM9bRKK5d6 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tM9bRKK5d6 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tM9bRKK5d6 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tM9bRKK5d6 .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-tM9bRKK5d6 .box-list li:first-child {
  padding-top: 0;
}
.cid-tM9bRKK5d6 .box-list li:last-child {
  border-bottom: none;
}
.cid-tM9bRKK5d6 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-tM9bRKK5d6 .box-list.display-4 {
  line-height: 24px;
}
.cid-tM9bRKK5d6 .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-tM9bRKK5d6 .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-tM9bRKK5d6 .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-tM9bRKK5d6 .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-tM9bRKK5d6 .widget-title,
.cid-tM9bRKK5d6 .line-wrap {
  color: #ffffff;
}
.cid-tsHZ00RmwH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tsHZ00RmwH .links {
  text-align: center;
  color: #ffffff;
}
.cid-tsHZ00RmwH p {
  margin: 0;
}
.cid-tsHZ00RmwH a {
  color: #ffffff;
}
.cid-tsHZ00RmwH a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-trTquTK43a .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-trTquTK43a .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-trTquTK43a .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 100rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-trTquTK43a .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-trTquTK43a .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-trTquTK43a .navbar-fixed-top.opened {
  position: relative;
}
.cid-trTquTK43a a {
  font-style: normal;
}
.cid-trTquTK43a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-trTquTK43a .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-trTquTK43a .nav-item .nav-link {
  color: #ffffff;
}
.cid-trTquTK43a .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-trTquTK43a .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-trTquTK43a .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-trTquTK43a .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-trTquTK43a .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-right {
    display: none;
  }
}
.cid-trTquTK43a .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-trTquTK43a .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-trTquTK43a .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .right-box {
    display: none;
  }
}
.cid-trTquTK43a .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-trTquTK43a .content-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #454545;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-trTquTK43a .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-trTquTK43a .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-trTquTK43a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-trTquTK43a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trTquTK43a .nav-dropdown .link {
  font-weight: 600;
}
.cid-trTquTK43a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-trTquTK43a .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-trTquTK43a .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-trTquTK43a .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-trTquTK43a .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-trTquTK43a .menu-content-top.show {
  display: block;
}
.cid-trTquTK43a .pre-header-right {
  align-self: center;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-trTquTK43a .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-trTquTK43a .navbar .menu-content-top {
    display: none;
  }
  .cid-trTquTK43a .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-trTquTK43a .dropdown-item:before {
    display: none;
  }
  .cid-trTquTK43a .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-trTquTK43a img {
    height: 3.8rem !important;
  }
  .cid-trTquTK43a .btn {
    display: flex;
  }
  .cid-trTquTK43a button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-trTquTK43a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-trTquTK43a .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-trTquTK43a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing,
  .cid-trTquTK43a .navbar-collapse.show {
    display: block !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTquTK43a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-trTquTK43a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trTquTK43a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trTquTK43a .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-trTquTK43a .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-trTquTK43a .navbar {
    display: block;
    padding: 0;
  }
  .cid-trTquTK43a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-trTquTK43a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-trTquTK43a .navbar-toggler {
    display: none;
  }
}
.cid-trTquTK43a .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-trTquTK43a .menu-area-wrapper .menu-area {
  background-color: #454545;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper {
    height: 100%;
  }
}
.cid-trTquTK43a .navbar-short {
  background: transparent;
}
.cid-trTquTK43a .navbar-short .menu-content-top,
.cid-trTquTK43a .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-trTquTK43a .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trTquTK43a .dropdown {
  color: #ffffff !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #454545;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trTquTK43a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTquTK43a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-trTquTK43a .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trTquTK43a button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-trTquTK43a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler:focus {
  outline: none;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .menu-logo {
  margin-right: 0;
}
.cid-trTquTK43a .collapsed .btn {
  display: flex;
}
.cid-trTquTK43a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing,
.cid-trTquTK43a .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-trTquTK43a .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-trTquTK43a .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-trTquTK43a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-trTquTK43a .collapsed .dropdown-item:before {
  display: none;
}
.cid-trTquTK43a .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-trTquTK43a .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-trTquTK43a .nav-link:focus {
  outline: none;
}
.cid-trTquTK43a .navbar-toggler {
  position: relative;
}
.cid-trTquTK43a .dropdown-item.active,
.cid-trTquTK43a .dropdown-item:active {
  color: auto;
}
.cid-trTquTK43a .dropdown-item:hover {
  color: #4f87fb;
}
.cid-trTquTK43a .widget-text {
  text-align: left;
}
.cid-toELIVjtUD {
  padding-top: 300px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/05.jpg");
}
.cid-toELIVjtUD .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-toELIVjtUD .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-toELIVjtUD .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-toELIVjtUD .mbr-text {
  color: #6d7a8c;
}
.cid-toELIVjtUD .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-toELIVjtUD .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 13px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.275rem;
}
.cid-toELIVjtUD .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-toELIVjtUD .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 22%;
}
.cid-toELIVjtUD .separator .sep-holder .sep-line {
  border-color: #4f87fb !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #4f87fb;
  position: relative;
  top: 1px;
  width: 22%;
}
.cid-toELIVjtUD .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-toELIVjtUD .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-toELIVjtUD .mbr-section-btn .btn.display-4 {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 991px) {
  .cid-toELIVjtUD .separator,
  .cid-toELIVjtUD .sep-holder,
  .cid-toELIVjtUD .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-toELIVjtUD .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-tqs1VdcfNW {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqs1VdcfNW .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqs1VdcfNW .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-tqs1VdcfNW .photo-split {
  padding: 0;
  text-align: right;
}
.cid-tqs1VdcfNW .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tqs1VdcfNW .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tqs1VdcfNW .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tqs1VdcfNW .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tqs1VdcfNW .wrap-block {
  padding: 3rem 3rem;
}
.cid-tqs1VdcfNW .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tqs1VdcfNW .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tqs1VdcfNW .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tqs1VdcfNW .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tqs1VdcfNW .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tqs1VdcfNW .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tqs1VdcfNW .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tqs1VdcfNW .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tqs1VdcfNW .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tqs1VdcfNW .mbr-list {
  text-align: left;
}
.cid-tqs1VdcfNW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tqs1VdcfNW .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tqs1VdcfNW .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tqs1VdcfNW .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tqs1VdcfNW .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tqs1VdcfNW .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tqs1VdcfNW .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tqs1VdcfNW .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tqs1VdcfNW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tqs1VdcfNW .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tqs1VdcfNW .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tqs1VdcfNW .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tqs1VdcfNW .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tqs1VdcfNW .mbr-section-title,
  .cid-tqs1VdcfNW .mbr-section-subtitle,
  .cid-tqs1VdcfNW .mbr-text {
    text-align: left !important;
  }
  .cid-tqs1VdcfNW .social-list {
    text-align: center !important;
  }
  .cid-tqs1VdcfNW .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tqs1VdcfNW .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-toEKalqlPK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #ffffff);
}
.cid-toEKalqlPK .mbr-section-title {
  color: #444444;
}
.cid-toEKalqlPK .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-toEKalqlPK .mbr-text {
  color: #8d97ad;
}
.cid-toEKalqlPK .nav {
  border: none;
}
.cid-toEKalqlPK .nav-tabs {
  width: 100%;
}
.cid-toEKalqlPK .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-toEKalqlPK .card-img {
  overflow: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 60px rgba(115, 128, 157, 0.3);
}
.cid-toEKalqlPK .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f5f7fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 10px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-toEKalqlPK .nav-tabs .nav-link:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-toEKalqlPK .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #4f87fb;
}
.cid-toEKalqlPK .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-toEKalqlPK .nav-item {
    display: table-row !important;
  }
}
.cid-toEKalqlPK .mbr-section-btn {
  padding-left: 10px;
  radius: 2rem;
}
.cid-toEKalqlPK .tab-title {
  text-align: center;
}
.cid-toEJdxdgCx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toEJdxdgCx input,
.cid-toEJdxdgCx textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-toEJdxdgCx input:focus,
.cid-toEJdxdgCx textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-toEJdxdgCx .form-control,
.cid-toEJdxdgCx .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-toEJdxdgCx input::-webkit-input-placeholder,
.cid-toEJdxdgCx textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-toEJdxdgCx input:-moz-placeholder,
.cid-toEJdxdgCx textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-toEJdxdgCx .jq-selectbox li,
.cid-toEJdxdgCx .jq-selectbox li {
  background-color: #ffffff;
}
.cid-toEJdxdgCx .jq-selectbox li:hover,
.cid-toEJdxdgCx .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-toEJdxdgCx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-toEJdxdgCx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-toEJdxdgCx .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-toEJdxdgCx .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 20px;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-toEJdxdgCx .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-toEJdxdgCx .entry-content .text-box {
  padding: 0rem;
}
.cid-toEJdxdgCx .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-toEJdxdgCx .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-toEJdxdgCx .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-toEJdxdgCx .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-toEJdxdgCx .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-toEJdxdgCx .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-toEJdxdgCx .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-toEJdxdgCx .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-toEJdxdgCx .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-toEJdxdgCx .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-toEJdxdgCx .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-toEJdxdgCx .entry-content .contact {
  margin-top: 30px;
}
.cid-toEJdxdgCx .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-toEJdxdgCx .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-toEJdxdgCx .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-toEJdxdgCx .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-toEJdxdgCx .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-toEJdxdgCx .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-toEJdxdgCx .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-toEJdxdgCx .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-toEJdxdgCx .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-toEJdxdgCx .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-toEJdxdgCx .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-toEJdxdgCx .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-toEJdxdgCx .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-toEJdxdgCx .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-toEJdxdgCx .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-toEJdxdgCx progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-toEJdxdgCx .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-toEJdxdgCx .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-toEJdxdgCx .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-toEJdxdgCx .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-toEJdxdgCx .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-toEJdxdgCx .progressbar-title p {
  color: #6d7a8c;
}
.cid-toEJdxdgCx .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-toEJdxdgCx .entry-content .capabilities .capabilities-title,
.cid-toEJdxdgCx .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-toEJdxdgCx .entry-content .text-box .doc-descr {
  text-align: left;
}
.cid-toES3RXlBT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toES3RXlBT input,
.cid-toES3RXlBT textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-toES3RXlBT input:focus,
.cid-toES3RXlBT textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-toES3RXlBT .form-control,
.cid-toES3RXlBT .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-toES3RXlBT input::-webkit-input-placeholder,
.cid-toES3RXlBT textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-toES3RXlBT input:-moz-placeholder,
.cid-toES3RXlBT textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-toES3RXlBT .jq-selectbox li,
.cid-toES3RXlBT .jq-selectbox li {
  background-color: #ffffff;
}
.cid-toES3RXlBT .jq-selectbox li:hover,
.cid-toES3RXlBT .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-toES3RXlBT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-toES3RXlBT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-toES3RXlBT .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-toES3RXlBT .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-toES3RXlBT .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-toES3RXlBT .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-toES3RXlBT .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-toES3RXlBT .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-toES3RXlBT .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-toES3RXlBT .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-toES3RXlBT .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-toES3RXlBT .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-toES3RXlBT .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-toES3RXlBT .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-toES3RXlBT .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-toES3RXlBT .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-toES3RXlBT .entry-content .text-box {
  padding: 0rem;
}
.cid-toES3RXlBT .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-toES3RXlBT .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-toES3RXlBT .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-toES3RXlBT .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-toES3RXlBT .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-toES3RXlBT .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-toES3RXlBT .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-toES3RXlBT .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-toES3RXlBT .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-toES3RXlBT .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-toES3RXlBT .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-toES3RXlBT .entry-content .contact {
  margin-top: 30px;
}
.cid-toES3RXlBT .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-toES3RXlBT .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-toES3RXlBT .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-toES3RXlBT .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-toES3RXlBT .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-toES3RXlBT .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-toES3RXlBT .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-toES3RXlBT .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-toES3RXlBT .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-toES3RXlBT .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-toES3RXlBT .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-toES3RXlBT .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-toES3RXlBT .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-toES3RXlBT .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-toES3RXlBT .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-toES3RXlBT progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-toES3RXlBT .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-toES3RXlBT .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-toES3RXlBT .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-toES3RXlBT .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-toES3RXlBT .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-toES3RXlBT .progressbar-title p {
  color: #6d7a8c;
}
.cid-toES3RXlBT .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-toES3RXlBT .entry-content .capabilities .capabilities-title,
.cid-toES3RXlBT .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tM9ckz7euk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tM9ckz7euk section {
  position: relative;
}
.cid-tM9ckz7euk .widget-title {
  font-weight: 600;
}
.cid-tM9ckz7euk .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-tM9ckz7euk .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-tM9ckz7euk .item .card-box .item-title {
  font-weight: 300;
}
.cid-tM9ckz7euk .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9ckz7euk .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-tM9ckz7euk .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-tM9ckz7euk img {
  height: 50px;
  padding-right: 8px;
}
.cid-tM9ckz7euk .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-tM9ckz7euk .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-tM9ckz7euk .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tM9ckz7euk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tM9ckz7euk .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-tM9ckz7euk .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9ckz7euk .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-tM9ckz7euk .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-tM9ckz7euk .item,
.cid-tM9ckz7euk .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tM9ckz7euk .item h4,
.cid-tM9ckz7euk .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tM9ckz7euk .link .card-img {
  padding-bottom: 3px;
}
.cid-tM9ckz7euk .link .card-box .link-title {
  font-weight: 300;
}
.cid-tM9ckz7euk .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-tM9ckz7euk .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9ckz7euk .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tM9ckz7euk h5 {
    text-align: left !important;
  }
  .cid-tM9ckz7euk .line-wrap {
    text-align: left !important;
  }
}
.cid-tM9ckz7euk .item-title {
  color: #ffffff;
}
.cid-tM9ckz7euk .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tM9ckz7euk .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-tM9ckz7euk .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-tM9ckz7euk .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-tM9ckz7euk .btn[class*="-outline"]:active,
.cid-tM9ckz7euk .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tM9ckz7euk .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tM9ckz7euk .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tM9ckz7euk .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tM9ckz7euk .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-tM9ckz7euk .box-list li:first-child {
  padding-top: 0;
}
.cid-tM9ckz7euk .box-list li:last-child {
  border-bottom: none;
}
.cid-tM9ckz7euk .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-tM9ckz7euk .box-list.display-4 {
  line-height: 24px;
}
.cid-tM9ckz7euk .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-tM9ckz7euk .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-tM9ckz7euk .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-tM9ckz7euk .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-tM9ckz7euk .widget-title,
.cid-tM9ckz7euk .line-wrap {
  color: #ffffff;
}
.cid-tsHZ4vmlm4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tsHZ4vmlm4 .links {
  text-align: center;
  color: #ffffff;
}
.cid-tsHZ4vmlm4 p {
  margin: 0;
}
.cid-tsHZ4vmlm4 a {
  color: #ffffff;
}
.cid-tsHZ4vmlm4 a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-trTquTK43a .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-trTquTK43a .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-trTquTK43a .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 100rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-trTquTK43a .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-trTquTK43a .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-trTquTK43a .navbar-fixed-top.opened {
  position: relative;
}
.cid-trTquTK43a a {
  font-style: normal;
}
.cid-trTquTK43a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-trTquTK43a .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-trTquTK43a .nav-item .nav-link {
  color: #ffffff;
}
.cid-trTquTK43a .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-trTquTK43a .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-trTquTK43a .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-trTquTK43a .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-trTquTK43a .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-right {
    display: none;
  }
}
.cid-trTquTK43a .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-trTquTK43a .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-trTquTK43a .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .right-box {
    display: none;
  }
}
.cid-trTquTK43a .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-trTquTK43a .content-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #454545;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-trTquTK43a .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-trTquTK43a .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-trTquTK43a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-trTquTK43a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trTquTK43a .nav-dropdown .link {
  font-weight: 600;
}
.cid-trTquTK43a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-trTquTK43a .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-trTquTK43a .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-trTquTK43a .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-trTquTK43a .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-trTquTK43a .menu-content-top.show {
  display: block;
}
.cid-trTquTK43a .pre-header-right {
  align-self: center;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-trTquTK43a .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-trTquTK43a .navbar .menu-content-top {
    display: none;
  }
  .cid-trTquTK43a .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-trTquTK43a .dropdown-item:before {
    display: none;
  }
  .cid-trTquTK43a .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-trTquTK43a img {
    height: 3.8rem !important;
  }
  .cid-trTquTK43a .btn {
    display: flex;
  }
  .cid-trTquTK43a button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-trTquTK43a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-trTquTK43a .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-trTquTK43a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing,
  .cid-trTquTK43a .navbar-collapse.show {
    display: block !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTquTK43a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-trTquTK43a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trTquTK43a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trTquTK43a .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-trTquTK43a .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-trTquTK43a .navbar {
    display: block;
    padding: 0;
  }
  .cid-trTquTK43a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-trTquTK43a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-trTquTK43a .navbar-toggler {
    display: none;
  }
}
.cid-trTquTK43a .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-trTquTK43a .menu-area-wrapper .menu-area {
  background-color: #454545;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper {
    height: 100%;
  }
}
.cid-trTquTK43a .navbar-short {
  background: transparent;
}
.cid-trTquTK43a .navbar-short .menu-content-top,
.cid-trTquTK43a .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-trTquTK43a .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trTquTK43a .dropdown {
  color: #ffffff !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #454545;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trTquTK43a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTquTK43a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-trTquTK43a .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trTquTK43a button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-trTquTK43a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler:focus {
  outline: none;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .menu-logo {
  margin-right: 0;
}
.cid-trTquTK43a .collapsed .btn {
  display: flex;
}
.cid-trTquTK43a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing,
.cid-trTquTK43a .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-trTquTK43a .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-trTquTK43a .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-trTquTK43a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-trTquTK43a .collapsed .dropdown-item:before {
  display: none;
}
.cid-trTquTK43a .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-trTquTK43a .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-trTquTK43a .nav-link:focus {
  outline: none;
}
.cid-trTquTK43a .navbar-toggler {
  position: relative;
}
.cid-trTquTK43a .dropdown-item.active,
.cid-trTquTK43a .dropdown-item:active {
  color: auto;
}
.cid-trTquTK43a .dropdown-item:hover {
  color: #4f87fb;
}
.cid-trTquTK43a .widget-text {
  text-align: left;
}
.cid-tqs5byPd6H {
  padding-top: 390px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tqs5byPd6H .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-tqs5byPd6H .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-tqs5byPd6H .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-tqs5byPd6H .mbr-text {
  color: #6d7a8c;
}
.cid-tqs5byPd6H .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-tqs5byPd6H .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 13px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.275rem;
}
.cid-tqs5byPd6H .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-tqs5byPd6H .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 22%;
}
.cid-tqs5byPd6H .separator .sep-holder .sep-line {
  border-color: #4f87fb !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #4f87fb;
  position: relative;
  top: 1px;
  width: 22%;
}
.cid-tqs5byPd6H .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-tqs5byPd6H .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-tqs5byPd6H .mbr-section-btn .btn.display-4 {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 991px) {
  .cid-tqs5byPd6H .separator,
  .cid-tqs5byPd6H .sep-holder,
  .cid-tqs5byPd6H .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tqs5byPd6H .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-tqs5bzWNl1 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqs5bzWNl1 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqs5bzWNl1 .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-tqs5bzWNl1 .photo-split {
  padding: 0;
  text-align: right;
}
.cid-tqs5bzWNl1 .photo-split img {
  max-height: 700px;
  width: auto;
  border-radius: 8px;
}
.cid-tqs5bzWNl1 .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tqs5bzWNl1 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tqs5bzWNl1 .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tqs5bzWNl1 .wrap-block {
  padding: 3rem 3rem;
}
.cid-tqs5bzWNl1 .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tqs5bzWNl1 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tqs5bzWNl1 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tqs5bzWNl1 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tqs5bzWNl1 .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tqs5bzWNl1 .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tqs5bzWNl1 .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tqs5bzWNl1 .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tqs5bzWNl1 .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tqs5bzWNl1 .mbr-list {
  text-align: left;
}
.cid-tqs5bzWNl1 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tqs5bzWNl1 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tqs5bzWNl1 .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tqs5bzWNl1 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tqs5bzWNl1 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tqs5bzWNl1 .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tqs5bzWNl1 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tqs5bzWNl1 .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tqs5bzWNl1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tqs5bzWNl1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tqs5bzWNl1 .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tqs5bzWNl1 .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tqs5bzWNl1 .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tqs5bzWNl1 .mbr-section-title,
  .cid-tqs5bzWNl1 .mbr-section-subtitle,
  .cid-tqs5bzWNl1 .mbr-text {
    text-align: left !important;
  }
  .cid-tqs5bzWNl1 .social-list {
    text-align: center !important;
  }
  .cid-tqs5bzWNl1 .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tqs5bzWNl1 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tqs5bDst9K {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqs5bDst9K input,
.cid-tqs5bDst9K textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqs5bDst9K input:focus,
.cid-tqs5bDst9K textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqs5bDst9K .form-control,
.cid-tqs5bDst9K .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqs5bDst9K input::-webkit-input-placeholder,
.cid-tqs5bDst9K textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqs5bDst9K input:-moz-placeholder,
.cid-tqs5bDst9K textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqs5bDst9K .jq-selectbox li,
.cid-tqs5bDst9K .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqs5bDst9K .jq-selectbox li:hover,
.cid-tqs5bDst9K .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqs5bDst9K .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqs5bDst9K .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqs5bDst9K .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqs5bDst9K .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqs5bDst9K .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqs5bDst9K .entry-content .text-box {
  padding: 0rem;
}
.cid-tqs5bDst9K .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqs5bDst9K .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqs5bDst9K .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqs5bDst9K .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqs5bDst9K .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqs5bDst9K .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqs5bDst9K .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqs5bDst9K .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqs5bDst9K .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqs5bDst9K .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqs5bDst9K .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqs5bDst9K .entry-content .contact {
  margin-top: 30px;
}
.cid-tqs5bDst9K .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqs5bDst9K .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqs5bDst9K .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqs5bDst9K .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqs5bDst9K .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqs5bDst9K .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqs5bDst9K .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqs5bDst9K .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqs5bDst9K .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqs5bDst9K .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqs5bDst9K .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqs5bDst9K .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqs5bDst9K .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqs5bDst9K .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqs5bDst9K .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqs5bDst9K progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqs5bDst9K .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs5bDst9K .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs5bDst9K .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs5bDst9K .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs5bDst9K .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqs5bDst9K .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqs5bDst9K .entry-content .capabilities .capabilities-title,
.cid-tqs5bDst9K .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqs5bDst9K .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqs5bCoJod {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqs5bCoJod input,
.cid-tqs5bCoJod textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqs5bCoJod input:focus,
.cid-tqs5bCoJod textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqs5bCoJod .form-control,
.cid-tqs5bCoJod .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqs5bCoJod input::-webkit-input-placeholder,
.cid-tqs5bCoJod textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqs5bCoJod input:-moz-placeholder,
.cid-tqs5bCoJod textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqs5bCoJod .jq-selectbox li,
.cid-tqs5bCoJod .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqs5bCoJod .jq-selectbox li:hover,
.cid-tqs5bCoJod .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqs5bCoJod .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqs5bCoJod .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqs5bCoJod .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqs5bCoJod .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 20px;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqs5bCoJod .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqs5bCoJod .entry-content .text-box {
  padding: 0rem;
}
.cid-tqs5bCoJod .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqs5bCoJod .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqs5bCoJod .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqs5bCoJod .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqs5bCoJod .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqs5bCoJod .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqs5bCoJod .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqs5bCoJod .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqs5bCoJod .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqs5bCoJod .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqs5bCoJod .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqs5bCoJod .entry-content .contact {
  margin-top: 30px;
}
.cid-tqs5bCoJod .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqs5bCoJod .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqs5bCoJod .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqs5bCoJod .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqs5bCoJod .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqs5bCoJod .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqs5bCoJod .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqs5bCoJod .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqs5bCoJod .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqs5bCoJod .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqs5bCoJod .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqs5bCoJod .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqs5bCoJod .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqs5bCoJod .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqs5bCoJod .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqs5bCoJod progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqs5bCoJod .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs5bCoJod .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs5bCoJod .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs5bCoJod .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs5bCoJod .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqs5bCoJod .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqs5bCoJod .entry-content .capabilities .capabilities-title,
.cid-tqs5bCoJod .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqs5bCoJod .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqs7Yio1sm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqs7Yio1sm input,
.cid-tqs7Yio1sm textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqs7Yio1sm input:focus,
.cid-tqs7Yio1sm textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqs7Yio1sm .form-control,
.cid-tqs7Yio1sm .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqs7Yio1sm input::-webkit-input-placeholder,
.cid-tqs7Yio1sm textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqs7Yio1sm input:-moz-placeholder,
.cid-tqs7Yio1sm textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqs7Yio1sm .jq-selectbox li,
.cid-tqs7Yio1sm .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqs7Yio1sm .jq-selectbox li:hover,
.cid-tqs7Yio1sm .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqs7Yio1sm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqs7Yio1sm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqs7Yio1sm .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqs7Yio1sm .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqs7Yio1sm .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqs7Yio1sm .entry-content .text-box {
  padding: 0rem;
}
.cid-tqs7Yio1sm .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqs7Yio1sm .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqs7Yio1sm .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqs7Yio1sm .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqs7Yio1sm .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqs7Yio1sm .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqs7Yio1sm .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqs7Yio1sm .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqs7Yio1sm .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqs7Yio1sm .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqs7Yio1sm .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqs7Yio1sm .entry-content .contact {
  margin-top: 30px;
}
.cid-tqs7Yio1sm .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqs7Yio1sm .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqs7Yio1sm .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqs7Yio1sm .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqs7Yio1sm .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqs7Yio1sm .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqs7Yio1sm .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqs7Yio1sm .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqs7Yio1sm .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqs7Yio1sm .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqs7Yio1sm .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqs7Yio1sm .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqs7Yio1sm .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqs7Yio1sm .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqs7Yio1sm .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqs7Yio1sm progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqs7Yio1sm .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs7Yio1sm .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs7Yio1sm .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs7Yio1sm .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs7Yio1sm .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqs7Yio1sm .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqs7Yio1sm .entry-content .capabilities .capabilities-title,
.cid-tqs7Yio1sm .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqs7Yio1sm .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tqs7YNoELV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqs7YNoELV input,
.cid-tqs7YNoELV textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tqs7YNoELV input:focus,
.cid-tqs7YNoELV textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tqs7YNoELV .form-control,
.cid-tqs7YNoELV .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqs7YNoELV input::-webkit-input-placeholder,
.cid-tqs7YNoELV textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tqs7YNoELV input:-moz-placeholder,
.cid-tqs7YNoELV textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tqs7YNoELV .jq-selectbox li,
.cid-tqs7YNoELV .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tqs7YNoELV .jq-selectbox li:hover,
.cid-tqs7YNoELV .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tqs7YNoELV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqs7YNoELV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tqs7YNoELV .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tqs7YNoELV .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tqs7YNoELV .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tqs7YNoELV .entry-content .text-box {
  padding: 0rem;
}
.cid-tqs7YNoELV .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tqs7YNoELV .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tqs7YNoELV .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tqs7YNoELV .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tqs7YNoELV .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tqs7YNoELV .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tqs7YNoELV .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tqs7YNoELV .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tqs7YNoELV .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tqs7YNoELV .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tqs7YNoELV .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqs7YNoELV .entry-content .contact {
  margin-top: 30px;
}
.cid-tqs7YNoELV .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tqs7YNoELV .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tqs7YNoELV .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tqs7YNoELV .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tqs7YNoELV .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tqs7YNoELV .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tqs7YNoELV .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tqs7YNoELV .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tqs7YNoELV .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tqs7YNoELV .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tqs7YNoELV .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tqs7YNoELV .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tqs7YNoELV .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tqs7YNoELV .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tqs7YNoELV .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tqs7YNoELV progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tqs7YNoELV .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs7YNoELV .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs7YNoELV .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs7YNoELV .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tqs7YNoELV .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tqs7YNoELV .progressbar-title p {
  color: #6d7a8c;
}
.cid-tqs7YNoELV .entry-content .capabilities .capabilities-title,
.cid-tqs7YNoELV .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tqs7YNoELV .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tYetUQqvyi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYetUQqvyi input,
.cid-tYetUQqvyi textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tYetUQqvyi input:focus,
.cid-tYetUQqvyi textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tYetUQqvyi .form-control,
.cid-tYetUQqvyi .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tYetUQqvyi input::-webkit-input-placeholder,
.cid-tYetUQqvyi textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tYetUQqvyi input:-moz-placeholder,
.cid-tYetUQqvyi textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tYetUQqvyi .jq-selectbox li,
.cid-tYetUQqvyi .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tYetUQqvyi .jq-selectbox li:hover,
.cid-tYetUQqvyi .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tYetUQqvyi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tYetUQqvyi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tYetUQqvyi .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tYetUQqvyi .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tYetUQqvyi .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tYetUQqvyi .entry-content .text-box {
  padding: 0rem;
}
.cid-tYetUQqvyi .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tYetUQqvyi .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tYetUQqvyi .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tYetUQqvyi .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tYetUQqvyi .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tYetUQqvyi .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tYetUQqvyi .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tYetUQqvyi .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tYetUQqvyi .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tYetUQqvyi .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tYetUQqvyi .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tYetUQqvyi .entry-content .contact {
  margin-top: 30px;
}
.cid-tYetUQqvyi .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tYetUQqvyi .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tYetUQqvyi .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tYetUQqvyi .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tYetUQqvyi .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tYetUQqvyi .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tYetUQqvyi .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tYetUQqvyi .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tYetUQqvyi .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tYetUQqvyi .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tYetUQqvyi .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tYetUQqvyi .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tYetUQqvyi .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tYetUQqvyi .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tYetUQqvyi .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tYetUQqvyi progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tYetUQqvyi .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYetUQqvyi .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYetUQqvyi .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYetUQqvyi .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tYetUQqvyi .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tYetUQqvyi .progressbar-title p {
  color: #6d7a8c;
}
.cid-tYetUQqvyi .entry-content .capabilities .capabilities-title,
.cid-tYetUQqvyi .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tYetUQqvyi .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-uSJAZuGtxh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSJAZuGtxh input,
.cid-uSJAZuGtxh textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uSJAZuGtxh input:focus,
.cid-uSJAZuGtxh textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uSJAZuGtxh .form-control,
.cid-uSJAZuGtxh .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uSJAZuGtxh input::-webkit-input-placeholder,
.cid-uSJAZuGtxh textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uSJAZuGtxh input:-moz-placeholder,
.cid-uSJAZuGtxh textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uSJAZuGtxh .jq-selectbox li,
.cid-uSJAZuGtxh .jq-selectbox li {
  background-color: #ffffff;
}
.cid-uSJAZuGtxh .jq-selectbox li:hover,
.cid-uSJAZuGtxh .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-uSJAZuGtxh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uSJAZuGtxh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uSJAZuGtxh .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-uSJAZuGtxh .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uSJAZuGtxh .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-uSJAZuGtxh .entry-content .text-box {
  padding: 0rem;
}
.cid-uSJAZuGtxh .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-uSJAZuGtxh .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-uSJAZuGtxh .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-uSJAZuGtxh .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-uSJAZuGtxh .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-uSJAZuGtxh .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-uSJAZuGtxh .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-uSJAZuGtxh .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-uSJAZuGtxh .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-uSJAZuGtxh .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-uSJAZuGtxh .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uSJAZuGtxh .entry-content .contact {
  margin-top: 30px;
}
.cid-uSJAZuGtxh .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-uSJAZuGtxh .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-uSJAZuGtxh .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-uSJAZuGtxh .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-uSJAZuGtxh .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-uSJAZuGtxh .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-uSJAZuGtxh .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uSJAZuGtxh .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-uSJAZuGtxh .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-uSJAZuGtxh .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-uSJAZuGtxh .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uSJAZuGtxh .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-uSJAZuGtxh .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-uSJAZuGtxh .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-uSJAZuGtxh .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-uSJAZuGtxh progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uSJAZuGtxh .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uSJAZuGtxh .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uSJAZuGtxh .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uSJAZuGtxh .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uSJAZuGtxh .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uSJAZuGtxh .progressbar-title p {
  color: #6d7a8c;
}
.cid-uSJAZuGtxh .entry-content .capabilities .capabilities-title,
.cid-uSJAZuGtxh .entry-content .capabilities .mbr-list .list {
  color: #4f87fb;
}
.cid-tM9co6dxk3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tM9co6dxk3 section {
  position: relative;
}
.cid-tM9co6dxk3 .widget-title {
  font-weight: 600;
}
.cid-tM9co6dxk3 .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-tM9co6dxk3 .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-tM9co6dxk3 .item .card-box .item-title {
  font-weight: 300;
}
.cid-tM9co6dxk3 .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9co6dxk3 .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-tM9co6dxk3 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-tM9co6dxk3 img {
  height: 50px;
  padding-right: 8px;
}
.cid-tM9co6dxk3 .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-tM9co6dxk3 .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-tM9co6dxk3 .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tM9co6dxk3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tM9co6dxk3 .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-tM9co6dxk3 .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9co6dxk3 .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-tM9co6dxk3 .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-tM9co6dxk3 .item,
.cid-tM9co6dxk3 .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tM9co6dxk3 .item h4,
.cid-tM9co6dxk3 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tM9co6dxk3 .link .card-img {
  padding-bottom: 3px;
}
.cid-tM9co6dxk3 .link .card-box .link-title {
  font-weight: 300;
}
.cid-tM9co6dxk3 .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-tM9co6dxk3 .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9co6dxk3 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tM9co6dxk3 h5 {
    text-align: left !important;
  }
  .cid-tM9co6dxk3 .line-wrap {
    text-align: left !important;
  }
}
.cid-tM9co6dxk3 .item-title {
  color: #ffffff;
}
.cid-tM9co6dxk3 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tM9co6dxk3 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-tM9co6dxk3 .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-tM9co6dxk3 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-tM9co6dxk3 .btn[class*="-outline"]:active,
.cid-tM9co6dxk3 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tM9co6dxk3 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tM9co6dxk3 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tM9co6dxk3 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tM9co6dxk3 .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-tM9co6dxk3 .box-list li:first-child {
  padding-top: 0;
}
.cid-tM9co6dxk3 .box-list li:last-child {
  border-bottom: none;
}
.cid-tM9co6dxk3 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-tM9co6dxk3 .box-list.display-4 {
  line-height: 24px;
}
.cid-tM9co6dxk3 .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-tM9co6dxk3 .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-tM9co6dxk3 .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-tM9co6dxk3 .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-tM9co6dxk3 .widget-title,
.cid-tM9co6dxk3 .line-wrap {
  color: #ffffff;
}
.cid-tsHZ9lLLuC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tsHZ9lLLuC .links {
  text-align: center;
  color: #ffffff;
}
.cid-tsHZ9lLLuC p {
  margin: 0;
}
.cid-tsHZ9lLLuC a {
  color: #ffffff;
}
.cid-tsHZ9lLLuC a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-trTquTK43a .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-trTquTK43a .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-trTquTK43a .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 100rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-trTquTK43a .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-trTquTK43a .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-trTquTK43a .navbar-fixed-top.opened {
  position: relative;
}
.cid-trTquTK43a a {
  font-style: normal;
}
.cid-trTquTK43a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-trTquTK43a .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-trTquTK43a .nav-item .nav-link {
  color: #ffffff;
}
.cid-trTquTK43a .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-trTquTK43a .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-trTquTK43a .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-trTquTK43a .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-trTquTK43a .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-right {
    display: none;
  }
}
.cid-trTquTK43a .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-trTquTK43a .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-trTquTK43a .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .right-box {
    display: none;
  }
}
.cid-trTquTK43a .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-trTquTK43a .content-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #454545;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-trTquTK43a .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-trTquTK43a .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-trTquTK43a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-trTquTK43a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trTquTK43a .nav-dropdown .link {
  font-weight: 600;
}
.cid-trTquTK43a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-trTquTK43a .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-trTquTK43a .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-trTquTK43a .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-trTquTK43a .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-trTquTK43a .menu-content-top.show {
  display: block;
}
.cid-trTquTK43a .pre-header-right {
  align-self: center;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-trTquTK43a .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-trTquTK43a .navbar .menu-content-top {
    display: none;
  }
  .cid-trTquTK43a .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-trTquTK43a .dropdown-item:before {
    display: none;
  }
  .cid-trTquTK43a .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-trTquTK43a img {
    height: 3.8rem !important;
  }
  .cid-trTquTK43a .btn {
    display: flex;
  }
  .cid-trTquTK43a button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-trTquTK43a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-trTquTK43a .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-trTquTK43a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing,
  .cid-trTquTK43a .navbar-collapse.show {
    display: block !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTquTK43a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-trTquTK43a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trTquTK43a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trTquTK43a .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-trTquTK43a .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-trTquTK43a .navbar {
    display: block;
    padding: 0;
  }
  .cid-trTquTK43a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-trTquTK43a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-trTquTK43a .navbar-toggler {
    display: none;
  }
}
.cid-trTquTK43a .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-trTquTK43a .menu-area-wrapper .menu-area {
  background-color: #454545;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper {
    height: 100%;
  }
}
.cid-trTquTK43a .navbar-short {
  background: transparent;
}
.cid-trTquTK43a .navbar-short .menu-content-top,
.cid-trTquTK43a .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-trTquTK43a .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trTquTK43a .dropdown {
  color: #ffffff !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #454545;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trTquTK43a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTquTK43a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-trTquTK43a .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trTquTK43a button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-trTquTK43a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler:focus {
  outline: none;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .menu-logo {
  margin-right: 0;
}
.cid-trTquTK43a .collapsed .btn {
  display: flex;
}
.cid-trTquTK43a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing,
.cid-trTquTK43a .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-trTquTK43a .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-trTquTK43a .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-trTquTK43a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-trTquTK43a .collapsed .dropdown-item:before {
  display: none;
}
.cid-trTquTK43a .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-trTquTK43a .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-trTquTK43a .nav-link:focus {
  outline: none;
}
.cid-trTquTK43a .navbar-toggler {
  position: relative;
}
.cid-trTquTK43a .dropdown-item.active,
.cid-trTquTK43a .dropdown-item:active {
  color: auto;
}
.cid-trTquTK43a .dropdown-item:hover {
  color: #4f87fb;
}
.cid-trTquTK43a .widget-text {
  text-align: left;
}
.cid-tqy9mRIJ7u {
  padding-top: 280px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tqy9mRIJ7u .top-part {
  margin-bottom: 70px;
}
.cid-tqy9mRIJ7u .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tqy9mRIJ7u .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tqy9mRIJ7u .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tqy9mRIJ7u .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tqy9mRIJ7u .nav-tabs .nav-item.open .nav-link:focus,
.cid-tqy9mRIJ7u .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tqy9mRIJ7u .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-tqy9mRIJ7u .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-tqy9mRIJ7u .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-tqy9mRIJ7u .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-tqy9mRIJ7u .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-tqy9mRIJ7u .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tqy9mRIJ7u .nav-tabs .nav-link.active {
  border-bottom: 2px solid #4f87fb;
  color: #28303f;
}
.cid-tqy9mRIJ7u .nav-tabs .nav-link.active span {
  color: #4f87fb;
}
.cid-tqy9mRIJ7u .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-tqy9mRIJ7u .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tqy9mRIJ7u .mbr-text,
  .cid-tqy9mRIJ7u .nav-link {
    text-align: left;
  }
  .cid-tqy9mRIJ7u .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-tqy9mRIJ7u .mbr-section-title,
  .cid-tqy9mRIJ7u .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tqy9mRIJ7u .tab-content {
  margin-top: 44px;
}
.cid-tqy9mRIJ7u .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-tqy9mRIJ7u .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-tqy9mRIJ7u .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-tqy9mRIJ7u .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tqy9mRIJ7u .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-tqy9mRIJ7u .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-tqy9mRIJ7u .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tqy9mRIJ7u .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-tqy9mRIJ7u .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tqy9mRIJ7u .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-tqy9mRIJ7u .tab-content .tab-pane .mbr-section-title,
.cid-tqy9mRIJ7u .mbr-list {
  color: #4f87fb;
}
.cid-tqy843FM4r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tqy843FM4r h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tqy843FM4r .nav-tabs .nav-item.open .nav-link:focus,
.cid-tqy843FM4r .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tqy843FM4r .nav-link.active {
  background: #4f87fb;
}
.cid-tqy843FM4r .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tqy843FM4r .nav-link:hover {
  background: #4f87fb;
}
.cid-tqy843FM4r .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tqy843FM4r .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tqy843FM4r .nav-link.display-4 {
  font-size: 15px;
}
.cid-tqy843FM4r .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tqy843FM4r .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tqy843FM4r .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tqy843FM4r .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tqy843FM4r .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tqy843FM4r .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tqy843FM4r .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tqy843FM4r .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tqy843FM4r .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tqy843FM4r .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tqy843FM4r .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tqy843FM4r .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tqy843FM4r .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tqy843FM4r .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tqy843FM4r .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tqy843FM4r .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tqy843FM4r .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tqy843FM4r .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tqy843FM4r .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tqy843FM4r .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tqy843FM4r .mbr-text,
  .cid-tqy843FM4r .nav-link,
  .cid-tqy843FM4r .mbr-card-title,
  .cid-tqy843FM4r .mbr-section-title {
    text-align: left;
  }
  .cid-tqy843FM4r .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tqy843FM4r .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tqy843FM4r .tab-content .tab-pane .mbr-section-title {
  color: #4f87fb;
}
.cid-tqy843FM4r .tab-pane .wrapper .mbr-text,
.cid-tqy843FM4r .img {
  color: #4f87fb;
}
.cid-tqy843FM4r H2 {
  color: #333333;
}
.cid-tqy843FM4r .tab-content .tab-pane .mbr-text {
  color: #333333;
}
.cid-tM9crqqXrx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tM9crqqXrx section {
  position: relative;
}
.cid-tM9crqqXrx .widget-title {
  font-weight: 600;
}
.cid-tM9crqqXrx .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-tM9crqqXrx .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-tM9crqqXrx .item .card-box .item-title {
  font-weight: 300;
}
.cid-tM9crqqXrx .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9crqqXrx .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-tM9crqqXrx .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-tM9crqqXrx img {
  height: 50px;
  padding-right: 8px;
}
.cid-tM9crqqXrx .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-tM9crqqXrx .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-tM9crqqXrx .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tM9crqqXrx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tM9crqqXrx .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-tM9crqqXrx .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9crqqXrx .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-tM9crqqXrx .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-tM9crqqXrx .item,
.cid-tM9crqqXrx .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tM9crqqXrx .item h4,
.cid-tM9crqqXrx .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tM9crqqXrx .link .card-img {
  padding-bottom: 3px;
}
.cid-tM9crqqXrx .link .card-box .link-title {
  font-weight: 300;
}
.cid-tM9crqqXrx .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-tM9crqqXrx .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9crqqXrx .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tM9crqqXrx h5 {
    text-align: left !important;
  }
  .cid-tM9crqqXrx .line-wrap {
    text-align: left !important;
  }
}
.cid-tM9crqqXrx .item-title {
  color: #ffffff;
}
.cid-tM9crqqXrx .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tM9crqqXrx .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-tM9crqqXrx .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-tM9crqqXrx .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-tM9crqqXrx .btn[class*="-outline"]:active,
.cid-tM9crqqXrx .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tM9crqqXrx .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tM9crqqXrx .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tM9crqqXrx .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tM9crqqXrx .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-tM9crqqXrx .box-list li:first-child {
  padding-top: 0;
}
.cid-tM9crqqXrx .box-list li:last-child {
  border-bottom: none;
}
.cid-tM9crqqXrx .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-tM9crqqXrx .box-list.display-4 {
  line-height: 24px;
}
.cid-tM9crqqXrx .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-tM9crqqXrx .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-tM9crqqXrx .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-tM9crqqXrx .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-tM9crqqXrx .widget-title,
.cid-tM9crqqXrx .line-wrap {
  color: #ffffff;
}
.cid-tsHZffWRbz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tsHZffWRbz .links {
  text-align: center;
  color: #ffffff;
}
.cid-tsHZffWRbz p {
  margin: 0;
}
.cid-tsHZffWRbz a {
  color: #ffffff;
}
.cid-tsHZffWRbz a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ttnS32s1fN {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-ttnS32s1fN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttnS32s1fN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttnS32s1fN .row {
  justify-content: left;
}
.cid-ttnS32s1fN .mbr-section-title {
  color: #FFDD65;
}
.cid-ttnS32s1fN .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ttnS32s1fN .space {
  width: 40px;
  height: auto;
  display: inline-block;
}
.cid-ttnS32s1fN .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-ttnS32s1fN .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-ttnS32s1fN .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-ttnS32s1fN .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-ttnS32s1fN .custom-section-btn {
  height: 100%;
}
.cid-ttnS32s1fN .custom-section-btn .btn {
  height: 100%;
}
.cid-ttnS32s1fN .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ttnS32s1fN .text-container {
    margin: 26px auto 0;
  }
}
.cid-ttnS32s1fN .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-ttnS32s1fN .mbr-text {
    text-align: center !important;
  }
}
.cid-ttnS32s1fN .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-ttnS32s1fN .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-ttnS32s1fN .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-ttnS32s1fN .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-ttnS32s1fN .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-ttnS32s1fN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-ttnS32s1fN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-trSPtzY4kR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/white-cushion-backgraound-1640x924.png");
}
.cid-trSPtzY4kR .mbr-fallback-image.disabled {
  display: none;
}
.cid-trSPtzY4kR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trSPtzY4kR .container {
  max-width: 1280px;
}
.cid-trSPtzY4kR .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #e2e2e2;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-trSPtzY4kR .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-trSPtzY4kR .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-trSPtzY4kR .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 991px) {
  .cid-trSPtzY4kR .text-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cid-trSPtzY4kR .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-trSPtzY4kR .label-container {
    margin-bottom: 12px;
  }
}
.cid-trSPtzY4kR .label-text {
  color: #212132;
}
.cid-trSPtzY4kR .mbr-section-title {
  color: #501572;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-trSPtzY4kR .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-trSPtzY4kR .mbr-section-subtitle {
  color: #ffffff;
  margin-top: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-trSPtzY4kR .mbr-section-subtitle {
    margin-top: 0;
  }
}
.cid-trSPtzY4kR .card-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-trSPtzY4kR .card-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-trSPtzY4kR .card-container {
    width: 100%;
    margin-top: 40px;
    left: 0;
    right: 0;
  }
}
.cid-trSPtzY4kR .card-item {
  position: relative;
  width: 46%;
  margin: 2%;
  transition: .3s all;
}
.cid-trSPtzY4kR .card-item:hover {
  transform: scale(0.96);
}
@media (max-width: 575px) {
  .cid-trSPtzY4kR .card-item {
    width: 96%;
    margin: 2%;
  }
}
.cid-trSPtzY4kR .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #b67dff 99.93%);
  filter: blur(1rem);
}
.cid-trSPtzY4kR .card-border {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #b67dff 99.93%);
}
.cid-trSPtzY4kR .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #501572;
  border-radius: 1.76rem;
}
@media (max-width: 991px) {
  .cid-trSPtzY4kR .card-box {
    padding: 16px;
  }
}
.cid-trSPtzY4kR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-trSPtzY4kR .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-trSPtzY4kR .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 64px;
}
.cid-trSPtzY4kR .card-title {
  color: #ffffff;
}
.cid-trSPtzY4kR .mbr-text {
  color: #ffffff;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .cid-trSPtzY4kR .mbr-text {
    margin-top: 8px;
  }
}
.cid-trT2B23hFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/white-cushion-backgraound-1640x924.png");
}
.cid-trT2B23hFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-trT2B23hFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trT2B23hFE .container {
  max-width: 1280px;
}
.cid-trT2B23hFE .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #e2e2e2;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-trT2B23hFE .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-trT2B23hFE .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-trT2B23hFE .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 991px) {
  .cid-trT2B23hFE .text-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cid-trT2B23hFE .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-trT2B23hFE .label-container {
    margin-bottom: 12px;
  }
}
.cid-trT2B23hFE .label-text {
  color: #212132;
  text-align: right;
}
.cid-trT2B23hFE .mbr-section-title {
  color: #501572;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-trT2B23hFE .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-trT2B23hFE .mbr-section-subtitle {
  color: #ffffff;
  margin-top: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-trT2B23hFE .mbr-section-subtitle {
    margin-top: 0;
  }
}
.cid-trT2B23hFE .card-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 60%;
  left: -8rem;
}
@media (max-width: 1599px) {
  .cid-trT2B23hFE .card-container {
    left: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-trT2B23hFE .card-container {
    width: 100%;
    margin-top: 40px;
    left: 0;
    right: 0;
  }
}
.cid-trT2B23hFE .card-item {
  position: relative;
  width: 46%;
  margin: 2%;
  transition: .3s all;
}
.cid-trT2B23hFE .card-item:hover {
  transform: scale(0.96);
}
@media (max-width: 575px) {
  .cid-trT2B23hFE .card-item {
    width: 96%;
    margin: 2%;
  }
}
.cid-trT2B23hFE .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #b67dff 99.93%);
  filter: blur(1rem);
}
.cid-trT2B23hFE .card-border {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #b67dff 99.93%);
}
.cid-trT2B23hFE .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #501572;
  border-radius: 1.76rem;
}
@media (max-width: 991px) {
  .cid-trT2B23hFE .card-box {
    padding: 16px;
  }
}
.cid-trT2B23hFE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-trT2B23hFE .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-trT2B23hFE .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 64px;
}
.cid-trT2B23hFE .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-trT2B23hFE .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-trT2B23hFE .mbr-text {
    margin-top: 8px;
  }
}
.cid-tM9cFxrA0h {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tM9cFxrA0h section {
  position: relative;
}
.cid-tM9cFxrA0h .widget-title {
  font-weight: 600;
}
.cid-tM9cFxrA0h .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-tM9cFxrA0h .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-tM9cFxrA0h .item .card-box .item-title {
  font-weight: 300;
}
.cid-tM9cFxrA0h .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cFxrA0h .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-tM9cFxrA0h .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-tM9cFxrA0h img {
  height: 50px;
  padding-right: 8px;
}
.cid-tM9cFxrA0h .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-tM9cFxrA0h .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-tM9cFxrA0h .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tM9cFxrA0h .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tM9cFxrA0h .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-tM9cFxrA0h .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cFxrA0h .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-tM9cFxrA0h .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-tM9cFxrA0h .item,
.cid-tM9cFxrA0h .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tM9cFxrA0h .item h4,
.cid-tM9cFxrA0h .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tM9cFxrA0h .link .card-img {
  padding-bottom: 3px;
}
.cid-tM9cFxrA0h .link .card-box .link-title {
  font-weight: 300;
}
.cid-tM9cFxrA0h .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-tM9cFxrA0h .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cFxrA0h .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tM9cFxrA0h h5 {
    text-align: left !important;
  }
  .cid-tM9cFxrA0h .line-wrap {
    text-align: left !important;
  }
}
.cid-tM9cFxrA0h .item-title {
  color: #ffffff;
}
.cid-tM9cFxrA0h .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tM9cFxrA0h .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-tM9cFxrA0h .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-tM9cFxrA0h .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-tM9cFxrA0h .btn[class*="-outline"]:active,
.cid-tM9cFxrA0h .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tM9cFxrA0h .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tM9cFxrA0h .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tM9cFxrA0h .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tM9cFxrA0h .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-tM9cFxrA0h .box-list li:first-child {
  padding-top: 0;
}
.cid-tM9cFxrA0h .box-list li:last-child {
  border-bottom: none;
}
.cid-tM9cFxrA0h .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-tM9cFxrA0h .box-list.display-4 {
  line-height: 24px;
}
.cid-tM9cFxrA0h .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-tM9cFxrA0h .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-tM9cFxrA0h .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-tM9cFxrA0h .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-tM9cFxrA0h .widget-title,
.cid-tM9cFxrA0h .line-wrap {
  color: #ffffff;
}
.cid-tsHZodg12e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tsHZodg12e .links {
  text-align: center;
  color: #ffffff;
}
.cid-tsHZodg12e p {
  margin: 0;
}
.cid-tsHZodg12e a {
  color: #ffffff;
}
.cid-tsHZodg12e a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-trTquTK43a .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-trTquTK43a .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-trTquTK43a .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 100rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-trTquTK43a .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-trTquTK43a .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-trTquTK43a .navbar-fixed-top.opened {
  position: relative;
}
.cid-trTquTK43a a {
  font-style: normal;
}
.cid-trTquTK43a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-trTquTK43a .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-trTquTK43a .nav-item .nav-link {
  color: #ffffff;
}
.cid-trTquTK43a .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-trTquTK43a .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-trTquTK43a .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-trTquTK43a .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-trTquTK43a .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-right {
    display: none;
  }
}
.cid-trTquTK43a .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-trTquTK43a .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-trTquTK43a .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .right-box {
    display: none;
  }
}
.cid-trTquTK43a .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-trTquTK43a .content-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #454545;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-trTquTK43a .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-trTquTK43a .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-trTquTK43a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-trTquTK43a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trTquTK43a .nav-dropdown .link {
  font-weight: 600;
}
.cid-trTquTK43a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-trTquTK43a .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-trTquTK43a .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-trTquTK43a .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-trTquTK43a .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-trTquTK43a .menu-content-top.show {
  display: block;
}
.cid-trTquTK43a .pre-header-right {
  align-self: center;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-trTquTK43a .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-trTquTK43a .navbar .menu-content-top {
    display: none;
  }
  .cid-trTquTK43a .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-trTquTK43a .dropdown-item:before {
    display: none;
  }
  .cid-trTquTK43a .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-trTquTK43a img {
    height: 3.8rem !important;
  }
  .cid-trTquTK43a .btn {
    display: flex;
  }
  .cid-trTquTK43a button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-trTquTK43a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-trTquTK43a .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-trTquTK43a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing,
  .cid-trTquTK43a .navbar-collapse.show {
    display: block !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTquTK43a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-trTquTK43a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trTquTK43a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trTquTK43a .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-trTquTK43a .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-trTquTK43a .navbar {
    display: block;
    padding: 0;
  }
  .cid-trTquTK43a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-trTquTK43a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-trTquTK43a .navbar-toggler {
    display: none;
  }
}
.cid-trTquTK43a .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-trTquTK43a .menu-area-wrapper .menu-area {
  background-color: #454545;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper {
    height: 100%;
  }
}
.cid-trTquTK43a .navbar-short {
  background: transparent;
}
.cid-trTquTK43a .navbar-short .menu-content-top,
.cid-trTquTK43a .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-trTquTK43a .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trTquTK43a .dropdown {
  color: #ffffff !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #454545;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trTquTK43a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTquTK43a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-trTquTK43a .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trTquTK43a button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-trTquTK43a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler:focus {
  outline: none;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .menu-logo {
  margin-right: 0;
}
.cid-trTquTK43a .collapsed .btn {
  display: flex;
}
.cid-trTquTK43a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing,
.cid-trTquTK43a .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-trTquTK43a .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-trTquTK43a .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-trTquTK43a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-trTquTK43a .collapsed .dropdown-item:before {
  display: none;
}
.cid-trTquTK43a .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-trTquTK43a .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-trTquTK43a .nav-link:focus {
  outline: none;
}
.cid-trTquTK43a .navbar-toggler {
  position: relative;
}
.cid-trTquTK43a .dropdown-item.active,
.cid-trTquTK43a .dropdown-item:active {
  color: auto;
}
.cid-trTquTK43a .dropdown-item:hover {
  color: #4f87fb;
}
.cid-trTquTK43a .widget-text {
  text-align: left;
}
.cid-ts3f9RUZlh {
  padding-top: 300px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ts3f9RUZlh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ts3f9RUZlh .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-ts3f9RUZlh .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-ts3f9RUZlh .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-ts3f9RUZlh .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-ts3f9RUZlh .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-ts3f9RUZlh .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-ts3f9RUZlh .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-ts3f9RUZlh .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-ts3f9RUZlh .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-ts3f9RUZlh .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #454545;
}
.cid-ts3f9RUZlh .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ts3f9RUZlh .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-ts3f9RUZlh .list-block {
  position: relative;
}
.cid-ts3f9RUZlh .list-block h4,
.cid-ts3f9RUZlh .list-block p {
  padding-left: 4.5rem;
}
.cid-ts3f9RUZlh .card-img {
  display: block;
}
.cid-ts3f9RUZlh input,
.cid-ts3f9RUZlh textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-ts3f9RUZlh input:focus,
.cid-ts3f9RUZlh textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-ts3f9RUZlh .form-control,
.cid-ts3f9RUZlh .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #e9e9e9;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ts3f9RUZlh .form-control:hover,
.cid-ts3f9RUZlh .field-input:hover,
.cid-ts3f9RUZlh .form-control:focus,
.cid-ts3f9RUZlh .field-input:focus {
  background-color: #656565;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ts3f9RUZlh input::-webkit-input-placeholder,
.cid-ts3f9RUZlh textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-ts3f9RUZlh input:-moz-placeholder,
.cid-ts3f9RUZlh textarea:-moz-placeholder {
  color: #28303f;
}
.cid-ts3f9RUZlh .jq-selectbox li,
.cid-ts3f9RUZlh .jq-selectbox li {
  background-color: #e9e9e9;
  color: #000000;
}
.cid-ts3f9RUZlh .jq-selectbox li:hover,
.cid-ts3f9RUZlh .jq-selectbox li.selected {
  background-color: #656565;
  color: #ffffff;
}
.cid-ts3f9RUZlh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e9e9e9;
}
.cid-ts3f9RUZlh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #656565;
}
.cid-ts3f9RUZlh .mbr-form {
  max-width: 550px;
}
.cid-ts3f9RUZlh .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-ts3f9RUZlh .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ts3f9RUZlh .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-ts3f9RUZlh .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ts3f9RUZlh .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-ts3f9RUZlh .mbr-form textarea {
  min-height: 100px;
}
.cid-ts3f9RUZlh .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #454545;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-ts3f9RUZlh .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-ts3f9RUZlh .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ts3f9RUZlh .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-ts3f9RUZlh .mbr-section-title,
  .cid-ts3f9RUZlh .content-title,
  .cid-ts3f9RUZlh .mbr-section-btn {
    text-align: left;
  }
}
.cid-ts3f9RUZlh LABEL {
  text-align: center;
}
.cid-ts3l3zG98Z {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #e9e9e9;
}
.cid-ts3l3zG98Z .showAlerts {
  display: block !important;
}
.cid-ts3l3zG98Z .rowflexrev {
  display: -webkit-flex;
}
.cid-ts3l3zG98Z .ws-form-alerts {
  margin-top: 1rem;
}
.cid-ts3l3zG98Z .title {
  margin-bottom: 2rem;
}
.cid-ts3l3zG98Z .mbr-section-subtitle {
  color: #000000;
}
.cid-ts3l3zG98Z textarea.form-control {
  min-height: 188px;
}
.cid-ts3l3zG98Z LABEL {
  color: #232323;
  display: initial;
}
.cid-ts3l3zG98Z .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ts3l3zG98Z .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ts3l3zG98Z .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ts3l3zG98Z .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ts3l3zG98Z .alert {
  margin-bottom: 0;
}
.cid-ts3l3zG98Z .alert-success {
  background-color: #70c770;
}
.cid-ts3l3zG98Z .alert-danger {
  background-color: #ff4a52;
}
.cid-ts3l3zG98Z .btn {
  display: inline-flex;
}
.cid-ts3l3zG98Z .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ts3l3zG98Z .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ts3l3zG98Z .uploadBtn {
  padding-top: 12.5px !important;
  padding-left: 12.5px !important;
}
.cid-ts3l3zG98Z input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #e9e9e9 !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-ts3l3zG98Z input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #e9e9e9 !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-ts3l3zG98Z input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #e9e9e9 !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-ts3l3zG98Z H2 {
  color: #4f87fb;
}
.cid-tM9cudvaiJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tM9cudvaiJ section {
  position: relative;
}
.cid-tM9cudvaiJ .widget-title {
  font-weight: 600;
}
.cid-tM9cudvaiJ .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-tM9cudvaiJ .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-tM9cudvaiJ .item .card-box .item-title {
  font-weight: 300;
}
.cid-tM9cudvaiJ .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cudvaiJ .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-tM9cudvaiJ .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-tM9cudvaiJ img {
  height: 50px;
  padding-right: 8px;
}
.cid-tM9cudvaiJ .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-tM9cudvaiJ .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-tM9cudvaiJ .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tM9cudvaiJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tM9cudvaiJ .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-tM9cudvaiJ .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cudvaiJ .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-tM9cudvaiJ .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-tM9cudvaiJ .item,
.cid-tM9cudvaiJ .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tM9cudvaiJ .item h4,
.cid-tM9cudvaiJ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tM9cudvaiJ .link .card-img {
  padding-bottom: 3px;
}
.cid-tM9cudvaiJ .link .card-box .link-title {
  font-weight: 300;
}
.cid-tM9cudvaiJ .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-tM9cudvaiJ .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cudvaiJ .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tM9cudvaiJ h5 {
    text-align: left !important;
  }
  .cid-tM9cudvaiJ .line-wrap {
    text-align: left !important;
  }
}
.cid-tM9cudvaiJ .item-title {
  color: #ffffff;
}
.cid-tM9cudvaiJ .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tM9cudvaiJ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-tM9cudvaiJ .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-tM9cudvaiJ .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-tM9cudvaiJ .btn[class*="-outline"]:active,
.cid-tM9cudvaiJ .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tM9cudvaiJ .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tM9cudvaiJ .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tM9cudvaiJ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tM9cudvaiJ .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-tM9cudvaiJ .box-list li:first-child {
  padding-top: 0;
}
.cid-tM9cudvaiJ .box-list li:last-child {
  border-bottom: none;
}
.cid-tM9cudvaiJ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-tM9cudvaiJ .box-list.display-4 {
  line-height: 24px;
}
.cid-tM9cudvaiJ .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-tM9cudvaiJ .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-tM9cudvaiJ .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-tM9cudvaiJ .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-tM9cudvaiJ .widget-title,
.cid-tM9cudvaiJ .line-wrap {
  color: #ffffff;
}
.cid-ts3CK7V3Od {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-ts3CK7V3Od .links {
  text-align: center;
  color: #ffffff;
}
.cid-ts3CK7V3Od p {
  margin: 0;
}
.cid-ts3CK7V3Od a {
  color: #ffffff;
}
.cid-ts3CK7V3Od a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-trTquTK43a .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-trTquTK43a .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-trTquTK43a .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 100rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-trTquTK43a .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-trTquTK43a .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-trTquTK43a .navbar-fixed-top.opened {
  position: relative;
}
.cid-trTquTK43a a {
  font-style: normal;
}
.cid-trTquTK43a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-trTquTK43a .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-trTquTK43a .nav-item .nav-link {
  color: #ffffff;
}
.cid-trTquTK43a .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-trTquTK43a .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-trTquTK43a .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-trTquTK43a .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-trTquTK43a .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-right {
    display: none;
  }
}
.cid-trTquTK43a .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-trTquTK43a .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-trTquTK43a .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .right-box {
    display: none;
  }
}
.cid-trTquTK43a .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-trTquTK43a .content-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #454545;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-trTquTK43a .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-trTquTK43a .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-trTquTK43a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-trTquTK43a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trTquTK43a .nav-dropdown .link {
  font-weight: 600;
}
.cid-trTquTK43a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-trTquTK43a .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-trTquTK43a .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-trTquTK43a .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-trTquTK43a .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-trTquTK43a .menu-content-top.show {
  display: block;
}
.cid-trTquTK43a .pre-header-right {
  align-self: center;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-trTquTK43a .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-trTquTK43a .navbar .menu-content-top {
    display: none;
  }
  .cid-trTquTK43a .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-trTquTK43a .dropdown-item:before {
    display: none;
  }
  .cid-trTquTK43a .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-trTquTK43a img {
    height: 3.8rem !important;
  }
  .cid-trTquTK43a .btn {
    display: flex;
  }
  .cid-trTquTK43a button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-trTquTK43a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-trTquTK43a .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-trTquTK43a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing,
  .cid-trTquTK43a .navbar-collapse.show {
    display: block !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTquTK43a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-trTquTK43a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trTquTK43a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trTquTK43a .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-trTquTK43a .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-trTquTK43a .navbar {
    display: block;
    padding: 0;
  }
  .cid-trTquTK43a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-trTquTK43a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-trTquTK43a .navbar-toggler {
    display: none;
  }
}
.cid-trTquTK43a .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-trTquTK43a .menu-area-wrapper .menu-area {
  background-color: #454545;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper {
    height: 100%;
  }
}
.cid-trTquTK43a .navbar-short {
  background: transparent;
}
.cid-trTquTK43a .navbar-short .menu-content-top,
.cid-trTquTK43a .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-trTquTK43a .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trTquTK43a .dropdown {
  color: #ffffff !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #454545;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trTquTK43a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTquTK43a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-trTquTK43a .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trTquTK43a button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-trTquTK43a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler:focus {
  outline: none;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .menu-logo {
  margin-right: 0;
}
.cid-trTquTK43a .collapsed .btn {
  display: flex;
}
.cid-trTquTK43a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing,
.cid-trTquTK43a .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-trTquTK43a .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-trTquTK43a .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-trTquTK43a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-trTquTK43a .collapsed .dropdown-item:before {
  display: none;
}
.cid-trTquTK43a .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-trTquTK43a .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-trTquTK43a .nav-link:focus {
  outline: none;
}
.cid-trTquTK43a .navbar-toggler {
  position: relative;
}
.cid-trTquTK43a .dropdown-item.active,
.cid-trTquTK43a .dropdown-item:active {
  color: auto;
}
.cid-trTquTK43a .dropdown-item:hover {
  color: #4f87fb;
}
.cid-trTquTK43a .widget-text {
  text-align: left;
}
.cid-ttnXKP0tWU {
  padding-top: 18rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/white-cushion-backgraound-1640x924.png");
}
.cid-ttnXKP0tWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttnXKP0tWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttnXKP0tWU .row {
  justify-content: left;
}
.cid-ttnXKP0tWU .mbr-section-title {
  color: #FFDD65;
}
.cid-ttnXKP0tWU .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ttnXKP0tWU .space {
  width: 40px;
  height: auto;
  display: inline-block;
}
.cid-ttnXKP0tWU .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-ttnXKP0tWU .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-ttnXKP0tWU .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-ttnXKP0tWU .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-ttnXKP0tWU .custom-section-btn {
  height: 100%;
}
.cid-ttnXKP0tWU .custom-section-btn .btn {
  height: 100%;
}
.cid-ttnXKP0tWU .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ttnXKP0tWU .text-container {
    margin: 26px auto 0;
  }
}
.cid-ttnXKP0tWU .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-ttnXKP0tWU .mbr-text {
    text-align: center !important;
  }
}
.cid-ttnXKP0tWU .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-ttnXKP0tWU .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-ttnXKP0tWU .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-ttnXKP0tWU .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-ttnXKP0tWU .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-ttnXKP0tWU .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-ttnXKP0tWU .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-tseEmjIYS8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-tseEmjIYS8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-tseEmjIYS8 .form-control,
.cid-tseEmjIYS8 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tseEmjIYS8 .form-control::-webkit-input-placeholder,
.cid-tseEmjIYS8 .field-input::-webkit-input-placeholder,
.cid-tseEmjIYS8 .form-control::-webkit-input-placeholder,
.cid-tseEmjIYS8 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tseEmjIYS8 .form-control:-moz-placeholder,
.cid-tseEmjIYS8 .field-input:-moz-placeholder,
.cid-tseEmjIYS8 .form-control:-moz-placeholder,
.cid-tseEmjIYS8 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tseEmjIYS8 .form-control:hover,
.cid-tseEmjIYS8 .field-input:hover,
.cid-tseEmjIYS8 .form-control:focus,
.cid-tseEmjIYS8 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tseEmjIYS8 .form-control:hover::-webkit-input-placeholder,
.cid-tseEmjIYS8 .field-input:hover::-webkit-input-placeholder,
.cid-tseEmjIYS8 .form-control:focus::-webkit-input-placeholder,
.cid-tseEmjIYS8 .field-input:focus::-webkit-input-placeholder,
.cid-tseEmjIYS8 .form-control:hover::-webkit-input-placeholder,
.cid-tseEmjIYS8 .field-input:hover::-webkit-input-placeholder,
.cid-tseEmjIYS8 .form-control:focus::-webkit-input-placeholder,
.cid-tseEmjIYS8 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tseEmjIYS8 .form-control:hover:-moz-placeholder,
.cid-tseEmjIYS8 .field-input:hover:-moz-placeholder,
.cid-tseEmjIYS8 .form-control:focus:-moz-placeholder,
.cid-tseEmjIYS8 .field-input:focus:-moz-placeholder,
.cid-tseEmjIYS8 .form-control:hover:-moz-placeholder,
.cid-tseEmjIYS8 .field-input:hover:-moz-placeholder,
.cid-tseEmjIYS8 .form-control:focus:-moz-placeholder,
.cid-tseEmjIYS8 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tseEmjIYS8 .jq-number__spin:hover,
.cid-tseEmjIYS8 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tseEmjIYS8 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tseEmjIYS8 .jq-selectbox li,
.cid-tseEmjIYS8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tseEmjIYS8 .jq-selectbox li:hover,
.cid-tseEmjIYS8 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tseEmjIYS8 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tseEmjIYS8 .jq-number__spin.minus:hover:after,
.cid-tseEmjIYS8 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tseEmjIYS8 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tseEmjIYS8 .jq-number__spin.minus:after,
.cid-tseEmjIYS8 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tseEmjIYS8 input::-webkit-clear-button {
  display: none;
}
.cid-tseEmjIYS8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tseEmjIYS8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tseEmjIYS8 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tseEmjIYS8 H4 {
  text-align: center;
  color: #4f87fb;
}
.cid-tseEmjIYS8 LABEL {
  color: #000000;
  text-align: left;
}
.cid-tseIYZ6rbL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tseIYZ6rbL .mbr-text,
.cid-tseIYZ6rbL .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-tseIYZ6rbL .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tseIYZ6rbL .mbr-text,
.cid-tseIYZ6rbL .mbr-section-btn,
.cid-tseIYZ6rbL .mbr-section-title {
  color: #ffffff;
}
.cid-tseIYZ6rbL .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tseIYZ6rbL .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-tseIYZ6rbL .mbr-section-title {
  font-weight: 700;
}
.cid-tseIYZ6rbL .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-tseIYZ6rbL .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-tseIYZ6rbL .mbr-section-title,
  .cid-tseIYZ6rbL .mbr-text,
  .cid-tseIYZ6rbL .mbr-section-btn {
    text-align: left;
  }
}
.cid-tseIOVOxwQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-tseIOVOxwQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-tseIOVOxwQ .form-control,
.cid-tseIOVOxwQ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tseIOVOxwQ .form-control::-webkit-input-placeholder,
.cid-tseIOVOxwQ .field-input::-webkit-input-placeholder,
.cid-tseIOVOxwQ .form-control::-webkit-input-placeholder,
.cid-tseIOVOxwQ .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tseIOVOxwQ .form-control:-moz-placeholder,
.cid-tseIOVOxwQ .field-input:-moz-placeholder,
.cid-tseIOVOxwQ .form-control:-moz-placeholder,
.cid-tseIOVOxwQ .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tseIOVOxwQ .form-control:hover,
.cid-tseIOVOxwQ .field-input:hover,
.cid-tseIOVOxwQ .form-control:focus,
.cid-tseIOVOxwQ .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tseIOVOxwQ .form-control:hover::-webkit-input-placeholder,
.cid-tseIOVOxwQ .field-input:hover::-webkit-input-placeholder,
.cid-tseIOVOxwQ .form-control:focus::-webkit-input-placeholder,
.cid-tseIOVOxwQ .field-input:focus::-webkit-input-placeholder,
.cid-tseIOVOxwQ .form-control:hover::-webkit-input-placeholder,
.cid-tseIOVOxwQ .field-input:hover::-webkit-input-placeholder,
.cid-tseIOVOxwQ .form-control:focus::-webkit-input-placeholder,
.cid-tseIOVOxwQ .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tseIOVOxwQ .form-control:hover:-moz-placeholder,
.cid-tseIOVOxwQ .field-input:hover:-moz-placeholder,
.cid-tseIOVOxwQ .form-control:focus:-moz-placeholder,
.cid-tseIOVOxwQ .field-input:focus:-moz-placeholder,
.cid-tseIOVOxwQ .form-control:hover:-moz-placeholder,
.cid-tseIOVOxwQ .field-input:hover:-moz-placeholder,
.cid-tseIOVOxwQ .form-control:focus:-moz-placeholder,
.cid-tseIOVOxwQ .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tseIOVOxwQ .jq-number__spin:hover,
.cid-tseIOVOxwQ .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tseIOVOxwQ .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tseIOVOxwQ .jq-selectbox li,
.cid-tseIOVOxwQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tseIOVOxwQ .jq-selectbox li:hover,
.cid-tseIOVOxwQ .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tseIOVOxwQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tseIOVOxwQ .jq-number__spin.minus:hover:after,
.cid-tseIOVOxwQ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tseIOVOxwQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tseIOVOxwQ .jq-number__spin.minus:after,
.cid-tseIOVOxwQ .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tseIOVOxwQ input::-webkit-clear-button {
  display: none;
}
.cid-tseIOVOxwQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-tseIOVOxwQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-tseIOVOxwQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tseIOVOxwQ H4 {
  text-align: center;
  color: #4f87fb;
}
.cid-tseIOVOxwQ LABEL {
  color: #000000;
  text-align: left;
}
.cid-tM9cxMeRlN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tM9cxMeRlN section {
  position: relative;
}
.cid-tM9cxMeRlN .widget-title {
  font-weight: 600;
}
.cid-tM9cxMeRlN .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-tM9cxMeRlN .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-tM9cxMeRlN .item .card-box .item-title {
  font-weight: 300;
}
.cid-tM9cxMeRlN .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cxMeRlN .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-tM9cxMeRlN .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-tM9cxMeRlN img {
  height: 50px;
  padding-right: 8px;
}
.cid-tM9cxMeRlN .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-tM9cxMeRlN .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-tM9cxMeRlN .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tM9cxMeRlN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tM9cxMeRlN .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-tM9cxMeRlN .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cxMeRlN .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-tM9cxMeRlN .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-tM9cxMeRlN .item,
.cid-tM9cxMeRlN .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tM9cxMeRlN .item h4,
.cid-tM9cxMeRlN .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tM9cxMeRlN .link .card-img {
  padding-bottom: 3px;
}
.cid-tM9cxMeRlN .link .card-box .link-title {
  font-weight: 300;
}
.cid-tM9cxMeRlN .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-tM9cxMeRlN .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cxMeRlN .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tM9cxMeRlN h5 {
    text-align: left !important;
  }
  .cid-tM9cxMeRlN .line-wrap {
    text-align: left !important;
  }
}
.cid-tM9cxMeRlN .item-title {
  color: #ffffff;
}
.cid-tM9cxMeRlN .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tM9cxMeRlN .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-tM9cxMeRlN .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-tM9cxMeRlN .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-tM9cxMeRlN .btn[class*="-outline"]:active,
.cid-tM9cxMeRlN .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tM9cxMeRlN .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tM9cxMeRlN .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tM9cxMeRlN .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tM9cxMeRlN .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-tM9cxMeRlN .box-list li:first-child {
  padding-top: 0;
}
.cid-tM9cxMeRlN .box-list li:last-child {
  border-bottom: none;
}
.cid-tM9cxMeRlN .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-tM9cxMeRlN .box-list.display-4 {
  line-height: 24px;
}
.cid-tM9cxMeRlN .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-tM9cxMeRlN .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-tM9cxMeRlN .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-tM9cxMeRlN .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-tM9cxMeRlN .widget-title,
.cid-tM9cxMeRlN .line-wrap {
  color: #ffffff;
}
.cid-tseBZQqL6r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tseBZQqL6r .links {
  text-align: center;
  color: #ffffff;
}
.cid-tseBZQqL6r p {
  margin: 0;
}
.cid-tseBZQqL6r a {
  color: #ffffff;
}
.cid-tseBZQqL6r a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-trTquTK43a .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-trTquTK43a .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-trTquTK43a .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-trTquTK43a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-trTquTK43a .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-trTquTK43a .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 100rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-trTquTK43a .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-trTquTK43a .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-trTquTK43a .navbar-fixed-top.opened {
  position: relative;
}
.cid-trTquTK43a a {
  font-style: normal;
}
.cid-trTquTK43a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-trTquTK43a .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-trTquTK43a .nav-item .nav-link {
  color: #ffffff;
}
.cid-trTquTK43a .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-trTquTK43a .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-trTquTK43a .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-trTquTK43a .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-trTquTK43a .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-right {
    display: none;
  }
}
.cid-trTquTK43a .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-trTquTK43a .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-trTquTK43a .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-trTquTK43a .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-trTquTK43a .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .right-box {
    display: none;
  }
}
.cid-trTquTK43a .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-trTquTK43a .content-text {
  margin-bottom: 0;
}
.cid-trTquTK43a .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #454545;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-trTquTK43a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-trTquTK43a .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-trTquTK43a .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-trTquTK43a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-trTquTK43a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-trTquTK43a .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trTquTK43a .nav-dropdown .link {
  font-weight: 600;
}
.cid-trTquTK43a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-trTquTK43a .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-trTquTK43a .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-trTquTK43a .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-trTquTK43a .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-trTquTK43a .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-trTquTK43a .menu-content-top.show {
  display: block;
}
.cid-trTquTK43a .pre-header-right {
  align-self: center;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-trTquTK43a .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-trTquTK43a .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-trTquTK43a .navbar .menu-content-top {
    display: none;
  }
  .cid-trTquTK43a .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-trTquTK43a .dropdown-item:before {
    display: none;
  }
  .cid-trTquTK43a .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-trTquTK43a img {
    height: 3.8rem !important;
  }
  .cid-trTquTK43a .btn {
    display: flex;
  }
  .cid-trTquTK43a button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-trTquTK43a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-trTquTK43a .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-trTquTK43a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing,
  .cid-trTquTK43a .navbar-collapse.show {
    display: block !important;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trTquTK43a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trTquTK43a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trTquTK43a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTquTK43a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-trTquTK43a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trTquTK43a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trTquTK43a .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-trTquTK43a .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-trTquTK43a .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-trTquTK43a .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-trTquTK43a .navbar {
    display: block;
    padding: 0;
  }
  .cid-trTquTK43a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-trTquTK43a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-trTquTK43a .navbar-toggler {
    display: none;
  }
}
.cid-trTquTK43a .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-trTquTK43a .menu-area-wrapper .menu-area {
  background-color: #454545;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .menu-area-wrapper {
    height: 100%;
  }
}
.cid-trTquTK43a .navbar-short {
  background: transparent;
}
.cid-trTquTK43a .navbar-short .menu-content-top,
.cid-trTquTK43a .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-trTquTK43a .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-trTquTK43a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trTquTK43a .dropdown {
  color: #ffffff !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #454545;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trTquTK43a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trTquTK43a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTquTK43a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-trTquTK43a .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trTquTK43a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trTquTK43a button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-trTquTK43a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler:focus {
  outline: none;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-trTquTK43a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-trTquTK43a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-trTquTK43a .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .menu-logo {
  margin-right: 0;
}
.cid-trTquTK43a .collapsed .btn {
  display: flex;
}
.cid-trTquTK43a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing,
.cid-trTquTK43a .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trTquTK43a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trTquTK43a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-trTquTK43a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-trTquTK43a .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTquTK43a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-trTquTK43a .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-trTquTK43a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trTquTK43a .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-trTquTK43a .collapsed .dropdown-item:before {
  display: none;
}
.cid-trTquTK43a .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-trTquTK43a .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-trTquTK43a .nav-link:focus {
  outline: none;
}
.cid-trTquTK43a .navbar-toggler {
  position: relative;
}
.cid-trTquTK43a .dropdown-item.active,
.cid-trTquTK43a .dropdown-item:active {
  color: auto;
}
.cid-trTquTK43a .dropdown-item:hover {
  color: #4f87fb;
}
.cid-trTquTK43a .widget-text {
  text-align: left;
}
.cid-tswfHrPaBM {
  padding-top: 300px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-tswfHrPaBM .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-tswfHrPaBM .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-tswfHrPaBM .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-tswfHrPaBM .mbr-text {
  color: #6d7a8c;
}
.cid-tswfHrPaBM .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-tswfHrPaBM .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 13px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.275rem;
}
.cid-tswfHrPaBM .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-tswfHrPaBM .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 3%;
}
.cid-tswfHrPaBM .separator .sep-holder .sep-line {
  border-color: #4f87fb !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #4f87fb;
  position: relative;
  top: 1px;
  width: 6%;
}
.cid-tswfHrPaBM .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-tswfHrPaBM .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-tswfHrPaBM .mbr-section-btn .btn.display-4 {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 991px) {
  .cid-tswfHrPaBM .separator,
  .cid-tswfHrPaBM .sep-holder,
  .cid-tswfHrPaBM .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tswfHrPaBM .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-tswfHtbFHj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tswfHtbFHj input,
.cid-tswfHtbFHj textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tswfHtbFHj input:focus,
.cid-tswfHtbFHj textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tswfHtbFHj .form-control,
.cid-tswfHtbFHj .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tswfHtbFHj input::-webkit-input-placeholder,
.cid-tswfHtbFHj textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tswfHtbFHj input:-moz-placeholder,
.cid-tswfHtbFHj textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tswfHtbFHj .jq-selectbox li,
.cid-tswfHtbFHj .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tswfHtbFHj .jq-selectbox li:hover,
.cid-tswfHtbFHj .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tswfHtbFHj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tswfHtbFHj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tswfHtbFHj .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tswfHtbFHj .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 20px;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tswfHtbFHj .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tswfHtbFHj .entry-content .text-box {
  padding: 0rem;
}
.cid-tswfHtbFHj .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tswfHtbFHj .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tswfHtbFHj .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tswfHtbFHj .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tswfHtbFHj .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tswfHtbFHj .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tswfHtbFHj .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tswfHtbFHj .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tswfHtbFHj .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tswfHtbFHj .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tswfHtbFHj .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tswfHtbFHj .entry-content .contact {
  margin-top: 30px;
}
.cid-tswfHtbFHj .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tswfHtbFHj .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tswfHtbFHj .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tswfHtbFHj .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tswfHtbFHj .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tswfHtbFHj .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tswfHtbFHj .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tswfHtbFHj .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tswfHtbFHj .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tswfHtbFHj .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tswfHtbFHj .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tswfHtbFHj .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tswfHtbFHj .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tswfHtbFHj .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tswfHtbFHj .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tswfHtbFHj progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tswfHtbFHj .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tswfHtbFHj .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tswfHtbFHj .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tswfHtbFHj .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tswfHtbFHj .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tswfHtbFHj .progressbar-title p {
  color: #6d7a8c;
}
.cid-tswfHtbFHj .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tswfHudDzg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tswfHudDzg input,
.cid-tswfHudDzg textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tswfHudDzg input:focus,
.cid-tswfHudDzg textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tswfHudDzg .form-control,
.cid-tswfHudDzg .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tswfHudDzg input::-webkit-input-placeholder,
.cid-tswfHudDzg textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tswfHudDzg input:-moz-placeholder,
.cid-tswfHudDzg textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tswfHudDzg .jq-selectbox li,
.cid-tswfHudDzg .jq-selectbox li {
  background-color: #ffffff;
}
.cid-tswfHudDzg .jq-selectbox li:hover,
.cid-tswfHudDzg .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-tswfHudDzg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tswfHudDzg .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tswfHudDzg .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-tswfHudDzg .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 20px;
}
.cid-tswfHudDzg .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-tswfHudDzg .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-tswfHudDzg .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-tswfHudDzg .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-tswfHudDzg .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-tswfHudDzg .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-tswfHudDzg .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-tswfHudDzg .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-tswfHudDzg .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-tswfHudDzg .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-tswfHudDzg .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tswfHudDzg .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-tswfHudDzg .entry-content .text-box {
  padding: 0rem;
}
.cid-tswfHudDzg .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-tswfHudDzg .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-tswfHudDzg .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tswfHudDzg .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-tswfHudDzg .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-tswfHudDzg .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-tswfHudDzg .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-tswfHudDzg .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-tswfHudDzg .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-tswfHudDzg .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-tswfHudDzg .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tswfHudDzg .entry-content .contact {
  margin-top: 30px;
}
.cid-tswfHudDzg .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-tswfHudDzg .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-tswfHudDzg .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-tswfHudDzg .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-tswfHudDzg .entry-content .contact .btn-black:hover {
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.cid-tswfHudDzg .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-tswfHudDzg .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tswfHudDzg .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-tswfHudDzg .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-tswfHudDzg .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-tswfHudDzg .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tswfHudDzg .progress_elements .progress1 progress::after {
  left: 23%;
  border: 3px solid #4f87fb;
}
.cid-tswfHudDzg .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-tswfHudDzg .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-tswfHudDzg .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-tswfHudDzg progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tswfHudDzg .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tswfHudDzg .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tswfHudDzg .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tswfHudDzg .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-tswfHudDzg .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tswfHudDzg .progressbar-title p {
  color: #6d7a8c;
}
.cid-tswfHudDzg .entry-content .text-box .card-title {
  color: #4f87fb;
}
.cid-tM9cBS14oP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tM9cBS14oP section {
  position: relative;
}
.cid-tM9cBS14oP .widget-title {
  font-weight: 600;
}
.cid-tM9cBS14oP .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-tM9cBS14oP .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-tM9cBS14oP .item .card-box .item-title {
  font-weight: 300;
}
.cid-tM9cBS14oP .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cBS14oP .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-tM9cBS14oP .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-tM9cBS14oP img {
  height: 50px;
  padding-right: 8px;
}
.cid-tM9cBS14oP .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-tM9cBS14oP .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-tM9cBS14oP .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tM9cBS14oP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tM9cBS14oP .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-tM9cBS14oP .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cBS14oP .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-tM9cBS14oP .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-tM9cBS14oP .item,
.cid-tM9cBS14oP .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tM9cBS14oP .item h4,
.cid-tM9cBS14oP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tM9cBS14oP .link .card-img {
  padding-bottom: 3px;
}
.cid-tM9cBS14oP .link .card-box .link-title {
  font-weight: 300;
}
.cid-tM9cBS14oP .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-tM9cBS14oP .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tM9cBS14oP .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tM9cBS14oP h5 {
    text-align: left !important;
  }
  .cid-tM9cBS14oP .line-wrap {
    text-align: left !important;
  }
}
.cid-tM9cBS14oP .item-title {
  color: #ffffff;
}
.cid-tM9cBS14oP .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tM9cBS14oP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-tM9cBS14oP .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-tM9cBS14oP .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-tM9cBS14oP .btn[class*="-outline"]:active,
.cid-tM9cBS14oP .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tM9cBS14oP .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tM9cBS14oP .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tM9cBS14oP .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tM9cBS14oP .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-tM9cBS14oP .box-list li:first-child {
  padding-top: 0;
}
.cid-tM9cBS14oP .box-list li:last-child {
  border-bottom: none;
}
.cid-tM9cBS14oP .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-tM9cBS14oP .box-list.display-4 {
  line-height: 24px;
}
.cid-tM9cBS14oP .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-tM9cBS14oP .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-tM9cBS14oP .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-tM9cBS14oP .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-tM9cBS14oP .widget-title,
.cid-tM9cBS14oP .line-wrap {
  color: #ffffff;
}
.cid-tsI89z0UYF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-tsI89z0UYF .links {
  text-align: center;
  color: #ffffff;
}
.cid-tsI89z0UYF p {
  margin: 0;
}
.cid-tsI89z0UYF a {
  color: #ffffff;
}
.cid-tsI89z0UYF a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uexJA1t5Ci {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uexJA1t5Ci nav.navbar {
  position: fixed;
}
.cid-uexJA1t5Ci .navbar-nav {
  margin: auto;
}
.cid-uexJA1t5Ci .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uexJA1t5Ci .dropdown-item:hover,
.cid-uexJA1t5Ci .dropdown-item:focus {
  background: #454545 !important;
  color: white !important;
}
.cid-uexJA1t5Ci .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uexJA1t5Ci .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uexJA1t5Ci .navbar-short,
.cid-uexJA1t5Ci .opened {
  background: #f5f7fa !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uexJA1t5Ci .navbar-short .nav-link,
.cid-uexJA1t5Ci .opened .nav-link,
.cid-uexJA1t5Ci .navbar-short .navbar-caption,
.cid-uexJA1t5Ci .opened .navbar-caption,
.cid-uexJA1t5Ci .navbar-short .mbr-iconfont,
.cid-uexJA1t5Ci .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uexJA1t5Ci .navbar-short .hamburger span,
.cid-uexJA1t5Ci .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uexJA1t5Ci .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uexJA1t5Ci .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uexJA1t5Ci .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uexJA1t5Ci .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uexJA1t5Ci .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uexJA1t5Ci .container {
  display: flex;
  margin: auto;
}
.cid-uexJA1t5Ci .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uexJA1t5Ci .dropdown-menu,
.cid-uexJA1t5Ci .navbar.opened {
  background: #f5f7fa !important;
}
.cid-uexJA1t5Ci .nav-item:focus,
.cid-uexJA1t5Ci .nav-link:focus {
  outline: none;
}
.cid-uexJA1t5Ci .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uexJA1t5Ci .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uexJA1t5Ci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uexJA1t5Ci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uexJA1t5Ci .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uexJA1t5Ci .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uexJA1t5Ci .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f7fa;
}
.cid-uexJA1t5Ci .navbar.opened {
  transition: all 0.3s;
}
.cid-uexJA1t5Ci .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uexJA1t5Ci .navbar .navbar-logo img {
  width: auto;
}
.cid-uexJA1t5Ci .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uexJA1t5Ci .navbar.collapsed {
  justify-content: center;
}
.cid-uexJA1t5Ci .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uexJA1t5Ci .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uexJA1t5Ci .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uexJA1t5Ci .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uexJA1t5Ci .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uexJA1t5Ci .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uexJA1t5Ci .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uexJA1t5Ci .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uexJA1t5Ci .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uexJA1t5Ci .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uexJA1t5Ci .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uexJA1t5Ci .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uexJA1t5Ci .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uexJA1t5Ci .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uexJA1t5Ci .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uexJA1t5Ci .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uexJA1t5Ci .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uexJA1t5Ci .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uexJA1t5Ci .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uexJA1t5Ci .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uexJA1t5Ci .navbar.navbar-short {
  min-height: 60px;
}
.cid-uexJA1t5Ci .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uexJA1t5Ci .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uexJA1t5Ci .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uexJA1t5Ci .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uexJA1t5Ci .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uexJA1t5Ci .dropdown-item.active,
.cid-uexJA1t5Ci .dropdown-item:active {
  background-color: transparent;
}
.cid-uexJA1t5Ci .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uexJA1t5Ci .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uexJA1t5Ci .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uexJA1t5Ci .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-uexJA1t5Ci .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uexJA1t5Ci .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uexJA1t5Ci ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uexJA1t5Ci .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uexJA1t5Ci button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uexJA1t5Ci button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uexJA1t5Ci button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uexJA1t5Ci button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uexJA1t5Ci button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uexJA1t5Ci button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uexJA1t5Ci nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uexJA1t5Ci nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uexJA1t5Ci nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uexJA1t5Ci nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uexJA1t5Ci .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uexJA1t5Ci a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uexJA1t5Ci .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uexJA1t5Ci .navbar {
    height: 70px;
  }
  .cid-uexJA1t5Ci .navbar.opened {
    height: auto;
  }
  .cid-uexJA1t5Ci .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uexKLhxfUW {
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uexKLhxfUW .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uexKLhxfUW p {
  margin: 0;
}
.cid-uexKLhxfUW .row-border {
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
  padding: 1rem 0;
}
.cid-uexKLhxfUW .card {
  padding: 0;
}
.cid-uexKLhxfUW .card-wrapper {
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 4rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uexKLhxfUW .card-wrapper {
    padding: 2rem 2rem;
  }
}
.cid-uexKLhxfUW .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uexKLhxfUW .mbr-section-title {
  color: #263d5a;
  text-align: left;
}
.cid-uexKLhxfUW .mbr-text {
  color: #263d5a;
}
.cid-uexKLhxfUW .mbr-section-subtitle {
  color: #263d5a;
  text-align: left;
}
.cid-uexIIHVAsH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-uexIIHVAsH section {
  position: relative;
}
.cid-uexIIHVAsH .widget-title {
  font-weight: 600;
}
.cid-uexIIHVAsH .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-uexIIHVAsH .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-uexIIHVAsH .item .card-box .item-title {
  font-weight: 300;
}
.cid-uexIIHVAsH .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uexIIHVAsH .item .card-img {
  width: auto;
  background-color: #454545;
  border-radius: 100%;
}
.cid-uexIIHVAsH .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-uexIIHVAsH img {
  height: 50px;
  padding-right: 8px;
}
.cid-uexIIHVAsH .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-uexIIHVAsH .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-uexIIHVAsH .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uexIIHVAsH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uexIIHVAsH .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-uexIIHVAsH .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uexIIHVAsH .content .date-wrap {
  color: #454545;
  font-weight: 500;
}
.cid-uexIIHVAsH .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-uexIIHVAsH .item,
.cid-uexIIHVAsH .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uexIIHVAsH .item h4,
.cid-uexIIHVAsH .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uexIIHVAsH .link .card-img {
  padding-bottom: 3px;
}
.cid-uexIIHVAsH .link .card-box .link-title {
  font-weight: 300;
}
.cid-uexIIHVAsH .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #454545 !important;
}
.cid-uexIIHVAsH .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uexIIHVAsH .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-uexIIHVAsH h5 {
    text-align: left !important;
  }
  .cid-uexIIHVAsH .line-wrap {
    text-align: left !important;
  }
}
.cid-uexIIHVAsH .item-title {
  color: #ffffff;
}
.cid-uexIIHVAsH .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uexIIHVAsH .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-uexIIHVAsH .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-uexIIHVAsH .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #454545 !important;
  box-shadow: none !important;
}
.cid-uexIIHVAsH .btn[class*="-outline"]:active,
.cid-uexIIHVAsH .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uexIIHVAsH .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-uexIIHVAsH .list .list-item:last-child {
  margin-top: 10px;
}
.cid-uexIIHVAsH .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uexIIHVAsH .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-uexIIHVAsH .box-list li:first-child {
  padding-top: 0;
}
.cid-uexIIHVAsH .box-list li:last-child {
  border-bottom: none;
}
.cid-uexIIHVAsH .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-uexIIHVAsH .box-list.display-4 {
  line-height: 24px;
}
.cid-uexIIHVAsH .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-uexIIHVAsH .box-list li .box-list li SPAN {
  color: #ff4a52;
}
.cid-uexIIHVAsH .list .list-item .content .date-wrap {
  color: #f5f7fa;
}
.cid-uexIIHVAsH .list .list-item .content .link-wrap {
  color: #ffffff;
}
.cid-uexIIHVAsH .widget-title,
.cid-uexIIHVAsH .line-wrap {
  color: #ffffff;
}
.cid-uexIIJv7E9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25303e;
}
.cid-uexIIJv7E9 .links {
  text-align: center;
  color: #ffffff;
}
.cid-uexIIJv7E9 p {
  margin: 0;
}
.cid-uexIIJv7E9 a {
  color: #ffffff;
}
.cid-uexIIJv7E9 a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
