.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-us {
  background-image: url(../img/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../img/flags/1x1/us.svg);
}

.flag-icon-pl {
  background-image: url(../img/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../img/flags/1x1/pl.svg);
}

.flag-icon-ro {
  background-image: url(../img/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../img/flags/1x1/ro.svg);
}

body {
  font-family: Montserrat;
  padding-top: 4.5rem;
}

.hero-section {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.65) 100%), url('../img/main-header.webp') center/cover no-repeat;
  min-height: clamp(22rem, 60vh, 34rem);
  padding: clamp(4rem, 8vw, 7rem) 0;
  display: flex;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-end;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 4rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 3.5rem 0;
    justify-content: center;
  }
  .hero-content {
    align-items: center;
    text-align: center;
  }
}

.hero-cta {
  padding: 0.85rem 2.5rem;
  border-radius: 999px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-cta:hover,
.hero-cta:focus {
  transform: translateY(-2px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.45);
  color: #ffffff !important;
}

.navbar.fixed-top {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
}

#lang {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lang-label {
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
}

.lang-current .flag-icon {
  margin-right: 0.4rem;
}

.feature-card {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.feature-card .item-content {
  padding: 1.5rem;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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 + (4.6 - 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.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: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #000000;
}
.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: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: 'Montserrat', 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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', 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: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ff6666 !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='%23000000' %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;
  background-color: #000000;
  color: #ffffff;
}
a {
  transition: color 0.6s;
}
.dropdown-menu {
  background-color: #000000;
}
.main-header {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../img/main-header.webp");
}
.main-header .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.main-header .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .main-header {
    align-items: flex-end;
  }
  .main-header .row {
    justify-content: flex-end;
  }
  .main-header .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .main-header .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .main-header {
    -webkit-align-items: center;
    align-items: center;
  }
  .main-header .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-header .content-wrap {
    width: 100%;
  }
}
.main-header .mbr-section-title {
  text-align: right;
}
.main-header .mbr-text,
.main-header .mbr-section-btn {
  text-align: right;
}
.section-block {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.section-block img,
.section-block .item-img {
  width: 100%;
}
.section-block .item:focus,
.section-block span:focus {
  outline: none;
}
.section-block .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.section-block .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #26282d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .section-block .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .section-block .item-wrapper .item-content {
    padding: 1rem;
  }
}
.section-block .mbr-section-btn {
  margin-top: auto !important;
}
.section-block .mbr-section-title {
  color: #ffffff;
}
.section-block .mbr-text,
.section-block .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.section-block .item-title {
  text-align: left;
  color: #ffffff;
}
.section-block .item-subtitle {
  text-align: left;
}
.section-block .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCMffN71B4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sCMffN71B4 .mbr-section-title {
  color: #ffffff;
}
.cid-sCMffN71B4 .mbr-section-subtitle {
  color: #ffffff;
}
.technoly-container {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #26282d;
}
.technoly-container img,
.technoly-container .item-img {
  width: 100%;
}
.technoly-container .item:focus,
.technoly-container span:focus {
  outline: none;
}
.technoly-container .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.technoly-container .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #26282d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .technoly-container .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .technoly-container .item-wrapper .item-content {
    padding: 1rem;
  }
}
.technoly-container .mbr-section-btn {
  margin-top: auto !important;
}
.technoly-container .mbr-section-title {
  color: #ffffff;
}
.technoly-container .mbr-text,
.technoly-container .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.technoly-container .item-title {
  text-align: left;
  color: #ffffff;
}
.technoly-container .item-subtitle {
  text-align: center;
}
.technoly-container .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCN3qgh0R6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #26282d;
}
.cid-sCN3qgh0R6 img,
.cid-sCN3qgh0R6 .item-img {
  width: 100%;
}
.cid-sCN3qgh0R6 .item:focus,
.cid-sCN3qgh0R6 span:focus {
  outline: none;
}
.cid-sCN3qgh0R6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCN3qgh0R6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #26282d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCN3qgh0R6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCN3qgh0R6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCN3qgh0R6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCN3qgh0R6 .mbr-section-title {
  color: #ffffff;
}
.cid-sCN3qgh0R6 .mbr-text,
.cid-sCN3qgh0R6 .mbr-section-btn {
  text-align: left;
}
.cid-sCN3qgh0R6 .item-title {
  text-align: left;
}
.cid-sCN3qgh0R6 .item-subtitle {
  text-align: center;
}
.cid-sCN3qgh0R6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCN3rruqxA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #26282d;
}
.cid-sCN3rruqxA img,
.cid-sCN3rruqxA .item-img {
  width: 100%;
}
.cid-sCN3rruqxA .item:focus,
.cid-sCN3rruqxA span:focus {
  outline: none;
}
.cid-sCN3rruqxA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCN3rruqxA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #26282d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCN3rruqxA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCN3rruqxA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCN3rruqxA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCN3rruqxA .mbr-section-title {
  color: #ffffff;
}
.cid-sCN3rruqxA .mbr-text,
.cid-sCN3rruqxA .mbr-section-btn {
  text-align: left;
}
.cid-sCN3rruqxA .item-title {
  text-align: left;
}
.cid-sCN3rruqxA .item-subtitle {
  text-align: center;
}
.cid-sCN3rruqxA .mbr-section-subtitle {
  color: #ffffff;
}
.block-domains {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .block-domains .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .block-domains .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .block-domains .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.block-domains .card-title {
  color: #ffffff;
}
.block-domains .card-subtitle {
  color: #ffffff;
}
.cid-sCN9v6A4Kp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sCN9v6A4Kp .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sCN9v6A4Kp .card-wrapper {
  background-color: #26282d;
  border-radius: 4px;
}
.cid-sCN9v6A4Kp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCN9v6A4Kp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sCN9v6A4Kp .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sCN9v6A4Kp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sCN9v6A4Kp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCN9v6A4Kp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sCN9v6A4Kp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCN9v6A4Kp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sCN9v6A4Kp .card-title {
  color: #ffffff;
}
.cid-sCN9v6A4Kp .mbr-text,
.cid-sCN9v6A4Kp .social-row {
  color: #ffffff;
}
.cid-sCNaiigG5J {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sCNaiigG5J img,
.cid-sCNaiigG5J .item-img {
  width: 100%;
}
.cid-sCNaiigG5J .item:focus,
.cid-sCNaiigG5J span:focus {
  outline: none;
}
.cid-sCNaiigG5J .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCNaiigG5J .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCNaiigG5J .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sCNaiigG5J .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCNaiigG5J .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sCNaiigG5J .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sCNaiigG5J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCNaiigG5J .mbr-section-title {
  color: #ffffff;
}
.cid-sCNaiigG5J .mbr-text,
.cid-sCNaiigG5J .mbr-section-btn {
  text-align: left;
}
.cid-sCNaiigG5J .item-title {
  text-align: left;
}
.cid-sCNaiigG5J .item-subtitle {
  text-align: left;
}
.cid-sCNbULCcOD {
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sCNbULCcOD img,
.cid-sCNbULCcOD .item-img {
  width: 100%;
}
.cid-sCNbULCcOD .item:focus,
.cid-sCNbULCcOD span:focus {
  outline: none;
}
.cid-sCNbULCcOD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCNbULCcOD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCNbULCcOD .mbr-section-title {
  color: #ffffff;
}
.cid-sCNbULCcOD .mbr-text,
.cid-sCNbULCcOD .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-sCNbULCcOD .item-title {
  text-align: left;
  color: #f0f0f0;
}
.cid-sCNbULCcOD .item-subtitle {
  text-align: left;
}
.cid-sCNdTjJHXv {
  padding-top: 5rem;
  background-color: #000000;
}
.cid-sCNdTjJHXv .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sCNdTjJHXv .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #353535;
}
@media (max-width: 991px) {
  .cid-sCNdTjJHXv .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCNdTjJHXv .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sCNdTjJHXv .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-sCNdTjJHXv .card-title {
  color: #ffffff;
}
.cid-sCNdTjJHXv P {
  color: #ffffff;
}
.cid-sCNdTjJHXv .mbr-section-title {
  color: #ffffff;
}
.cid-sCNeFTbgyc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sCNeFTbgyc .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-sCNeFTbgyc .bg-linkedin:hover {
  background: #005582;
}
.cid-sCNeFTbgyc .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sCNeFTbgyc [class^="socicon-"]:before,
.cid-sCNeFTbgyc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sCNeZUgNhx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCNeZUgNhx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCNeZUgNhx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCNeZUgNhx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCNeZUgNhx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCNeZUgNhx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCNeZUgNhx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCNeZUgNhx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCNeZUgNhx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCNeZUgNhx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCNeZUgNhx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCNeZUgNhx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCNeZUgNhx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCNeZUgNhx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCNeZUgNhx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCNh75sJzt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sCNh75sJzt .mbr-section-title {
  color: #ffffff;
}
.cid-sCNh75sJzt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCNicPFPKg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sCNicPFPKg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sCNicPFPKg .card-wrapper {
  background-color: #232323;
  border-radius: 4px;
}
.cid-sCNicPFPKg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCNicPFPKg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sCNicPFPKg .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sCNicPFPKg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sCNicPFPKg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCNicPFPKg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sCNicPFPKg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCNicPFPKg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sCNicPFPKg .card-title {
  color: #ffffff;
}
.cid-sCNicPFPKg .mbr-text,
.cid-sCNicPFPKg .social-row {
  color: #ffffff;
}
.cid-sCNjUMtNqD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sCNjUMtNqD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sCNjUMtNqD .card-wrapper {
  background-color: #232323;
  border-radius: 4px;
}
.cid-sCNjUMtNqD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCNjUMtNqD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sCNjUMtNqD .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sCNjUMtNqD .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sCNjUMtNqD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCNjUMtNqD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sCNjUMtNqD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCNjUMtNqD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sCNjUMtNqD .card-subtitle {
  color: #ffffff;
}
.cid-sCNjUMtNqD .mbr-text,
.cid-sCNjUMtNqD .social-row {
  color: #ffffff;
}
.cid-sCNjUMtNqD .card-title {
  color: #ffffff;
}
.mv_page {
  display: flex;
}

.mv_page .title-row {
  display: flex;
  background-image: url("../img/mission-and-vision_page.webp");
  height: 518px; 
  object-fit: cover; 
  object-position: 50% 50%;
}



.mv_page .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.mv_page .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .mv_page {
    align-items: center;
  }
  .mv_page .row {
    justify-content: flex-end;
  }
  .mv_page .content-wrap {
    width: 55%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mv_page .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .mv_page {
    -webkit-align-items: center;
    align-items: center;
  }
  .mv_page .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .mv_page .content-wrap {
    width: 100%;
  }
}
.mv-content {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.mv-content .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.mv-content .mbr-section-title {
  color: #ffffff;
}
.cid-sCNlXCFjml {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sCNlXCFjml .mbr-section-title {
  color: #ffffff;
}
.cid-sCNlXCFjml .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sCNnka7Tnf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sCNnka7Tnf .mbr-section-title {
  color: #ffffff;
}
.cid-sCNnka7Tnf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sCNomqMN7I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sCNomqMN7I img  {
  object-fit: cover;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%
}
.cid-sCNomqMN7I .item:focus,
.cid-sCNomqMN7I span:focus {
  outline: none;
}
.cid-sCNomqMN7I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCNomqMN7I .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCNomqMN7I .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCNomqMN7I .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCNomqMN7I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCNomqMN7I .mbr-section-title {
  color: #232323;
}
.cid-sCNomqMN7I .mbr-text,
.cid-sCNomqMN7I .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sCNomqMN7I .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-sCNomqMN7I .item-subtitle {
  text-align: center;
}
.cid-sCNJZl3wfG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #26282d;
}
.cid-sCNJZl3wfG .showAlerts {
  display: block !important;
}
.cid-sCNJZl3wfG .rowflexrev {
  display: -webkit-flex;
}
.cid-sCNJZl3wfG .title {
  margin-bottom: 2rem;
}
.cid-sCNJZl3wfG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCNJZl3wfG textarea.form-control {
  min-height: 188px;
}
.cid-sCNJZl3wfG LABEL {
  color: #232323;
}
.cid-sCNJZl3wfG .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sCNJZl3wfG .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sCNJZl3wfG .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sCNJZl3wfG .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sCNJZl3wfG .alert {
  margin-bottom: 0;
}
.cid-sCNJZl3wfG .alert-success {
  background-color: #70c770;
}
.cid-sCNJZl3wfG .alert-danger {
  background-color: #ff4a52;
}
.cid-sCNJZl3wfG .btn {
  display: inline-flex;
}
.cid-sCNJZl3wfG .hidden {
  display: none;
}
.cid-sCNJZl3wfG .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sCNJZl3wfG .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sCNJZl3wfG H2 {
  color: #ffffff;
}

.img-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card {
  background-color: #000000;
}

.bg-default {
  background: #353535;
}

.whyus {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../img/why-us-bg.webp");
}
.whyus .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .whyus .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .whyus .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .whyus .card-wrapper {
    padding: 2rem;
  }
}
.whyus .card-title,
.whyus .card-box {
  text-align: center;
}
