.abu-sec1 {
  animation: appear 1.5s ease-in-out;
  height: auto;
  /* border:2px solid red; */
  display: flex;
  margin: 2rem 0;
  justify-content: center;
  align-items: center;
}
.ab-sec1-cnt {
  display: flex;
  flex-wrap: wrap;
  width: 1110px;
  height: 79%;
  box-sizing: border-box;
  justify-content: space-between;
  /* border:2px solid purple; */
}
.ab-sec1-cnt-1 {
  width: 49%;
}
.ab-sec1-cnt-1 img {
  height: 100%;
  width: 100%;
}
.ab-sec1-cnt-2 {
  width: 49%;
  /* border:2px solid black; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab-sec1-cnt-2-1 {
  /* border:2px solid greenyellow; */
  height: 85%;
  width: 1110px;
  padding: 0 15px;
}
.abu-p1 {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 13.5px;
}
.abu-p2 {
  font-weight: bolder;
  color: #2c52a0;
  font-size: 2.5rem;
  margin: 1.2rem 0;
}
.abu-p3 {
  font-size: 16px;
  margin-top: 1.5rem;
}
.abu-p4 {
  font-weight: bolder;
  font-size: 15px;
  margin-top: 1.8rem;
}
.abu-p5 {
  font-size: 15px;
  margin-bottom: 0.8rem;
}
.abu-btn {
  background-color: #2c52a0 !important;
  color: #fff !important;
}
.abu-btn:hover {
  color: #fff !important;
  background-color: #17a2b8 !important;
}
.abu-sec2 {
  /* border: 2px solid red; */
  margin: 2rem 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}
