@import url(./home.css);

.page-nav {
  background-size: 100%;
  padding: 35px;
  text-align: center;
  background-color: #0e77b8;
}

.page-nav ul {
  float: none;
  margin: auto;
  list-style-type: none;
}

@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}

.page-nav ul li {
  float: none;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: .93rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}

.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #fff;
}

.page-nav ul li a {
  color: #fff;
  font-size: .93rem;
  font-weight: 600;
  text-decoration: none;
}

<<<<<<< HEAD
  .page-nav ul li a {
    color: #fff;
    font-size: .93rem;
    font-weight: 600;
    text-decoration: none;
  }

  /* partner section start */

  .partnerswrap{
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    /* text-align: center; */
    background-color: white;
    height: 100%;
    border-radius: 5px;
  }

  .txt1 {
    font-weight: 500;
    color: #343a40;
    text-align: justify;
    /* margin: 1rem; */
    display: block;
  }


  .More1{
    /* background-color: #0c79bc;
    color: white;
    font-size: small;
    font-weight: bold;
    border: 2px solid #0c79bc;
    border-radius: 6px;
    margin-left: 15px; */
    font-size: 15px;
    font-weight: 700;
    border: 0px solid #ffffff;
    color: #1c5b82;
    padding: 0px;
    background-color: white;
  }

  /* partner section end */
=======
/* partner section start */
.txt1 {
  font-weight: 500;
  color: #343a40;
  margin: 0.4rem;
  display: block;
  padding: 10px;
}


.More1 {
  font-size: 16px;
  font-weight: 700;
  border: 0px solid #ffffff;
  color: #1c5b82;
  background-color: white;
  margin-left: 0.6em;
}
.card-content-align{
  text-align: justify;
}
/* partner section end */
>>>>>>> ef63a181dfbab1184720b54491e5a79faca8afba
