html,body{
	overflow-x:hidden;
}
.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight:400;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight:400;
  color:#000000;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}

.cid-sVdR3xbCN6 svg {
  position:absolute;
  bottom: 0;
  width: 100%;

}
@keyframes svg {
  from { transform: rotate(0deg);}
  from { transform: rotate(360deg);}
}

.mbr-fullscreen {
min-height: 800px;}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (3.4 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0059b3 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #0059b3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0059b3 !important;
  border-color: #0059b3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size:16px;
  font-weight:600;
}

.btn-primary1,
.btn-primary1:active {
  background-color: #131d3b !important;
  border-color: #131d3b!important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size:16px;
  font-weight:600;
}














.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0059b3 !important;
  background-color: #ffffff !important;
  border-color: #0059b3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0059b3 !important;
  border-color: #0059b3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0059b3 !important;
  border-color: #0059b3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0059b3 !important;
  border-color: #0059b3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0059b3 !important;
  border-color: #0059b3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0059b3 !important;
  border-color: #0059b3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0059b3 !important;
  border-color: #0059b3 !important;
}
.btn-white,
.btn-white:active {
    background-color: #f9f9f9!important;
    border-color: #f9f9f9!important;
    color: #000000!important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0059b3;
  color: #0059b3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0059b3 !important;
  border-color: #0059b3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0059b3;
  color: #0059b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0059b3 !important;
  background-color: transparent!important;
  border-color: #0059b3 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0059b3 !important;
  border-color: #0059b3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0059b3;
  color: #0059b3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0059b3 !important;
  background-color: transparent!important;
  border-color: #0059b3 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0059b3 !important;
  border-color: #0059b3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0059b3 !important;
}
.text-secondary {
  color: #0059b3 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #0059b3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0059b3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0059b3;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #0059b3;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0059b3;
  border-color: #0059b3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0059b3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0059b3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0059b3;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0059b3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0059b3;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0059b3;
  border-bottom-color: #0059b3;
}
.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: #0059b3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #0059b3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230059b3' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sVdHTCRxsm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVdHTCRxsm nav.navbar {
  position: fixed;
}
.cid-sVdHTCRxsm .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-sVdHTCRxsm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVdHTCRxsm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVdHTCRxsm .dropdown-item:hover,
.cid-sVdHTCRxsm .dropdown-item:focus {
  background: #0059b3 !important;
  color: white !important;
}
.cid-sVdHTCRxsm .dropdown-item:hover span {
  color: white;
}
.cid-sVdHTCRxsm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVdHTCRxsm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVdHTCRxsm .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sVdHTCRxsm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVdHTCRxsm .nav-link {
  position: relative;
}
.cid-sVdHTCRxsm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sVdHTCRxsm .container {
    flex-wrap: nowrap;
  }
}
.cid-sVdHTCRxsm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sVdHTCRxsm .dropdown-menu,
.cid-sVdHTCRxsm .navbar.opened {
  background: #ffffff !important;
}
.cid-sVdHTCRxsm .nav-item:focus,
.cid-sVdHTCRxsm .nav-link:focus {
  outline: none;
}
.cid-sVdHTCRxsm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVdHTCRxsm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVdHTCRxsm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sVdHTCRxsm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVdHTCRxsm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVdHTCRxsm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVdHTCRxsm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sVdHTCRxsm .navbar.opened {
  transition: all 0.3s;
}
.cid-sVdHTCRxsm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVdHTCRxsm .navbar .navbar-logo img {
  width: auto;
  height: 65px !important;
}
.cid-sVdHTCRxsm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVdHTCRxsm .navbar.collapsed {
  justify-content: center;
}
.cid-sVdHTCRxsm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVdHTCRxsm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVdHTCRxsm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-sVdHTCRxsm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVdHTCRxsm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVdHTCRxsm .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-sVdHTCRxsm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVdHTCRxsm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVdHTCRxsm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVdHTCRxsm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVdHTCRxsm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVdHTCRxsm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVdHTCRxsm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVdHTCRxsm .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: 10%;
  }
  .cid-sVdHTCRxsm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVdHTCRxsm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVdHTCRxsm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVdHTCRxsm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVdHTCRxsm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVdHTCRxsm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVdHTCRxsm .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVdHTCRxsm .navbar.navbar-short .navbar-logo img {
  height: 100# !important;
  width:auto;
}
.cid-sVdHTCRxsm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVdHTCRxsm .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-sVdHTCRxsm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVdHTCRxsm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVdHTCRxsm .dropdown-item.active,
.cid-sVdHTCRxsm .dropdown-item:active {
  background-color: transparent;
}
.cid-sVdHTCRxsm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVdHTCRxsm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVdHTCRxsm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVdHTCRxsm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVdHTCRxsm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVdHTCRxsm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVdHTCRxsm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVdHTCRxsm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVdHTCRxsm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVdHTCRxsm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVdHTCRxsm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVdHTCRxsm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVdHTCRxsm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVdHTCRxsm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVdHTCRxsm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVdHTCRxsm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVdHTCRxsm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVdHTCRxsm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVdHTCRxsm .navbar-dropdown {

  position: fixed;
}
.cid-sVdHTCRxsm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVdHTCRxsm .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-sVdHTCRxsm .navbar {
    height: 70px;
  }
  .cid-sVdHTCRxsm .navbar.opened {
    height: auto;
  }
  .cid-sVdHTCRxsm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVdR3xbCN6 {
  background-image: url("../../assets/images/heroimg.png");
}
.cid-sVdR3xbCN6 .row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVdR3xbCN6 .form-1 {
  z-index: 1;
  background-color: transparent;
  /* padding: 0.5rem 1.5rem; */
  position: relative;
  overflow: hidden;
}
.cid-sVdR3xbCN6 .form-1 .mbr-overlay {
  z-index: 1;
}
.cid-sVdR3xbCN6 .form-group {
  padding: 0;
  /* margin-bottom: 1.3em; */
}
.cid-sVdR3xbCN6 .form-control {
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  /* padding: .5rem 0rem; */
  border-bottom: 1px solid #ffffff;
}
.cid-sVdR3xbCN6 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sVdR3xbCN6 .input-group-btn {
  display: block;
  padding-left: 0;
}
.cid-sVdR3xbCN6 input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.cid-sVdR3xbCN6 input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.cid-sVdR3xbCN6 .form-subtitle {
  line-height: 1.6;
  color: #767676;
}
.cid-sVdR3xbCN6 .mbr-section-subtitle {
  color: #131d3b;
}
.cid-sVdR3xbCN6 .form-text {
  line-height: 1.6;
  color: #767676;
  margin: 0;
}
@media (min-width: 768px){
.dnone{display:none !important;}
}
@media (min-width: 768px) {
.toplogos{
    max-height: 124px;
    width: auto;
    height: auto;
	 background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}}


  .frameform{height:500px;}
