/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html,
body {
  position: relative;
}

.custom-nav {
  /* height: 60px; */
  background: #365b6d;
  /* background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 12%,
    rgba(202, 34, 51, 1) 40%
  ); */
}

.footer {
  background: #365b6d;
}

.logo {
  height: 42px;
  align-items: center;
}

.nav-link {
  color: white !important;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.nav-link:hover {
  color: #adbcca !important;
}

.nav-link.active {
  color: rgb(245, 243, 243) !important;
  background-color: #506c7a !important;
}

.scrollspy {
  position: relative;
  overflow-y: scroll;
  height: 100%;
}

/* #home, */
#philosophy,
#about-us,
/* #whyworkwithus, */
/* #blog, */
#ap,
#aienablement,
#contact {
  padding-top: 50px;
  height: 100%;
}

.ht300 {
  /* height: 300px; */
  /* background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 100%,
      rgba(210, 210, 210, 1) 100%
    ),
    url("../Images/download.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  margin-top: 3rem;
  opacity: 1;
}

.custom-cc {
  right: 0 !important;
  left: 0 !important;
  background: rgba(0, 0, 0, 0.5);
  /* Black background with 0.5 opacity */
}

.ht3801 {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.5) 100%,
      rgba(210, 210, 210, 1) 100%),
    url("../Images/p2.jpg");
}

.ht3802 {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.5) 100%,
      rgba(210, 210, 210, 1) 100%),
    url("../Images/download.png");
}

.icon-border {
  border: 2px solid white;
  border-radius: 4px;
}

.heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-align: center;
  color: #365b6d;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 1rem;
  text-transform: uppercase;
}

.red-line {
  height: 6px;
  width: 145px;
  background-color: #365b6d;
  border-radius: 6px;
  margin: auto;
  margin-top: 0.4rem;
}

.mx-hide {
  padding: 0 2rem;
  margin: 0 1.5rem;
}

/* .about-us {
  padding: 0;
} */
.whoweare-desc,
.abts-us,
.whyworkwithus,
.ap {
  /* font-size: large; */
  text-align: justify;
  margin-top: 1rem;
  background-color: #f0f5f7;
  padding: 1rem;
  border-radius: 6px;
  line-height: 2;
}

.custom-row {
  background-color: rgba(137, 137, 135, 0.5);
  height: 200px;
  margin: 1.5rem 0 0 0 !important;
}

.row-logo {
  margin: 1.5rem 0 1rem 0;
}

.row-logo-mr {
  display: block;
  margin: auto;
  animation: fade linear;
  transition: all ease-in-out;
  animation-duration: 6s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

.row-title {
  text-align: center;
  font-size: 1rem;
  color: #082e55;
  font-family: Arial, Helvetica, sans-serif;
  animation: fadein;
  transition: all ease-in-out;
  animation-duration: 4s;
  animation-delay: 0s;
}

.row-desc {
  font-style: italic;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  font-size: 1em;
  text-align: center;
  padding: 1rem;
  animation: fadein;
  transition: all ease-in-out;
  animation-duration: 4s;
  animation-delay: 0s;
}

@keyframes fadein {
  0% {
    position: relative;
    bottom: -6rem;
    opacity: 0;
  }

  100% {
    position: relative;
    opacity: 1;
    bottom: 0%;
    transform: scale(1.1);
  }
}

.services {
  font-size: xx-large;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #365b6d;
  line-height: 1.5;
  text-align: center;
  padding: 2rem;
  animation: fade linear;
  transition: all ease-in-out;
  animation-duration: 6s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

.group-img {
  height: auto;
  width: auto;
  padding: 1rem 0;
  display: block;
  margin: auto;
  /* animation: fade linear;
  animation-duration: 6s;
  animation-delay: 0.2s;
  animation-iteration-count: 1; */
}

/* @keyframes fade {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} */

.box-strengths {
  width: max-content;
  padding: 1rem;
  border: 1px solid orange;
  border-radius: 40px;
  color: #365b6d;
  transition: 0.3s;
}

.box-strengths:nth-child(even) {
  margin-left: 3rem;
  background: #365b6d;
  color: white;
}

.box-strengths:nth-child(even):hover {
  background: white;
  color: #365b6d;
}

.box-strengths:hover {
  border-color: rgb(228, 102, 19);
  background: #365b6d;
  cursor: pointer;
  color: white;
}

.custom-row2 {
  margin: 0 !important;
}

.custom-row3 {
  margin: 1rem auto 0 auto !important;
  background-color: rgba(137, 137, 135, 0.5);
  padding-top: 4rem;
}

.tree-child {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  margin: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.8) 100%,
      rgba(210, 210, 210, 1) 100%);
  border: 6px solid orange;
  cursor: pointer;
  transition: transform 0.2s;
  background-size: 100%;
  background-repeat: no-repeat;
}

