/* ========Header Css======== */
.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
  }

  .dropdown-hover>.dropdown-toggle:active {
    pointer-events: none;
  }

  .navbar {
    padding: 0px !important;
    box-shadow: none !important;
  }

  .navbar-light .navbar-nav .nav-link {
    color: rgb(1 6 132) !important;
    font-size: 16px;
  }

  .dropdown-menu {
    font-size: 14px;
  }

  .dropdown-togglesub:after {
    display: inline-block;
    margin-left: 70px !important;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .dropdown-togglesub-partner:after {
    display: inline-block;
    margin-left: 65px !important;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  @media screen and (max-width: 991px) {
    .navbar {
      float: left;

      width: 100%;

      position: absolute;
      top: 70px;
      overflow: auto;
    }

    .w-100 {
      width: 97% !important;
    }

    .mb-6 {
      margin-bottom: 0px !important;
    }

    .wavemenu li .submenu {
      position: absolute;
      background: #ffffff;
      top: 100%;
      left: 0;
      z-index: 99;
      border-radius: 8px;
      width: 97%;
      padding: 15px 0px;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      visibility: hidden;
      opacity: 0;
    }

    .wavemenu li .submenu li {
      padding: 0;
    }

    .wavemenu li .submenu li a {
      padding: 10px 10px !important;
      display: flex;
      color: #616161;
      border-radius: 6px;
      align-items: center;
      border-top: 1px solid rgba(51, 64, 106, 0.4);
      font-weight: 500;
      text-transform: capitalize;
      justify-content: space-between;
    }

    .wavemenu li .submenu li a:hover {
      background: #f55c25;
      color: #ffffff;
      border-color: #f55c25;
    }

    .wavemenu li .submenu li:last-child a {
      border-bottom: 1px solid rgba(51, 64, 106, 0.4);
    }

    .wavemenu li .submenu li .submenu {
      top: 0;
      left: 100%;
    }

    .wavemenu li:hover>.submenu {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      visibility: visible;
      opacity: 1;
    }

    .dropdown-togglesub:after {
      display: inline-block;
      margin-left: 80px !important;
    }

    .dropdown-togglesub-partner:after {
      display: inline-block;
      margin-left: 80px !important;
    }

    .lab-btn {
      margin-left: 0px;
    }

    .navbar-toggler.px-0.header-bar.d-lg-none.active:after {
      content: "";
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #ffffff !important;
      z-index: -1;
    }
  }

  @media (min-width: 767px) {
    ul.social-icons {
      margin-right: 60px;
    }
  }

  #mouse-follower {
    height: var(--size);
    background: 0 0/100%;
    width: var(--size);
    border: 1px solid #071230;
    border-radius: var(--rounded);
  }

  .MouseTrail {
    position: absolute;
    color: #f69321;
  }

  .counter-section {
    background-size: 200%;
    transition: .5s ease-out;
  }

  .counter-section:hover {
    background-position: left;
  }

  .feature-item .feature-content .title {
    font-weight: 700;
    color: #010684;
  }

  .feature-item:hover .title {
    color: #ffffff;
  }

  .Features1 {
    background: linear-gradient(to left, white 50%, #fe6a00 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    padding-left: 16px;
    border-radius: 0px 125px 0px 125px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.4);

  }

  .Features1:hover {
    color: #ffffff;
    background-position: left;
  }

  .Features1:hover .feature-thumb {
    border: 1px solid #316ef7;
    background: #ffffff;
  }

  .Features2 {
    background: linear-gradient(to left, white 50%, #fe6a00 50%) right;
    background-size: 200%;
    padding-left: 16px;
    border-radius: 0px 125px 0px 125px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.4);
    transition: .5s ease-out;
  }

  .Features2:hover {
    color: #ffffff;
    background-position: left;
  }

  .Features2:hover .feature-thumb {
    border: 1px solid #316ef7;
    background: #ffffff;
  }

  .Features3 {
    background: linear-gradient(to left, white 50%, #fe6a00 50%) right;
    background-size: 200%;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.4);
    padding-left: 16px;
    border-radius: 0px 125px 0px 125px;
    transition: .5s ease-out;
  }

  .Features3:hover {
    color: #ffffff;
    background-position: left;
  }

  .Features3:hover .feature-thumb {
    border: 1px solid #316ef7;
    background: #ffffff;
  }

  .Features4 {
    background: linear-gradient(to left, white 50%, #fe6a00 50%) right;
    background-size: 200%;
    padding-right: 18px;
    border-radius: 125px 0px 125px 0px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.4);
    transition: .5s ease-out;
  }

  .Features4:hover {
    color: #ffffff;
    background-position: left;
  }

  .Features4:hover .feature-thumb {
    border: 1px solid #316ef7;
    background: #ffffff;
  }

  .Features5 {
    background: linear-gradient(to left, white 50%, #fe6a00 50%) right;
    background-size: 200%;
    padding-right: 18px;
    border-radius: 125px 0px 125px 0px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.4);
    transition: .5s ease-out;
  }

  .Features5:hover {
    color: #ffffff;
    background-position: left;
  }

  .Features5:hover .feature-thumb {
    border: 1px solid #316ef7;
    background: #ffffff;
  }

  .Features6 {
    background: linear-gradient(to left, white 50%, #fe6a00 50%) right;
    background-size: 200%;
    padding-right: 18px;
    border-radius: 125px 0px 125px 0px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.4);
    transition: .5s ease-out;
  }

  .Features6:hover {
    color: #ffffff;
    background-position: left;
  }

  .Features6:hover .feature-thumb {
    border: 1px solid #316ef7;
    background: #ffffff;
  }

  .footer-menu h4 {
    position: relative;
  }

  a.animation3 {
    line-height: 11px;
  }

  a.animation3 i {
    background: linear-gradient(90deg, #b10f3c 0, #f69321 63%, #f69321 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }

  .footer-top>* {
    padding-bottom: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .footer-top::before {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    background: linear-gradient(90deg, #b10f3c 0, #f69321 63%, #f69321 100%);
    content: '';
  }

  .footer-section::before {
    background-image: url(assets/images/footer/footer%20png%20blend.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .animate__animated.animate__bounceInLeft {
    --animate-duration: 2s;
  }

  .animate__animated.animate__bounceInRight {
    --animate-duration: 2s;
  }

  .animate__animated.animate__bounceInUp {
    --animate-duration: 2s;
  }

  .animate__animated.animate__bounceInDown {
    --animate-duration: 2s;
  }

  .animate__animated.animate__fadeInUp {
    --animate-duration: 2s;
  }

  .animate__animated.animate__pulse {
    --animate-duration: 2s;
  }

  .animate__animated.animate__flipInY {
    --animate-duration: 2s;
  }

  .nav-bar {
    font-family: "Mulish", sans-serif !important;
  }

  .navbar {
    font-family: 'Poppins', sans-serif;
  }

  .font-mulish {
    font-family: 'Mulish', sans-serif !important;
  }
  .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: zoom 3s ease-in-out infinite, wave 2s ease-in-out infinite;
    z-index: 10;
  }

  @keyframes zoom {
    0% {
      transform: translate(-50%, -50%) scale(1);
      border-color: rgba(254, 106, 0, 1);
    }

    50% {
      transform: translate(-50%, -50%) scale(1.5);
      border-color: rgba(254, 106, 0, 0.5);
    }

    100% {
      transform: translate(-50%, -50%) scale(1);
      border-color: rgba(254, 106, 0, 1);
    }
  }

  @keyframes wave {
    0% {
      box-shadow: 0 0 0 0 rgba(254, 106, 0, 0.7);
    }

    50% {
      box-shadow: 0 0 30px 15px rgba(254, 106, 0, 0.2);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(254, 106, 0, 0.7);
    }
  }

  .loading-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 10;
    animation: zoom 3s ease-in-out infinite, zoom 2s ease-in-out infinite;
  }

  .list-group {
    padding-left: 20px !important;
  }

  .w-100 {
    width: 90% !important;
  }

  .w-80 {
    width: 70% !important;
  }
  .color-bar {
    display: flex;
    width: 100%;
    height: 5px;
    margin-bottom: -1px;
  }

  .color-block {
    flex-grow: 1;
    height: 5px;
  }

  .green {
    background-color: #010684;
    border-top-left-radius: 5px;
  }

  .yellow {
    background-color: #010684;
  }

  .orange {
    background-color: #010684;
  }

  .red1 {
    background-color: #010684;
  }

  .pink {
    background-color: #010684;
    border-top-right-radius: 5px;
  }

  .submenu {
    border-radius: 5px;
    border-top: 5px solid transparent;
    background-clip: padding-box;
    position: relative;
    margin-top: 5px;
  }

  .submenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(to right, #b6e3a4, #ffffcc, #ffd699, #ff9999, #e6b3cc);
  }

  .p-3 {
    padding-left: 2rem !important;
  }
  