@media (min-width: 992px) {
  .cid-sVdR3xbCN6 .text-element {
    padding-right: 3rem;
	margin-top:12rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sVdR3xbCN6 .form-1 {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sVdR3xbCN6 .underline .line {
    height: 2px;
  }
  
  .mbr-fullscreen {padding-top:0;}
.cid-sVdR3xbCN6 {
    background-image: none;
    background: #eee !important;
}
  .cid-sVdR3xbCN6 .text-element {
    padding-bottom: 1rem;
	margin-top:3rem;
  }
  .cid-sVdR3xbCN6 .form-1 {
    padding: 0;
    margin: 1rem;
  }
  .toplogos{
    max-height: 124px;
    width: 100%;
	object-fit:contain;
    height: auto;
	max-height: 124px;
 background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
  
   .cid-sVdHTCRxsm .navbar .navbar-logo img {
    height: 40px !important;
  }
  .frameform{height:680px;}
  .cid-sVdR3xbCN6 .mbr-section-subtitle,
  .cid-sVdR3xbCN6 .mbr-section-title,
  .cid-sVdR3xbCN6 .mbr-text,
  .cid-sVdR3xbCN6 .mbr-section-btn,
  .cid-sVdR3xbCN6 .form-title,
  .cid-sVdR3xbCN6 .form-subtitle,
  .cid-sVdR3xbCN6 .input-group-btn,
  .cid-sVdR3xbCN6 .form-text {
    text-align: center !important;
  }
}
.cid-sVdR3xbCN6 .mbr-section-title {
  color: #0059b3;
}
.cid-sVdR3xbCN6 .text-element > .mbr-text,
.cid-sVdR3xbCN6 .text-element > .mbr-section-btn {
  color: #131d3b;
}
.cid-sVdVwTZjZQ {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.cid-sVdVwTZjZQ H1 {
  color: #232323;
}
.cid-sVdVwTZjZQ .mbr-text,
.cid-sVdVwTZjZQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sVdVwTZjZQ .img-box {
  position: relative;
}
.cid-sVdVwTZjZQ .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sVdVwTZjZQ img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgb(241 241 241 / 35%);
}
@media (max-width: 576px) {
  .cid-sVdVwTZjZQ .card-text {
    display: block;
    align-items: center;
  }

  .cid-sVdVwTZjZQ .card {
    flex-direction: column;
    align-items: center;
    padding: 0!important;
  }
}
.cid-sVdVwTZjZQ h3,
.cid-sVdVwTZjZQ h4 {
  margin: 0;
  padding: 0;
}
.cid-sVdVwTZjZQ H3 {
  color: #0059b3;
}
.cid-sVdVwTZjZQ .count-title {
  color: #000000;
  font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.cid-sVdYXwR6wr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sVdYXwR6wr svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-sVdYXwR6wr #e12_areaS3 {
  fill: #0059b3 !important;
}
.cid-sVdYXwR6wr #e19_areaS3 {
  fill: #131d3b !important;
}
.cid-sVdYXwR6wr .carousel-control {
  background: #000;
  opacity: 0.2;
  
}
.cid-sVdYXwR6wr .carousel {
  width: 80%;
  margin: auto;
  padding-bottom:250px;
}
.cid-sVdYXwR6wr .mbr-section-subtitle {
  color: #716c80;
}
.cid-sVdYXwR6wr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVdYXwR6wr .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sVdYXwR6wr .carousel-item .wrap-img {
  text-align: center;
}
.cid-sVdYXwR6wr .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sVdYXwR6wr .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVdYXwR6wr .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sVdYXwR6wr .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sVdYXwR6wr .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sVdYXwR6wr .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sVdYXwR6wr .cloneditem-1,
.cid-sVdYXwR6wr .cloneditem-2,
.cid-sVdYXwR6wr .cloneditem-3,
.cid-sVdYXwR6wr .cloneditem-4,
.cid-sVdYXwR6wr .cloneditem-5 {
  display: none;
}
.cid-sVdYXwR6wr .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sVdYXwR6wr .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sVdYXwR6wr .carousel-inner {
    opacity: 0.8;
  }
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides2 .cloneditem-1,
  .cid-sVdYXwR6wr .carousel-inner.slides2 .cloneditem-2,
  .cid-sVdYXwR6wr .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sVdYXwR6wr .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides3 .cloneditem-1,
  .cid-sVdYXwR6wr .carousel-inner.slides3 .cloneditem-2,
  .cid-sVdYXwR6wr .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sVdYXwR6wr .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides4 .cloneditem-1,
  .cid-sVdYXwR6wr .carousel-inner.slides4 .cloneditem-2,
  .cid-sVdYXwR6wr .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sVdYXwR6wr .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides5 .cloneditem-1,
  .cid-sVdYXwR6wr .carousel-inner.slides5 .cloneditem-2,
  .cid-sVdYXwR6wr .carousel-inner.slides5 .cloneditem-3,
  .cid-sVdYXwR6wr .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sVdYXwR6wr .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sVdYXwR6wr .carousel-inner.slides6 .cloneditem-1,
  .cid-sVdYXwR6wr .carousel-inner.slides6 .cloneditem-2,
  .cid-sVdYXwR6wr .carousel-inner.slides6 .cloneditem-3,
  .cid-sVdYXwR6wr .carousel-inner.slides6 .cloneditem-4,
  .cid-sVdYXwR6wr .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sVdYXwR6wr H2 {
color: #232323;
font-weight: 700;
}
}
.cid-sVdYXwR6wr .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-sVdYXwR6wr .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-sVdYXwR6wr .carousel-control-prev {
    left: -10px !important;
  }
  .cid-sVdYXwR6wr .carousel-control-next {
    right: -10px !important;
  }
}

