body {
  font-family: Work Sans;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 6.25rem;
  line-height: 0.833;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Cormorant', serif;
  font-size: 3.43rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.2875rem;
}
#statusMessage{
    text-align:center;
    padding:20px;
    width: 100%;
    margin-top: 60px;
    border-radius:10px !important;
    font-size: 24px;
    vertical-align: middle !important;
    color:#888;
    }
.successMessage{
    background-color: #CCFFCC;
    padding-top: 20px;
}
.errorMessage{
    background-color:#f5afaf;
    padding-top: 20px;
}
.cid-sVzIRj3JAX .display-2{
font-family: 'Cormorant', serif;
  font-size: 3rem;
  line-height: 1;
}
.display-4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8625rem;
}
.display-5 {
  font-family: 'Cormorant', serif;
  font-size: 1.87rem;
  line-height: 1.06;
}
.display-5 > .mbr-iconfont {
  font-size: 2.3375rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.94rem;
  line-height: 1.73;
}
.display-7 > .mbr-iconfont {
  font-size: 1.175rem;
}
form .display-5 {
  font-family: 'Cormorant', serif;
  font-size: 1.04rem;
  line-height: 1.5625;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.744rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.496rem;
    font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.752rem;
    font-size: calc( 0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.94rem 1.25rem;
  position: relative;
}
.btn-sm {
  padding: 0.94rem 2.25rem;
}
.btn-md {
  padding: 0.94rem 2.25rem;
}
.btn-lg {
  padding: 0.94rem 2.25rem;
}
.bg-primary {
  background-color: #f23801 !important;
}
.bg-success {
  background-color: #f7e4d6 !important;
}
.bg-info {
  background-color: #9e9e9e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f4f4f4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f23801 !important;
  border-color: #f23801 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary.focus:after,
.btn-primary.active:after {
  transform: translateX(10px);
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9c2401 !important;
  border-color: #9c2401 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary.focus:after,
.btn-secondary.active:after {
  transform: translateX(10px);
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info.focus:after,
.btn-info.active:after {
  transform: translateX(10px);
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
  color: #ac5c22 !important;
  box-shadow: none;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success.focus:after,
.btn-success.active:after {
  transform: translateX(10px);
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ac5c22 !important;
  background-color: #e9b48d !important;
  border-color: #e9b48d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning.focus:after,
.btn-warning.active:after {
  transform: translateX(10px);
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger.focus:after,
.btn-danger.active:after {
  transform: translateX(10px);
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #757575 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover:after,
.btn-white:focus:after,
.btn-white.focus:after,
.btn-white.active:after {
  transform: translateX(10px);
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.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: none;
}
.btn-black:hover:after,
.btn-black:focus:after,
.btn-black.focus:after,
.btn-black.active:after {
  transform: translateX(10px);
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.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;
  color: #f23801;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: translateX(10px);
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f23801 !important;
  border-color: #f23801 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #000000;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: translateX(10px);
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #9e9e9e;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: translateX(10px);
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #f7e4d6;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: translateX(10px);
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ac5c22 !important;
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #ffe161;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: translateX(10px);
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !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;
  color: #f4f4f4;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: translateX(10px);
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: translateX(10px);
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !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;
  color: #fafafa;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: translateX(10px);
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f23801 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f7e4d6 !important;
}
.text-info {
  color: #9e9e9e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f4f4f4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8c2001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e6ac81 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6b6b6b !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: #c1c1c1 !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;
}
.nav-tabs .nav-link.active {
  color: #f23801;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9e9e9e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f4f4f4;
}
/*.mbr-section-btn .btn::after,
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.mbr-section-btn .btn::before {
  right: -20px;
  width: 40px;
  height: 2px;
}
.mbr-section-btn .btn::after {
  border: 4px solid transparent;
  border-left: 4px solid #000;
  right: -27px;
}*/
.mbr-section-btn .btn[class*="-outline"] {
  padding-left: 0;
}
.mbr-section-btn .btn[class*="-outline"]::before {
  background: #000;
}
.mbr-section-btn .btn:not([class*="-outline"])::before {
  background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
}
.mbr-gallery-filter li.active .btn {
  background-color: #f23801;
  border-color: #f23801;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f23801;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcfc0;
}
.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: #dedede;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.8625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #f23801 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.8625rem;
}
blockquote {
  border-color: #f23801;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f23801;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f23801;
}
.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: #f23801;
  border-bottom-color: #f23801;
}
.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: #f23801 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  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='%23f23801' %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-seN5SvjF1y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-seN5SvjF1y nav.navbar {
 /* position: fixed;*/
}
.cid-seN5SvjF1y .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-seN5SvjF1y .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-seN5SvjF1y .container-fluid,
  .cid-seN5SvjF1y .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-seN5SvjF1y .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-seN5SvjF1y .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-seN5SvjF1y .dropdown-item:hover:before,
.cid-seN5SvjF1y .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-seN5SvjF1y .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-seN5SvjF1y .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1rem !important;
}
.cid-seN5SvjF1y .nav-link:before {
 /* content: '';   Removes red dot next to menu items 
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-1px);*/
}
.cid-seN5SvjF1y .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-seN5SvjF1y .container {
  display: flex;
  margin: auto;
}
.cid-seN5SvjF1y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seN5SvjF1y .dropdown-menu,
.cid-seN5SvjF1y .navbar.opened {
  background: #538597 !important;
  margin-top: -10px;
  padding-top: 5px !important;
}
.cid-seN5SvjF1y .nav-item:focus,
.cid-seN5SvjF1y .nav-link:focus {
  outline: none;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seN5SvjF1y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seN5SvjF1y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seN5SvjF1y .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #538597;
  padding: 1rem 0;
}
.cid-seN5SvjF1y .navbar.opened {
  transition: all .3s;
}
.cid-seN5SvjF1y .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-seN5SvjF1y .navbar .navbar-logo img {
  width: auto;
}
.cid-seN5SvjF1y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seN5SvjF1y .navbar.collapsed {
  justify-content: center;
}
.cid-seN5SvjF1y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seN5SvjF1y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seN5SvjF1y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seN5SvjF1y .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-seN5SvjF1y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seN5SvjF1y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seN5SvjF1y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seN5SvjF1y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seN5SvjF1y .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-seN5SvjF1y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seN5SvjF1y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seN5SvjF1y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seN5SvjF1y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seN5SvjF1y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seN5SvjF1y .navbar.navbar-short {
  min-height: 60px;
}
.cid-seN5SvjF1y .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-seN5SvjF1y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seN5SvjF1y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seN5SvjF1y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seN5SvjF1y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seN5SvjF1y .dropdown-item.active,
.cid-seN5SvjF1y .dropdown-item:active {
  background-color: transparent;
}
.cid-seN5SvjF1y .navbar-expand-lg .navbar-nav .nav-link {
  padding-bottom: 10px !important;
  font-size:150%;
}
.cid-seN5SvjF1y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seN5SvjF1y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0.5rem;
  padding: 0.667em 1.667em;
}
.cid-seN5SvjF1y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #538597;
}
.cid-seN5SvjF1y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seN5SvjF1y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seN5SvjF1y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seN5SvjF1y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seN5SvjF1y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seN5SvjF1y .navbar-dropdown {
  padding: 1rem 0;
  /*position: fixed;*/
}
.cid-seN5SvjF1y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seN5SvjF1y .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-seN5SvjF1y .navbar {
    height: 70px;
  }
  .cid-seN5SvjF1y .navbar.opened {
    height: auto;
  }
  .cid-seN5SvjF1y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJi0cR1OB3 {
  padding-top: 135px;
  padding-bottom: 60px;
}
.cid-sJi0cR1OB3 .mbr-iconfont2 {
  color: #e9204f;
}
.cid-sJi0cR1OB3 .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-sJi0cR1OB3 .card-inner {
  background-color: #538597;
  transition: 0.7s;
  z-index: 10;
min-height: 380px;
}
.cid-sJi0cR1OB3 .btn {
  margin-left: 0rem;
  color: #101010 !important;
}
.cid-sJi0cR1OB3 .row {
  padding-bottom: 1rem;
}
.cid-sJi0cR1OB3 .link {
  margin: 0;
}
.cid-sJi0cR1OB3 .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-sJi0cR1OB3 .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #e9204f;
  transition: 0.7s;
}
.cid-sJi0cR1OB3 .card-img {
  margin-bottom: 1.5rem;
}
.cid-sJi0cR1OB3 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sJi0cR1OB3 .card:hover .card-inner {
  background-color: #e9204f;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-sJi0cR1OB3 .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sJi0cR1OB3 .card:hover .card-title {
  color: #ffffff;
}
.cid-sJi0cR1OB3 .card:hover .card-title:after {
  background: #ffffff;
}
.cid-sJi0cR1OB3 .card:hover .mbr-text {
  color: #ffffff;
}
.cid-sJi0cR1OB3 .media-container-row {
  align-items: flex-end;
}
.cid-sJi0cR1OB3 .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-sJi0cR1OB3  a{
    position:absolute !important; 
    bottom:0 !important;
    padding-bottom:20px !important;
    color:#fff !important;
}


@media (max-width:1368px) {
  .cid-sJi0cR1OB3 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width:100% !important;
  }
  
}










