.bannerbox ul {
  list-style: none;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
  padding-left: 0px;
}
.bannerbox ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #fff;
}
.bannerbox ul li:last-child {
  padding-right: 0px;
}
.bannerbox ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  font-size: 18px;
  right: 6px;
  top: -1px;
  opacity: 0.5;
}
.bannerbox ul li:last-child:after {
  display: none;
}
.bannerbox ul li a {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
.section7 p {
  text-align: center;
  font-size: 21px;
  margin-top: -30px;
  margin-bottom: 50px;
  font-family: "Gotham-Medium", sans-serif;
}
.contactpg {
  display: grid;
  padding: 0 0 0 100px;
  background-color: #f8f8f8;
  grid-template-columns: 35fr 65fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}
.contactpg_l h2 {
}
.contactpg_l h3 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contactpg_l h3 img {
  height: 23px;
}
.contactpg_l p {
  font-size: 21px;
  margin-bottom: 0;
  font-family: "Gotham-Medium", sans-serif;
}
.contactpg iframe {
  width: 100%;
  display: block;
  height: 350px;
}
/*problem_Stmt*/
.problem_Stmt {
  padding: 75px 0;
}
.problem_Stmt_in {
  display: grid;
  grid-template-columns: 63fr 37fr;
  align-items: center;
  gap: 50px;
}
.problem_Stmt_in h2 {
  letter-spacing: -0.5px;
}
.problem_Stmt_in p {
  font-size: 21px;
  font-family: "Gotham-Medium", sans-serif;
}
.problem_Stmt_in img {
  width: 105%;
  display: block;
}
/*problem_Stmt*/

/*aboutpg1*/
.aboutpg1 {
  padding: 50px 60px;
}
.aboutpg1_in {
  max-width: 1200px;
  margin: 50px auto auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  text-align: center;
}
.aboutpg1_in img {
  width: 60%;
  margin: auto;
}
.aboutpg1_in h3 {
  margin: 20px 0;
  color: #283762;
  text-transform: uppercase;
  font-size: 28px;
}
.aboutpg1_in h4 {
  text-transform: uppercase;
  margin: 0 0 15px;
  padding-bottom: 15px;
  position: relative;
  color: #509172;
  font-size: 16px;
}
.aboutpg1_in h4::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #283762;
}
.aboutpg1_in ul {
  text-align: left;
  padding: 0 50px;
}
.aboutpg1_in ul li {
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 30px;
  background-image: url(../images/sh.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px;
  font-family: "Gotham-Book", sans-serif;
}
/*aboutpg1*/

/*newspg*/
.newspg {
  padding: 50px 0;
  background-color: #fff;
}
.newspg_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.newspg_in a {
  transition: all 0.3s;
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.newspg_in a:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.newspg_in a img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center top;
}
.news_info_bx {
  padding: 20px;
  background-color: #f8f8f8;
}
.news_info_bx h3 {
  margin: 0 0 10px 0;
  position: relative;
  color: #509172;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-family: "Gotham-Medium", sans-serif;
}
.news_info_bx h3 span {
  width: 50px;
  height: 2px;
  background-color: #509172;
}
.news_info_bx p {
  color: #283762;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 18px;
}
/*newspg*/

/*insights_desc*/
.insights_desc {
  padding: 50px 0;
}
.insights_desc_in {
  max-width: 1240px;
  margin: auto;
}
.insights_desc_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.insights_desc_top img {
  width: 100%;
  display: block;
}
.insights_desc h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}
.insights_desc h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.insights_desc_top a {
  border: 2px solid #509172;
  text-transform: uppercase;
  color: #509172;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px;
  display: inline-block;
  box-shadow: 5px 5px 0px #509172;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.insights_desc_top a:hover {
  box-shadow: -5px -5px 0px #509172;
}
/*insights_desc*/

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .bannerbox ul li {
    font-size: 14px;
  }
  .aboutpg1 {
    padding: 40px 15px;
  }
  h2.secondary_heading {
    font-size: 18px;
  }
  h2.secondary_heading span {
    padding: 0 15px;
  }
  .aboutpg1_in,
  .problem_Stmt_in,
  .newspg_in,
  .insights_desc_top {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .aboutpg1_in h3,
  .problem_Stmt_in h2 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .aboutpg1_in h4 {
    font-size: 14px;
  }
  .aboutpg1_in ul {
    padding: 0;
  }
  .problem_Stmt_in p,
  .section1 h4 {
    font-size: 16px;
  }
  .section1 ul li a p,
  .news_info_bx p {
    font-size: 16px;
    line-height: 1.8;
  }
  .insights_desc_top a {
    background-color: #fff;
    font-size: 12px;
    margin-top: -50px;
  }
  .insights_desc {
    padding: 70px 0;
  }
  .insights_desc h3 {
    margin: 0;
    font-size: 21px;
  }
  .insights_desc h4 {
    font-size: 18px;
  }
  .section7 {
    padding: 40px 15px;
  }
  .section7 input.form-control,
  .section7 textarea.form-control {
    font-size: 14px;
  }
  .section7 .col-sm-12,
  .section7 .col-sm-6 {
    width: 100%;
  }
  .contactpg {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .contactpg_l h3 {
    font-size: 14px;
  }
  .contactpg_l p {
    font-size: 16px;
    line-height: 1.8;
  }
}
