.reveal-img-wrap {
  overflow: hidden;
}
.reveal-img-wrap .reveal-img-inner {
  overflow: hidden;
}
.reveal-img-wrap .reveal-img-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.container-fluid {
  margin: 0px;
  padding: 0px;
}
.cs-flex {
  display: flex;
}
.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
::-webkit-scrollbar {
  width: 5px;
  background: rgba(0, 64, 65, 0.1);
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #176b96;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: #176b96;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-primary-btn {
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  padding: 12px 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  width: auto;
  border-radius: 50px;
  gap: 5px;
  font-family: "Radio Canada Big";
}
.cs-primary-btn span {
  color: #fff;
  position: relative;
  z-index: 111;
  transition: all 0.5s;
}
.cs-primary-btn a {
  z-index: 5;
}
.cs-primary-btn a {
  font-family: "Radio Canada Big";
  display: flex;
  align-items: center;
  color: #fff;
  gap: 5px;
}
.cs-primary-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  visibility: hidden;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 90% 51%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 90% 51%, 75% 100%, 0% 100%);
  border-radius: 50px;
  overflow: hidden;
  background-color: #0a0a0a;
  opacity: 0.1;
  transition: all 0.3s;
  z-index: 1;
}
.cs-primary-btn:hover span {
  color: #fff;
  z-index: 2;
}
.cs-primary-btn:hover::before {
  right: 0;
  visibility: visible;
}
.logi-splite {
  position: relative;
  overflow: hidden;
}
.logi-splite .split-parent {
  overflow: hidden;
}
.logi-splite .split-child {
  display: inline-block;
}
.cs-about-wrapper-1 {
  padding-right: calc((100% - 1320px) / 2);
}
.cs-about-wrapper-1 .cs-about-wrap-in {
  position: relative;
  min-height: 615px;
  display: flex;
  align-items: center;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-content-wrap {
  display: flex;
  justify-content: end;
}
.cs-about-wrapper-1
  .cs-about-wrap-in
  .cs-about-content-wrap
  .cs-about-content-in {
  max-width: 637px;
}
.cs-about-wrapper-1
  .cs-about-wrap-in
  .cs-about-content-wrap
  .cs-about-content-in
  .cs-about-title {
  margin-bottom: 20px;
}
.cs-about-wrapper-1
  .cs-about-wrap-in
  .cs-about-content-wrap
  .cs-about-content-in
  .cs-about-para {
  margin-bottom: 30px;
}
.cs-about-para p {
  font-size: 18px;
  font-weight: 400;
}

.cs-about-list-wrap ul li {
  font-size: 16px;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-img-area {
  position: relative;
}
.cs-about-wrapper-1
  .cs-about-wrap-in
  .cs-about-img-area
  .cs-about-img-over-content {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  -webkit-clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 0,
    100% 80%,
    80% 100%,
    0 100%,
    0% 80%,
    0% 20%
  );
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 0,
    100% 80%,
    80% 100%,
    0 100%,
    0% 80%,
    0% 20%
  );
}
.cs-about-wrapper-1
  .cs-about-wrap-in
  .cs-about-img-area
  .cs-about-img-over-content
  h2 {
  color: #fff;
}
.cs-about-wrapper-1
  .cs-about-wrap-in
  .cs-about-img-area
  .cs-about-img-over-content
  p {
  color: #fff;
  font-family: "Radio Canada Big";
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
}
.cs-about-list-wrap {
  display: flex;
  gap: 75px;
}
.cs-about-list-wrap ul {
  padding: 0;
}
.cs-about-list-wrap ul li {
  list-style: none;
  padding-bottom: 15px;
}
.cs-about-list-wrap ul li i {
  margin-right: 10px;
  color: #176b96;
}
@media screen and (max-width: 1199px) {
  .cs-about-wrapper-1 .cs-about-content-wrap {
    max-width: 960px;
    margin: auto;
    justify-content: flex-start !important;
  }
  .cs-about-wrapper-1 .cs-about-img-area {
    padding-bottom: 50px;
    max-width: 960px;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .cs-about-wrapper-1 .cs-about-content-wrap .cs-about-content-in {
    margin: auto;
    max-width: 720px;
  }
  .cs-about-wrapper-1 .cs-about-img-area {
    max-width: 720px;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  /* .cs-about-wrapper-1 .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  } */
  .cs-about-wrapper-1 .cs-about-list-wrap {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 0px !important;
  }
  .cs-about-wrapper-1 .cs-about-list-wrap ul {
    margin: 0px;
  }
}

.logi-splite,
.logi-splite-2 {
  position: relative;
  overflow: hidden;
}

.about-heading {
  font-size: 2.8em;
}

.about-heading div {
  font-weight: 900;
  font-size: 55px;
}

.cs-about-wrapper-1
  .cs-about-wrap-in
  .cs-about-img-area
  .cs-about-img-over-content {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;

  -webkit-clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 0,
    100% 80%,
    80% 100%,
    0 100%,
    0% 80%,
    0% 20%
  );
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 0,
    100% 80%,
    80% 100%,
    0 100%,
    0% 80%,
    0% 20%
  );
}

