.transition-5 {
  transition: all 0.5s;
}

.transition-3 {
  transition: all 0.3s;
}

.smaller {
  font-size: 12px;
}

.sticky {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
}

a {
  text-decoration: none;
  color: inherit;
}

.footer-links a {
  border-bottom: 2px solid transparent;
  transition: all;
}

.footer-links a:hover {
  border-bottom: 2px solid var(--bs-light);
}

.fw-semi {
  font-weight: 600;
}

.float-comment {
  width: 20rem;
}

.text-theme-gray {
  color: #83919c;
}

.bg-lighter {
  background-color: #f8f8f8;
}

.bg-lighter2 {
  background-color: #f2f4f8;
}

.bg-lighter3 {
  background-color: #f8fafc;
}

.hover-lighter:hover {
  background-color: #f2f8ea;
}

.area_disabled {
  pointer-events: none;
  opacity: 0.5;
}

.nav-position {
  position: relative;
}

.clear a {
  text-decoration: none;
  color: inherit;
}

.cursor-pointer {
  cursor: pointer;
}

.p_hover {
  background-color: var(--bs-white);
  color: var(--bs-dark);
  transition: all 0.3s ease;
  border: 1px solid var(--bs-light);
  margin-top: 1rem;
}

.p_hover img {
  filter: grayscale(100%);
}

.p_hover.active {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid transparent;
  margin-top: 0;
}

.p_hover.active img {
  filter: grayscale(0%);
}