@media (max-width: 767px) {
  .cid-sJi0cR1OB3 .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-sJi0cR1OB3 .card-inner {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sJi0cR1OB3 .card-inner {
    padding: 2rem 1.5rem 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sJi0cR1OB3 .card {
    margin-bottom: 2rem;
  }
  .cid-sJi0cR1OB3 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJi0cR1OB3 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sJi0cR1OB3 .card {
  position: relative;
  margin-bottom: 20px;
}
.cid-sJi0cR1OB3 .card-3::after {
  content: '';
  background-color: #000000;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-sJi0cR1OB3 .card:first-child .card-inner {
  background-color: #e9204f;
}
.cid-sJi0cR1OB3 .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-sJi0cR1OB3 .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-sJi0cR1OB3 .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffb5b5 !important;
}
.cid-sJi0cR1OB3 .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-sJi0cR1OB3 .btn:hover {
  color: #ffffff !important;
}
.cid-sJi0cR1OB3 .line-title {
  width: 40px;
  height: 2px;
  background-color: #f4f4f4;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sJi0cR1OB3 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #f4f4f4;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-sJi0cR1OB3 H3 {
  color: #bbbbbb;
}
.cid-sJi0cR1OB3 .block-title,
.cid-sJi0cR1OB3 .mbr-section-title,
.cid-sJi0cR1OB3 .line,
.cid-sJi0cR1OB3 .mbr-section-btn {
  color: #ffffff;
}
.cid-sI7l7x60Q6 .modal-body .close {
  background: #1b1b1b;
}
.cid-sI7l7x60Q6 .modal-body .close span {
  font-style: normal;
}
.cid-sI7l7x60Q6 .carousel-inner > .active,
.cid-sI7l7x60Q6 .carousel-inner > .next,
.cid-sI7l7x60Q6 .carousel-inner > .prev {
  display: flex;
}
.cid-sI7l7x60Q6 .carousel-control .icon-next,
.cid-sI7l7x60Q6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sI7l7x60Q6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sI7l7x60Q6 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sI7l7x60Q6 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sI7l7x60Q6 .boxed-slider > div {
  position: relative;
}
.cid-sI7l7x60Q6 .container img {
  width: 100%;
}
.cid-sI7l7x60Q6 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sI7l7x60Q6 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sI7l7x60Q6 .mbr-table-cell {
  padding: 0;
}
.cid-sI7l7x60Q6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sI7l7x60Q6 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sI7l7x60Q6 .mbr-overlay {
  z-index: 1;
}
.cid-sI7l7x60Q6 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sI7l7x60Q6 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sI7l7x60Q6 .carousel-item.active.right,
.cid-sI7l7x60Q6 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sI7l7x60Q6 .carousel-item.active.left,
.cid-sI7l7x60Q6 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sI7l7x60Q6 .carousel-item.active,
.cid-sI7l7x60Q6 .carousel-item.next.left,
.cid-sI7l7x60Q6 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sI7l7x60Q6 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sI7l7x60Q6 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sI7l7x60Q6 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sI7l7x60Q6 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sI7l7x60Q6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sI7l7x60Q6 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sI7l7x60Q6 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sI7l7x60Q6 .mbr-slider .carousel-indicators li.active,
.cid-sI7l7x60Q6 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sI7l7x60Q6 .mbr-slider .carousel-indicators li::after,
.cid-sI7l7x60Q6 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sI7l7x60Q6 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sI7l7x60Q6 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sI7l7x60Q6 .mbr-slider > .container img {
  width: 100%;
}
.cid-sI7l7x60Q6 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sI7l7x60Q6 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sI7l7x60Q6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sI7l7x60Q6 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sI7l7x60Q6 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sI7l7x60Q6 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sI7l7x60Q6 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sI7l7x60Q6 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sI7l7x60Q6 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sI7l7x60Q6 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sI7l7x60Q6 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sI7l7x60Q6 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sI7l7x60Q6 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sHWXbmRFnw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #082c4e;
}
@media (max-width: 991px) {
  .cid-sHWXbmRFnw .mbr-section-title,
  .cid-sHWXbmRFnw .mbr-section-subtitle,
  .cid-sHWXbmRFnw .mbr-section-btn,
  .cid-sHWXbmRFnw .mbr-text {
    text-align: center;
  }
}
.cid-sHWXbmRFnw .mbr-section-title {
  color: #ffffff;
}
.cid-sHWXbmRFnw .mbr-text,
.cid-sHWXbmRFnw .mbr-section-btn {
  color: #ffffff;
}
.cid-sHWXftXql0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1d1e22;
}
.cid-sHWXftXql0 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sHWXftXql0 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sHWXftXql0 h2 {
  padding: 0;
  margin: 0;
}
.cid-sHWXftXql0 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHWXftXql0 .text-col {
  margin: auto;
}
.cid-sHWXftXql0 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sHWXftXql0 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sHWXftXql0 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sHWXftXql0 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sHWXftXql0 .mbr-iconfont {
  margin: 0!important;
}
.cid-sHWXftXql0 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-sHWXftXql0 .mbr-section-subtitle {
  margin-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .cid-sHWXftXql0 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHWXftXql0 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sHWXftXql0 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sHWXftXql0 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sHWXftXql0 H2 {
  color: #333333;
}
.cid-sHWXftXql0 .mbr-text {
  color: #fafafa;
}
.cid-sHWXftXql0 H1 {
  color: #fafafa;
}
.cid-sHWXftXql0 H3 {
  color: #fafafa;
  text-align: left;
}
.cid-sHWXj139Ho {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1619x1080.jpg");
}
.cid-sHWXj139Ho .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sHWXj139Ho .head_wrap:hover .mbr-section-title a {
  color: #000000 !important;
}
.cid-seN6HIp3mI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #282b3d;
}
.cid-seN6HIp3mI .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seN6HIp3mI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seN6HIp3mI .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-seN6HIp3mI .text-wrapper {
    padding: 0 0 0 3rem;
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-seN6HIp3mI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seN6HIp3mI .mbr-section-tag {
  margin-bottom: 1rem;
  color: #9e9e9e;
}
.cid-seN6HIp3mI .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-seN6HIp3mI .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-seN6HIp3mI .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
  color: #7d7a7a;
}
.cid-seN6HIp3mI .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-seN6HIp3mI .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
  color: #ffffff;
}
.cid-seN6HIp3mI .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-seN6HIp3mI .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-seN6HIp3mI .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #ffffff;
}
.cid-seN6HIp3mI .mbr-subtitle {
  color: #ffffff;
}
.cid-seN6HIp3mI .mbr-text {
  color: #ffffff;
}
.cid-seN6syvu3D {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-seN6syvu3D .container {
    max-width: 1400px;
  }
}
.cid-seN6syvu3D .row {
  justify-content: center;
}
.cid-seN6syvu3D .mbr-section-tag {
  color: #9e9e9e;
}
.cid-seN6syvu3D .card-title {
  margin-bottom: 0.875rem;
  color: #ffffff;
}
.cid-seN6syvu3D .card {
  margin-top: 3rem;
}
.cid-seN6syvu3D .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #f23801;
}
.cid-seN6syvu3D .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-seN6syvu3D .card-text,
.cid-seN6syvu3D .mbr-section-btn {
  color: #ffffff;
}
.cid-sJh07cOatv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-sJh07cOatv .container {
    max-width: 1400px;
  }
}
.cid-sJh07cOatv .row {
  justify-content: center;
}
.cid-sJh07cOatv .mbr-section-tag {
  color: #9e9e9e;
}
.cid-sJh07cOatv .card-title {
  margin-bottom: 0.875rem;
  color: #ffffff;
}
.cid-sJh07cOatv .card {
  margin-top: 3rem;
}
.cid-sJh07cOatv .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #f23801;
}
.cid-sJh07cOatv .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sJh07cOatv .card-text,
.cid-sJh07cOatv .mbr-section-btn {
  color: #ffffff;
}
.cid-sJi7jOq6q4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sJi7jOq6q4 .mbr-section-title {
  color: #ffffff;
}
.cid-seN6M0nEEx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7d7a7a;
}
.cid-seN6M0nEEx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-seN6M0nEEx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-seN6M0nEEx .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-seN6M0nEEx .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .footer-item,
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes,
  .cid-seN6M0nEEx .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seN6M0nEEx .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (10 * 1rem));
  display: inline-block;
}
.cid-seN6M0nEEx .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-seN6M0nEEx .mbr-social-likes a {
  color: #000000;
}
.cid-seN6M0nEEx .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-seN6M0nEEx .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-seN6M0nEEx .footer-logo img {
  width: auto;
}
.cid-seN6M0nEEx .footer-item {
  display: flex;
  align-items: center;
}
.cid-seN6M0nEEx .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-seN6M0nEEx .footer-item-title {
  color: #ffffff;
}
.cid-seN6M0nEEx .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sSvxptbK2A .form-control, .cid-sSvxptbK2A .field-input{
padding: 1rem 2rem !important;
box-shadow: inset 1px 1px 2px 0 #d2dce9;
border-radius: 1rem;
border: 0!important;
color: #000000;
transition: 0.4s;
outline: none;
background-color: #ccc!important;
font-size: 18px;
}
#contacts08-15 {
    background-color: #293144 !important;
    color:#fff;
}