/*------------------------------*/
@media (max-width: 768px) {
  .cid-sVdYXwR6wr .col-lg-15 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cid-sVdYXwR6wr .cloneditem-1,
  .cid-sVdYXwR6wr .cloneditem-2 {
    display: block !important;
  }

  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    transform: translate3d(50%, 0, 0);
  }

  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    transform: translate3d(-50%, 0, 0);
  }

  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sVdYXwR6wr .carousel-inner.slides2 > .carousel-item.active {
    transform: translate3d(0, 0, 0);
  }
}
/*------------------------------*/


.cid-sVdTJvzscq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVdTJvzscq .item {
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sVdTJvzscq .mbr-link {
  position: absolute;
  bottom: -100%;
  left: 2rem;
  color: #ffffff;
  z-index: 3;
  transition: all 0.6s;
}
.cid-sVdTJvzscq .mbr-text {
  opacity: 0;
  transition: all 0.1s;
}
.cid-sVdTJvzscq .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sVdTJvzscq .item-wrapper:before {
  content: "";
  top: 110%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #131d3b;
  z-index: 2;
  opacity: 0.9;
  pointer-events: none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}


.dark-imge:before {
    content:"";
    display:block;
    position:absolute;
    width:100px;
    height:100px;
    bottom:0px;
    right:0px;
    z-index:1;
    background: rgba(0, 0, 0, .5);
}
.cid-sVdTJvzscq .item-wrapper:hover:before,
.cid-sVdTJvzscq .item-wrapper:focus-within:before {
  top: 0rem;
  transition-delay: 0s;
}
.cid-sVdTJvzscq .item-wrapper:hover .item-content,
.cid-sVdTJvzscq .item-wrapper:focus-within .item-content {
  opacity: 1;
  top: 1rem;
}
.cid-sVdTJvzscq .item-wrapper:hover .mbr-link,
.cid-sVdTJvzscq .item-wrapper:focus-within .mbr-link {
  bottom: 1rem;
}
.cid-sVdTJvzscq .item-wrapper:hover .mbr-text,
.cid-sVdTJvzscq .item-wrapper:focus-within .mbr-text {
  opacity: 1;
}
.cid-sVdTJvzscq .item-content {
  position: absolute;
  top: 370px;
  left: 0;
  transition: all 0.6s;
  padding: 1rem 2rem;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-sVdTJvzscq .item-wrapper:before {
    top: 0rem;
    transition-delay: 0s;
  }
  .cid-sVdTJvzscq .item-content {
    opacity: 1;
    top: 1rem;
  }
  .cid-sVdTJvzscq .mbr-link {
    bottom: 1rem;
  }
  .cid-sVdTJvzscq .mbr-text {
    opacity: 1;
  }
}
.cid-sVdTJvzscq .item-subtitle {
  color: #ffffff;
}
.cid-sVdTJvzscq .item-img {
  overflow: hidden;
}
.cid-sVdTJvzscq img,
.cid-sVdTJvzscq .item-img {
  width: 100%;
  transition: all 1s;
  height: 500px;
  object-fit: cover;
}
.cid-sVdTJvzscq h5 {
  margin: 0;
}
.cid-sVdTJvzscq .item:focus,
.cid-sVdTJvzscq span:focus {
  outline: none;
}
.cid-sVdTJvzscq .mbr-section-title {
  color: #232323;
}
.cid-sVdTJvzscq .item-title {
  color: #ffffff;
}
.cid-sVe6qa7ML6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #131d3b;
}
.cid-sVe6qa7ML6 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-sVe6qa7ML6 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sVe6qa7ML6 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sVe6qa7ML6 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;

  background: #0059b3;
  background: linear-gradient(#0059b3 0%, #0059b3 69%, #0059b3 100%);
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
.cid-sVe6qa7ML6 .mbr-text,
.cid-sVe6qa7ML6 .mbr-section-btn {
  color: #ffffff;
}
.cid-sVe6qa7ML6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sVe6qa7ML6 .card .card-wrapper {
  text-align: center;
}
.cid-sVe6qa7ML6 .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #0059b3;
  width: 50px;
  min-width: 50px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin:0 auto;
}
.cid-sVe6qa7ML6 .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-sVe6qa7ML6 .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-sVe6qa7ML6 .buttons-wrap {
  text-align: center;
}
.cid-sVe6qa7ML6 .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-sVe6qa7ML6 .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-sVe6qa7ML6 .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-sVe6qa7ML6 .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-sVe6qa7ML6 .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-sVe6qa7ML6 .buttons-wrap .or {
    display: none;
  }
}