ul.clear {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bg-primary-light {
  background: #f0ffea;
}

.text-light-dark {
  color: #969c9f;
}

.hm-card-image {
  position: relative;
  overflow: hidden;
  height: 30vh;
}

.mouse-parallax {
  transition: all;
}

.hm-gplace-1 {
  position: absolute;
  top: 35%;
  left: 60%;
}

.hm-card-image>img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hm-scroll-cards {
  width: 180rem;
  position: relative;
}

.hm-hero-img {
  width: 100%;
  background: url("../images/hero-image.webp");
  background-position: center;
  background-size: cover;
  position: relative;
}

.hm-cta-banner-img {
  width: 100%;
  background: url("../images/ctaBanner.webp");
  background-position: center;
  background-size: cover;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-dark {
  background-color: #13416680;
}

.hm-white-grad {
  background: linear-gradient(to right, rgb(230, 239, 255) 40%, rgba(214, 239, 255, 0.3) 90%);
}

.hm-card-hover:hover {
  color: white !important;
  background: var(--bs-primary);
}

.hm-hero-card {
  background: rgb(255, 255, 255, 0.4);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 8px solid #35b8c2;
}

.hm-hero-card>div>img {
  height: 50px;
  margin-left: -20px;
}

.scroll-card {
  background-color: var(--bs-white);
  color: var(--bs-dark);
}

.scroll-card.hovered,
.scroll-card:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.scroll-card.hovered img,
.scroll-card:hover img {
  filter: invert(94%) sepia(100%) saturate(0%) brightness(100%);
}

.hm-hero-heading {
  font-size: 2.2rem;
}

.n-gap-2>* {
  margin-left: -20px;
}

.btn-mini {
  color: var(--bs-dark);
}

.btn-mini:hover {
  color: var(--bs-white);
}

.btn-theme {
  font-size: 1.1rem;
  color: white;
  padding: 15px 50px;
  border-radius: 15px;
  background: linear-gradient(to top, #195180, #10334f);
  border: none;
}

.btn-theme:active,
.btn-theme:focus {
  color: white;
}

.btn-theme:hover {
  border: none;
  color: white;
  background: linear-gradient(to right, #7fb3cc, #2a98cc);
}

.btn-outline-theme {
  font-size: 1.1rem;
  padding: 15px 50px;
  border-radius: 15px;
  border: 0.2rem solid #134065;
}

.btn-outline-theme:hover {
  border-color: #579ad1;
  background: linear-gradient(to right, #7fb3cc, #2a98cc);
}

.z-n {
  z-index: -1;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.glass-card {
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #17466d51;
  border-radius: 10px;
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
}

.glass-card.light {
  background-color: rgba(255, 255, 255, 0.5);
}

.thumb-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.pattern-bg {
  background-image: url("../images/pattern-bg-lines.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.theme-banner {
  background: url("../images/theme-banner.webp");
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-position: top;
}

.theme-banner-small {
  background: url("../images/theme-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-table {
  color: var(--bs-gray-500);
}

.custom-table th,
.custom-table td {
  border: none;
}

.border-gray {
  border-color: #c6c6c6 !important;
}

.step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  text-wrap: nowrap;
}

.step-number {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  border: 2px solid transparent;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 600;
}

.bg-black-dark {
  background-color: #0c2039 !important;
}

.arrow-icon {
  width: 18px;
  max-height: 70px;
  filter: grayscale(20%);
}

.border-lg {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* sm */
@media (max-width: 600px) {
  .hm-hero-card>div>img {
    height: 40px;
    margin-left: -10px;
  }

  .hm-scroll-cards {
    width: 160rem;
  }
}

/* md */
@media (max-width: 900px) {
  .border-lg {
    border: none !important;
  }

  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .hm-hero-heading {
    font-size: 1.2rem;
  }

  .btn-theme {
    padding: 10px 20px;
  }

  .btn-outline-theme {
    padding: 10px 20px;
  }

  .hm-card-image {
    height: 40vh;
  }
}

/* lg */
@media (max-width: 1100px) {
  .btn-theme {
    font-size: 0.8rem;
    padding: 10px 30px;
    border-radius: 10px;
  }

  .btn-theme:hover,
  .btn-outline-theme:hover {
    background: #689821;
    border-color: #689821;
    color: white;
  }

  .btn-outline-theme {
    font-size: 0.8rem;
    padding: 10px 30px;
    border-radius: 10px;
  }

  .hm-scroll-cards {
    width: 200rem;
  }
}

/* xl */
@media (max-width: 1240px) {
  .nav-position {
    position: absolute;
  }
}

/* xxl */
@media (max-width: 1420px) {}

@keyframes scrollAnimation {
  0% {
    scroll-behavior: auto;
  }

  100% {
    scroll-behavior: smooth;
  }
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/
.contact__title {
  font-size: 22px;
  margin-bottom: 24px;
}

.contact__items {
  list-style: none;
  padding: 0;
}

.contact__item {
  margin-bottom: 20px;
}

.contact__item a {
  color: #868686;
}

.contact__item a:hover {
  color: #ffb31a;
}

.contact__item-label {
  font-weight: 700;
  display: block;
}

.numberInput {
  width: 26px;
  height: 100%
}
* .rt-input {
  background: #fff;
  /* Gray/Koyu */
  border: 1px solid #6B7A99;
  border-radius: 5px;
  padding: 0.6rem 1rem;
  color: #101010;
  width: 100%;
  font-weight: 400;
}
* .rt-input:focus, * .rt-input:active {
  outline: unset;
}
* .error-message {
  color: crimson;
  font-size: 12px;
}
* .loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9888;
}

.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
}
.steps .step-col {
  position: relative;
  width: 180px;
}
.steps .step-col span {
  display: block;
  font-weight: 400;
}
.steps .step-col span.title {
  color: #56A733;
}
.steps .step-col span.sub-title {
  color: #6B7A99;
  margin: 0.3rem 0 0.5rem;
}
.steps .step-col span.circle {
  border-radius: 50%;
  border: 2px solid #6B7A99;
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.steps .step-col span.circle:before {
  content: "";
  display: block;
  background: #6B7A99;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.steps .step-col span.circle i {
  display: none;
}
.steps .step-col:not(:last-child):after {
  content: "";
  display: none;
  width: 100px;
  height: 2px;
  background: #6B7A99;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
}
.steps .step-col:not(:last-child) .circle:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -165px;
  width: 165px;
  height: 2px;
  background: #6B7A99;
}
.steps .step-col.active .circle {
  border-color: #56A733;
}
.steps .step-col.active .circle:before, .steps .step-col.active .circle:after {
  background: #56A733;
}
.steps .step-col.finish .circle {
  background-color: #312783;
  border-color: #312783;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps .step-col.finish .circle:before {
  display: none;
}
.steps .step-col.finish .circle:after {
  background: #312783;
}
.steps .step-col.finish .circle i {
  display: block;
  color: #fff;
  font-size: 18px;
}

#steps label {
  font-weight: 400;
}
#steps .title {
  text-align: center;
  font-size: 24px;
  color: #312783;
  font-weight: 600;
}
#steps .order-box {
  display: flex;
  align-items: center;
  border: 3px solid #312783;
  border-radius: 11px;
  padding: 1rem;
  color: #312783;
  position: relative;
  cursor: pointer;
}
#steps .order-box .icon-frame {
  background: #DEDAFF;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}
#steps .order-box .icon-frame i {
  font-size: 25px;
}
#steps .order-box span {
  font-size: 14px;
  font-weight: 400;
}
#steps .order-box .order-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
#steps .order-box .order-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 2px solid #312783;
  border-radius: 6px;
}
#steps .order-box .order-buttons a:last-child {
  background-color: #312783;
  color: #fff;
}
#steps .order-box.active {
  border-color: #56A733;
  color: #56A733;
}
#steps .order-box.active .icon-frame {
  background: #E6FFDB;
}
#steps .order-box.active .dot {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #56A733;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
#steps .order-box.active .order-buttons a {
  border-color: #56A733;
  color: #56A733;
}
#steps .order-box.active .order-buttons a:last-child {
  background: #56A733;
  color: #fff;
}
#steps .step-buttons {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0.5rem;
  text-align: right;
  z-index: 777;
}
#steps table {
  width: 100%;
}
#steps table tr {
  border-collapse: collapse;
  border-bottom: 1px solid #EBEBEB;
}
#steps table tr td,
#steps table tr th {
  font-weight: 400;
  padding: 0.5rem;
}
#steps table tr td:first-child i,
#steps table tr th:first-child i {
  color: #56A733;
  font-size: 21px;
  margin-right: 0.5rem;
}
#steps table tr td:last-child,
#steps table tr th:last-child {
  text-align: right;
}
#steps table#result-table tr td {
  color: #312783;
}
#steps table#result-table tr:last-child td {
  font-weight: 600;
}
#steps .rt-switch {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0;
}
#steps .rt-switch .form-check-input {
  margin: 0 0.5rem;
  width: 60px;
  height: 26px;
}
#steps .rt-switch > * {
  float: clear;
}
#steps .info-area .info-box {
  background: #DEDAFF;
  padding: 1rem;
  border-radius: 6px;
  height: 100%;
}
#steps .info-area .info-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#steps .info-area .info-box ul .info-title {
  color: #312783;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0.5rem;
}
#steps .info-area .info-box ul li strong {
  font-weight: 600;
}
#steps .info-area .info-box ul li:not(strong) {
  font-weight: 400;
}
#steps .last-step {
  margin: 120px 0;
}
.rt-btn {
  background: transparent;
  border: 1px solid #56A733;
  border-radius: 6px;
  color: #56A733;
  text-align: center;
  padding: 0.5rem 1.5rem;
  font-weight: 400;
}
.rt-btn.btn-filled {
  background: #56A733;
  border-color: #56A733;
  color: #fff;
}
.rt-btn.btn-filled:hover {
  background: #56A733;
  color: #fff;
}
.rt-btn.btn-white {
  background: #fff;
  color: #312783;
  border-color: #fff;
}
.rt-btn.btn-white:hover {
  background: #fff;
  color: #312783;
}

