span {
    color: #212529 !important;
}

.frontImage {
    background-image: url(/img/bg.jpg);
    background-size: cover;
    margin-top: 80px !important;
    height: 680px;
}

.frontImgTxt {
    color: #fff;
    margin-top: 180px !important;
}

/* About Section */
.aboutSection img {
    width: 100%;
}

.aboutSection p {
    font-size: 20px;
    text-justify: distribute;
}

/* certificate */

.certificateBg {
    background-color: #ddd;
    border: 16px ridge #176361;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow-y: visible !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #212529 !important;
}


/* Technology Strength */
.technologyStrength {
    background-image: linear-gradient(to right bottom, #176361, #568792, #94acbb, #ced3de, #ffffff);

}
.imgz {
  width: 40% !important;
}
.technologyStrength p {
    font-size: 20px;
    text-justify: distribute;
}

/* Corporate Culture */
.accordion-item {
    border: none !important;
    border-bottom: 2px #ddd solid !important;
}
.CCIMG {
  width: 100% !important;
}

.CC {
  font-size: 35px !important;
  margin-bottom: 30px;
}
.accordion-item img {
    width: 30px;
    margin-right: 15px;
}

.toggle-icon::after {
    transition: transform 0.3s ease-in-out;
}

.collapsed .toggle-icon::after {
    transform: rotate(45deg);
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-button {
    background-color: #fff !important;
    font-size: 20px !important;
}

h2 {
    border: none !important;
    background-color: transparent;
    color: inherit;
    padding: 0;
    font-family: inherit;
    font-size: 50px;
    line-height: inherit;
}

/* Last */
.containers {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 300px;
}

.counters span {
    font-size: 35px;
}

.counters img {
    width: 80px;
}

.plus-sign {
    display: none;
    margin-left: 5px;
    font-size: 24px;
}

.counter.complete .plus-sign {
    display: inline;
}

.span {
    font-size: 48px;
    margin-left: 0px !important;
    color: #176361
}

/********************************************************************** MOBILE */
@media screen and (max-width: 960px) {
  .frontImage {
    height: 200px;
}
.frontImgTxt {
  color: #fff;
  margin-top: 20px !important;
}
.frontImgTxt p,
.frontImgTxt h1,
.frontImgTxt h4 {
  width: 60vw !important;
  font-size: xx-small !important;
}
    .aboutSection {
        text-align: center;
    }

    .aboutSection p,
    .aboutSection h1,
    .aboutSection h2 {
        width: 95vw;
    }

    .aboutSection img {
        width: 95vw;
        margin-top: 70vw;
        margin-left: -50vw;
    }

    .containers {
        width: 100vw !important;
        flex-wrap: wrap;
        margin-bottom: 8%;
    }

    .counters {
        width: 25vw;
    }

    .counters span {
        font-size: 25px;
    }

    .imgz {
        width: 100% !important;
        margin-top: -40px !important;
        margin-bottom: 20px;
        
    }

    .technologyStrength p {
        width: 95vw;
        font-size: 20px;
        text-justify: distribute;
    }
    .CC {
      font-size: 30px !important;
    }
    .accM {
      margin-top: 280px !important;
    }
    .CCIMG {
      width: 95vw !important;
      margin-left: -50vw;
      margin-top: 15px;
    }
    .accordion-item {
      border-bottom: 2px #ddd solid !important;
      width: 90vw !important;

  }

}