/* start of services.php css */
.cid-sSVN9vacT4 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  overflow: hidden;
  /*background-color: #65c6d4;*/
  background-color: #293144; 
}
.cid-sSVN9vacT4 .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-sSVN9vacT4 .bg {
  background: #ffffff;
}
.cid-sSVN9vacT4 .img-col {
  padding: 0;
}
.cid-sSVN9vacT4 .icon-col {
  padding: 2rem 0;
}
.cid-sSVN9vacT4 .icon-col:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 9999px;
  width: 2px;
  content: '';
}
.cid-sSVN9vacT4 .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #fe6571;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-bottom: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 50%;
}

.cid-sSVN9vacT4 .currentcost {
  color: #232323;
}
.cid-sSVN9vacT4 .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sSVN9vacT4 img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-sSVN9vacT4 .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-sSVN9vacT4 .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 3rem;
}



@media (max-width: 991px) {
    
    .cid-sSVN9vacT4 .card-wrapper {
  border-radius: 4px;
  overflow: hidden;
  padding: 0 1rem;
  padding-bottom: 3rem;
}
    
.cid-sSVN9vacT4 .row,
.cid-sSVN9vacT4 .icon-col {
  overflow: hidden;
}    
}




@media (min-width: 992px) {
  .cid-sSVN9vacT4 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sSVN9vacT4 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVN9vacT4 .text-box {
    padding: 2rem 1rem;
  }
}
.cid-sSVN9vacT4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSVN9vacT4 H5 {
  color: #3098f3;
}
.cid-sSVN9vacT4 .link,
.cid-sSVN9vacT4 .link-wrap {
  text-align: left;
}

