.font-mulish {
  font-family: "Mulish", sans-serif !important;
}

@media (max-width: 768px) {
  .card7 {
    width: 90%;
    height: auto;
    margin-left: 43px;
  }
}

.card7 {
  width: 292px;
  height: 300px;
  border-radius: 32px;
  padding: 3px;
  position: relative;
  transition: all 0.5s ease-in-out;

  .profile-pic {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border-radius: 29px;
    z-index: 1;
    border: 0px solid #fcd0ce;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;

    img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: 0px 0px;
      transition: all 0.5s ease-in-out 0s;
    }
  }

  .bottom {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: #fe6a00;
    top: 20%;
    border-radius: 29px;
    border-top-left-radius: 70px;
    z-index: 2;
    box-shadow: #604b4a30 0px 5px 5px 0px inset;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;

    .content {
      position: absolute;
      bottom: 5px;
      left: 1.5rem;
      right: 1.5rem;
      height: 170px;

      .name {
        display: block;
        font-size: 1.2rem;
        color: white;
        font-weight: 700;
      }

      .about-me {
        display: block;
        font-size: 0.9rem;
        color: white;
      }
    }

    .bottom-bottom {
      position: absolute;
      bottom: 10px;
      left: 1.5rem;
      right: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;

      .social-links-container {
        display: flex;
        gap: 1rem;

        svg {
          height: 20px;
          fill: white;
          filter: drop-shadow(0 5px 5px #a5848222);

          &:hover {
            fill: #fcd0ce;
            transform: scale(1.2);
          }
        }
      }

      .button {
        height: 35px;
        width: 84px;
        background: white;
        color: #fcd0ce;
        border: none;
        border-radius: 20px;
        font-size: 0.6rem;
        box-shadow: #a5848222 0px 5px 5px 0px;

        &:hover {
          background: #fcd0ce;
          color: white;
        }
      }
    }
  }
  .profile-pic {
    width: 100px;
    height: 100px;
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    z-index: 3;
    border: 7px solid #fcd0ce;
    box-shadow: #604b4a30 0px 5px 5px 0px;
    transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;

    &:hover {
      transform: scale(1);
      border-radius: 0px;
    }

    img {
      transform: scale(2.5);
      object-position: 0px 25px;
      transition: all 0.5s ease-in-out 0.5s;
    }
  }
}

.card8 {
  width: 260px;
  perspective: 1000px;

  & * {
    font-family: "Jost", sans-serif;
  }

  &:nth-child(2) {
    filter: hue-rotate(90deg);
  }

  &:nth-child(3) {
    filter: hue-rotate(300deg);
  }

  &:nth-child(4) {
    filter: hue-rotate(150deg);
  }

  .card-main {
    padding-top: 100px;
    transform-style: preserve-3d;
    background-image: url("https://images.pexels.com/photos/1629236/pexels-photo-1629236.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    background-position: center center;
    width: 100%;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;

    &:hover {
      background-position: 80% 20%;
      transform: rotate3d(0.5, 1, 0, 30deg);
    }

    .content-box {
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.811);
      border-radius: 0px 0px 10px 10px;
      box-shadow: rgba(0, 115, 255, 0.925) 0px 20px 50px -25px;
      transition: all 0.5s ease-in-out;
      padding: 50px 25px 25px 25px;
      transform-style: preserve-3d;

      .card-title {
        color: white;
        font-size: 25px;
        font-weight: 900;
        transition: all 0.5s ease-in-out;
        transform: translate3d(0px, 0px, 20px);

        &:hover {
          transform: translate3d(0px, 0px, 50px);
        }
      }

      .card-content {
        padding-top: 15px;
        font-size: 12px;
        color: rgb(185, 185, 185);
        transition: all 0.5s ease-in-out;
        transform: translate3d(0px, 0px, 20px);

        &:hover {
          transform: translate3d(0px, 0px, 50px);
        }
      }

      .see-more {
        display: block;
        font-weight: 900;
        font-size: 11px;
        text-transform: uppercase;
        color: rgb(0, 136, 255);
        padding-top: 15px;
        transition: all 0.5s ease-in-out;
        transform: translate3d(0px, 0px, 20px);
        cursor: pointer;

        &:hover {
          transform: translate3d(0px, 0px, 50px);
        }
      }
    }

    .date-box {
      position: absolute;
      top: 75px;
      left: 25px;
      height: 60px;
      width: 60px;
      background-color: rgb(0, 0, 0);
      border-radius: 10px;
      padding: 10px;
      box-shadow: rgb(0, 102, 255) 0px 20px 60px 0px,
        rgb(0, 200, 255) 0px 18px 36px -18px;
      transform: translate3d(0px, 0px, 50px);

      span {
        display: block;
        text-align: center;
      }

      .month {
        color: white;
        font-size: 11px;
        font-weight: 700;
      }

      .date {
        font-size: 20px;
        font-weight: 900;
        color: rgb(0, 136, 255);
      }
    }
  }
}

