.bannerContentSec {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
  position: relative;
  gap: 40px;
}

.bannerContentSec h2 {
  font-size: 45px;
  font-weight: 700;
  color: #1565c0;
}

.bannerContentSec p {
  font-size: 20px;
  font-weight: 500;
  color: #00326a;
}

.aboutBgSec {
  background-image: url("./assets/about-us/about-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 40px 100px;

  overflow: hidden;
  display: flex;
  background-image: url(assets/images/Component3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

.AbGlassSec {
  background: rgb(14 30 62 / 1%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 18px;
  box-shadow:
    rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
    rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  padding: 35px 45px 55px;
  /* border: 1px solid #c9c9c952; */

  color: white;
  background-color: #1565c000;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(20px);
  box-shadow: 0 -4px 16px #0000000d;
  box-shadow:
    rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
    rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  padding: 30px;
  border-radius: 20px;
}

/* ============================================= */
/* start Trusted by Sec  */
.AbContent {
  /* background-color: #1565c000;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(20px);
    box-shadow: 0 -4px 16px #0000000d;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding: 30px 40px;
    border-radius: 20px; */
}

.AbContent h3 {
  text-align: center;
  color: #1565c0;
  font-size: 45px;
  font-weight: 700;
  margin: 0 auto 50px;
}

.whyContentSec p {
  color: #00326a;
  font-size: 16px;
}

.AbContent p {
  color: #2e2e2e;
  font-size: 16px;
  text-align: center;
  margin: 16px auto 0;
}

.lightBlueBg {
  padding: 60px;
  background-color: #3396ff0a;
  background-image: url(assets/images/Frame257.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  padding: 76px 50px;
  background-size: cover;
  background-position: top;
  margin: 30px auto 0;
}

.SecSconAbImg {
  text-align: center;
}

.SecSconAbImg img {
  width: 90%;
  height: auto;
}
/* ============================== */

/* ========================= */
.missVissPad {
  padding: 60px 30px;
  background-color: #082052;
}

.BoxMisViss {
  background: rgb(255 255 255 / 13%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 18px;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
  padding: 32px 40px 32px;
  border: 1px solid #ffffff75;
  width: 80%;
  height: 390px !important;
  height: auto;
  text-align: center;
  transition: all 0.3s ease;
}

.BoxMisViss:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: rgb(255 255 255);
}

.BoxMisViss:hover h3 {
  color: #1b66bc;
}

.BoxMisViss:hover p {
  color: #1b66bc;
}

.BoxMisViss img {
  transition: transform 0.35s ease;
}

.BoxMisViss:hover img {
  transform: scale(1.15);
}

.BoxMisViss h3 {
  font-size: 36px;
  /* color: #1b66bc; */
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.BoxMisViss p {
  font-size: 16px;
  color: #ebeaea;
  text-align: center;
  /* color: #4a4a4ac4; */
  margin: 16px auto 0;
}

.BoxMisViss img {
  width: auto;
  height: 100px;
}
.ScondPosi {
  background-position: bottom;
  margin: 0;
}

/* ============================== */
.valueBGSec {
  /* background-image: url(assets/images/Frame257.png); */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  /* background-blend-mode: overlay; */
  padding: 80px 30px;
  background-color: #ffffff;
}

.headingSecAll h3 {
  font-size: 48px;
  font-weight: 700;
  color: #1b66bc;
  text-align: center;
  margin: 0 auto 50px;
}

.valueBoxSec {
  border: 0.5px dashed rgba(176, 176, 255, 0.476);
  padding: 20px 26px;
  height: auto;
  width: 260px;
  text-align: center;
  transition: all 0.3s ease;
}

.valueBoxSec h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 8px;
}

.valueBoxSec p {
  font-size: 16px;
  color: #787878;
}

.iconsSec {
  width: 70px;
  height: auto;
  background-color: #2066b9;
  border-radius: 100%;
  padding: 4px;
  margin: 4px auto 16px;
}

.iconsSec img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.valueBoxSec:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #2466b6;
}

.valueBoxSec .iconsSec img {
  transition: transform 0.3s ease;
}

.valueBoxSec:hover .iconsSec img {
  transform: scale(1.1);
}

.valueBoxSec:hover h5 {
  color: #fff;
}

.valueBoxSec:hover p {
  color: #fff;
}
.counterSec {
  background-color: #2466b6;
  color: #fff;
  padding: 30px 10px;
}

.colsSecFlex {
  justify-content: center;
  gap: 200px;
}
/* =========================== */

#Clientcounter {
  max-width: 100%;
}
.welucount {
  font-size: 60px;
  font-weight: 800;
  color: #000;
}
.welutext {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
}
@media (max-width: 1199px) {
  .welucount {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .welucount {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .welucount {
    font-size: 25px;
  }
}

.welucount {
  color: #ffffff;
}
.welutext {
  color: #ffffff;
}