@media (max-width: 500px){
.mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: right;
}}

.navbarmob{overflow:hidden;background-color:#0059b3;position:fixed;bottom:0;width:100%;z-index:999999}
.navbarmob a{display:block;color:#fff;text-align:center;padding:10px 16px;text-decoration:none;font-size:16px}
.navbarmob a:hover{background:#0059b3;color:#000}.navbarmob a.active{background-color:#0059b3;color:#000}
@media(min-width:768px){.navbarmob{display:none}}
.cid-sVe2NHPoBt {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-sVe2NHPoBt .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
      line-height: 1.25;
}
.cid-sVe2NHPoBt .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVe2NHPoBt .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sVe2NHPoBt .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sVe2NHPoBt .process-icon,
.cid-sVe2NHPoBt .process-icon-without-before {
  width: 80%;
  padding-bottom: 0rem;
}
.cid-sVe2NHPoBt .wrapper,
.cid-sVe2NHPoBt .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sVe2NHPoBt .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 10%;
  color: #131d3b;
  opacity: .4;
}
.cid-sVe2NHPoBt .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sVe2NHPoBt .icon-container a {
  display: inherit;
}
.cid-sVe2NHPoBt .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #0059b3 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-sVe2NHPoBt .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sVe2NHPoBt .icon-main:hover .icon-wrapper {
  background-color: #0059b3 !important;
}
.cid-sVe2NHPoBt .icon-main:hover .icon-number {
  background-color: #131d3b !important;
  color: #ffffff !important;
}
.cid-sVe2NHPoBt .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}

