.inner_banner {
  overflow: hidden;
  position: relative;
  margin-top: 130px;
}
.inner_banner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0.55;
  background: #052465;
}
/* .inner_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0.45;
  height: 200px;
  background: linear-gradient(to bottom, #001239, transparent);
} */
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
.inner_banner h1 {
  color: #fff;
  font-size: 48px;
  margin: 10px 0;
  font-weight: 700;
  line-height: 1.4;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #dba100;
}
.innertxt1 ul {
  list-style: none;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: ".";
  color: #fff;
  position: absolute;
  font-size: 32px;
  right: 6px;
  top: -18px;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.innertxt1 h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 21px;
}
.innertxt1 h3 a:hover,
.section6_innerpg p,
.tqa_bx p {
  color: #fff;
}

.admissionform {
  padding: 50px 0;
  background-color: #edf4ff;
}
.admissionform_bx {
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.161);
  padding: 50px;
  margin: auto;
  max-width: 900px;
  background-color: #fff;
}
.admissionform_bx h2,
.admissionform_bx h3 {
  text-align: center;
}
.admissionform_bx h3 {
  padding-bottom: 20px;
  /* border-bottom: 1px solid #ccc; */
  color: #2c4a93;
  font-size: 24px;
  margin-bottom: 20px;
}
.admissionform_bx h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  color: #bd5800;
  margin: 20px 0;
  font-size: 21px;
}
.admissionform_bx label {
  margin: 0;
  line-height: 40px;
  font-weight: 500;
  font-size: 14px;
}
.admissionform_bx input.form-control,
.admissionform_bx select.form-control {
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  margin-bottom: 2px;
}
.admissionform_bx select.form-control {
  cursor: pointer;
}
.admissionform_bx .row {
  margin-bottom: 20px;
}
.admissionform_bx .col-sm-12 {
  display: table;
  width: 100%;
}
button.btn {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  position: relative;
  gap: 10px;
  align-items: center;
  background: linear-gradient(to right, #dda500, #bd5800);
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 30px;
  border: 0;
}
button.btn img {
  height: 12px;
}
button.btn:hover {
  background: linear-gradient(to right, #305fad, #001c3e);
  color: #fff;
}
.admissionform_bx .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
}
.admissionform_bx .flex .accept {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admissionform_bx .flex .accept input.form-control {
  width: 20px;
  height: 20px;
}
.innerbanner2{
  padding: 50px 0;
  background-color: #253D6F;
  width: 100%;
  margin-top: 131px;
}
.innerbanner2 ul {
  list-style: none;
}
.innerbanner2 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
}
.innerbanner2 ul li:last-child {
  padding-right: 0;
}
.innerbanner2 ul li:after {
  content: ">";
  color: #fff;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.innerbanner2 ul li:last-child:after,
.section6_innerpg::before {
  display: none;
}
.innerbanner2 ul li a {
  color: #fff;
  text-decoration: none;
}
.innerbanner2 h2, .innerbanner2 p{color: #fff; margin-top: 10px;}
.innerbanner2 h2{font-size: 38px;}
.aboutbox1, .overview_pg1{
  display: block;
  width: 100%;
  padding: 50px 0;
}
.aboutbox1 .grid{
  display: grid;
  grid-template-columns: 25fr 75fr;
  gap: 70px;
}
.vc_image{
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
  border-radius: 30px;
  align-self: baseline;
  overflow: hidden;
}
.vc_image img{width: 100%;
  display: block; height: 350px; object-fit: cover; object-position:  center top;}
  .vc_image_info{
    padding: 20px;;
    text-align: center;
  }
  .vc_image_info h4{margin-bottom: 10px; font-family: "Roboto", sans-serif; font-size: 21px;}
  .vc_image_info h5{margin-bottom: 10px; font-family: "Roboto", sans-serif; font-size: 17px;}
  .vc_image_info p{font-size: 16px; line-height: 1.6;}
  .vc_info_bx{
    background-color: rgba(237, 168, 29, 0.08);
    padding: 25px;
    padding-left: 50px;;
    border-left: 10px solid #EDA81D;
    margin-bottom: 30px;
  }
  .vc_info ul{margin-bottom: 30px;}
  .vc_info p, .vc_info ul li{
    font-size: 18px;;
    line-height: 1.6;
        text-align: justify;
  }
  .vc_info ul li{padding-left: 35px; position: relative; margin-bottom: 12px;}
    .vc_info ul li::before{
      position: absolute;
      left: 0;
      top: 5px;
      content: "";
      color: #EDA81D;
      background-image: url(../images/ico.png);
      background-repeat: no-repeat;
      background-size: 15px;
      width: 15px;
      height: 27px;
    }
  .vc_info_bx p{
    font-size: 18px;
    font-style: italic;
    margin: 0;
    line-height: 2;
  }
  .vc_info hr, .overview_pg1 hr{border-color: rgba(112, 112, 112, 0.46);}
  .overview_pg1 img{width: 100%; display: block; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161); border-radius: 30px; margin: 30px 0;}
  .overview_pg1 p{font-size: 18px;}
  .overview_pg1 h2, .overview_pg2 h2, .visionpg2 h2{
    text-align: center;
    font-size: 36px;
  }
  .overview_pg2, .visionpg2{
    padding: 50px 0;
    background-color: #EDF4FF;
    width: 100%;
  }
  .overview_pg2 h2{}
  .overview_pg2 .grid{display: grid;
    grid-template-columns: repeat(5,1fr); gap: 10px; margin-top: 40px;}
    .overview_pg2_bx{
      border-radius: 20px;
      background-color: #fff;
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
      padding: 20px 15px;
    }
    .overview_pg2_bx img{height: 65px;}
    .overview_pg2_bx h3{margin: 20px 0; color: #000; font-size: 17px; font-family: "Roboto", sans-serif;}
    .overview_pg2_bx p{font-size: 17px; line-height: 1.6;}

    .visionpg1{padding: 50px 0; background-color: #fff;}
    .visionpg1 .grid{display: grid; grid-template-columns: repeat(2,1fr); gap: 20px;}
    .visionpg1_bx1{
      padding: 40px;
      border-left: 7px solid #EDA81D;
      background-color: rgba(237, 168, 29, 0.08);
    }
    .visionpg1_bx1 h3{color: #000; font-size: 32px; margin: 0 0 20px; }
    .visionpg1_bx1 p{font-size: 17px; line-height: 1.6;}
    .visionpg1_bx2{background-color: rgba(29, 147, 237, 0.08); border-color: #1D94ED;}
    .visionpg2 .grid{display: grid; grid-template-columns: repeat(4,1fr); margin-top: 40px; padding: 0 10px;}
    .visionpg2_bx_info{padding: 20px 20px;}
    .visionpg2_bx_info h3{color: #000; font-size: 18px; margin: 0 0 10px; font-family: "Roboto", sans-serif; line-height: 1.6;}
    .visionpg2_bx_info p{line-height: 1.6; font-size: 16px; letter-spacing: -0.5px;}
    .visionpg2_bx img{width: 100%; display: block;}

    .innerpg_tabs{
      background-color: #e3e6ec;
      width: 100%; display: block;
    }
    .innerpg_tabs ul{
      display: flex;
      gap:20px;
      align-items: center;
      justify-content: center;
    }
     .innerpg_tabs ul li{}
     .innerpg_tabs ul li a{
      height: 60px;
      display: block;
      font-size: 18px;
      font-weight: 600;
      line-height: 60px;
      color: #000;
      padding: 0 30px;
     }
          .innerpg_tabs ul li a:hover,.innerpg_tabs ul li a.active{background-color: #cc950a; color: #fff;}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner h1 {
    font-size: 32px;
  }
  .innertxt1 {
    padding: 0 30px;
  }
  .admissionform {
    padding: 50px 20px;
  }
  .admissionform_bx {
    padding: 20px;
  }
  .admissionform_bx h3 {
    font-size: 16px;
  }
  .admissionform_bx h4 {
    font-size: 16px;
  }
  .admissionform_bx .flex {
    flex-direction: column;
  }
  .admissionform_bx .flex .accept {
    font-size: 12px;
  }
  .aboutbox1, .overview_pg1, .innerbanner2, .visionpg1, .overview_pg2, .visionpg2{padding: 40px 20px;}
  .aboutbox1 .grid, .visionpg1 .grid, .visionpg2 .grid, .overview_pg2 .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.innerbanner2 h2, .overview_pg1 h2, .overview_pg2 h2, .visionpg2 h2{font-size: 24px;}
.innerbanner2 ul li{font-size: 14px;}
.visionpg2 .grid{gap: 20px}
.visionpg3_bx{display: flex; flex-direction: column-reverse;}
.innerbanner2{margin-top: 80px; padding-top: 80px;}
.innerpg_tabs ul{
  flex-wrap: wrap;
  gap: 0;
}
.innerpg_tabs ul li a{
  font-size: 12px;
  padding: 0 10px;
}
.innerpg_tabs ul li a{
  height: 40px;
  line-height: 40px;
}
}