.card9 {
  position: relative;
  height: 300px;
  width: 230px;

  &:nth-child(2) {
    filter: hue-rotate(300deg) brightness(1.3);
  }

  &:nth-child(3) {
    filter: hue-rotate(200deg) brightness(1.5);
  }

  &:nth-child(4) {
    filter: hue-rotate(60deg) brightness(3);
  }

  .boxshadow {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 1px solid red;
    transform: scale(0.8);
    box-shadow: rgba(255, 0, 0, 1) 0px 30px 70px 0px;
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .main {
    width: 230px;
    height: 300px;
    overflow: hidden;
    background: red;
    background: linear-gradient(
      0deg,
      rgb(62, 0, 0) 0%,
      rgba(255, 0, 0, 1) 60%,
      rgb(62, 0, 0) 100%
    );
    position: relative;
    clip-path: polygon(
      0 0,
      100% 0,
      100% 40px,
      100% calc(100% - 40px),
      calc(100% - 40px) 100%,
      40px 100%,
      0 calc(100% - 40px)
    );
    box-shadow: rgba(255, 0, 0, 1) 0px 7px 29px 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);

    .top {
      position: absolute;
      top: 0px;
      left: 0;
      width: 0px;
      height: 0px;
      z-index: 2;
      border-top: 115px solid black;
      border-left: 115px solid transparent;
      border-right: 115px solid transparent;
      transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .side {
      position: absolute;
      width: 100%;
      top: 0;
      transform: translateX(-50%);
      height: 101%;
      background: black;
      clip-path: polygon(0% 0%, 50% 0, 95% 45%, 100% 100%, 0% 100%);
      transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
    }

    .left {
      left: 0;
    }

    .right {
      right: 0;
      transform: translateX(50%) scale(-1, 1);
    }

    .title {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 90px;
      font-weight: bold;
      font-size: 25px;
      opacity: 0;
      z-index: -1;
      font-family: "Jost", sans-serif;
      transition: all 0.2s ease-out 0s;
    }

    .button-container {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);

      .button {
        position: absolute;
        transform: translateX(-50%);
        padding: 5px 10px;
        clip-path: polygon(0 0, 100% 0, 81% 100%, 21% 100%);
        background: black;
        border: none;
        color: white;
        display: grid;
        place-content: center;
        transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);

        .svg {
          width: 15px;
          transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        }

        &:nth-child(1) {
          bottom: 300px;
          transition-delay: 0.4s;
        }

        &:nth-child(2) {
          bottom: 300px;
          transition-delay: 0.6s;
        }

        &:nth-child(3) {
          bottom: 300px;
          transition-delay: 0.8s;
        }

        &:hover {
          .svg {
            transform: scale(1.2);
          }
        }

        &:active {
          .svg {
            transform: scale(0.7);
          }
        }
      }
    }
  }

  &:hover {
    &:hover {
      .main {
        transform: scale(1.1);

        .top {
          top: -50px;
        }

        .left {
          left: -50px;
          transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
        }

        .right {
          right: -50px;
          transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
        }

        .title {
          opacity: 1;
          transition: all 0.2s ease-out 1.3s;
        }

        .button-container {
          .button {
            &:nth-child(1) {
              bottom: 80px;
              transition-delay: 0.8s;
            }

            &:nth-child(2) {
              bottom: 40px;
              transition-delay: 0.6s;
            }

            &:nth-child(3) {
              bottom: 0;
              transition-delay: 0.4s;
            }
          }
        }
      }
    }
  }
}

