@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.sec-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 1679px) {
  .sec-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1481px) {
  .sec-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.links {
  text-decoration: none;
  color: #000000;
}

.btn-primary {
  background-color: #2991FC;
}

.reach-sec {
  width: 100%;
  padding-bottom: 70px;
  padding-top: 50px;
}
@media (max-width: 1679px) {
  .reach-sec {
    padding-bottom: 60px;
  }
}
@media (max-width: 1481px) {
  .reach-sec {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .reach-sec {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .reach-sec {
    padding-bottom: 30px;
  }
}
@media (max-width: 579px) {
  .reach-sec {
    padding-bottom: 20px;
  }
}
.reach-sec .reach-bnr {
  height: 314px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background: url(../img/banner-reach.jpg) no-repeat center;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 95px;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 1679px) {
  .reach-sec .reach-bnr {
    padding: 0 80px;
  }
}
@media (max-width: 1481px) {
  .reach-sec .reach-bnr {
    padding: 0 70px;
    border-radius: 30px;
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .reach-sec .reach-bnr {
    padding: 0 60px;
    border-radius: 25px;
    height: 240px;
  }
}
@media (max-width: 991px) {
  .reach-sec .reach-bnr {
    padding: 0 40px;
    border-radius: 20px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .reach-sec .reach-bnr {
    padding: 0 30px;
    height: 200px;
  }
}
@media (max-width: 579px) {
  .reach-sec .reach-bnr {
    padding: 20px;
    height: auto;
    border-radius: 10px;
    align-items: center;
  }
}
.reach-sec .reach-bnr .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1679px) {
  .reach-sec .reach-bnr .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1481px) {
  .reach-sec .reach-bnr .title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .reach-sec .reach-bnr .title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .reach-sec .reach-bnr .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .reach-sec .reach-bnr .title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 579px) {
  .reach-sec .reach-bnr .title {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
}
.reach-sec .reach-bnr .sub-title {
  color: #fff;
  font-size: 23px;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1679px) {
  .reach-sec .reach-bnr .sub-title {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (max-width: 1481px) {
  .reach-sec .reach-bnr .sub-title {
    font-size: 18px;
    line-height: 39px;
  }
}
@media (max-width: 1199px) {
  .reach-sec .reach-bnr .sub-title {
    font-size: 16px;
    line-height: 31px;
  }
}
@media (max-width: 991px) {
  .reach-sec .reach-bnr .sub-title {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .reach-sec .reach-bnr .sub-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 579px) {
  .reach-sec .reach-bnr .sub-title {
    text-align: center;
  }
}
.reach-sec .reach-bnr .btn-link {
  width: 213px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  color: #1768BC;
  padding: 17px 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-top: 30px;
  transition: background-color 0.2s linear;
  border: 1px solid #fff;
  font-family: "Poppins", sans-serif;
}
.reach-sec .reach-bnr .btn-link:hover {
  background-color: #1768BC;
  color: #fff;
  border-color: #ccc;
}
@media (max-width: 1679px) {
  .reach-sec .reach-bnr .btn-link {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .reach-sec .reach-bnr .btn-link {
    height: 55px;
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .reach-sec .reach-bnr .btn-link {
    font-size: 15px;
    height: 50px;
    margin-top: 20px;
    padding: 17px 40px;
  }
}
@media (max-width: 991px) {
  .reach-sec .reach-bnr .btn-link {
    font-size: 14px;
    height: 45px;
    margin-top: 15px;
    padding: 17px 30px;
  }
}
@media (max-width: 579px) {
  .reach-sec .reach-bnr .btn-link {
    font-size: 13px;
    height: 40px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 160px;
  }
}
@media (max-width: 479px) {
  .reach-sec .reach-bnr .btn-link {
    font-size: 13px;
    height: 36px;
    margin: 10px auto 0px;
  }
}/*# sourceMappingURL=common.css.map */

.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px 0px;
}
@media (max-width: 1679px) {
  .no-data {
    padding: 80px 0px;
  }
}
@media (max-width: 1481px) {
  .no-data {
    padding: 60px 0px;
  }
}
@media (max-width: 1199px) {
  .no-data {
    padding: 40px 0px;
  }
}
.no-data .no-data-img {
  margin-bottom: 45px;
}
@media (max-width: 1679px) {
  .no-data .no-data-img {
    margin-bottom: 35px;
  }
}
@media (max-width: 1481px) {
  .no-data .no-data-img {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .no-data .no-data-img {
    margin-bottom: 15px;
  }
}
.no-data .no-data-img img {
  width: 140px;
  object-fit: contain;
}
@media (max-width: 1679px) {
  .no-data .no-data-img img {
    width: 120px;
  }
}
@media (max-width: 1481px) {
  .no-data .no-data-img img {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .no-data .no-data-img img {
    width: 80px;
  }
}
.no-data .nodata-title {
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  font-size: 33px;
  font-style: 600;
}
@media (max-width: 1679px) {
  .no-data .nodata-title {
    font-size: 28px;
  }
}
@media (max-width: 1481px) {
  .no-data .nodata-title {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .no-data .nodata-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .no-data .nodata-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .no-data .nodata-title {
    font-size: 20px;
  }
}
.no-data .no-data-txt {
  letter-spacing: 0px;
  color: #626262;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1679px) {
  .no-data .no-data-txt {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .no-data .no-data-txt {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .no-data .no-data-txt {
    font-size: 12px;
  }
}