.text-green {
  color: #56A733 !important;
}
.files-area {
  background: #E6FFDB;
  border-radius: 6px;
  padding: 1rem;
}
.files-area .files-body {
  position: relative;
  border: 2px dotted #312783;
  min-height: 291px;
  width: 100%;
  border-radius: 6px;
  display: inline-block;
}
.files-area .files-body .image-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.files-area .files-body .image-list .images-preview {
  height: 75px;
  margin: 0.5rem;
  float: left;
  position: relative;
}
.files-area .files-body .image-list .images-preview button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: crimson;
  border-color: crimson;
  border: 0;
  color: #fff;
  z-index: 11;
}
.files-area .files-body .image-list .images-preview img {
  height: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.files-area .files-body .center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
}
.files-area .files-body .center img {
  margin-bottom: 1rem;
  height: 54px;
}
.files-area .files-body .clickable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
#thank-you {
  padding: 15rem 0;
}
#thank-you .big-icon {
  width: 213px;
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#thank-you .big-icon .first {
  position: absolute;
  border: 10px solid #56A733;
  border-radius: 50%;
  opacity: 0.41;
  width: 130px;
  height: 130px;
}
#thank-you .big-icon .second {
  position: absolute;
  border: 10px solid #56A733;
  border-radius: 50%;
  opacity: 0.7;
  width: 110px;
  height: 110px;
}
#thank-you .big-icon .third {
  position: absolute;
  border: 10px solid #56A733;
  border-radius: 50%;
  background: #56A733;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#thank-you .big-icon .third i {
  color: #fff;
  font-size: 45px;
}