img.mbr-iconfont.icon-wrapper.mbri-idea {
    width: 150px;
    object-fit: contain;
    height: auto;
}
.cid-sVe2NHPoBt .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sVe2NHPoBt .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sVe2NHPoBt .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sVe2NHPoBt .mbr-section-title {
  margin: 0;
}
.cid-sVe2NHPoBt .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sVe2NHPoBt .mbr-section-title,
.cid-sVe2NHPoBt .underline {
  color: #000000;
}
.cid-sVe9pOoLHv {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sVe9pOoLHv .title_block {
  margin-bottom: 25px;
}
.cid-sVe9pOoLHv .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #0059b3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVe9pOoLHv .mbr-section-title {
  color: #000000;
}
.cid-sVe9pOoLHv .carousel {
  position: relative;
  width: 100%;
}
.cid-sVe9pOoLHv .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-sVe9pOoLHv .carousel-item.active,
.cid-sVe9pOoLHv .carousel-item-next,
.cid-sVe9pOoLHv .carousel-item-prev {
  display: flex;
}
.cid-sVe9pOoLHv .carousel-controls {
  justify-content: center;
}
.cid-sVe9pOoLHv .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  position: absolute;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVe9pOoLHv .carousel-controls a span:hover {
  background-color: #0059b3;
  color: #ffffff;
}
.cid-sVe9pOoLHv .carousel-control-prev {
  width: 50px;
  left: -60px;
}
.cid-sVe9pOoLHv .carousel-control-next {
  width: 50px;
  right: -60px;
}
.cid-sVe9pOoLHv .box {
  padding: 55px 0;
  height: 100%;
}
.cid-sVe9pOoLHv .card_wrap {
  height: 100%;
  background: #ffffff;
  padding: 40px 30px 40px;
  position: relative;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVe9pOoLHv .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-sVe9pOoLHv .card_header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-sVe9pOoLHv .card_title {
    
    align-items: center;
    
    color: #0059b3;
    
    text-transform: uppercase;
    
}
.card-box h5 {
    color: #0059b3;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.cid-sVe9pOoLHv .carousel-item .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 153, 102, 0.4);
  background-image: linear-gradient(40deg, #0059b3 0%, #ffddcc 100%);
}
.cid-sVe9pOoLHv .carousel-item .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 153, 102, 0.4);
  background-image: linear-gradient(40deg, #0059b3 0%, #ffddcc 100%);
}
.cid-sVe9pOoLHv .carousel-item .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 153, 102, 0.4);
  background-image: linear-gradient(40deg, #0059b3 0%, #ffddcc 100%);
}
.cid-sVe9pOoLHv .carousel-item .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 153, 102, 0.4);
  background-image: linear-gradient(40deg, #0059b3 0%, #ffddcc 100%);
}

