/*!
 * CSS Style for Bootstrap v5.0.2
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
:root {
  --bs-primary: #DD0026;
  --bs-primary-hover: #cc0224;
  --bs-secondary: #282829;
  --bs-light: #f3f6fe;
  --bs-bg: #fafafa;
  --bs-dark: #101010;
  --bs-dark-hover: #423d3e;
  --bs-blue: #0B80CC;
  --bs-blue-hover: #0872b9;
  --bs-text-light: #9ea1a3;
  --bs-green: #18B67C;
  --bs-green-hover: #0da06a;
  --bs-orange: #e98e06;
  --fw-light: 300;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;
  --font-1: Inter, sans-serif;
  --font-2: Abhaya Libre, sans-serif;
}

html, body {
  height: 100%;
}

body {
  font-family: var(--font-1);
  font-size: 16px;
  font-weight: var(--fw-normal);
  line-height: 1.2;
}

a {
  color: var(--bs-blue);
  text-decoration: none;
  transition: all 300ms ease-out 0s;
}
a:hover {
  text-decoration: none;
  color: var(--bs-dark);
}

a.text-light {
  color: var(--bs-text-light) !important;
}
a.text-light:hover {
  color: var(--bs-blue) !important;
}

a.text-dark {
  color: var(--bs-text-dark) !important;
}
a.text-dark:hover {
  color: var(--bs-blue) !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: var(--bs-dark);
  font-family: var(--font-1);
  font-weight: var(--fw-semi-bold);
  line-height: 1.3;
}

h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

p {
  font-family: var(--font-1);
  font-size: 16px;
  color: #81818F;
  line-height: 1.7;
  margin-bottom: 20px;
}

p.small {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.btn {
  font-family: var(--font-1);
  font-size: 15px;
  line-height: 15px;
  padding: 8px 26px;
  border-radius: 6px;
  font-weight: 600;
  border: 1px solid transparent;
  height: 50px;
  min-width: 155px;
  transition: all 300ms ease-out 0s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn i {
  font-size: 22px;
  margin-right: 10px;
  display: inline-flex;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-lg {
  padding: 4px 24px 0;
  text-transform: none;
  font-size: 16px;
  font-weight: var(--fw-semi-bold);
  letter-spacing: 0.05em;
  height: 54px;
  min-width: 190px;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 14px;
  line-height: 14px;
  padding: 3px 22px;
  height: 37px;
  min-width: auto;
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: transparent;
}
.btn-primary:hover {
  background-color: var(--bs-primary-hover);
  border-color: var(--bs-primary-hover);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: var(--bs-primary-hover);
  border-color: var(--bs-primary-hover);
  box-shadow: none;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: var(--bs-primary-hover);
  border-color: var(--bs-primary-hover);
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-green {
  color: #fff;
  background-color: var(--bs-green);
  border-color: transparent;
}
.btn-green:hover {
  color: #fff;
  background-color: var(--bs-green-hover);
  border-color: var(--bs-green-hover);
}

.btn-check:focus + .btn-green, .btn-green:focus {
  background-color: var(--bs-green-hover);
  border-color: var(--bs-green-hover);
  box-shadow: none;
}

.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
  background-color: var(--bs-green-hover);
  border-color: var(--bs-green-hover);
}

.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-blue {
  color: #fff;
  background-color: var(--bs-blue);
  border-color: transparent;
}
.btn-blue:hover {
  color: #fff;
  background-color: var(--bs-blue-hover);
  border-color: var(--bs-blue-hover);
}

.btn-check:focus + .btn-blue, .btn-blue:focus {
  background-color: var(--bs-blue-hover);
  border-color: var(--bs-blue-hover);
  box-shadow: none;
}

.btn-check:checked + .btn-blue, .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active, .show > .btn-blue.dropdown-toggle {
  background-color: var(--bs-blue-hover);
  border-color: var(--bs-blue-hover);
}

.btn-check:checked + .btn-blue:focus, .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-dark:hover {
  color: #fff;
  background-color: var(--bs-dark-hover);
  border-color: var(--bs-dark-hover);
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: none;
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-dark {
  color: var(--bs-dark);
  background-color: #fff;
  border-color: var(--bs-dark);
}
.btn-outline-dark:hover {
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  box-shadow: none;
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-light {
  color: var(--bs-secondary);
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: none;
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-link {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  background-color: transparent;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-light {
  background-color: var(--bs-light) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.text-dark {
  color: var(--bs-dark) !important;
}

.text-dark-blue {
  color: var(--bs-primary) !important;
}

.text-blue {
  color: var(--bs-blue) !important;
}

.text-green {
  color: var(--bs-green) !important;
}

.text-orange {
  color: var(--bs-orange) !important;
}

.form-label {
  color: var(--bs-secondary);
  font-size: 16px;
  font-weight: var(--fw-normal);
  line-height: 18px;
  margin-bottom: 12px;
}

.form-check-label {
  font-family: var(--font-2);
  color: var(--bs-dark);
  font-weight: var(--fw-normal);
  font-size: 16px;
}

.form-control, .form-select {
  border-radius: 0;
  padding: 12px 14px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 6px;
  border-color: #E4E4EE;
}
.form-control:focus, .form-select:focus {
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  border-color: var(--bs-primary);
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}

.form-control::placeholder {
  color: #b1b1b1;
  opacity: 1;
}

.invalid-feedback, .form-text {
  margin-top: 4px;
  font-size: 13px;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 6px;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-control:valid, .form-control.is-valid, .was-validated .form-select:valid:not([multiple]):not([size]) {
  background-image: none;
}

.fieldset {
  position: relative;
}
.fieldset .legend {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 4px;
  margin-left: 10px;
  font-size: 12px;
  z-index: 2;
}

.form-control-loading .form-control {
  padding-right: calc(1.5em + 0.75rem);
}
.form-control-loading::after {
  content: "";
  border: 3px solid #e7eef5;
  border-left-color: var(--bs-blue);
  animation: loader-animation 1.2s infinite linear;
  position: absolute;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
}

.form-control-succes .form-control {
  padding-right: calc(1.5em + 0.75rem);
  color: var(--bs-blue);
}
.form-control-succes::after {
  content: "\f272";
  position: absolute;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 13px;
  font-family: bootstrap-icons !important;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #2AAC27;
}

.form-control-lock .form-control {
  padding-right: calc(1.5em + 0.75rem);
  pointer-events: none;
  color: #9d9d9d;
}
.form-control-lock::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 11px;
  background-image: url("../img/lock-on.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-position: center;
}

input[type=radio]:checked, input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label, input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  line-height: 14px;
  display: inline-block;
}

input[type=radio]:checked + label:before, input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 18px;
  height: 18px;
  border: 2px solid #6d6d6d;
  border-radius: 100%;
  background: #fff;
}

input[type=radio]:checked + label:after, input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--bs-primary);
  position: absolute;
  top: 0;
  left: 5px;
  border-radius: 100%;
}

input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

input[type=radio]:checked + label:before {
  border-color: var(--bs-primary);
}

input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.wrapper {
  height: 100%;
}

main {
  flex-direction: column;
  display: flex;
  height: 100%;
  min-height: 100%;
}

.fw-light {
  font-weight: var(--fw-light) !important;
}

.fw-normal {
  font-weight: var(--fw-normal) !important;
}

.fw-medium {
  font-weight: var(--fw-medium) !important;
}

.fw-semi-bold {
  font-weight: var(--fw-semi-bold) !important;
}

.fw-bold {
  font-weight: var(--fw-bold) !important;
}

.text-justify {
  text-align: justify !important;
}

.modal-content {
  border-radius: 6px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.21);
}

.modal-header .btn-close {
  padding: 15px 15px;
}
.modal-header .btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-backdrop {
  background-color: #fbfbfb;
}

.modal-body {
  padding: 24px;
}

.input-file {
  visibility: hidden;
  position: absolute;
}

iframe {
  display: block;
}

#contact-form label.error {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 4px;
}

.container {
  position: relative;
}

.g-100 {
  --bs-gutter-x: 100px;
}

.g-50 {
  --bs-gutter-x: 50px;
}

.table {
  font-size: 14px;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}
.table > thead {
  color: #84919A;
  text-transform: uppercase;
  font-size: 12px;
}
.table .badge {
  font-size: 14px;
  font-weight: var(--fw-semi-bold);
  display: inline-flex;
  align-items: center;
}
.table .badge.bg-success {
  background-color: #EBFFF1 !important;
  color: #119C2B;
}
.table .badge.bg-pending {
  background-color: #EBFFF1 !important;
  color: var(--bs-orange);
}
.table .badge i {
  font-size: 20px;
  margin-right: 4px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .btn-link {
    font-size: 14px;
  }
}
.fade-in {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes circle-outline-animation {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scrolling {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
@keyframes circle-filled-animation {
  from {
    height: 0;
    width: 0;
  }
}
@keyframes loader-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tick-animation {
  0% {
    height: 0;
    width: 0;
  }
  20% {
    height: 0;
    width: 12px;
    opacity: 1;
  }
  40% {
    height: 22px;
    width: 12px;
  }
  100% {
    height: 22px;
    width: 12px;
  }
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  width: 100%;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide:focus {
  outline: -webkit-focus-ring-color auto 0;
  outline: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  color: #fff;
  background-color: var(--bs-primary);
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 10;
  font-size: 0;
  transition: all 0.3s ease 0s;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.slick-arrow.slick-disabled {
  opacity: 0 !important;
}

.slick-prev:before, .slick-next:before {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 40px;
  content: "\f12f";
  background-repeat: no-repeat;
  background-position: center;
}

.slick-dots {
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  color: transparent;
  border: 0;
  outline: none;
  opacity: 0.25;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.slick-dots button::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: inline-block;
}
.slick-dots .slick-active button {
  opacity: 1;
}

.slick-slider.slider-1 .slick-track {
  display: flex;
  align-items: center;
}
.slick-slider.slider-1 .slider-header {
  width: 572px;
}
.slick-slider.slider-1 .slider-item {
  position: relative;
  padding: 0 45px;
  text-align: center;
  display: inline-block;
}
.slick-slider.slider-1 .slider-caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.slick-slider.slider-1 .slider-caption .slider-item-title {
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 0;
}
.slick-slider.slider-2 .slick-track {
  display: flex;
  align-items: center;
}
.slick-slider.slider-2 .slider-header {
  width: 400px;
}
.slick-slider.slider-2 .slider-item {
  position: relative;
  padding: 0 18px;
  text-align: center;
  display: inline-block;
}
.slick-slider.slider-2 .slider-caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.slick-slider.slider-2 .slider-caption .slider-item-title {
  font-size: 36px;
  line-height: 62px;
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 0;
}
.slick-slider.slider-2 .slider-caption P {
  color: #fff;
}
.slick-slider.slider-3 .slick-track {
  display: flex;
  align-items: center;
}
.slick-slider.slider-3 .slider-header {
  width: 400px;
}
.slick-slider.slider-3 .slider-item {
  position: relative;
  display: block;
  margin: 0 15px;
}
.slick-slider.slider-3 .slider-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(40, 40, 41);
  background: linear-gradient(0deg, rgb(40, 40, 41) 0%, rgba(40, 40, 41, 0) 77%);
}
.slick-slider.slider-3 .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px 30px;
  z-index: 1;
}
.slick-slider.slider-3 .slider-caption .slider-item-title {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.slick-slider.slider-3 .slider-caption P {
  color: #fff;
  font-size: 16px;
}
.slick-slider.slider-4 .slick-track {
  display: flex;
  align-items: center;
}
.slick-slider.slider-4 .slider-header {
  width: 400px;
}
.slick-slider.slider-4 .slider-item {
  position: relative;
  background-color: #000;
}
.slick-slider.slider-4 .slider-item img {
  opacity: 0.5;
}
.slick-slider.slider-4 .slide:nth-child(2n) img {
  opacity: 0.7;
}
.slick-slider.slider-4 .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 42px;
}
.slick-slider.slider-4 .slider-caption .slider-item-title {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 0;
}
.slick-slider.slider-4 .slider-caption P {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.slick-slider.slider-4 .slick-prev, .slick-slider.slider-4 .slick-next {
  color: #fff;
  background-color: var(--bs-secondary);
  position: absolute;
  margin-top: -47px;
  width: 120px;
  height: 94px;
}
.slick-slider.slider-4 .slick-prev:hover, .slick-slider.slider-4 .slick-next:hover {
  background-color: var(--bs-primary);
  opacity: 1;
}
.slick-slider.slider-4 .slick-prev:before, .slick-slider.slider-4 .slick-next:before {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 94px;
}

.testimonial-slider-1 .author {
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: #fff;
}
.testimonial-slider-1 .slick-dots {
  text-align: left;
  margin-top: 20px;
}
.testimonial-slider-1 .slick-dots li {
  margin: 0 10px 0 0;
}
.testimonial-slider-1 .slide {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.testimonial-slider-1 .testimonial-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.testimonial-slider-1 .testimonial-item-header .testimonial-profile-img {
  margin-right: 15px;
}
.testimonial-slider-1 .testimonial-item-header .testimonial-profile-img img {
  width: 40px;
  height: 40px;
  padding: 0px;
  display: block;
  border-radius: 50%;
  min-width: initial;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 767px) {
  .slick-slider.slider-4 .slick-prev, .slick-slider.slider-4 .slick-next {
    margin-top: -26px;
    width: 70px;
    height: 52px;
  }
  .slick-slider.slider-4 .slick-prev::before, .slick-slider.slider-4 .slick-next::before {
    font-size: 20px;
    line-height: 52px;
  }
  .slick-slider.slider-4 .slide:nth-child(2n) img, .slick-slider.slider-4 .slider-item img {
    opacity: 0.6;
  }
}
.sm-slider-wrapper {
  width: 100%;
  overflow: hidden;
}
.sm-slider-wrapper .sm-slide-container {
  height: 100%;
  display: flex;
}
.sm-slider-wrapper .section {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-slider-wrapper.slider-1 .section:last-child {
  padding-right: 100px;
}
.sm-slider-wrapper.slider-1 .slider-header {
  margin-left: 100px;
  padding-right: 62px;
}
.sm-slider-wrapper.slider-1 .slider-header .content-title-2 {
  white-space: nowrap;
}
.sm-slider-wrapper.slider-1 .slider-item {
  position: relative;
  margin: 0 45px;
}
.sm-slider-wrapper.slider-1 .slider-caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sm-slider-wrapper.slider-1 .slider-caption .slider-item-title {
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 0;
}
.sm-slider-wrapper.slider-2 .section:nth-child(1n) .slider-item {
  margin-bottom: -60px;
}
.sm-slider-wrapper.slider-2 .section:nth-child(2n) .slider-item {
  margin-bottom: 0;
}
.sm-slider-wrapper.slider-2 .section:nth-child(3n) .slider-item {
  margin-bottom: 60px;
}
.sm-slider-wrapper.slider-2 .section:last-child {
  padding-right: 100px;
}
.sm-slider-wrapper.slider-2 .slider-header {
  margin-left: 100px;
  padding-right: 42px;
}
.sm-slider-wrapper.slider-2 .slider-header .content-title-2 {
  white-space: nowrap;
}
.sm-slider-wrapper.slider-2 .slider-item {
  position: relative;
  margin: 0 18px;
}
.sm-slider-wrapper.slider-2 .slider-item img {
  max-width: 320px;
}
.sm-slider-wrapper.slider-2 .slider-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(40, 40, 41);
  background: linear-gradient(0deg, rgb(40, 40, 41) 0%, rgba(40, 40, 41, 0) 77%);
}
.sm-slider-wrapper.slider-2 .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 32px 30px;
  z-index: 1;
}
.sm-slider-wrapper.slider-2 .slider-caption .slider-item-title {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 0;
}
.sm-slider-wrapper.slider-2 .slider-caption P {
  color: #fff;
  font-size: 14px;
  font-weight: var(--fw-medium);
}

header {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
}

.main-menu {
  display: flex;
  align-items: center;
  top: 0;
  left: 50%;
  padding: 0 14px;
}
.main-menu .nav-item {
  display: flex;
  align-items: center;
}
.main-menu .nav-link {
  font-family: var(--font-1);
  padding: 14px 16px;
  font-size: 14px;
  color: #a3a2a2;
  font-weight: var(--fw-medium);
  transition: all 300ms ease-out 0s;
}
.main-menu .nav-link:hover {
  color: var(--bs-primary);
}
.main-menu .active .nav-link {
  color: var(--bs-secondary);
  background: #fff;
}
.main-menu .dropdown.show .dropdown-menu {
  display: block;
  top: 100%;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.main-menu .dropdown .dropdown-menu {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.12);
}
.main-menu .dropdown .dropdown-item {
  color: var(--bs-dark);
  padding: 6px 18px;
  font-size: 15px;
}
.main-menu .dropdown .dropdown-item:hover, .main-menu .dropdown .dropdown-item:focus {
  color: #fff;
  background-color: var(--bs-primary);
}

@media (max-width: 1199px) {
  .main-menu {
    margin: initial;
  }
}
.side-bar {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 94px 24px 20px;
  transition: all 0.2s ease 0s;
}
.side-bar .menu-toggler {
  width: 25px;
  height: 22px;
  background-image: url(../img/menu-icon-close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
}
.side-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.side-bar .side-menu a, .side-bar .side-menu .btn.btn-primary {
  font-family: var(--font-1);
  color: var(--bs-secondary);
  padding: 4px 0;
  display: inline-block;
  width: 100%;
  line-height: 42px;
  font-size: 16px;
  font-weight: var(--fw-normal);
  position: relative;
  height: auto;
  margin-left: 0;
  background-color: transparent;
  text-align: left;
  border: none;
  letter-spacing: 0;
}
.side-bar .side-menu a:hover, .side-bar .side-menu .btn.btn-primary:hover {
  color: var(--bs-primary);
}
.side-bar .side-menu a::after, .side-bar .side-menu .btn.btn-primary::after {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
.side-bar .side-menu .active a {
  color: var(--bs-primary);
}
.side-bar .side-menu ul {
  display: block;
}
.side-bar .side-menu li:last-child a::after {
  display: none !important;
}
.side-bar .side-menu .dropdown-menu {
  display: none;
}

header .menu-toggler {
  width: 32px;
  height: 22px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
header .menu-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background-color: var(--bs-dark);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .menu-toggler span:nth-child(1) {
  top: 0px;
}
header .menu-toggler span:nth-child(2), header .menu-toggler span:nth-child(3) {
  top: 10px;
}
header .menu-toggler span:nth-child(4) {
  top: 20px;
}

@media (max-width: 991px) {
  header .menu-toggler {
    display: block;
  }
  .main-menu {
    display: none;
  }
  .open-menu body {
    overflow: hidden;
  }
  .open-menu .side-bar {
    top: 0;
  }
  .open-menu header .menu-toggler span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  .open-menu header .menu-toggler span:nth-child(2) {
    transform: rotate(45deg);
  }
  .open-menu header .menu-toggler span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .open-menu header .menu-toggler span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
}
.content-area-block {
  padding: 50px 0;
  width: 100%;
  position: relative;
}

.border-top {
  border-top: 1px solid #ccc;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #E4E4EE;
  border-radius: 6px;
}

.phone-input-group .form-select {
  flex: 0 0 auto;
  width: 130px;
  border-right: 0;
}
.phone-input-group .form-control {
  border-left: 0;
}

.wizard {
  width: 100%;
}
.wizard .wizard-header .wizard-nav {
  list-style: none;
  display: flex;
  padding: 0;
}
.wizard .wizard-header .wizard-nav li {
  width: 33.33%;
  text-align: center;
  position: relative;
}
.wizard .wizard-header .wizard-nav li .wizard-nav-icon {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  color: #E4E4EE;
  background-color: #E4E4EE;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.wizard .wizard-header .wizard-nav li p {
  color: #E4E4EE;
  margin-bottom: 0;
}
.wizard .wizard-header .wizard-nav li::before, .wizard .wizard-header .wizard-nav li::after {
  content: "";
  height: 2px;
  background-color: #E4E4EE;
  position: absolute;
  top: 11px;
}
.wizard .wizard-header .wizard-nav li::before {
  width: 100%;
  left: -100%;
}
.wizard .wizard-header .wizard-nav li::after {
  width: 50%;
  right: 50%;
}
.wizard .wizard-header .wizard-nav li:first-child {
  text-align: left;
}
.wizard .wizard-header .wizard-nav li:first-child::before, .wizard .wizard-header .wizard-nav li:first-child::after {
  display: none;
}
.wizard .wizard-header .wizard-nav li:last-child {
  text-align: right;
}
.wizard .wizard-header .wizard-nav li:last-child::before {
  left: -50%;
  width: 50%;
}
.wizard .wizard-header .wizard-nav li:last-child::after {
  right: 0;
  width: 100%;
}
.wizard .wizard-header .wizard-nav .active .wizard-nav-icon {
  color: #2AAC27;
  background-color: #2AAC27;
}
.wizard .wizard-header .wizard-nav .active p {
  color: #2AAC27;
  margin-bottom: 0;
}
.wizard .wizard-header .wizard-nav .active::before, .wizard .wizard-header .wizard-nav .active::after {
  background-color: #2AAC27;
}
.wizard .wizard-header .wizard-nav .activated .wizard-nav-icon {
  color: #fff;
  background-color: #2AAC27;
}
.wizard .wizard-header .wizard-nav .activated p {
  color: #2AAC27;
  margin-bottom: 0;
}
.wizard .wizard-header .wizard-nav .activated::before, .wizard .wizard-header .wizard-nav .activated::after {
  background-color: #2AAC27;
}
.wizard .wizard-content {
  display: none;
}
.wizard .wizard-content.show {
  display: block;
}

.succes-animate-icon .checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #43a047;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.succes-animate-icon .checkmark {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  display: block;
  stroke-width: 6;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #43a047;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.succes-animate-icon .checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 80px #43a047;
  }
}

.otp {
  text-align: center;
  display: flex;
  margin: 0 -6px;
}
.otp input {
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  margin: 0 6px;
  text-align: center;
}

.selectize-input {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #E4E4EE;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 12px 14px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 6px;
}

.card-1 .card-header {
  padding: 14px 30px;
  background-color: #fff;
  min-height: 66px;
}
.card-1 .card-body {
  padding: 30px 30px;
}
.card-1 .card-footer {
  padding: 14px 30px;
  background-color: #fff;
  min-height: 66px;
}

.profile-pic {
  width: 162px;
  aspect-ratio: 1/1.15;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #ccc;
}
.profile-pic img {
  width: 100%;
}
.profile-pic .upload-btn {
  background-color: #fff;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  bottom: 6px;
  right: 6px;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  cursor: pointer;
}

.input-phone #btn-country {
  padding: 12px 10px;
  min-width: auto;
  font-size: 16px;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  border: 1px solid #E4E4EE;
}
.input-phone #btn-country:after {
  display: none;
}
.input-phone #btn-country:focus {
  background-color: #fff;
  border-color: var(--bs-primary);
}
.input-phone #phoneNumber {
  padding: 12px 14px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 0 6px 6px 0;
  border-color: #E4E4EE;
}
.input-phone #phoneNumber:focus {
  background-color: #fff;
  border-color: var(--bs-primary);
}

.modal-header-icon {
  font-size: 40px;
  margin-right: 10px;
}
.modal-header-icon.warning {
  color: var(--bs-orange);
}

@media (max-width: 767px) {
  header .menu-toggler {
    display: block;
  }
  .main-menu {
    display: none;
  }
  .content-area-block {
    padding: 30px 0;
  }
  .card-2 {
    border: none;
  }
  .card-2 .card-body {
    padding: 0;
    border-top: 1px solid #dee2e6;
    padding-top: 18px;
  }
  .card-2 td {
    padding: 0;
  }
  .succes-animate-icon .checkmark {
    width: 112px;
    height: 112px;
    margin: 8% auto;
  }
  .card-1 .card-header, .card-1 .card-footer {
    padding: 8px 20px;
    min-height: 55px;
  }
  .card-1 .card-body {
    padding: 20px 20px;
  }
  .profile-pic {
    width: 120px;
  }
}
footer {
  background-color: #fff;
}

select.form-select {
  display: none !important;
}

.custom-select {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  padding-right: 34px;
}

.custom-select.open:after {
  transform: rotate(-180deg);
}

.custom-select.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.custom-select.open .option {
  cursor: pointer;
}

.custom-select.wide {
  width: 100%;
}
.custom-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.custom-select .current {
  height: 100%;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
}
.custom-select .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  border: 1px solid #ced4da;
  background-color: #fff;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 100%;
  border-radius: 6px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.21);
}
.custom-select .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: auto;
}
.custom-select .list .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  transition: all 0.2s;
}
.custom-select .list .option:hover, .custom-select .list .option:focus {
  background-color: #f6f6f6;
}
.custom-select .list .option.selected {
  font-weight: var(--fw-semi-bold);
  background-color: #f6f6f6;
}
.custom-select .custom-select-not-found {
  display: none;
  padding: 16px 15px;
  text-align: center;
  color: #8e8e8e;
  font-size: 14px;
}
.custom-select .custom-select-search {
  padding: 6px 15px;
}
.custom-select .custom-select-search input {
  width: 100%;
  padding: 5px 14px;
}
.custom-select .custom-placeholder {
  color: #8e8e8e;
}

.custom-select-end .list {
  right: 0;
  left: inherit;
}/*# sourceMappingURL=style.css.map */