.abu-sec2.show {
  opacity: 1;
  transform: translateY(0);
}
.abu-sec2-cnt {
  width: 1110px;
  margin: auto;
  height: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* border: 2px solid purple; */
}
.abu-sec2-cnt1 {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abu-sec2-cnt2 {
  width: 49%;
}
.abu-sec2-cnt2 img {
  height: 100%;
  width: 100%;
}
.abu-s2ct-1div {
  height: 70%;
  width: 100%;
  /* border:2px solid #000000; */
}
.s2ct-p1 {
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 14px;
}
.s2ct-p2 {
  margin: 1.8rem 0;
  color: #2c52a0;
  font-size: 2.32rem;
  font-weight: bolder;
}
.s2ct-p3 {
  margin-bottom: 1.7rem;
}
.s2ct-p4 {
  display: flex;
  flex-wrap: wrap;
}
.s2ct-p4 div div {
  display: flex;
  align-items: center;
  color: #999;
}
.s2ct-p4-div {
  width: 50%;
}
.s2ct-p4-div  i {
  color: #999;
  font-size: 10px !important;
  font-weight: bolder;
  margin-right: 5px;
}
.s2ct-p4 div div {
  margin-bottom: 3px;
}
.abu-sec3 {
  height: 340px;
  background-image: url(/assets/images/aboutus/statistic.jpg);
  background-attachment: fixed !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* border:2px solid rgb(250, 7, 7); */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem  0 !important;
}
.abu-sec3-div1 {
  width: 1110px;
  height: 63%;
  /* border:2px solid rgb(62, 4, 176); */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-in-out, transform 1.5s ease-in-out;
}
.abu-sec3-div1.show {
  opacity: 1;
  transform: translateY(0);
}
.abu-sec3-div1-1 {
  text-align: center;
  height: 100%;
  width: 20%;
  /* border:2px solid white; */
}

.flat-icon {
  height: 40%;
  width: 40%;
}
.abs3-p1 {
  font-size: 3rem !important;
  font-weight: bolder;
  margin: 6px 0;
}
.abs3-p2 {
  font-size: 1rem !important;
  color: white;
}
.abu-sec4 {
  /* border: 2px solid rgb(255, 0, 0); */
  margin: 2rem 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abs4-cnt {
  width: 1110px;
  height: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.abs4-cnt1 {
  height: 100%;
  width: 49%;
  /* border:2px solid rgb(0, 0, 0); */
}
.abs4-cnt2 {
  height: 100%;
  width: 49%;
  /* border:2px solid rgb(0, 0, 0); */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-in-out, transform 1.5s ease-in-out;
}
.abs4-cnt2.show {
  opacity: 1;
  transform: translateY(0);
}
.abs4-cnt2-cnt {
  width: 97%;
  height: 67%;
  /* border:2px solid rgb(244, 240, 12); */
  color: #666666;
}
.abs4ct2cnt1 {
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
}
.abs4ct2cnt2 {
  font-size: 2.4rem;
  font-weight: bolder;
  margin: 1.3rem 0;
  color: #2c52a0;
}
.abs4ct2cnt3 {
  margin-bottom: 1.7rem;
}
.abu-sec5 {
  /* border:2px solid rgb(234, 3, 3); */
  height: auto;
  background-color: #f8f9fb;
  display: flex;
  margin: 2rem 0;
  justify-content: center;
  align-items: center;
}
.abs5-cnt {
  width: 1110px;
  height: 80%;
  display: flex;
  flex-wrap: wrap;
}
.abs5-cnt1 {
  height: 100%;
  width: 70%;
  /* border:2px solid rgb(0, 0, 0); */
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-in-out, transform 1.5s ease-in-out;
}
.abs5-cnt1.show {
  opacity: 1;
  transform: translateY(0);
}
.abs5-cnt2 {
  margin-top: 8px;
  height: 64%;
  width: 30%;
  /* border:2px solid rgb(0, 0, 0); */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a3c8;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-in-out, transform 1.5s ease-in-out;
}
.abs5-cnt2.show {
  opacity: 1;
  transform: translateY(0);
}

.abs5c21 {
  height: 88%;
  /* border:2px solid rgb(255, 252, 252); */
  width: 77%;
  color: white;
}
.abcl-2-1 {
  font-size: larger;
  font-weight: bolder;
  color: #2c52a0;
  margin-bottom: 5px;
}
.abcl-2-2 {
  font-size: 14.5px;
  color: #666;
}
.abu-sec6 {
  /* border:2px solid rgb(39, 10, 207); */
  height: auto;
  margin: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abs6-cnt {
  width: 40%;
  height: 60%;
  /* border:2px solid purple; */
}
.abu-row {
  margin-left: 5px;
  width: 98%;
  margin: auto;
}
.abu-col {
  /* border:2px solid black; */
  background-color: #fff;
  margin: 0.4rem !important;
  height: 12.8rem;
  width: 22rem !important;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 8px rgba(147, 146, 146, 0.3);
}

.abu-col:hover {
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}
.abu-col-div {
  height: 80%;
  width: 100%;
  /* border:2px solid black; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.abucol-1 {
  /* border:2px solid black; */
  width: 30%;
}
.abucol-1 i {
  color:#aaa;
  font-size: 4rem;
}
.abucol-2 {
  width: 65%;
}
.abs5-p1 {
  font-size: 1.4rem;
  font-weight: bold;
}
.abs5-p2 {
  margin-top: 5px;
  font-size: 14px;
  color: #e7e7e7;
}
.abs5-p3 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #f6f6f6;
}
.adiv1 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1.5px dotted #ffffff;
  justify-content: space-between;
}
.adiv2 {
  padding-bottom: 1rem;
  border-bottom: 1.5px dotted #ffffff;
  justify-content: space-between;
}
.d1 {
  width: 35%;
}
.d2 {
  width: 5%;
}
.d3 {
  width: 60%;
  text-align: end;
}
.abs6-p1 {
  color: #2c52a0;
  font-size: 2.3rem;
  font-weight: bolder;
}
.abs6-p2 {
  color: #666;
}
.abs6-btn {
  border-width: 2px !important;
  border-color: #2c52a0 !important;
  color: #2c52a0 !important;
}
.abs6-btn:hover {
  color: white !important;
  border-color: #17a2b8 !important;
  background-color: #17a2b8 !important;
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .abu-sec1 {
    animation: none;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5 rem;
    /* border:2px solid black; */
  }

  .ab-sec1-cnt {
    width: 90%;
    height: auto;
    justify-content: none;
  }
  .ab-sec1-cnt-1 {
    margin: 0;
    /* border:2px solid black; */
    height: auto;
    width: 100%;
  }
  .ab-sec1-cnt-2 {
    margin-top: 0 !important;
    width: 100%;
    height: auto;
  }
  .ab-sec1-cnt-2-1 {
    padding: 0;
    width: 100%;
  }
  .abu-p1 {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0;
  }
  .abu-p2 {
    padding: 5px 0;
    margin: 0;
    font-size: 2.3rem;
  }
  .abu-p3 {
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
    font-weight: 300;
    padding: 0;
  }
  .abu-p4 {
    font-size: 1.1rem;
    margin: 10px 0 0 0;
  }
  .abu-p5 {
    font-size: 1.1rem;
    padding: 0 0 1rem 0;
  }
  .abu-btn {
    font-size: 1.1rem !important;
    margin-bottom: 3rem;
  }
  .abu-sec2 {
    width: 100%;
    height: auto;
    transform: none;
    opacity: 1;
  }
  .abu-sec-3-2row {
    margin-top: 0;
  }
  .abu-sec2-cnt {
    width: 90%;
    /* border: 2px solid black; */
    justify-content: none;
  }
  .abs5c21 {
    height: 95%;
    /* border:2px solid red; */
  }
  .adiv2 {
    margin-bottom: 1rem;
    border-bottom: none;

  }
  .abu-s2ct-1div {
    height: 100%;
  }
  .abu-sec2-cnt1 {
    /* border: 2px solid black; */
    width: 100% !important;
    height: auto;
  }
  .abu-sec2-cnt2 {
    /* border: 2px solid rgb(232, 5, 5); */
    width: 100% !important;
    height: auto;
    margin-top:-30px !important;
  }
  .abu-sec2-cnt2 img {
    height: 100%;
    width: 100%;
  }
  .s2ct-p1 {
    margin-top: 0;
    padding: 0;
    font-size: 1.1rem;
    font-weight: bolder;
  }
  .s2ct-p3 {
    margin-bottom:1rem !important;
  }
  .s2ct-p2 {
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    font-weight: bolder;
  }
  .s2ct-p4-div {
    width: 100%;
  }
  .abu-sec3 {
    height: 58rem;
  }
  .abu-sec3-div1 {
    opacity: 1;
    /* border:2px solid black; */
    transform: none;
    padding: 1rem 0;
    width: 88%;
    height: 100%;
  }
  .abu-sec3-div1-1 {
    /* border:2px solid black; */
    width: 100%;
    height: 15rem;
  }
  .flat-icon {
    height: 35%;
    width: 18%;
  }
  .abu-sec4 {
    height: auto;
    /* border:2px solid black; */
    margin: 1rem 0;
    padding: 0;
  }
  .abs4-cnt {
    width: 100%;
    display: block;
    justify-content: none;
    align-items: start;
    margin: 0;
    padding: 0;
  }

  .abs4-cnt1 {
    margin: 0 auto;
    padding: 0;
    height: auto;
    width: 88%;
  }
  .abs4-cnt2 {
    height: 16rem;
    width: 100%;
    opacity: 1;
    margin-top: 1rem;
    transform: none !important;
    height: auto;
  }
  .abs4-cnt2-cnt {
    width: 89%;
    margin: auto;
    height: 100%;
  }
  .abs4ct2cnt1 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem !important;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .abs4ct2cnt2 {
    margin: 0;
    font-size: 1.8rem;
  }
  .abu-sec5 {
    height: auto;
  }
  .abs5-cnt {
    width: 95%;
    /* border:2px solid green; */
  }
  .abs5-cnt1 {
    width: 100%;
    opacity: 1;
    transform: none;
  }
  .abs5-cnt2 {
    height: auto;
    width: 100%;
    opacity: 1;
    transform: none;
  }
  .abu-col {
    width: 100% !important;
    /* border:2px solid black; */
    margin: 7px 0 !important ;
  }
  .abu-row {
    width: 100% !important;
    margin-left: 0 !important ;
  }
  .abcl-2-1 {
    font-size: 1.4rem;
  }
  .abcl-2-2 {
    font-size: 1.1rem;
  }
  .abs5-p1 {
    font-size: 1.6rem;
  }
  .abs5-p2 {
    font-size: 1.1rem;
  }
  .abs5-p3 {
    font-size: 1.1rem;
  }
  .adiv1 {
    height: auto;
    font-size: 1.1rem;
  }
  .abs6-cnt {
    width: 88%;
    height: auto;
    /* border:2px solid purple; */
  }
  .abs6-p1 {
    font-size: 1.9rem;
  font-weight: bolder;}
}