.cid-sSVPCXoWqd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  /*background-color: #65c6d4;*/
  background-color: #293144;
}
.cid-sSVPCXoWqd .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-sSVPCXoWqd .bg {
  background: #ffffff;
}
.cid-sSVPCXoWqd .img-col {
  padding: 0;
}
.cid-sSVPCXoWqd .icon-col {
  padding: 2rem 0;
}
.cid-sSVPCXoWqd .icon-col:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 9999px;
  width: 2px;
  content: '';
}
.cid-sSVPCXoWqd .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #fe6571;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-bottom: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 50%;
}
.cid-sSVPCXoWqd .row,
.cid-sSVPCXoWqd .icon-col {
  overflow: visible;
}
.cid-sSVPCXoWqd .currentcost {
  color: #232323;
}
.cid-sSVPCXoWqd .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sSVPCXoWqd img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-sSVPCXoWqd .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-sSVPCXoWqd .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sSVPCXoWqd .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sSVPCXoWqd .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVPCXoWqd .text-box {
    padding: 2rem 1rem;
  }
}
.cid-sSVPCXoWqd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSVPCXoWqd H5 {
  color: #3098f3;
}
.cid-sSVPCXoWqd .link,
.cid-sSVPCXoWqd .link-wrap {
  text-align: left;
}

