* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
.content-inner-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-inner-padding-top {
  padding-top: 100px;
}

.about-img {
  width: 450px;
}
.experience-box {
  position: absolute;
  bottom: 50px;
  right: 12%;
  background-color: #1d4772;
  border-radius: 5px 0 5px 0;
  width: 160px;
  padding: 12px 16px;
  color: #fff;
}
.exp-icon {
  width: 28px;
  height: 28px;
}
.exp-years {
  font-size: 28px;
}
.who-we-are {
  font-size: 28px;
}
.about-heading {
  font-size: 34px;
}
.about-desc {
  font-size: 18px;
}
.check-icon {
  color: #1d4772;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}
.icon-box {
  width: 45px;
  height: 45px;
  background-color: #c9d1da;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-dark {
  color: #1d4772;
}
.text-highlight {
  color: #2da4e3;
}
.gradient-bar {
  height: 4px;
  background: linear-gradient(
    90deg,
    rgba(29, 71, 114, 1) 0%,
    rgba(29, 71, 114, 0) 100%
  );
}
.stat-box {
  width: 100px;
  border-radius: 20px 20px 0 0;
}
.stat-number {
  color: #1f5481;
  font-size: 40px;
}
.stat-label {
  font-size: 14px;
}
.bg-bar1 {
  background-color: #4f7fbe;
  height: 120px;
}
.bg-bar2 {
  background-color: #288ac2;
  height: 160px;
}
.bg-bar3 {
  background-color: #4f7fbe;
  height: 200px;
}
.bg-bar4 {
  background-color: #288ac2;
  height: 240px;
}
.bg-bar5 {
  background-color: #4f7fbe;
  height: 280px;
}

.text-primary-custom {
  color: #2da4e3 !important;
}

.btn-outline-primary-custom {
  color: #1d4772;
  border-color: #1d4772;
}

.btn-outline-primary-custom:hover {
  background-color: #1d4772;
  color: #fff;
}

.btn-custom {
  background-color: #2da4e3;
  color: #fff;
}

.btn-custom:hover {
  background-color: #2288c2;
  color: #fff;
}

.award-img {
  max-width: 300px;
}

.section-heading {
  font-size: 50px;
}

.hero-section {
  background-image: url("images/banner/ico.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



@media (max-width: 575.98px) {
  /* Extra Small Devices */
  .content-inner-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-inner-padding-top {
    padding-top: 70px;
  }
    .who-we-are-section {
      padding-top: 00px;
    }

}

@media (max-width: 991.98px) {
  .year-highlight-section {
    display: none !important;
  }

}






