body {
  overflow-x: hidden;
}

.navbar {
  position: fixed !important;
  top: 0;
  width: 100%;
  height: 70px;
  color: #ffffff;
  transition: 300ms ease-in-out background-color, 200ms ease-in-out box-shadow;
}

.navbar-active {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15) !important;
  transition: 200ms ease-in-out background-color, 200ms ease-in-out box-shadow;
}

.navbar .nav-link {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
  transition: 200ms ease-in-out color;
}

.navbar-active .nav-link {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #115c99 !important;
  font-size: 16px;
  transition: 200ms ease-in-out color;
}

.navbar-active .fab {
  color: #115c99 !important;
  transition: 200ms ease-in-out color;
}

.navbar-active .nav-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px;
  color: #115c99 !important;
  border-width: 2px;
  border-color: #115c99 !important;
  transition: 200ms ease-in-out color;
}

.socmed-icon {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 22px;
  margin-right: 32px;
  margin-bottom: 32px;
  width: 600px;
}

.box-logo-2 {
  margin-top: 36px;
  width: 137 px;
  height: 80px;
  background: #ffffff;
  border-radius: 20px;
}

.our-client-logo {
  height: 50px;
  width: 100px;
  object-fit: contain;
}

.banner-bg-gradient {
  background-image: linear-gradient(310deg, #36536a 0%, #115c99 100%);
}

.btn {
  margin-bottom: 0px;
}

.btn-round {
  border-radius: 100%;
  height: 56px;
  margin-top: 36px;
  background-color: #e1e1e1;
}

.btn-round:hover {
  background-color: #c2c2c2;
  scale: 120%;
}

.img-wrapper img {
  width: auto;
  height: 552px;
  border-radius: 476px 240px 0px 0px;
  margin-top: -50px;
}

#about-us {
  height: 700px;
}

.client-logo-wrap {
  /* margin-top: 36px; */
  width: auto;
  height: 80px;
  /* background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.26); */
  border-radius: 20px;
}

.client-logo {
  height: 50px;
  width: 100px;
  object-fit: contain;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4379d0;
}

::-webkit-scrollbar-thumb:active {
  background: #003483;
}

::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 100px;
}

::-webkit-scrollbar-track:hover {
  background: #666666;
}

::-webkit-scrollbar-track:active {
  background: #333333;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.our-services {
  height: auto;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* .particle-style {
  height: 620px;
} */
#particles-js canvas {
  display: block;
  vertical-align: bottom;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.4s ease;
  transition: opacity 0.8s ease, transform 1.4s ease;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
}

.box-shadow {
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #ffffff;
  width: 600px;
  border: #003483;
  padding: 18px;
  margin: 12px;
  top: 0px;
  transition: top ease 0.3s;
}

/* .box-shadow:hover{
  top: -50px;
} */

@media (max-width: 1280px) {
  .box-shadow {
    width: 45%;
  }
}

@media (max-width: 1024px) {
  .box-shadow {
    width: 45%;
    display: flex;
  }
}

@media (min-width: 1366px) {
  .box-shadow {
    width: 47%;
    display: flex;
  }
}

@media (max-width: 800px) {
  .box-shadow {
    width: 100%;
    display: flex;
  }
}

@media (max-width: 1024px) {
  .img-wrapper img {
    display: none;
  }
}

@media (max-width: 1024px) {
  #about-us .col-md-6 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #about-us {
    height: auto;
  }
}

/* @media (max-width: 1024px){
  #about-us .col-md-6{
    display:flex
  }
} */

@media (max-width: 600px) {
  .product-image {
    display: none;
  }
}

#particles-js {
  height: auto;
}

.carousel-control-prev {
  width: 10% !important;
}

.carousel-control-next {
  width: 10% !important;
}

@media (max-width: 1024px) {
  .dropdown.nav-item .dropdown-menu-animation.show {
    height: 135px;
    opacity: 1;
  }
}

/* PRELOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.preloader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font: 14px arial;
}

.flex-container {
  flex-direction: row;
  flex-wrap: wrap;
}

.client-width-box {
  flex: 0 0 auto;
  width: 10rem;
}

@media (max-width: 1440px) {
  .about-us-hero {
    padding-top: 5rem;
    font-size: 6rem;
  }
}

@media (max-width: 991px) {
  .about-us-hero-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-us-hero img {
    width: 64vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-us-img-hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .min-vh-100 {
    height: 140vh;
  }
  .navbar .nav-link {
    color: #115c99 !important;
    font-size: 16px;
    font-weight: bold;
    transition: 200ms ease-in-out color;
  }

  .services-card-mobile {
    padding: 1rem;
    justify-content: center;
  }
}

@media (max-width: 846px) {
  .services-card {
    height: 18rem !important;
  }
}
@media (min-width: 768px) {
  .services-card {
    height: 18rem;
  }
  .workflow-management {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .workflow-management {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1199px) {
  .services-card-mobile {
    padding: 1rem;
    justify-content: center;
  }
}

.img-services {
  border-radius: 20px;
}
.services-card {
  height: 20rem;
  opacity: 1;
  transition: opacity 1s ease 0s;
  transform: skew(0deg, 0deg);
  transition: transform 1s ease 0s;
}

.services-card:hover {
  opacity: 0.6;
  transform: skew(0deg, 10deg);
  cursor: pointer;
}
.services-recent {
  background-color: #115c99;
}

.service-title {
  color: white !important;
}

.services-card-container {
  max-width: 1320px;
  justify-content: center;
}

/* .workflow-management {
  display: flex;
  flex-direction: row;
} */
