.row {
  margin: 0;
}
.hr {
  width: 100px;
  height: 2px;
  border: 1px solid #009fe3;
  margin: 0 auto;
  color: #009fe3;
}
.logo{
  width: 20%;
}
img {
  width: 100%;
}
.header-h1-color {
  padding: 0.5em 0;
  color: #009fe3;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 800;
}
.header-h1 {
  padding: 0.5em 0;
  font-weight: 700;
  /*max-width: 600px;*/
  margin: 0 auto;
}
.header-h5 {
  font-size: 25px;
  padding: 0.3em 0;
  font-weight: 700;
}
.paraghaph-p-color {
  font-weight: 600;
  color: #009fe3;
  text-transform: uppercase;
}
.paraghaph-p1 {
  padding: 0.5em 0;
}
.nav-bg {
  background-image: radial-gradient(#d9f9ff, #c7dbfa);
}
.nav-item-img a {
  width: 43px;
}

.nav-item-img img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.banner {
  width: 100%;
  padding: 3em 0 0 0;
  background-image: radial-gradient(#d9f9ff, #c7dbfa);
}
.banner-img {
}
.banner-img img {
  width: 100%;
  object-fit: cover;
  max-height: 32em;
}
.banner p {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 800;
}

/* Program */
.Program-div,
.banner4 {
  padding: 3em 0;
}
.banner2 {
  padding: 1em 0;
}
.banner2 img {
  width: 200px;
  margin: 0 auto;
}
/*  Program*/

/* banner3 */
.banner3 {
  padding: 3em 0;
  /* text-align: end; */
  background-image: linear-gradient(to right, #fafcfd, #ebf1f8);
}
.card-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em 0;
}
.card {
  border-radius: 10px;
  height: 25em;
  width: 21em;
  min-width: 18em;
  margin: 0 10px;
  overflow: hidden;
}
.card p {
  margin-left: 15px;
}
.card p::before {
  content: "";
  position: absolute;
  width: 10px;
  margin: 8px 0 0 -15px;
  height: 10px;
  border-radius: 50%;
  /* z-index: 1; */
  background-color: #009fe3;
}
/* banner3 */

/* banner4*/
.item-btn {
  border: 1px solid #009fe3;
}
.banner4-row {
  padding: 2em 0;
}
/* banner4 */

.table-div {
  border-radius: 10px;
  background-color: #fff;
  padding: 3em 5%;
}
.tables {
  width: 100%;
}
.tds {
  border: 1px solid #aaa;
  padding: 5px;
}

.font-weight-bold{
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .banner p {
    font-size: 2.5em;
    font-weight: 500;
  }
}
@media screen and (max-width: 601px) {
  .banner p {
    font-size: 2em;
  }
  .table-img {
    max-width: 110px !important;
    height: 130px !important;
    padding: 10px !important;
    margin: 5px !important;
  }
  .table-img img {
    width: 100% !important;
  }
}

.table-icon1 {
  color: #fff;
  width: 50px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fe6686;
}
.table-icon2 {
  color: #fff;
  width: 50px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #54d6a1;
}
.table-icon3 {
  color: #fff;
  background-color: #fe9a3f;
  width: 50px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.table-img {
  max-width: 350px;
  height: 150px;
  background-color: #fff;
  padding: 10px 40px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 90% 90% !important;
}
.table-img img {
  width: 100px;
}

.img_width_60
{
  width: 60% !important;
}

.w-33{
  width: 33% !important;
}