.card10 {
  filter: drop-shadow(rgb(255, 100, 0) 0px 0px 1px);

  & * {
    font-family: "Jost", sans-serif;
  }

  .card-main {
    background: linear-gradient(
      240deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(36, 36, 36, 1) 100%
    );
    width: 300px;
    clip-path: polygon(
      0 0,
      60% 0,
      calc(60% + 10px) 10px,
      90% 10px,
      calc(90% + 10px) 0,
      100% 0,
      100% 35%,
      calc(100% - 10px) calc(35% + 10px),
      calc(100% - 10px) 70%,
      100% calc(70% + 10px),
      100% calc(100% - 30px),
      calc(100% - 30px) 100%,
      0 100%,
      0 82%,
      10px calc(82% - 10px),
      10px calc(25%),
      0 calc(25% - 10px)
    );
    transition: all 0.2s linear;
    filter: drop-shadow(rgb(255, 0, 0) 0px 0px 10px);

    &:hover {
      transform: scale(1.05);
    }

    .card-img-shadow {
      filter: drop-shadow(rgb(255, 0, 0) 0px 0px 10px);

      img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        margin-bottom: 30px;
        -webkit-clip-path: polygon(
          0 0,
          100% 0,
          100% 100%,
          30px 100%,
          0 calc(100% - 30px)
        );
        clip-path: polygon(
          0 0,
          100% 0,
          100% 100%,
          30px 100%,
          0 calc(100% - 30px)
        );
      }
    }

    .card-content {
      margin: 0px 30px;
      padding-bottom: 20px;
    }

    h2 {
      color: rgb(255, 128, 0);
      text-align: center;
    }

    p {
      margin: 25px 0px;
      letter-spacing: 2px;
      color: white;
    }

    .button-shadow {
      filter: drop-shadow(rgb(255, 64, 0) 0px 0px 5px);
      transition: all 0.2s ease-in;

      &:hover {
        filter: drop-shadow(rgb(255, 64, 0) 0px 0px 10px);
      }

      .card-button {
        width: 100%;
        border: none;
        text-align: center;
        padding: 10px 0px;
        background: linear-gradient(
          45deg,
          rgb(255, 30, 0) 0%,
          rgb(255, 89, 0) 100%
        );
        -webkit-clip-path: polygon(
          0 0,
          100% 0%,
          100% calc(100% - 15px),
          calc(100% - 15px) 100%,
          0 100%
        );
        clip-path: polygon(
          0 0,
          100% 0%,
          100% calc(100% - 15px),
          calc(100% - 15px) 100%,
          0 100%
        );
        color: black;
        font-weight: 600;
        transition: all 0.2s ease-in;

        &:hover {
          color: white;
        }
      }
    }
  }
}

@keyframes opacity {
  0% {
    border-right: 1px solid transparent;
  }

  10% {
    border-right: 1px solid #bd9f67;
  }

  80% {
    border-right: 1px solid #bd9f67;
  }

  100% {
    border-right: 1px solid transparent;
  }
}

@keyframes trail {
  0% {
    background: linear-gradient(
      90deg,
      rgba(189, 159, 103, 0) 90%,
      rgba(189, 159, 103, 1) 100%
    );
    opacity: 0;
  }

  30% {
    background: linear-gradient(
      90deg,
      rgba(189, 159, 103, 0) 70%,
      rgba(189, 159, 103, 1) 100%
    );
    opacity: 1;
  }

  70% {
    background: linear-gradient(
      90deg,
      rgba(189, 159, 103, 0) 70%,
      rgba(189, 159, 103, 1) 100%
    );
    opacity: 1;
  }

  95% {
    background: linear-gradient(
      90deg,
      rgba(189, 159, 103, 0) 90%,
      rgba(189, 159, 103, 1) 100%
    );
    opacity: 0;
  }
}