img.mbr-iconfont.mbr-iconfont-1.mobi-mbri-mobile.mobi-mbri.animate__animated.animate__delay-1s.animate__fadeInUp {
    width: 34px;
    margin-top: 12px;
}
.cid-sVe9pOoLHv .iconfont-wrapper {
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -4px 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  background: #0059b3;
}
.cid-sVe9pOoLHv .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 60px;
  margin:0 auto;
}
.cid-sVe9pOoLHv .image {
  display: block;
  max-width: 150px;
  margin-left: auto;
}
.cid-sVe9pOoLHv .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sVe9pOoLHv .box {
    padding: 45px 0;
    padding-bottom: 0;
  }
  .cid-sVe9pOoLHv .item:last-child .box {
    padding-bottom: 55px;
  }
  .cid-sVe9pOoLHv .title_block {
    margin-bottom: 0;
  }
  .cid-sVe9pOoLHv .carousel-control-prev {
    width: 50px;
    left: 0;
  }
  .cid-sVe9pOoLHv .carousel-control-next {
    width: 50px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sVe9pOoLHv .carousel-controls {
    height: 50px;
    width: 100%;
    position: relative;
  }
  .cid-sVe9pOoLHv .carousel-controls .carousel-control-prev {
    position: static;
    margin-right: 10px;
    width: 50px;
  }
  .cid-sVe9pOoLHv .carousel-controls .carousel-control-next {
    position: static;
    width: 50px;
  }
}
@media (max-width: 567px) {
  .cid-sVe9pOoLHv .container_sm {
    margin: 0 15px;
  }
}
.cid-sVefvZt8RV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sVefvZt8RV .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
  width:16px;
}
.cid-sVefvZt8RV .panel-group {
  border: none;
}
.cid-sVefvZt8RV .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-sVefvZt8RV .card-header {
    padding: 1rem 0rem;
  }
}
.cid-sVefvZt8RV .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
  background-color:#F9f9f9;
}
@media (max-width: 767px) {
  .cid-sVefvZt8RV .panel-body {
    padding: 0rem;
  }
}
.cid-sVefvZt8RV .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sVefvZt8RV .img-item {
    padding-bottom: 3rem;
  }
}
.cid-sVefvZt8RV img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVefvZt8RV img {
    width: 100%;
  }
}
.cid-sVefvZt8RV .container-fluid {
  padding: 0 1rem;
}
.cid-sVefvZt8RV .collapsed span {
  transform: rotate(0deg);
}
.cid-sVefvZt8RV .panel-title {
  display: flex;
  align-items: center;
}
.cid-sVefvZt8RV .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-sVefvZt8RV .panel-title-edit {
  color: #000000;
  font-weight:600;
}
.cid-sVefvZt8RV .card .card-header {
  background-color: #F9F9F9;
  margin-bottom: 0;
  border: 0;

}
.cid-sVefvZt8RV .card {
  background: #F9F9F9;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-sVefvZt8RV .panel-title-edit,
.cid-sVefvZt8RV .mbr-iconfont {
  color: #1b2026;
}
.cid-sVefvZt8RV .panel-text {
  color: #000000;
      text-align: justify;
}
.cid-sVefvZt8RV H4 {
  color: #000000;
}
.cid-sVe4RAlQXM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0059b3;
}
.cid-sVe4RAlQXM .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVe4RAlQXM .mbr-section-btn,
  .cid-sVe4RAlQXM .mbr-section-subtitle,
  .cid-sVe4RAlQXM .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sVe5NqZvSr {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #131d3b;
}
.cid-sVe5NqZvSr .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}

