/*Colors*/
/*font*/
/* Font Weights */
.back-side-ab {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
  padding: 90px 80px;
  box-sizing: border-box;
  border-radius: 36px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.ab-flex {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: nowrap;
  gap: 0px 50px;
  justify-content: space-between;
}

.ab-left-child {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 590px;
}

.ab-right-child {
  display: block;
  position: relative;
  width: 100%;
}

.ab-header {
  color: #264555;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 50.4px */
  text-transform: uppercase;
  padding-bottom: 8px;
}

.ab-sub-header {
  color: #264555;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}

.ab-sub-sub-header {
  color: #335363;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding-top: 24px;
  padding-bottom: 40px;
}

.ab-nav-list-header {
  color: #264555;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}

.ab-list {
  margin: 0px;
  padding: 8px 16px 0px 16px;
}
.ab-list li {
  color: #335363;
  margin-bottom: 8px;
  /* Body/S */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.ab-mission {
  padding-top: 40px;
  color: #264555;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}

.ab-mission-text {
  color: #335363;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding-top: 8px;
}

.ab-top-button-one {
  margin-top: 40px;
}

.strong-white {
  background-color: white !important;
  color: #264555 !important;
}
.strong-white:hover {
  background-color: #66b6cc !important;
  color: white !important;
}

.back-side-ab-rihght-im {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("./about-us-head.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

/*OUR TEAM SCROLLER*/
/*====================*/
#team {
  padding-bottom: 60px;
}

.our-team-ab-header {
  display: block;
  width: 100%;
  text-align: center;
  color: #264555;
  /* Heading/XL */
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 50.4px */
  text-transform: uppercase;
  padding: 60px 0px 72px 0px;
}

.ab-content-contaiiner {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0px 80px;
}

.card-view-ab-flex {
  display: flex;
  width: 100%;
  position: relative;
  gap: 32px;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.ab-card-person {
  width: 100%;
}

.owl-carousel .item {
  width: 100%; /* Ensures the item takes full width within its allocated space */
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
}

.ab-card-person img {
  max-width: 100%; /* Keeps images responsive within the item */
  height: auto;
}

.ab-person-name {
  color: #264555;
  /* Heading/S */
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  padding: 24px 0px 6px 0px;
}

.ab-person-description {
  color: #335363;
  /* Body/S */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.owl-prev,
.owl-next {
  background-color: #66b6cc; /* Customize the color as needed */
  border-radius: 50%; /* Makes the button circular */
  width: 46px; /* Adjust size as needed */
  height: 46px; /* Adjust size as needed */
  padding: 0px !important;
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; /* Color for the icons (if any) */
  font-size: 0; /* Hides any text content */
}

.owl-prev:before,
.owl-next:before {
  content: ""; /* Removes default text/icons */
  display: inline-block;
  width: 10px; /* Arrow icon size */
  height: 10px; /* Arrow icon size */
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0 !important;
}

.owl-prev:before {
  transform: rotate(135deg); /* Left arrow */
}

.owl-next:before {
  transform: rotate(-45deg); /* Right arrow */
}

.owl-carousel .owl-nav .owl-prev {
  background: url("./prev.svg") no-repeat;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background-color: none !important;
  background: url("./prev.svg") no-repeat;
}

.owl-carousel .owl-nav .owl-next {
  background: url("./next.svg") no-repeat;
}
.owl-carousel .owl-nav .owl-next:hover {
  background-color: none !important;
  background: url("./next.svg") no-repeat;
}

.owl-nav {
  position: absolute;
  left: 50%;
  /* top: -10px; */
  bottom: -7.5px;
  gap: 0px 120px;
  display: flex;
  transform: translate(-50%, 0);
}

.owl-dots {
  margin-top: 74px;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #264555;
  background-color: white;
}
.owl-theme .owl-dots .owl-dot .active {
  background-color: #264555 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #264555 !important;
}

@media (min-width: 1505px) {
  .back-side-ab {
    padding: 90px 10rem;
  }
  .ab-content-contaiiner {
    padding: 0px 10rem;
  }
}
@media (max-width: 1000px) {
  .back-side-ab {
    padding: 24px 20px 48px 20px;
    border-radius: 24px;
  }
  .ab-content-contaiiner {
    padding: 0px 20px;
  }
  .ab-header {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 24px;
  }
  .ab-flex {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 36px 0px;
  }
  .ab-left-child a {
    width: 100% !important;
  }
  .ab-left-child a button {
    width: 100% !important;
  }
  .our-team-ab-header {
    font-size: 24px;
    font-weight: 700;
    padding: 48px 0px 36px 0px;
  }
  .ab-left-child {
    order: 2;
  }
  .ab-right-child {
    order: 1;
    padding-bottom: 100%;
  }
  .ab-right-child .back-side-ab-rihght-im {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
  }
}/*# sourceMappingURL=main.css.map */