.font-mulish {
  font-family: "Mulish", sans-serif !important;
}

.font-mulish1 {
  font-family: "Mulish", sans-serif !important;
}

.font-mulish2 {
  font-family: "Mulish", sans-serif !important;
}

.process-box {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  position: relative;
  box-shadow: 2px 2px 7px 0 #00000057;
}

@media (max-width: 768px) {
  .process-box {
    margin-top: 30px;
  }
}

.process-left:after {
  content: "";
  border-top: 15px solid #ffffff;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
  display: inline-grid;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: rotate(45deg);
  box-shadow: 3px -2px 3px 0px #00000036;
  z-index: 1;
}

.process-right:after {
  content: "";
  border-top: 15px solid #ffffff00;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff00;
  display: inline-grid;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: rotate(45deg);
  box-shadow: -1px 1px 3px 0px #0000001a;
  z-index: 1;
}

.process-step {
  background: #fe6a00;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  height: 100%;
  padding-top: 8px;
  position: relative;
  top: -26px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: -6px 8px 0px 0px #00000014;
}

.process-point-right {
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 8px solid #fe6a00;
  box-shadow: 0 0 0px 4px #e2e2e2b5;
  margin: auto 0;
  position: absolute;
  bottom: 40px;
  left: -63px;
}

.process-point-right:before {
  content: "";
  height: 144px;
  width: 11px;
  background: #e2e2e2b5;
  display: inline-grid;
  transform: rotate(36deg);
  position: relative;
  left: -50px;
  top: -0px;
}

.process-point-left {
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 8px solid #fe6a00;
  box-shadow: 0 0 0px 4px #e2e2e2b5;
  margin: auto 0;
  position: absolute;
  bottom: 40px;
  right: -63px;
}

.process-point-left:before {
  content: "";
  height: 144px;
  width: 11px;
  background: #e2e2e2b5;
  display: inline-grid;
  transform: rotate(-38deg);
  position: relative;
  left: 50px;
  top: 0px;
}

.process-last:before {
  display: none;
}

.process-box p {
  z-index: 9;
}

.process-step p {
  font-size: 20px;
}

.process-step h2 {
  font-size: 39px;
}

.process-step:after {
  content: "";
  border-top: 8px solid #04889800;
  border-bottom: 8px solid #fe6a00;
  border-left: 8px solid #04889800;
  border-right: 8px solid #fe6a00;
  display: inline-grid;
  position: absolute;
  left: -16px;
  top: 0;
}

.process-step:before {
  content: "";
  border-top: 8px solid #ff000000;
  border-bottom: 8px solid #fe6a00;
  border-left: 8px solid #fe6a00;
  border-right: 8px solid #ff000000;
  display: inline-grid;
  position: absolute;
  right: -16px;
  top: 0;
}

.process-line-l {
  background: white;
  height: 4px;
  position: absolute;
  width: 136px;
  right: -153px;
  top: 80px;
  z-index: 9;
}

.process-line-r {
  background: white;
  height: 4px;
  position: absolute;
  width: 117px;
  left: -136px;
  top: 80px;
  z-index: 9;
}

.body-color {
  background-color: #eee !important;
}

nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  background: #272e38;
  border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
  border: none;
  padding: 18px 25px;
  color: #fff;
  background: #272e38;
  border-radius: 0;
}

nav > div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c;
}

.tab-content {
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top: 5px solid #e74c3c;
  border-bottom: 5px solid #e74c3c;
  padding: 30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #e74c3c;
  color: #fff;
  border-radius: 0;
  transition: background 0.2s linear;
}

.box-container {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  width: 69%;
}

.box {
  flex: 1;
  padding: 20px;
  background-color: #eef1ef;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.box h5 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .box-container {
    flex-direction: column;
  }

  .font-mulish {
    font-family: "Mulish", sans-serif !important;
    font-weight: 700 !important;
  }

  .section-header h2.title {
    font-size: 16px !important;
  }
}