.cid-sVe5NqZvSr H2 {
  color: #e7272d;
}
.cid-sVe5NqZvSr .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sVe5NqZvSr .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sVe5NqZvSr .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sVe5NqZvSr .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sVe5NqZvSr .col-lg-12 {
  overflow: hidden;
}
.cid-sVe5NqZvSr H4 {
  color: #fbbe36;
}
.cid-sVe5NqZvSr .mbr-text,
.cid-sVe5NqZvSr .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVe5NqZvSr .logo-wrap:before {
    content: none;
  }
  .cid-sVe5NqZvSr .logo-wrap:after {
    content: none;
  }
}
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.cid-sVvbZ6g3HQ {
  background-image: url("../../assets/images/thankyou-1280x720.jpg");
}
.cid-sVvbZ6g3HQ .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-sVvbZ6g3HQ .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 1.09;
  letter-spacing: -1px;
}
.cid-sVvbZ6g3HQ .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sVvbZ6g3HQ .mbr-text {
  color: #6d7a8c;
}
.cid-sVvbZ6g3HQ .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-sVvbZ6g3HQ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sVvbZ6g3HQ .mbr-section-btn {
  display: flex;
}
.cid-sVvbZ6g3HQ .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sVvbZ6g3HQ .mbr-section-btn.display-4,
.cid-sVvbZ6g3HQ .btn.display-4 {
  font-size: 12px !important;
}
.cid-sVvbZ6g3HQ .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sVvbZ6g3HQ .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-sVvbZ6g3HQ .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 55 %;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sVvbZ6g3HQ .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sVvbZ6g3HQ .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-sVvbZ6g3HQ .video-wrap .icon-wrap span {
  font-weight: bold;
}
.cid-sVvbZ6g3HQ .video-wrap .mbr-text {
  line-height: 1.69;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-sVvbZ6g3HQ .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sVvbZ6g3HQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sVvbZ6g3HQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sVvbZ6g3HQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sVvbZ6g3HQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sVvbZ6g3HQ .separator,
  .cid-sVvbZ6g3HQ .sep-holder,
  .cid-sVvbZ6g3HQ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sVvbZ6g3HQ .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sVvbZ6g3HQ .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sVvbZ6g3HQ .mbr-section-subtitle,
.cid-sVvbZ6g3HQ .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sVvbZ6g3HQ .mbr-section-title .accent-word {
  color: #0059b3;
}


.about-section {
  background: #fefefe;
  color: #333;
}

.section-title span.highlight {
  color: #d10024; /* Match your CTA red or brand color */
}

.feature-card {
  border: 2px solid #4c6db2;
  background: #fff;
  /* border: 1px solid #eee; */
  border-radius: 10px;
  padding: 15px 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.feature-card:hover {
  /* border: 2px solid #4c6db2; */
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.feature-card .icon {
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
  color: #d10024;
}

.feature-card p {
  font-size: 15px;
  margin: 0;
  color: #0059b3;
  font-weight: 500;
}
.info-strip {
  background: #e1eaf3;  
  padding: 0px 0;
  margin-top: -500px;
  z-index: 2;
  position: relative;
  /* border-radius: 10px #4c6db2; */
  background: rgba(225, 234, 243, 0.350); /* semi-transparent white */

  
}

.strip-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.192); /* semi-transparent white */
  padding: 10px;
  border-radius: 10px; /* optional for smoother look */

}

.info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 500;
  color: #0059b3;
  gap: 8px;
  white-space: nowrap;
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  min-width: 280px;
  /* border: 2px solid #4c6db2; */

}

.info-item:hover {
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .info-item {
    flex: 1 1 100%;
    min-width: unset;
  }
}



/* .container {
  max-width: 1200px;
  margin: 0 auto;
} */


.icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  gap: 10px;
}

.icon-block .icon {
  font-size: 2rem;
}

.stat-block p {
  font-weight: 500;
  margin-top: 0.25rem;
  color: #444;
}

section {
  margin-top: 0 !important;
}





