.innerbanner1 {
  /* background-image: url(../images/innerbanner1.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.innerbanner1 .header {
  background: none;
}
.innerbanner1 .header.fixed {
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.innerbanner1_in img {
  width: 100%;
  display: block;
}
.mainmenu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.innerbanner1_in {
  padding: 70px 0;
}
.innerbanner1_in h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.innerbanner1_in p {
  color: #fff;
  max-width: 550px;
  margin: auto;
  text-align: center;
  display: table;
  line-height: 1.6;
}
.innerbanner1_in ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 20px;
}

.innerbanner1_in ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-bottom: 0px;
  color: #fecd7d;
  font-size: 16px;
}

.innerbanner1_in ul li:last-child {
  padding-right: 0px;
}

.innerbanner1_in ul li:after {
  content: ">";
  color: #fff;
  position: absolute;
  font-size: 16px;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.innerbanner1_in ul li:last-child:after {
  display: none;
}

.innerbanner1_in ul li a {
  color: #fff;
  text-decoration: none;
}

/*aboutpg1*/
.aboutpg1 {
  padding: 20px 0 70px;
  background-color: #fff;
  width: 100%;
  display: block;
}
.aboutpg1_in {
  padding: 100px 50px 50px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
  border-bottom: 10px solid #fecd7d;
}
.aboutpg1_in h2 {
  text-align: left;
}
.aboutpg1_in p {
  line-height: 1.8;
  font-weight: 500;
  margin: 0;
}
.aboutpg1 img {
  width: 100%;
  display: block;
}
/*aboutpg1*/

/*produts_pg*/
.products_links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.products_links a {
  padding: 0 40px;
  position: relative;
  text-decoration: none;
  color: #131313;
  text-transform: uppercase;
  font-size: 28px;
}
.products_links a:not(.active):hover {
  opacity: 0.7;
}
.products_links a::before {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  content: "/";
  font-size: 26px;
  font-weight: 400;
}
.products_links a:last-child::before {
  display: none;
}
.products_links a.active {
  font-weight: 700;
}
.produts_pg .section2_grid {
  grid-template-columns: repeat(4, 1fr);
}
.produts_pg h4 {
  line-height: 1.9;
}
/*produts_pg*/

/*services_pg*/
.services_pg {
  padding: 70px 0;
}
.services_pg img {
  width: 100%;
  display: block;
  max-width: 1100px;
  margin: auto;
}
/*services_pg*/

/*contactpg1*/
.contactpg_banner {
  padding-bottom: 125px;
}
.contactpg1 {
  padding: 0 0 50px;
}
.contactpg1_in {
  display: grid;
  grid-template-columns: 40fr 60fr;
  position: relative;
  margin-top: -150px;
}
.contactpg1_in_left {
  padding: 50px 70px;
  background-color: #c78519;
}
.contactpg1_in_left h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}
.cont_info {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0;
  margin-bottom: 30px;
}
.cont_info img {
  /* width: 15px; */
  height: 15px;
}
.cont_info p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.9;
  margin-top: -10px;
}
.cont_info:last-child {
  margin-bottom: 0;
}
.contactpg1_in iframe {
  width: 100%;
  height: 100%;
  display: block;
}
/*contactpg1*/

/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .innerbanner1_in {
    padding: 50px 20px;
  }
  .aboutpg1_in {
    padding: 30px;
  }
  .aboutpg1 {
    padding: 20px;
  }
  .produts_pg .section2_grid,
  .contactpg1_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .contactpg1_in iframe {
    height: 300px;
  }
  .products_links a {
    font-size: 16px;
    padding: 0 20px;
  }
  .contactpg1_in_left {
    padding: 30px;
  }
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .banner_hd {
    font-size: 48px;
    line-height: 52px;
  }
  .box2 ul li {
    float: left;
    display: inline-block;
    clear: none;
    width: 50%;
  }
  .produts_pg .section2_grid,
  .contactpg1_in {
    grid-template-columns: repeat(2, 1fr);
  }
  .contactpg1_in iframe {
    height: 100%;
    display: block;
  }
}
