  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
  ::root {
    font-size: 10px;
  }

  body {
    font-family: 'Poppins', sans-serif;
  }

  img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
  }

  .hero-banner {
    background-image: url("./images/hero-bg-desktop.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: contain !important;
      object-fit: contain !important;
  }

  .bg-blue {
    background-color: #00104a;
  }

  .bg-portfolio {
    background: url("./images/our portfolio BG.jpg") no-repeat center center;
    padding: 50px;
  }

  .bg-testimonial {
    background: url("./images/Testimonial BG.jpg") no-repeat center center;
    padding: 50px;
  }

  @media screen and (min-width: 1023px) {
    .visible-xs {
      display: none;
    }
  }

  @media screen and (max-width: 1023px) {
    .visible-lg {
      display: none;
    }
  }

  h2 {
    font-size: 63px;
    color: #00104a;
  }

  @media screen and (max-width: 1023px) {
    h2 {
      font-size: 35px;
    }
  }

  .hero-banner--text {
    position: absolute;
    font-size: 40px;
    color: #FF530D;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    z-index: 1;
    left: 50%;
    bottom: 100%;
  }

  .carousel-inner h5 {
    color: #FF530D;
    font-size: 81px;
  }

  .carousel-inner p {
    font-size: 32px;
  }

  @media screen and (max-width: 768px) {
    .carousel-inner h5 {
      font-size: 35px;
    }
    .carousel-inner p {
      margin-top: 25px;
      font-size: 20px;
    }
  }

  .toggle-icon {
    background: url("./images/toggle-icon.png");
  }

  .navbar-toggler:focus {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }

  .dropdown-menu {
    background-color: #00104a !important;
    border: unset !important;
  }

  .dropdown-menu:hover {
    color: #FF530D !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .card-wrapper {
    background-color: #eff7fe;
    opacity: 1;
    border: 1 px solid #00104a;
    height: auto;
    width: 400px;
    padding: 41px;
  }

  .card-wrapper:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  @media screen and (max-width: 768px) {
    .card-wrapper {
      width: 100%;
      padding: 20px;
    }
  }

  .card-line {
    display: block;
    color: #FF530D;
    height: 4px !important;
    width: 200px;
    margin: 0 auto;
    opacity: 1;
  }

  .card-header2 h3 {
    color: #FF530D;
    font-size: 30px;
    font-weight: 500;
    padding-top: 20px;
  }

  .card-text {
    padding-top: 10px;
  }

  .card-text p {
    color: #00104a;
    font-size: 25px;
    letter-spacing: 0.2px;
  }

  @media screen and (min-width: 1023px) {
    .nav-item a {
      font-size: 20px;
    }
    .navbar > .container-fluid {
      height: 60px;
    }
  }

  .tick {
    padding-bottom: 1em;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
  Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  }

  .tick-label {
    font-size: 0.375em;
    text-align: center;
  }

  .tick-group {
    margin: 0 0.25em;
    text-align: center;
  }

  .counter-text {
    font-size: 30px;
    color: #FF530D;
  }

  .bg-blue-consultancy {
    background-color: #eff7fe;
  }

  .experience img:hover,
  .contact-us img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .consultancy-text {
    font-size: 25px;
    color: #00104a;
  }

  .carousel-indicators {
    bottom: -35px;
  }

  .carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 10px;
    /* change width */
    height: 10px;
    /* change height */
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    border-radius: 100%;
    background-color: #00104a;
    bottom: -20px !important;
  }

  .carousel-indicators .active,
  .carousel-indicators3 .active {
    opacity: 1;
  }

  .swiper,
  .swiperTestimonial {
    min-height: 1px;
  }

  input,
  textarea {
    outline: 0;
    background-color: #eff7fe !important;
  }

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #00104a !important;
    opacity: 0.6 !important;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #00104a !important;
    opacity: 0.6 !important;
  }

  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #00104a !important;
    opacity: 0.6 !important;
  }

  input::placeholder,
  textarea::placeholder {
    color: #00104a !important;
    opacity: 0.6 !important;
  }

  .btn-primary {
    background-color: #00104a;
    display: block;
    position: relative;
    left: 10px;
    width: 30%;
    margin-left: auto;
    padding: 15px;
  }

  .btn-primary:hover {
    background-color: rgba(0, 17, 77, 0.9);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  @media screen and (max-width: 1023px) {
    .btn.btn-primary {
      margin: 0 auto;
      width: 70%;
      padding: 15px;
    }
  }

  .footer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 10px;
  }

  .footer-text img {
    position: relative;
    left: -15px;
    top: -1px;
  }

  .socials {
    list-style: none;
    position: relative;
    top: 10px;
  }

  .socials li {
    margin: 0 7px;
  }

  .socials li:hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: 3.5 ease-in-out;
    transition: 3.5 ease-in-out;
  }

  .socials img {
    height: 25px;
  }

  .nav-item a:hover {
    color: #FF530D !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .swiperTestimonial img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .about-text {
    color: #00104a;
    font-size: 25px;
  }

  @media screen and (max-width: 1023px) {
    .about-text {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 1023px) {
    .nav-link {
      position: relative;
      left: 15px;
    }
  }

  .footer-logo {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }

  .swiper-button-next, .swiper-button-prev {
    color: #00104a;
    margin-top: calc(0px - (var(--swiper-navigation-size) + 250px));
    top: unset;
  }
  /*# sourceMappingURL=styles.css.map */