.text-green {
  color: #56A733 !important;
}

.text-blue {
  color: #312783;
}

.text-black {
  color: #232323;
}

.text-white {
  color: #fff;
}

.bg-blue {
  background: #312783;
}

.bg-white {
  background: #fff;
}

.bg-green {
  background: #56A733;
}

.bg-light-green {
  background: #E6FFDB;
}

.border-blue {
  border-color: #312783;
}

.border-white {
  border-color: #fff;
}
.badge {
  font-size: 11px;
  font-weight: 300;
}
.badge.bg-black {
  background: #000000;
}
.badge.bg-purple {
  background: #800080;
}
.badge.bg-brown {
  background: #9C4200;
}
.badge.bg-danger {
  background: #FF0000;
}
.badge.bg-success {
  background: #006D00;
}
.badge.bg-blue {
  background: #0000FF;
}
.badge.bg-yellow {
  background: #FFA500;
}
.badge.bg-blue-light {
  background: #278FFF;
}
.profil-card{
 font-size: 14px; 
}
.profil-card .nav .nav-link{
  color: rgb(38, 65, 104);
  border-color: rgb(38, 65, 104);
  padding: 10px 15px;
}

/* partner */

.area-text {
  position: absolute;
  top: 50%;
  left: -110px;
  display: inline-block;
  width: 200px;
  font-size: 19px;
  color: #56a733;
  font-weight: 400;
  transform: rotate(-90deg) translateY(-50%);
  text-align: center;
}

.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.drop-container:hover,
.drop-container.drag-active {
  background: #eee;
  border-color: #111;
}

.drop-container:hover .drop-title,
.drop-container.drag-active .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: color 0.2s ease-in-out;
}

input[type=file].custom-file-input {
  width: 350px;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}

input[type=file].custom-file-input::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

input[type=file].custom-file-input::file-selector-button:hover {
  background: #0d45a5;
}

.uploaded-files {
  border: 2px dashed #101010;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
  height: 200px;
  overflow-y: auto;
}

.preview-item {
  display: flex;
  align-items: center;
}
.preview-item:not(:last-child) {
  border-bottom: 1px solid #101010;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.preview-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.file-info {
  flex: 1;
}
.file-info p {
  margin-bottom: 0;
}