.cid-sSVROSK1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  /*background-color: #65c6d4;*/
  background-color: #293144;
}
.cid-sSVROSK1vC .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-sSVROSK1vC .bg {
  background: #ffffff;
}
.cid-sSVROSK1vC .img-col {
  padding: 0;
}
.cid-sSVROSK1vC .icon-col {
  padding: 2rem 0;
}
.cid-sSVROSK1vC .icon-col:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 9999px;
  width: 2px;
  content: '';
}
.cid-sSVROSK1vC .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #fe6571;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-bottom: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 50%;
}
.cid-sSVROSK1vC .row,
.cid-sSVROSK1vC .icon-col {
  overflow: visible;
}
.cid-sSVROSK1vC .currentcost {
  color: #232323;
}
.cid-sSVROSK1vC .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sSVROSK1vC img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-sSVROSK1vC .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-sSVROSK1vC .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sSVROSK1vC .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sSVROSK1vC .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVROSK1vC .text-box {
    padding: 2rem 1rem;
  }
}
.cid-sSVROSK1vC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSVROSK1vC H5 {
  color: #3098f3;
}
.cid-sSVROSK1vC .link,
.cid-sSVROSK1vC .link-wrap {
  text-align: left;
}
/* end of services.php css */



/*start of training.php css */
.cid-sSVVTQKF7b {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #293144; /*#121212;*/
  
}
.cid-sSVVTQKF7b .mbr-section-title {
  text-align: center;
  color: #ffffff;
}



.cid-sSVYhgF1UR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #293144; /*#121212;*/
}
.cid-sSVYhgF1UR .item-subtitle a {
  color: #bbbbbb;
  font-weight: 600;
}
.cid-sSVYhgF1UR .item-title,
.cid-sSVYhgF1UR .item-subtitle {
  transition: all 0.3s;
}



.cid-sSVYhgF1UR .item-btn {
  position:absolute;
  bottom:0;
  margin-bottom: 20px;
}






