.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  padding: 0;
}
.ban_img {
  float: right;
  width: 60%;
  right: 0;
  top: 0;
  z-index: 1;
  position: relative;
}
.ban_img img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
}
.innertxt1 ul {
  list-style: none;
  text-align: left;
  margin-top: -20px;
  padding-left: 0;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: ">";
  color: #4d4d4d;
  position: absolute;
  font-size: 14px;
  right: 2px;
  top: 0;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #4d4d4d;
  text-decoration: none;
}
.inner_banner h1 {
  color: #000;
  font-size: 52px;
  margin: 0px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
  margin-top: 0px;
  line-height: 1.4;
  font-weight: 600;
}

/*about_box1*/
section {
  padding: 50px 0;
}
.about_box1 {
}
.about_box1 p {
  width: 60%;
  float: right;
}
.about_bx1 {
  position: relative;
}
.about_box2 {
  padding-bottom: 0;
}
.about_box2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.about_bx1 img {
  width: 100%;
  display: block;
}
.about_bx1_info {
  position: relative;
  text-align: center;
  padding: 20px;

  background-color: #fff;
}
.about_bx1_info i {
  font-size: 32px;
  font-weight: 600;
}
.about_bx1_info h3 {
  font-family: "Playfair Display", serif;
  margin: 10px 0 20px 0;
  font-size: 26px;
  color: #4d4d4d;
  line-height: 1.4;
}
.about_bx1_info p {
  visibility: hidden;
  height: 0;
}
.about_bx1:hover .about_bx1_info {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.161);
  position: absolute;
  top: 60px;
  left: 0;
  padding: 30px;
}
.about_bx1:hover .about_bx1_info i {
  transform: rotate(180deg);
}
.about_bx1:hover .about_bx1_info p {
  height: auto;
  visibility: visible;
}
.accordion {
  width: 100%;
  list-style: none;
}
.accordion > li {
  /* background-color: #f3f3f3;
    border-radius: 20px;
    padding: 10px 50px; 
    margin-bottom: 10px;
    background-color: #f3f3f3;
    border-radius: 20px;*/
  /* margin-bottom: 1rem; */
  border-bottom: 1px solid #e5e5e5;
}
.accordion > li:first-child {
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 50px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 26px;
  color: #4a4a4a;
  font-weight: 600;
  background-color: #fff;
  font-family: "Playfair Display", serif;
  /* border-radius: 15px; */
}
.accordion li .link img {
  height: 30px;
  width: auto;
}
.accordion .link::before {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-size: 26px;
  transition: all 0.3s;
  backface-visibility: hidden;
  color: #000;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
}
.accordion .link img {
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  position: relative;
  border-top: 0;
  padding: 15px 50px;
  background-color: #fff;
}

.accordion li.open .link::before {
  /* top: 25%; */
  /* background-image: url(../images/adown.svg);
    background-size: 40px;*/
  content: "-";
}
.table {
  background-color: #fff;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border: 0;
  padding: 15px 30px;
  font-size: 18px;
}
.table > thead > tr > th {
  background-color: #090773;
  color: #fff;
  font-size: 21px;
}
.table > tbody > tr:nth-child(even) {
  background-color: #f4f4ff;
}
/*about_box1*/