.owl-carousel .owl-stage {
  display: flex;
  gap: 30px;
}

h1 {
  color: #000;
  margin: 40px 0 60px 0;
  font-weight: 300;
}

.our-team-main {
  width: 100%;
  height: auto;
  border-bottom: 5px #323233 solid;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  margin-bottom: 28px;
}

.our-team-main img {
  border-radius: 32%;
  margin-bottom: 20px;
  width: 90px;
}

.our-team-main h3 {
  font-size: 20px;
  font-weight: 700;
}

.our-team-main p {
  margin-bottom: 0;
}

.team-back {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 7px 0 10px;
  text-align: left;
  background: #fff;
}

.team-front {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 15px;
  bottom: 0px;
  transition: all 0.5s ease;
}

.our-team-main:hover .team-front {
  bottom: -200px;
  transition: all 0.5s ease;
}

.our-team-main:hover {
  border-color: #777;
  transition: 0.5s;
}

.career.title:after {
  height: 3px !important;
}

@media (max-width: 768px) {
  .career {
    font-size: 30px !important;
  }
}
.section .row {
  margin-top: 2%;
}

.section .row .col-md-6 {
  background: #f5f5f5;
  margin-right: -2%;
  padding: 5%;
}

.section h3 {
  color: #004085;
}

.section p {
  color: #545b62;
}

.section img {
  width: 100%;
}

.breadcrumb-item.active {
  color: #fff !important;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #fff !important;
}

.breadcrumb li,
.breadcrumb li a {
  text-transform: capitalize !important;
}

.loader1 {
  position: relative;
  width: 127px !important;
  height: 3px;
  background: #fe6a00;
  left: 0;
  text-align: left;
}

.loader1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #010684;
  transform-origin: left;
  animation: animte 8s linear infinite;
}

@keyframes animte {
  0%,
  20% {
    transform: scaleX(0);
  }

  40% {
    transform: scaleX(1);
    transform-origin: left;
  }

  40.000001%,
  60% {
    transform: scaleX(1);
    transform-origin: right;
  }

  80%,
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.loader1::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  background: #010684;
  border-radius: 50%;
  animation: animateDot 8s linear infinite;
}

@keyframes animateDot {
  0% {
    transform: translateY(-50%) scale(0);
  }

  5% {
    transform: translateY(-50%) scale(1);
  }

  15%,
  20% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 4px #484cae, 0 0 10px #484cae, 0 0 20px #010684,
      0 0 40px #010684, 0 0 60px #010684;
  }

  40% {
    transform: translateY(-50%) translateX(127px) scale(1);
    -webkit-transform: translateY(-50%) translateX(127px) scale(1);
    -moz-transform: translateY(-50%) translateX(127px) scale(1);
    -ms-transform: translateY(-50%) translateX(127px) scale(1);
    -o-transform: translateY(-50%) translateX(127px) scale(1);
  }

  80% {
    transform: translateY(-50%) translateX(127px) scale(1);
    box-shadow: 0 0 0 4px #484cae, 0 0 10px #484cae, 0 0 20px #010684,
      0 0 40px #010684, 0 0 60px #010684;
    -webkit-transform: translateY(-50%) translateX(127px) scale(1);
    -moz-transform: translateY(-50%) translateX(127px) scale(1);
    -ms-transform: translateY(-50%) translateX(127px) scale(1);
    -o-transform: translateY(-50%) translateX(127px) scale(1);
  }

  95% {
    transform: translateY(-50%) translateX(127px) scale(1);
    box-shadow: none;
    -webkit-transform: translateY(-50%) translateX(127px) scale(1);
    -moz-transform: translateY(-50%) translateX(127px) scale(1);
    -ms-transform: translateY(-50%) translateX(127px) scale(1);
    -o-transform: translateY(-50%) translateX(127px) scale(1);
  }

  100% {
    transform: translateY(-50%) translateX(127px) scale(0);
    -webkit-transform: translateY(-50%) translateX(127px) scale(0);
    -moz-transform: translateY(-50%) translateX(127px) scale(0);
    -ms-transform: translateY(-50%) translateX(127px) scale(0);
    -o-transform: translateY(-50%) translateX(127px) scale(0);
  }
}