.cid-sSVYhgF1UR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSVYhgF1UR .item:hover img {
  transform: scale(1.05);
}
.cid-sSVYhgF1UR .item-img {
  overflow: hidden;
}
.cid-sSVYhgF1UR img,
.cid-sSVYhgF1UR .item-img {
  /*width: 100%;*/
  transition: all 1s;
 /* height:280px;*/
 aspect-ratio: 3/2;
    background: #293144;
}
.cid-sSVYhgF1UR h5 {
  margin: 0;
}
.cid-sSVYhgF1UR .item:focus,
.cid-sSVYhgF1UR span:focus {
  outline: none;
}
.cid-sSVYhgF1UR .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sSVYhgF1UR .item-content {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-sSVYhgF1UR .mbr-section-title {
  color: #ffffff;
}
.cid-sSVYhgF1UR .item-title {
  color: #bbbbbb;
}
.cid-sSVYhgF1UR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSVYhgF1UR .mbr-text,
.cid-sSVYhgF1UR .mbr-section-btn {
  color: #ffffff;
}
.cid-sSVYhgF1UR .item-subtitle {
  color: #ffffff;
}


.cid-sSW0UPuQw6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #293144; /*#121212;*/
}
.cid-sSW0UPuQw6 .item-subtitle a {
  color: #bbbbbb;
  font-weight: 600;
}
.cid-sSW0UPuQw6 .item-title,
.cid-sSW0UPuQw6 .item-subtitle {
  transition: all 0.3s;
}
.cid-sSW0UPuQw6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSW0UPuQw6 .item:hover img {
  transform: scale(1.05);
}
.cid-sSW0UPuQw6 .item-img {
  overflow: hidden;
}
.cid-sSW0UPuQw6 img,
.cid-sSW0UPuQw6 .item-img {
  /*width: 100%;*/
  transition: all 1s;
  /*height:280px;*/
  aspect-ratio: 3/2;
    background: #293144;
}
.cid-sSW0UPuQw6 h5 {
  margin: 0;
}
.cid-sSW0UPuQw6 .item:focus,
.cid-sSW0UPuQw6 span:focus {
  outline: none;
}
.cid-sSW0UPuQw6 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sSW0UPuQw6 .item-content {
  padding-top: 2rem;
}
.cid-sSW0UPuQw6 .mbr-section-title {
  color: #ffffff;
}
.cid-sSW0UPuQw6 .item-title {
  color: #bbbbbb;
}
.cid-sSW0UPuQw6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSW0UPuQw6 .mbr-text,
.cid-sSW0UPuQw6 .mbr-section-btn {
  color: #ffffff;
}
.cid-sSW0UPuQw6 .item-subtitle {
  color: #ffffff;
}


.cid-sSW5OvKtYp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #293144; /*#121212;*/
}
.cid-sSW5OvKtYp .item-subtitle a {
  color: #bbbbbb;
  font-weight: 600;
}
.cid-sSW5OvKtYp .item-title,
.cid-sSW5OvKtYp .item-subtitle {
  transition: all 0.3s;
}
.cid-sSW5OvKtYp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSW5OvKtYp .item:hover img {
  transform: scale(1.05);
}
.cid-sSW5OvKtYp .item-img {
  overflow: hidden;
}
.cid-sSW5OvKtYp img,
.cid-sSW5OvKtYp .item-img {
 /* width: 100%;*/
  transition: all 1s;
  /*height:280px;*/
  aspect-ratio: 3/2;
    background: #293144;
}
.cid-sSW5OvKtYp h5 {
  margin: 0;
}
.cid-sSW5OvKtYp .item:focus,
.cid-sSW5OvKtYp span:focus {
  outline: none;
}
.cid-sSW5OvKtYp .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sSW5OvKtYp .item-content {
  padding-top: 2rem;
}
.cid-sSW5OvKtYp .mbr-section-title {
  color: #ffffff;
}
.cid-sSW5OvKtYp .item-title {
  color: #bbbbbb;
}
.cid-sSW5OvKtYp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSW5OvKtYp .mbr-text,
.cid-sSW5OvKtYp .mbr-section-btn {
  color: #ffffff;
}
.cid-sSW5OvKtYp .item-subtitle {
  color: #ffffff;
}

/* end of training */

/* start of faqs */

.cid-sSVJdMyFRr {
  padding-top: 7rem;
  padding-bottom: 5rem;
  /*background-color: #98dee8;*/
  /*background: linear-gradient(45deg, #5e729d, #000000);*/
  background-color: #293144;
  color:#fff;
}
.cid-sSVJdMyFRr .aboutus .display-5{
    font-size: 1.3rem !important;
    font-family: 'Work Sans', sans-serif !important;
}



.cid-sSVJdMyFRr .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sSVJdMyFRr .mbr-iconfont {
  /*font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  color:#fff;
  margin-left: 1rem;*/
  display:none;
}
.cid-sSVJdMyFRr .panel-group {
  border: none;
}
.cid-sSVJdMyFRr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sSVJdMyFRr .panel-body,
.cid-sSVJdMyFRr .card-header {
  padding: 1rem 1rem;
  background-color: #808080;
  color:#fff;
}
.cid-sSVJdMyFRr .panel-title-edit {
  /*color: #1d2c35;*/
  color: #fff;
}
.cid-sSVJdMyFRr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}