/*man_cap_box1*/
.man_cap_box1 {
  background-image: url(../images/bg5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.man_cap_box1 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  text-align: center;
}
.man_cap_bx img {
  width: 275px;
}
.man_cap_bx h3 {
  font-family: "Playfair Display", serif;
  margin: 10px 0 20px 0;
  font-size: 26px;
  color: #4d4d4d;
  line-height: 1.4;
}
/*man_cap_box1*/

/*research_dev*/
.research_dev {
  width: 100%;
  padding-bottom: 150px;
  background-image: url(../images/bg6.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}
.research_dev_in {
  position: relative;
  background-color: #fff;
  padding: 50px;
  box-shadow: 0px 40px 20px rgba(0, 0, 0, 0.161);
}
.research_dev_in h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
.research_dev .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}
.research_dev .grid div {
  width: 100%;
  position: relative;
}
.research_dev img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
/*research_dev*/

/*contactuspg*/
.contactuspg {
  padding: 50px 0;
  position: relative;
}
/*.contactuspg::before {
  position: absolute;
  top: 0;
  height: calc(100% - 100px);
  left: 0;
  width: 100%;
  background-color: #fff;
  content: "";
  z-index: 1;
  background-image: url(../images/cloud1.png), url(../images/cloud1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: -100px 80%, 109% 30%;
  background-size: 175px, 200px;
}
 .contactuspg::after {
  position: absolute;
  bottom: 0;
  height: 200px;
  left: -5%;
  width: 110%;
  background-color: #fff;
  content: "";
  border-radius: 100%;
  box-shadow: 9px 9px 90px rgba(211, 237, 255, 1);
} */
.contactuspg_grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 80px;
  position: relative;
  z-index: 9;
}
.contactuspg_grid h2 {
  font-size: 50px;
}
.contactuspg_grid p {
  width: 90%;
}
.contactuspg_grid label {
  font-size: 18px;
  color: #404040;
  font-weight: 400;
  width: 100%;
  display: block;
}
.contactuspg_grid input,
.contactuspg_grid textarea {
  border: 1px solid #404040;
  background-color: #f4faff;
  border-radius: 10px;
  height: 60px;
  width: 100%;
  display: block;
  padding: 0 15px;
}
.contactuspg_grid textarea {
  height: 120px;
  padding: 15px;
}
.main_btn button {
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  background-color: #080873;
  border: 1px solid #080873;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: capitalize;
  border-radius: 30px;
  text-transform: capitalize;
  gap: 10px;
}
.main_btn button:hover {
  transition: all 0.3s;
  background-color: #ff7f00 !important;
  color: #fff;
  border-color: #ff7f00;
}
.contactuspg_grid .col-sm-12,
.contactuspg_grid .col-sm-6 {
  display: table;
}
.contact_Footer .mFooter1 {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 80px;
  align-items: center;
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.mFooter1 iframe {
  border: 2px solid #ff7f00;
  border-radius: 10px;
  width: 100%;
  height: 350px;
}
.mFooter1 {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 80px;
  position: relative;
  margin-top: 50px;
}
.mFooter1 a img {
  height: 70px;
}
.mFooter1 p {
  color: #ff7f00;
}
.mFooter1 h3 {
  margin: 0 0 20px;
}
.mFooter1 h3 a {
  color: #4a4a4a;
  font-size: 28px;
  text-decoration: none;
}
/*contactuspg*/

/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .ban_img {
    clear: both;
    width: 100%;
    display: block;
  }
  .innertxt1 {
    position: relative;
    top: auto;
    transform: translateY(0);
    display: table;
    padding: 20px 0;
  }
  .inner_banner h1 {
    font-size: 24px;
  }
  .about_box2 .grid,
  .man_cap_box1 .grid,
  .research_dev .grid,
  .contactuspg_grid,
  .mFooter1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contactuspg_grid {
    gap: 20px;
  }
  .contactuspg_grid label {
    font-size: 16px;
  }
  section,
  .contactuspg {
    padding: 40px 15px;
  }
  .about_box1 p {
    width: 80%;
  }
  .about_bx1_info h3,
  .contactuspg_grid h2 {
    font-size: 21px;
  }
  .about_bx1_info p {
    visibility: visible;
    height: auto;
  }
  .accordion .link,
  .accordion .submenu > li {
    padding: 20px;
  }
  .section3 .grid {
    gap: 0;
    margin-top: 0;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px;
    font-size: 14px;
  }
  .man_cap_bx img {
    width: 200px;
  }
  .man_cap_box1 .grid {
    gap: 20px;
  }
  .contactuspg_grid .col-sm-12,
  .contactuspg_grid .col-sm-6 {
    width: 100%;
  }
  .mFooter1 h3 a {
    font-size: 21px;
  }
}