.delete-button {
  background-color: #ff4d4f;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
table th, strong { font-weight: normal;}
.bg-gray{
  background : #f0f0f0;
}
table td{
  vertical-align: middle;
}
table.dataTable thead th, table.dataTable tfoot th{
  font-weight: 400;;
}


@media (max-width: 768px) {
  section {
    padding: 10px 0;
  }

  .client-logo img {
    height: 35px;
  }

  #steps .title {
    font-size: 18px;
  }

  #steps h5,
  #steps .h5 {
    font-size: 13px;
  }

  #steps .order-box {
    padding: 0.5rem;
  }

  #steps .mobile-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 1.5rem;
  }

  #steps .mobile-steps .step-col {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  #steps .mobile-steps .step-col .step-line {
    width: 55px;
    height: 6px;
    border-radius: 3px;
    background: #EBEBEB;
  }

  #steps .mobile-steps .step-col .step-line.active {
    background: #56A733;
  }

  #steps .mobile-steps .step-col .title {
    font-size: 12px;
    font-weight: 300;
  }

  #steps .mobile-steps .step-col .sub-title {
    font-size: 9px;
    font-weight: 300;
  }

  #steps .rt-input {
    padding: 0.4rem 1rem;
  }

  #steps .rt-switch {
    padding-left: 0;
  }

  #steps .files-body p {
    display: inline-block;
    width: 250px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  #steps #downloads-table td a {
    font-size: 12px;
  }

  #steps #downloads-table td a span {
    font-size: inherit;
  }

  #steps #downloads-table td a.download-icon {
    padding: 10px 10px 4px;
  }

  #steps #downloads-table td a.download-icon i {
    font-size: 17px;
  }

  #steps .last-step {
    margin: 20px 0;
  }

  .download-row {
    overflow-x: scroll;
  }

  .download-row table th:nth-child(2),
  .download-row table th:nth-child(3),
  .download-row table td:nth-child(2),
  .download-row table td:nth-child(3) {
    display: none;
  }

  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding: 0 0.7rem;
  }

  #burger-btn {
    padding: 0.2rem 0.5rem;
    border-radius: 2px;
  }

  #burger-menu {
    position: fixed;
    top: 0;
    left: -240px;
    bottom: 0;
    width: 240px;
    transition: left 0.25s ease;
    -webkit-transition: left 0.25s ease;
    background: #312783;
    color: #fff;
    z-index: 10;
  }

  #burger-menu .dismiss {
    background: transparent;
    color: #fff;
    margin: 1rem 1rem 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0.5rem 0.9rem;
  }

  #burger-menu .dismiss:hover {
    background: #fff;
    color: #312783;
  }

  #burger-menu ul {
    list-style-type: none;
    padding: 5px 0 0 0;
    margin: 0;
  }

  #burger-menu ul li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: 300;
  }

  #burger-menu ul li a:hover {
    background: #fff;
    color: #312783;
  }

  #burger-menu.show {
    left: 0;
  }

  #appointment .appointment-wrapper {
    height: auto;
  }

  #appointment .appointment-wrapper .appointment-image {
    margin: 0;
  }

  #appointment .appointment-wrapper .appointment-image img {
    width: 100%;
    height: auto;
  }

  #appointment .appointment-wrapper .appointment-text {
    margin: 0;
  }

  #appointment .appointment-wrapper .appointment-text h3,
  #appointment .appointment-wrapper .appointment-text .h3 {
    font-size: 16px;
  }

  #hero .hero-video {
    height: auto;
    padding: 50px 15px;
  }

  #hero .hero-video .hero-content .h1 {
    font-size: 15px;
    font-weight: 400;
  }

  #hero .hero-video .hero-content .h1 strong {
    font-size: 15px;
    font-weight: 500;
  }

  #hero .hero-video .hero-content .slider-button {
    padding: 5px 10px !important;
    background-color: #312783;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
  }

  #slider .slider-box {
    padding: 1rem 1.5rem 2rem;
  }

  #slider .slider-box .slider-icon i {
    font-size: 32px;
  }

  #bg-image h2,
  #bg-image .h2,
  #bg-image h3,
  #bg-image .h3 {
    font-size: 14px;
    line-height: 25px;
  }

  #clients h2,
  #clients .h2,
  #clients h3,
  #clients .h3,
  #clients h4,
  #clients .h4 {
    font-size: 14px;
    line-height: 25px;
  }

  #clients h6,
  #clients .h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
  }
}