.cid-sSVJdMyFRr .aboutus .panel-body {
    
    background-color: #fff;
    color: #000;
}


/* end of faqs */

/* start of videos */

.cid-sSvsjvSwCf {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #293144; /*#ffffff;*/
}
.cid-sSvsjvSwCf img {
  border-radius: 0px;
}
.cid-sSvsjvSwCf .mbr-section-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-sSvsjvSwCf .mbr-text {
  padding-bottom: 30px;
  color: #C0C0C0;
  font-weight: 500;
}
.cid-sSvsjvSwCf p:last-child {
  margin-bottom: 0;
}
.cid-sSvsjvSwCf .row {
  justify-content: center;
}

.cid-sSvuRAnAqM {
  padding-top: 15px;
  padding-bottom: 30px;
  /*background-color: #25634d;*/
  background-color: #000; 
}
.cid-sSvuRAnAqM .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sSvuRAnAqM .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sSvuRAnAqM .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}


.cid-sSvmIxztZf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #293144; /*#ffffff;*/
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sSvmIxztZf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sSvmIxztZf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSvmIxztZf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSvmIxztZf .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sSvmIxztZf .container {
  padding: 0;
}
.cid-sSvmIxztZf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sSvmIxztZf .icon-focus {
  display: none;
}
.cid-sSvmIxztZf .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sSvmIxztZf .btn-primary-outline:hover {
  background: transparent !important;
  color: #f23801 !important;
}
.cid-sSvmIxztZf li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sSvmIxztZf li {
  position: relative;
}
.cid-sSvmIxztZf .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sSvmIxztZf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sSvmIxztZf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sSvmIxztZf .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sSvmIxztZf .btn {
  font-family: Work Sans !important;
}
.cid-sSvmIxztZf .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sSvmIxztZf .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sSvmIxztZf .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sSvmIxztZf .bottomTitle{
    text-align: center; 
    padding:5px; 
    color:#fff; 
    background-color: transparent !important;
}




@media (max-width: 767px) {
  .cid-sSvmIxztZf li:not(:last-child):after {
    top: 9px;
  }
  .cid-sSvmIxztZf .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}

/*end of videos */

/*start of testimonials */

.cid-sSVEBqVx7c {
  padding-top: 60px;
  padding-bottom: 60px;
  /*background-color: #edeff0;*/
  /*background: linear-gradient(45deg, #5e729d, #000000);*/
  background-color: #293144;
  color:#fff;
}


}
.cid-sSVEBqVx7c .mbr-text {
  margin: 0;
}
.cid-sSVEBqVx7c .row-element {
  padding: 0;
}
.cid-sSVEBqVx7c img {
  border-radius: 10px;
  object-fit: cover;
}
.cid-sSVEBqVx7c .carousel-item.active,
.cid-sSVEBqVx7c .carousel-item-next,
.cid-sSVEBqVx7c .carousel-item-prev {
  display: flex;
}
.cid-sSVEBqVx7c .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-sSVEBqVx7c .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #f23801;
}
.cid-sSVEBqVx7c .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sSVEBqVx7c .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sSVEBqVx7c .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sSVEBqVx7c .carousel-controls {
    display: block;
  }
  .cid-sSVEBqVx7c .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sSVEBqVx7c .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sSVEBqVx7c .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sSVEBqVx7c .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sSVEBqVx7c .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSVEBqVx7c .media-container-row {
    width: 100%;
  }
}
.cid-sSVEBqVx7c .text-content {
  padding: 3rem;
}
.cid-sSVEBqVx7c .mbr-title {
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}
.cid-sSVEBqVx7c .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-sSVEBqVx7c .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-sSVEBqVx7c .card-text {
  line-height: 1.72;
  text-align: left;
}
.cid-sSVEBqVx7c .link {
  text-align: left;
}

/* end of testimonials */


/* start of about us */


.cid-sSvAIwZlRY {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #354463;
  /*background: linear-gradient(45deg, #354463, #000000);*/
  /*background: linear-gradient(45deg, #5e729d, #000000);*/
  background-color: #293144;
}


}
.cid-sSvAIwZlRY .mbr-section-subtitle {
  font-weight: 700;
}
.cid-sSvAIwZlRY .btn-primary-outline {
  color: #ffffff !important;
}
.cid-sSvAIwZlRY .btn-primary-outline:hover {
  color: #9e9e9e !important;
}
.cid-sSvAIwZlRY .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-sSvAIwZlRY .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-sSvAIwZlRY .link:hover {
  color: #f23801 !important;
}
.cid-sSvAIwZlRY .link:hover::after {
  opacity: 0;
}
.cid-sSvAIwZlRY .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-sSvAIwZlRY .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-sSvAIwZlRY .img-mbr-section-text {
  position: relative;
}
.cid-sSvAIwZlRY .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
  color: #9fdbf8;
}
.cid-sSvAIwZlRY img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-sSvAIwZlRY .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-sSvAIwZlRY .row {
  margin: 0;
}
.cid-sSvAIwZlRY .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-sSvAIwZlRY .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sSvAIwZlRY .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-sSvAIwZlRY .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sSvAIwZlRY .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sSvAIwZlRY .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-sSvAIwZlRY .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-sSvAIwZlRY .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-sSvAIwZlRY .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-sSvAIwZlRY .img-block {
    padding-left: 6rem;
  }
}
.cid-sSvAIwZlRY .paragraph,
.cid-sSvAIwZlRY .link {
  color: #6ec7f2;
}


