.about-header {
  background-color: #fff!important;
  transition: all 0.5s;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  padding: 5px 0;
}

.about-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  width: 100%;
  background: url(../img/About-us/about-bg.jpg) top center no-repeat;
  background-size: cover;
}
/* .about-row{
  margin-bottom: 9rem;
} */
.about-row h2 {
  font-style: bold;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 52px;
  line-height: 90px;
  letter-spacing: 0rem;
}
.about-row p {
  text-align: center;
  line-height: 30px;
  width: 60%;
  margin: auto;
  color: rgb(255, 255, 255);
  padding: 5px 0px 10px;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
  .about-row h2 {
    margin-top: 0rem;
    font-size: 36px;
    line-height: 50px;
  }
  .about-row p {
    line-height: 28px;
    width: 90%;
  }
}

/*============================== end ================ */
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#about {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.about .content {
  padding: 40px;
}

.about h3 {
  font-size: 42px;
  font-weight: 700;
  color: #335288;
  margin-bottom: 2rem;
}

.about h2 {
  font-size: 20px;
  font-weight: 600;
  color: #16425b;
  line-height: 30px;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.btn-get-started {
  height: 45px;
  margin-top: 10px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  background: #16425b;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 30px rgba(255, 255, 255, 0.4);
  transition: all 0.5s ease-in-out;
}
.btn-get-started:hover {
  color: white;
  background-color: #123246;
}

#btn-2 {
  background-color: rgb(238, 238, 238);
  margin-left: 35px;
  color: #16425b;
  transition: all 0.5s ease-in-out;
}
#btn-2:hover {
  background-color: #ebebeb;
}
.btn-get-started span {
  font-size: 20px;
}

/*============================== end ================== */
/*========================= Counts ====================*/
.counts {
  background-color: #16425b;
  padding: 10px 0 10px;
}

.counts .count-box {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 30px;
  width: 100%;
}
.count-box h2 {
  color: whitesmoke;
}
.counts .count-box span {
  text-align: center;
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #ffffff;
}

.counts .count-box p {
  color: #e0e0e0;
  font-size: 16px;
}

.about-us-main {
  margin-top: 0rem;
  margin-bottom: 0rem;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-color: #f6f6f6;
  padding: 70px 0px;
}

.about-us-text h2 {
  font-size: 42px;
  color: #335288;
  font-weight: 700;
}
.about-us-text p {
  font-size: 16px;
  color: #6f6f6f;
}


.line-1 {
  width: 10rem;
  border-bottom: 3px solid #16425b;
}

.points li {
  font-size: 16px;
  line-height: 30px;
}
#about-brief-text {
  margin-top: 2rem;
  line-height: 30px;
  font-size: 16px;
  color: #6f6f6f;
  width: 80vw !important;
}

.about-container {
  background-color: #335288;
  padding: 0.5em 0.5em;
  width: 100%;
  color: #fff;
}
.about-container h2 {
  font-size: 42px;
  font-weight: 600;
  color: #fff !important;
  margin-bottom: 1em;
}
.service-text {
  width: 89%;
  margin-inline: auto;
}
.service-text h3 {
  font-size: 18px;
  line-height: 55px;
  background-color: #f6f6f6;
  color: #263238;
  padding-left: 1.6rem;
  margin-bottom: 15px;
}
.service-text h3:hover {
  background-color: rgb(235, 235, 235);
}

@media screen and (min-width: 320px) and (max-width: 700px) {
  #btn-2 {
    margin-left: 0px !important;
  }
  .about-us-main {
    height: 100%;
    background: none;
    background-color: #f6f6f6 !important;
  }
  .about-container {
    top: -200px;
    left: 5px;
    width: 90vw;
  }

  .about h3 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
  .about-us-text h2 {
    font-size: 30px;
  }
  .about-us-text p {
    font-size: 16px;
    line-height: 30px;
  }
  .points li {
    font-size: 15px;
  }
  .points-1 {
    font-size: 16px !important;
  }
}


@media screen and (min-width: 1600px) {
  .about-us-main {
    height: 100%;
    padding-bottom: 30px;
  }
}
/* =======================about-end ================ */
.points-1 {
  font-size: 20px;
  line-height: 35px;
}

@media screen and (max-width: 980px) {

  #btn-1,
  #btn-2 {
    padding: 20px 30px !important;
    height: 0px !important;
    margin-top: 5px !important;
  }
  #btn-1 span,
  #btn-2 span {
    font-size: 14px !important;
  }

  .AboutUsBtns {
    flex-direction: row !important;
  }
  #btn-2 {
    margin-left: 2rem !important;
  }
}

@media screen and (max-width: 360px) {
  #btn-1 span,
  #btn-2 span {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .hero h2 {
    margin-top: 0px !important;
  }
  .AboutUsBtns {
    justify-content: flex-start !important;
  }
  .about-us-main {
    height: 100% !important;
    background: none !important;
    background-color: #f6f6f6 !important;
    padding-bottom: 3rem;
  }
  .about-content {
    margin-top: 3rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .about-content {
    margin-top: 0px !important;
  }
  .about-us-main {
    margin: 0px !important;
    padding: 50px 0px !important;
  }
  #about-brief-text {
    margin-top: -10px !important;
    width: 100% !important;
    font-size: 15px;
  }
  .core-values {
    margin-top: 0px !important;
  }
  .about-container {
    top: 0px !important;
  }
}
