.end-text h1{

  font-size: 1.17em !important;
  font-weight: bold;
}


.button {
  display: flex;
  justify-content: center;
}

.about-client h4 {
  font-family: 'Lato', sans-serif;
}

.heading {
  font-size: 42px;
  margin-bottom: 40px !important;
  color: black;
}

.detail {
  font-size: 26px;
}

.desc {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: black;
  text-align: justify;
  margin-bottom: 4rem;
  line-height: 2rem;
}

.content a {
  font-size: 18px;
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 0px 70px;
  margin-top: 5px;
  font-family: 'Lato', sans-serif;

}

.content h3 {
  font-size: 26px !important;
  color: white !important;
}

.c-info {
  position: relative;
  background-color: rgb(234, 234, 234);
  padding: 0px;
  border-right: 6px solid black;
  padding: 15px 20px;
  margin-bottom: 10px;


}

.c-info .detail {
  font-size: 14px;
  margin-bottom: 6px !important;
}

.c-info p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

/* .c-info::after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  width: 3px;
  height: 90%;
  bottom: 0;
  right: 65px;
  opacity: 0.2;
} */
.section-first {
  margin-top: 3rem;
  position: relative;
}

.section-first .detail-col {
  position: sticky;
  top: 3rem;
  z-index: 999;

}

.swiper-slide {
  position: relative;

}

.prev-btn {
  position: absolute;
  top: 58%;
  z-index: 99;
  color: rgb(255, 255, 255);
  
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.next-btn {
  position: absolute;
  bottom: 32%;
  right: 0%;
  z-index: 99;
  color: rgb(255, 255, 255);

  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.next-btn .next-arrow {
  margin-bottom: 0px !important;
  font-size: 12px;

}

.prev-btn .prev-arrow {
  margin-bottom: 0px !important;
  font-size: 12px;
}

.grid-sys {
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  margin-top: 22px;
  padding: 11px 24px;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: black;
  z-index: 1;
}

.button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #c51f1f;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:hover {
  color: #ffffff;
  cursor: pointer !important;
  border: 1px solid #c51f1f;
}

.button:hover:before {
  top: -35%;
  background-color: #c51f1f;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button:hover:after {
  top: -45%;
  background-color: #c51f1f;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

@media (min-width: 0px) and (max-width: 767px) {
  .next-btn {
    position: absolute;
    bottom: 22%;
    right: 0%;
    z-index: 99;
    color: rgb(255, 255, 255);
    padding-left: 5px;
    background: rgba(0, 0, 0, 0.5);

  }

  .prev-btn {
    position: absolute;
    top: 66%;
    z-index: 99;
    color: rgb(255, 255, 255);
    padding-right: 5px;
    background: rgba(0, 0, 0, 0.5);

  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .next-btn {
    position: absolute;
    bottom: 24%;
    right: 0%;
    z-index: 99;
    color: rgb(255, 255, 255);
    padding-left: 5px;
    background: rgba(0, 0, 0, 0.5);

  }

  .prev-btn {
    position: absolute;
    top: 64%;
    z-index: 99;
    color: rgb(255, 255, 255);
    padding-right: 5px;
    background: rgba(0, 0, 0, 0.5);

  }
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }

  .detail-col {
    padding: 10px !important;
  }
}


:root {
  --color: rgba(255, 255, 255, 0.918);
}

.content {
  width: 100%;
}

.content h3 {
  font-size: 50px;
  color: white !important;
}


#scroll-down-animation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.scroll-btn {
  color: #fff;
  font-weight: 200;
  font-size: 16px;
}

.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 2px solid white;
  height: 50px;
  width: 20px;
  position: relative;
  margin-bottom: 5px;
}

.move {
  position: absolute;
  background-color: white;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 40px);
    opacity: 0;
  }
}

.outer-grid {
  margin-top: -15px !important;
}

.changewhite .change2 {
  background-color: #ffffff;
}
.logoSwiper  .swiper-wrapper{
    align-items:center;
}
.logo-image{
    padding:15px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.logo-image a{
    display:block;
}