.innerbody {
}
/*innerbanner*/
.innerbanner {
  padding: 13rem 0 6rem;
  background-image: url(../images/innerbg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.innerbanner .grid {
  grid-template-columns: 58fr 42fr;
  align-items: center;
  gap: 10rem;
}
.innerbanner .grid h2 {
  margin: 0;
  line-height: 1.2;
}
.innerbanner .grid img {
  width: 100%;
  display: blockb;
}
.section1 ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
  height: 7rem;
  display: flex;
  align-items: center;
}
.section1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 2.5rem;
  margin-bottom: 0px;
  color: var(--color-primary);
  font-size: 1.6rem;
}
.section1 ul li:last-child {
  padding-right: 0px;
}
.section1 ul li:after {
  content: ">";
  color: var(--color-white);
  position: absolute;
  font-size: 16px;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.section1 ul li:last-child:after {
  display: none;
}
.section1 ul li a {
  color: var(--color-white);
  text-decoration: none;
}
/*innerbanner*/

/*page*/
.page {
  padding: 5rem 0;
}
.aboutpg1 {
  padding: 6rem 0;
  background-image: url(../images/innerbg1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.aboutpg1 h2,
.aboutpg1 p {
  text-align: center;
}
/*page*/

/*aboutpg2*/
.aboutpg2 {
  padding: 6rem 0;
  position: relative;
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.aboutpg2 .grid {
  grid-template-columns: 30fr 70fr;
  gap: 8rem;
  margin: auto;
  max-width: 110rem;
}
.aboutpg2 img {
  width: 100%;
  display: block;
}
.abpg2_info {
  background-color: #ebebeb;
  padding: 2rem;
  text-align: center;
  margin-top: 1rem;
}
.abpg2_info h4 {
  text-transform: uppercase;
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0 0rem;
}
.abpg2_info p {
  margin: 0;
  font-size: 1.4rem;
}
/*aboutpg2*/

/*aboutpg3*/
.aboutpg3 {
  padding: 7rem 0 4rem;
}
.aboutpg3 h2 {
  text-align: center;
  line-height: 1.2;
}
/*aboutpg3*/

/*section1*/
.section1 .grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  padding: 4rem;
}
.section1 .grid1 h4 {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--color-white);
  font-size: 1.8rem;
  margin: 0 0 2rem;
}
.section1 .grid1 h4 img {
  height: 2rem;
}
.section1 .grid1 p {
  color: var(--color-white);
  margin: 0;
}
/*section1*/

/*clientspg*/
.page1 {
  padding: 6rem 0 6rem;
  background-image: url(../images/innerbg1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: relative;
}
.clientspg ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.clientspg ul li {
  background-color: #f1f1f1;
  border-radius: 1rem;
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.4);
}
.clientspg ul li .img {
  background-color: var(--color-white);
  border-radius: 1rem;
  padding: 4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.4);
  height: 16rem;
}
.clientspg ul li .img img {
  max-height: 10rem;
  max-width: 100%;
}
.clientspg ul li h4 {
  margin: 0;
  padding: 1.5rem 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
}
/*clientspg*/

/*servicespg*/
.servicespg .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 5rem;
}
.servicespg .grid img {
  width: 100%;
  display: block;
}
.servicespg .grid p a {
  text-decoration: none;
  color: var(--color-dark);
  font-weight: 700;
}
.servicespg h2 {
  margin-bottom: 3rem;
}
/*servicespg*/

/*careerspg1*/
.careerspg1 .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.careersmainpg {
  padding: 10rem 0 0;
}
.contactpg .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15rem;
  align-items: center;
}
.contactpg h2 {
  color: #101010;
}
.contactpg p {
  color: #101010;
  opacity: 0.75;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.contactpg input.form-control,
.contactpg select.form-control,
.contactpg textarea.form-control {
  background-color: transparent;
  border: 1px solid rgba(16, 16, 16, 0.5);
  border-radius: 5px;
  height: 5rem;
  box-shadow: none;
  padding: 0 2rem;
  font-size: 1.6rem;
  color: #101010;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-family: var(--body-fonts);
}
.contactpg ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #101010;
}
.contactpg :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #101010;
  opacity: 1;
}
.contactpg ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #101010;
  opacity: 1;
}
.contactpg :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #101010;
}
.contactpg select.form-control {
  cursor: pointer;
}
.contactpg textarea.form-control {
  height: 10rem;
  resize: none;
  padding: 2rem;
}
.contactpg_r {
  padding-left: 4rem;
  border-left: 1.5rem solid var(--color-primary);
}
.contactpg_r h2 {
  font-size: 2.8rem;
  font-weight: 700;
}
.contactpg_r h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.contactpg_r p {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
.contactpg_r p:last-child {
  margin: 0;
}
/*careerspg1*/

.serv_grid ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    
}
.serv_grid ul li{}
.serv_grid ul li img{width: 100%; display: block;}
@media only screen and (max-width: 94em) {
  html {
    font-size: 65%;
  }
  .container {
    width: 100%;
    max-width: 1300px;
  }
}
@media only screen and (max-width: 90em) {
  .container {
    width: 100%;
    max-width: 1240px;
  }
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 55.25%;
  }
}
@media only screen and (max-width: 60em) {
  html {
    font-size: 50%;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .innerbanner .grid h2,
  h2 {
    font-size: 3.2rem;
  }
  .aboutpg2 {
    padding: 6rem 2rem;
  }
  .innerbanner {
    background-size: cover;
  }
  .innerbanner .grid,
  .aboutpg2 .grid,
  .section1 .grid1,
  .servicespg .grid,
  .careerspg1 .grid,
  .contactpg .grid,
  .serv_grid ul{
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .section1 .grid1 {
    gap: 5rem;
  }
  .section1 ul {
    height: auto;
  }
  .clientspg ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .contactpg .col-sm-6,
  .contactpg .col-sm-12 {
    padding: 0 20px !important;
  }
}

@media only screen and (max-width: 37.5em) {
  html {
    font-size: 48%;
  }
}