.loader11 {
  position: relative;
  width: 630px;
  height: 3px;
  background: #fe6a00;
  left: 0;
  text-align: left;
}

.loader11::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #010684;
  transform-origin: left;
  animation: animte11 8s linear infinite;
}

@keyframes animte11 {
  0%,
  20% {
    transform: scaleX(0);
  }

  40% {
    transform: scaleX(1);
    transform-origin: left;
  }

  40.000001%,
  60% {
    transform: scaleX(1);
    transform-origin: right;
  }

  80%,
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.loader11::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  background: #010684;
  border-radius: 50%;
  animation: animateDot11 8s linear infinite;
}

@keyframes animateDot11 {
  0% {
    transform: translateY(-50%) scale(0);
  }

  5% {
    transform: translateY(-50%) scale(1);
  }

  15%,
  20% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 4px #484cae, 0 0 10px #484cae, 0 0 20px #010684,
      0 0 40px #010684, 0 0 60px #010684;
  }

  40% {
    transform: translateY(-50%) translateX(630px) scale(1);
    -webkit-transform: translateY(-50%) translateX(630px) scale(1);
    -moz-transform: translateY(-50%) translateX(630px) scale(1);
    -ms-transform: translateY(-50%) translateX(630px) scale(1);
    -o-transform: translateY(-50%) translateX(630px) scale(1);
  }

  80% {
    transform: translateY(-50%) translateX(630px) scale(1);
    box-shadow: 0 0 0 4px #484cae, 0 0 10px #484cae, 0 0 20px #010684,
      0 0 40px #010684, 0 0 60px #010684;
    -webkit-transform: translateY(-50%) translateX(630px) scale(1);
    -moz-transform: translateY(-50%) translateX(630px) scale(1);
    -ms-transform: translateY(-50%) translateX(630px) scale(1);
    -o-transform: translateY(-50%) translateX(630px) scale(1);
  }

  95% {
    transform: translateY(-50%) translateX(630px) scale(1);
    box-shadow: none;
    -webkit-transform: translateY(-50%) translateX(630px) scale(1);
    -moz-transform: translateY(-50%) translateX(630px) scale(1);
    -ms-transform: translateY(-50%) translateX(630px) scale(1);
    -o-transform: translateY(-50%) translateX(630px) scale(1);
  }

  100% {
    transform: translateY(-50%) translateX(630px) scale(0);
    -webkit-transform: translateY(-50%) translateX(630px) scale(0);
    -moz-transform: translateY(-50%) translateX(630px) scale(0);
    -ms-transform: translateY(-50%) translateX(630px) scale(0);
    -o-transform: translateY(-50%) translateX(630px) scale(0);
  }
}


.loader12 {
  position: relative;
  width: 158px!important;
  height: 3px;
  background: #fe6a00;
  left: 0;
  text-align: left;
}

.loader12::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #010684;
  transform-origin: left;
  animation: animte12 8s linear infinite;
}

@keyframes animte12 {
  0%,
  20% {
    transform: scaleX(0);
  }

  40% {
    transform: scaleX(1);
    transform-origin: left;
  }

  40.000001%,
  60% {
    transform: scaleX(1);
    transform-origin: right;
  }

  80%,
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.loader12::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  background: #010684;
  border-radius: 50%;
  animation: animateDot12 8s linear infinite;
}