.tree-child:hover {
  transform: scale(1.2);
}

.child1 {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.4) 100%,
      rgba(210, 210, 210, 1) 100%),
    url("../Images/download.jpg");
}

.child2 {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.4) 100%,
      rgba(210, 210, 210, 1) 100%),
    url("../Images/consulting.png");
}

.child3 {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.4) 100%,
      rgba(210, 210, 210, 1) 100%),
    url("../Images/Staffing.png");
}

.child4 {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.4) 100%,
      rgba(210, 210, 210, 1) 100%),
    url("../Images/training.jpg");
}

.child5 {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.4) 100%,
      rgba(210, 210, 210, 1) 100%),
    url("../Images/services.png");
}

.card-img-top {
  width: max-content !important;
  margin: 1rem auto;
  height: 180px;
}

.custom-card-bg {
  background-color: #bce7cb;
}

.custom-card-bg:nth-child(even) {
  background: #365b6d;
}

.custom-card-border {
  border-radius: 4rem !important;
}

.tree {
  margin: auto;
  display: table;
}

.tree-img {
  height: 25rem;
}

.child1,
.child3 {
  margin-top: 6rem;
}

.child1,
.child2 {
  margin-left: 12rem;
  float: right;
}

.child3,
.child4 {
  margin-right: 12rem;
  float: left;
}

.child2,
.child4 {
  margin-top: 6rem;
}

.figure-caption {
  margin: auto;
  color: white !important;
  font-size: 26px !important;
}

.g-4 {
  margin-top: 1rem !important;
}

.red-line2 {
  height: 6px;
  width: 80px;
  background-color: #365b6d;
  border-radius: 6px;
  margin: auto;
  margin-top: 0.4rem;
}

.red-line3 {
  height: 6px;
  width: 80px;
  background-color: #365b6d;
  border-radius: 6px;
  margin: 0.4rem 0;
}

.modal-hover:hover {
  /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 15%); */
  transform: translate(0px, -6px);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.modal-hover {
  background-color: #bce7cb;
}

.modal-hover:nth-child(even) {
  background: #365b6d;
}

.ct {
  color: #4f4f4f;
  font-size: 22px;
}

.rm {
  cursor: pointer;
}

.rm:hover {
  color: blueviolet;
}

.promotion {
  margin: 0rem 4rem;
  height: auto;
  width: 200px;
}

/* .contactus {
  margin-top: 1rem;
  background-color: rgba(137, 137, 135, 0.5);
} */
.address {
  color: #f1f1f1;
}

.wanttoknow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  color: white;
  /* padding-top: 1rem; */
  font-weight: bold;
}

.sub-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: rgb(226, 224, 224);
  text-align: center;
}

.w-80 {
  width: 90% !important;
  margin: auto;
  padding: 0.75rem !important;
}

.contactus-btn {
  background-color: orange !important;
  font-weight: bold !important;
}

#hideform {
  cursor: pointer;
}

#hideform:hover+#test {
  display: block !important;
  color: #082e55;
  background-color: yellowgreen;
  font-size: large;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}

.tou {
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 0.3rem 0;
}

u {
  color: #082e55;
  cursor: pointer;
}

u:hover {
  color: whitesmoke;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item:hover {
  color: white !important;
  background-color: #365b6d !important;
}

.dropdown-item:active,
.dropdown-item.active {
  background-color: #365b6d !important;
}

.scroll {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  color: white;
  background-color: #365b6d;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  display: block;
}

.scroll:hover {
  color: orange;
}

/* Tab and Mobile */
@media screen and (max-width: 786px) and (min-width: 320px) {
  .mx-hide {
    padding: 0 1rem;
    margin: 0;
  }

  .ht380 {
    height: 150px;
    background-size: 100% 100%;
  }

  .custom-row {
    height: auto;
  }

  .services {
    font-size: 20px;
    padding: 0rem;
  }

  .group-img {
    height: auto;
    width: 60%;
  }

  .child1,
  .child2,
  .child3,
  .child4,
  .child5 {
    margin: auto !important;
    float: none !important;
  }

  .tree-img {
    display: none;
  }

  .w-80 {
    width: 100% !important;
  }

  .box-strengths {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .contactus {
    height: min-content;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .box-strengths {
    width: 300px;
  }
  .mb-wd-map {
    width: inherit;
  }
  .tou {
    padding: 1rem 4rem;
  }
  .address {
    margin-top: 2rem !important;
  }
}

@media screen and (max-width: 375px) {
  .box-strengths {
    width: 250px;
  }
}

@media screen and (max-width: 320px) {
  .box-strengths {
    width: 200px;
  }
}