@media (max-width: 768px) {
  .about-heading div {
    font-weight: 900;
    font-size: 45px;
  }
  .about-outer {
    padding: 0.5rem !important;
  }
}

/*--------------------------------------------------------------
  07. Spacing
----------------------------------------------------------------*/
.cs-section-height {
  height: 80px;
}

@media screen and (max-width: 991px) {
  .cs-section-height {
    height: 60px;
  }
}

/*--------------------------------------------------------------
  29. Text Moving
----------------------------------------------------------------*/
.cs-text-moving-wrap {
  overflow: hidden;
}
.cs-text-moving-wrap .cs_text-moving_in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  gap: 70px;
}
.cs-text-moving-wrap .cs_text-moving {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 70px;
  animation: slide-right 20s linear infinite;
}
.cs-text-moving-wrap .cs_text-moving h2 {
  transition: all 0.3s ease;
}
.cs-text-moving-wrap .cs_text-moving h2:hover {
  color: #176b96;
  transition: all 0.3s ease;
}
.cs-text-moving-wrap.cs-moving-text-with-bg {
  background: #176b96;
  padding: 20px 0px;
}
.cs-text-moving-wrap.cs-moving-text-with-bg h2 {
  color: #fff;
}
.cs-text-moving-wrap.cs-moving-text-with-bg h2:hover {
  color: #fff;
  opacity: 0.8;
  transition: all 0.4s ease;
}

@media screen and (max-width: 576px) {
  .cs-text-moving-wrap .cs_text-moving {
    gap: 30px;
  }
  .cs-text-moving-wrap .cs_text-moving h2 {
    font-size: 60px;
  }
  .cs-text-moving-wrap .cs_text-moving svg {
    max-height: 50px;
  }
}
.cs_animation_speed_10 {
  animation: slide-left 10s linear infinite;
}

.cs_animation_speed_30 {
  animation: slide-left 30s linear infinite;
}

.cs_animation_speed_40 {
  animation: slide-left 40s linear infinite;
}

.cs_animation_speed_50 {
  animation: slide-left 50s linear infinite;
}

.cs_text-moving_hover_push:hover .cs_text-moving {
  animation-play-state: paused;
}

@keyframes slide-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.cs-text-style-h1 {
  font-family: "Radio Canada Big";
  font-size: 90px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
}

@media(max-width:768px) {
  .cs-text-style-h1 {
    font-size: 50px !important;
  }
}

.about-explore-more {
  color: #176b96 !important;
}
.about-explore-more:hover {
  color: #fff !important;
}

.cs-text-style-h2 i {
  font-size: 27px;
}

#aboutSection{
  padding-bottom: 40px;
}

.services-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-box-left-custom,
.service-box-right-custom {
  width: 10px; /* Reduced size for closer fit */
  height: 10px;
  background-color: #ffc096;
  transform: translateY(-50%);
  box-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.service-title-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 32px;
}
.service-title-underline-2 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 32px;
}

.text-shadow {
  text-shadow: 1.4px 1.4px 2px rgba(0, 0, 0) !important;
}
.sm-text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0) !important;
}

.box-shadow {
  box-shadow: 1.5px 1.5px 2px rgb(0, 0, 0) !important;
}
.service-title-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 3px;
  background-color: #ef9960;
  box-shadow: 1px 1px 1px rgb(0, 0, 0);
  transform: translateX(-50%);
}
.service-title-underline-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 3px;
  background-color: #176b96 !important;
  box-shadow: 1px 1px 1px rgb(0, 0, 0);
  transform: translateX(-50%);
}

#Excellence-section {
  background-image: url("../img/home/breakcrum.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -10px !important;
  position: relative;
  z-index: -3;

}

#Excellence-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.123); /* Adjust opacity as needed */
  z-index: -2;
}

#Excellence-section .img1 {
 margin-top: -4px;

}
#Excellence-section .img2 {

  margin-bottom: -4px;
}

@media (max-width: 768px) {
  .about-heading {
    font-size: 2em !important;
}
}