/* end of about us */
/** start of home page three panel */
.cid-sVzIRj3JAX {
  background-color: #000000;
}
@media (min-width: 1400px) {
  .cid-sVzIRj3JAX .wrapper {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sVzIRj3JAX .item {
    margin-bottom: 3rem;
  }
}
.cid-sVzIRj3JAX .item-wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVzIRj3JAX .item-wrapper {
  height: 100%;
}
.cid-sVzIRj3JAX .item-img {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.cid-sVzIRj3JAX .item-img img {
  transition: all 1.5s;
  height: 100%;
  object-fit: cover;
}
.cid-sVzIRj3JAX .btn {
  font-family: 'Cormorant Garamond';
  min-width: 215px;
  padding: .8rem 4rem;
  position: relative;
  color: #ffffff;
}
.cid-sVzIRj3JAX .effectHover {
  position: absolute;
  width: 105%;
  height: 90%;
  border: 1px solid #9A948D;
}
.cid-sVzIRj3JAX .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-left: 1px solid #9A948D;
  border-top: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sVzIRj3JAX .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #9A948D;
  border-right: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sVzIRj3JAX .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sVzIRj3JAX .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sVzIRj3JAX .text-wrapper {
  width: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-sVzIRj3JAX .mbr-title,
.cid-sVzIRj3JAX .mbr-section-btn {
  color: #ffffff;
}
/** end of home page three panel */

/** start of scrolling background panel */
.cid-sVzQc32toN {
  overflow-x: hidden !important;
}
.cid-sVzQc32toN,
.cid-sVzQc32toN .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sVzQc32toN .mbr-section-title {
  color: #ffffff;
}
.cid-sVzQc32toN .mbr-section-title span {
  color: #f23801;
}
.cid-sVzQc32toN .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sVzQc32toN .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/lightbulbs-1920x640.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sVzQc32toN .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sVzQc32toN .mbr-overlay {
  z-index: 1;
}
.cid-sVzQc32toN .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/** end of scrolling background panel */

/** start of privacy statement */
.cid-sWopE4QRd8 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sWopE4QRd8 .row {
    text-align: center;
  }
}
.cid-sWopE4QRd8 .section-head {
  margin-bottom: 2.3rem;
}
.cid-sWopE4QRd8 .paragraph {
  margin-bottom: 2rem;
}
.cid-sWopE4QRd8 .mbr-section-title {
  text-align: center;
}
/** end of privacy statement */

/** start of registration */
.cid-sWquUUbS3s {
  padding-top: 0px !important;
  padding-bottom: 90px !important;
  background-color: #293144 !important;
}
.cid-sWquUUbS3s .mbr-section-heading {
  margin-bottom: 1.5em !important;
}
.cid-sWquUUbS3s .form-group {
  margin-bottom: 1.3em !important;
}
.cid-sWquUUbS3s .form-1 {
  margin: 0 1em !important;
  padding: 0 !important;
}
.cid-sWquUUbS3s .form-control {
  border: 1px solid #ddd !important;
  background-color: white!important;
  padding: 0.5em !important;
  min-height: 2.5em !important;
  width: 100% !important;
  font-size:18px !important;
  color: #000 !important;
  border-radius: 5px;
}

.cid-sWquUUbS3s label {
  color:#fff;
}

.cid-sWquUUbS3s .btn-primary {
  background-color:#000 !important;
  border-radius: 5px !important;
}





.cid-sWquUUbS3s textarea.form-control {
  height: 15em !important;
  padding: 0.5em 0.6em !important;
}
/** end of registration  */

/** start of registration header */

.cid-sMdjIMytcp {
  padding-top: 6rem !important;
  padding-bottom: 20rem !important;
  background-image: url("../../../assets/images/mobirise20211124-046312021-11-5-2-36-27.jpg");
  background-size: cover;
  background-position: center top;
  max-height:60vh;
  
}
.cid-sMdjIMytcp a:hover {
  background-image: none !important;
}
.cid-sMdjIMytcp .colored-text {
  color: #fff !important;
  font-family: 'Work Sans', sans-serif;
  margin-top: 10vh;
}
.cid-sMdjIMytcp .mbr-section-title {
  text-align: left;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  margin-top: 10vh;
}
/** end of registration  */