@keyframes animateDot12 {
  0% {
    transform: translateY(-50%) scale(0);
  }

  5% {
    transform: translateY(-50%) scale(1);
  }

  15%,
  20% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 4px #484cae, 0 0 10px #484cae, 0 0 20px #010684,
      0 0 40px #010684, 0 0 60px #010684;
  }

  40% {
    transform: translateY(-50%) translateX(158px) scale(1);
    -webkit-transform: translateY(-50%) translateX(158px) scale(1);
    -moz-transform: translateY(-50%) translateX(158px) scale(1);
    -ms-transform: translateY(-50%) translateX(158px) scale(1);
    -o-transform: translateY(-50%) translateX(158px) scale(1);
  }

  80% {
    transform: translateY(-50%) translateX(158px) scale(1);
    box-shadow: 0 0 0 4px #484cae, 0 0 10px #484cae, 0 0 20px #010684,
      0 0 40px #010684, 0 0 60px #010684;
    -webkit-transform: translateY(-50%) translateX(158px) scale(1);
    -moz-transform: translateY(-50%) translateX(158px) scale(1);
    -ms-transform: translateY(-50%) translateX(158px) scale(1);
    -o-transform: translateY(-50%) translateX(158px) scale(1);
  }

  95% {
    transform: translateY(-50%) translateX(158px) scale(1);
    box-shadow: none;
    -webkit-transform: translateY(-50%) translateX(158px) scale(1);
    -moz-transform: translateY(-50%) translateX(158px) scale(1);
    -ms-transform: translateY(-50%) translateX(158px) scale(1);
    -o-transform: translateY(-50%) translateX(158px) scale(1);
  }

  100% {
    transform: translateY(-50%) translateX(158px) scale(0);
    -webkit-transform: translateY(-50%) translateX(158px) scale(0);
    -moz-transform: translateY(-50%) translateX(158px) scale(0);
    -ms-transform: translateY(-50%) translateX(158px) scale(0);
    -o-transform: translateY(-50%) translateX(158px) scale(0);
  }
}



.mt-5 {
  margin-top: 90px !important;
}

@media (max-width: 768px) {
  .mt-5 {
    margin-top: 10px !important;
  }

  .loader1 {
    position: relative;
    width: 335px;
    height: 3px;
    background: #fe6a00;
    left: 0;
    text-align: left;
  }

  .loader1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #010684;
    transform-origin: left;
    animation: animte 8s linear infinite;
  }

  @keyframes animte {
    0%,
    20% {
      transform: scaleX(0);
    }

    40% {
      transform: scaleX(1);
      transform-origin: left;
    }

    40.000001%,
    60% {
      transform: scaleX(1);
      transform-origin: right;
    }

    80%,
    100% {
      transform: scaleX(0);
      transform-origin: right;
    }
  }

  .loader1::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 10px;
    height: 10px;
    background: #010684;
    border-radius: 50%;
    animation: animateDot 8s linear infinite;
  }

  @keyframes animateDot {
    0% {
      transform: translateY(-50%) scale(0);
    }

    5% {
      transform: translateY(-50%) scale(1);
    }

    15%,
    20% {
      transform: translateY(-50%) scale(1);
      box-shadow: 0 0 0 4px #484cae, 0 0 10px #484cae, 0 0 20px #010684,
        0 0 40px #010684, 0 0 60px #010684;
    }

    40% {
      transform: translateY(-50%) translateX(335px) scale(1);
    }

    80% {
      transform: translateY(-50%) translateX(335px) scale(1);
      box-shadow: 0 0 0 4px #484cae, 0 0 10px #484cae, 0 0 20px #010684,
        0 0 40px #010684, 0 0 60px #010684;
    }

    95% {
      transform: translateY(-50%) translateX(335px) scale(1);
      box-shadow: none;
    }

    100% {
      transform: translateY(-50%) translateX(335px) scale(0);
    }
  }

  h2 {
    font-size: 20px !important;
    line-height: 38px !important;
    margin-top: -14px !important;
    font-weight: 700 !important;
  }

  .card7 {
    width: 294px;
    height: 300px;
    background: white;
    border-radius: 32px;
    padding: 3px;
    position: relative;
    transition: all 0.5s ease-in-out;
    margin-left: 44px;
  }

  .image111 {
    width: 245px !important;
    margin-left: 43px;
  }
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
  .section-header p {
    margin-top: 23px;
  }
  .owl-carousel .owl-stage {
    display: flex;
    gap: 0!important;
  }
  .card7{
    padding-left:0px;
    margin: 0 auto;
  }
}
