.inner_pg {
  width: 100%;
  display: inline-block;
  padding: 50px 80px;
  background-color: #fff;
}
.inner_pg1 {
  padding: 50px 0 50px 80px;
}
.inner_pg_bx {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  position: relative;
}
.inner_pg_left {
  float: left;
  position: sticky;
  top: 175px;
  width: 20%;
      z-index: 9;
}
.inner_pg_right {
  float: right;
  width: 80%;
}
.inner_pg_bx h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
.inner_pg_bx h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 20PX 0 5px;
}
.inner_pg_left h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
}
ul.list_items1 {
  list-style: none;
  width: 100%;
  display: block;
  padding-left: 15px;
  border-left: 2px solid #f72811;
}
ul.list_items1 li {
    position: relative;
}
ul.list_items1 li {
}
ul.list_items1 li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  padding: 5px 0;
  display: inline-block;
  transition: all 0.3s;
  outline: 0;
}
ul.list_items1 li span {
  cursor: pointer;
  background-color: #f72811;
  margin-left: 5px;
  padding: 2px 8px;
  color: #fff;
  transition: all 0.3s;
  font-size: 14px;
  border-radius: 5px;
}
ul.list_items1 li span:hover {
  background-color: #005085;
}
ul.list_items1 li:first-child a {
  padding-top: 0;
}
ul.list_items1 li:last-child a {
  padding-bottom: 0;
}
ul.list_items1 li a:hover {
  color: #f72811;
}
ul.list_items1 li.active a {
  text-decoration: underline;
  color: #f72811;
}
ul.list_items1 > li.active > a {
  text-decoration: underline;
  color: #f72811;
}
ul.list_items1 li ul {
  display: block;
  position: absolute;
  left: 70%;
  top: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.1s;
  border-radius: 0px;
  width: 100%;
  min-width: 250px;
  list-style: none;
  z-index:999999999999;
}
ul.list_items1 li:hover > ul {
  opacity: 1;
  top: 0;
  visibility: visible;
}
ul.list_items1 li li {
  min-width: 180px;
  position: relative;
}
ul.list_items1 li ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #000;
  display: block;
}
ul.list_items1 li ul a:hover,
ul.list_items1 li ul li:hover > a {
  color: #f72811;
}
a.vir_tour {
  background-color: #f72811;
  color: #fff;
  border: 2px solid #f72811;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  height: 32px;
  letter-spacing: 2px;
  margin: 10px 0;
}
a.vir_tour img {
  height: 25px;
}
a.vir_tour:hover {
  color: #fff;
  background-color: #0271bc;
  border-color: #0271bc;
}
ul.ot_links {
  list-style: none;
  width: 100%;
  display: block;
  padding: 0;
}
ul.ot_links li {
}
ul.ot_links li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  padding: 4px 0;
  display: block;
  transition: all 0.3s;
  padding-left: 15px;
  position: relative;
}
ul.ot_links li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
}
ul.ot_links li a:hover {
  color: #f72811;
}

.sch_boxes1 {
  margin-bottom: 40px;
}
.sch_boxes1_1 {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;*/
  margin-bottom: 20px;
}
.sch_boxes1_1_grid{
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.pos_sticky {
  width: 100%;
  display: table;
}
.left_scroll {
  float: left;
  width: 58%;
  padding-right: 5%;
  
}
.right_sticky {
  float: right;
  width: 42%;
  position: sticky;
  top: 150px;
  left: 0;
}

.sch_boxes1 img {
  width: 100%;
  display: block;
}
.inner_pg_right h2 {
  color: #005085;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  font-family: "Playfair Display", serif;
  z-index: 1;
  padding-top: 20px;
}
.inner_pg_right h2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 7px;
  content: "";
  background-color: #f72811;
}
.inner_pg_right p {
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  width: 100%;
  margin: 0;
}
.sch_boxes1,
.sch_boxes2,
.sch_boxes3,
.sch_boxes4,
.sch_boxes5,
.sch_boxes6 {
  margin-bottom: 60px;
}
.sch_boxes5 {
  margin-bottom: 100px;
}
.sch_boxes1_2 {
  clear: both;
  width: 100%;
  padding-bottom: 50px;
  display: block;
  position: relative;
  z-index: 1;
}
.sch_boxes1_2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 155px;
  height: 100%;
  content: "";
  background-color: #f6f6f6;
  z-index: -1;
}
.sch_boxes1_2 svg {
  width: 50px;
}
.sch_boxes1_2 h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 0;
}
.sch_boxes2_1 {
  display: grid;
  grid-template-columns: 75fr 25fr;
  gap: 50px;
}
.sch_boxes2_1 img {
  width: 100%;
}
.sch_boxes2_1 h3 {
  text-align: center;
  margin: 20px 0 10px;
  color: #ed1c24;
}
.sch_boxes2_1 h4 {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
}
.sch_boxes3_1 {
  padding: 20px;
  background-color: #f6f6f6;
}
.sch_boxes3_1 .flex {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    display: none;
}
.sch_boxes4_1 {
  display: grid;
  grid-template-columns: 40fr 60fr;
}
.sch_boxes4_left {
  padding: 20px;
  background-color: #f6f6f6;
}
.sch_boxes4_right iframe {
  width: 100%;
  display: block;
  height: 300px;
}
.sch_boxes4_left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sch_boxes4_left ul li {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  padding-left: 35px;
  position: relative;
}
.sch_boxes4_left a {
  /* padding-left: 35px; */
}
.sch_boxes4_left ul li svg {
  position: absolute;
  left: 0;
  top: 7px;
  height: 22px;
}
.sch_boxes4_left ul li svg path {
  fill: #0271bc;
}
.values {
  padding: 0;
  background-color: #fff;
}
.sch_boxes6 ul {
  list-style: none;
}
.sch_boxes6 ul > li {
  padding-bottom: 5px;
}
.servicesbox1 .submenu > li p {
  color: #393939;
}
.corevalues_bx {
  padding: 40px;
  background-color: #0271bc;
  margin-bottom: 80px;
}
.corevalues_bx h2,
.corevalues_bx p {
  color: #fff;
}
.corevalues_bx ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.corevalues_bx ul li {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  display: block;
  transition: all 0.3s;
  padding-left: 30px;
  position: relative;
}
.corevalues_bx ul li::before {
  position: absolute;
  left: 0;
  top: 17px;
  /*transform: translateY(-50%);*/
  content: "";
  background-image: url(../../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.pdr-80 {
  padding-right: 80px;
}
a.online_adm {
  background-color: #f72811;
  color: #fff;
  border: 2px solid #f72811;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  height: 32px;
  transition: all 0.3s;
  margin: 20px 0 0;
}
a.online_adm:hover {
  color: #fff;
  background-color: #0271bc;
  border-color: #0271bc;
}
.sch_dd {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 30px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sch_dd span {
  color: #f72811;
  font-size: 21px;
}
.sch_dd select {
  height: 50px;
  font-size: 18px;
  width: 375px;
  cursor: pointer;
  padding: 0 20px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #c7c7c7;
  background-color: #f3f3f3;
}

.git_contact {
  padding: 80px;
  width: 100%;
  display: table;
  background-color: #fff;
}
.git_contact_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.git_contact_box {
  background-color: #fff;
  padding: 20px 30px 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.161);
  border-bottom: 2px solid #f72811;
  /* border-left: 1px solid #f72811; */
  border-radius: 0 0 30px 30px;
}
.git_contact_box h2 {
  color: #005085;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  font-family: "Playfair Display", serif;
  z-index: 1;
  padding-top: 20px;
}
.git_contact_box h2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 7px;
  content: "";
  background-color: #f72811;
}
.git_contact_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.git_contact_box ul li {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  padding-left: 35px;
  position: relative;
}
.git_contact_box a {
  /* padding-left: 35px; */
}
.git_contact_box ul li svg {
  position: absolute;
  left: 0;
  top: 7px;
  height: 22px;
}
.git_contact_box ul li svg path {
  fill: #0271bc;
}
.git_cont_form {
  padding: 60px 0;
  width: 100%;
  display: table;
  background-color: #f3f3f3;
}
.git_cont_form h2 {
  color: #005085;
  font-size: 42px;
  margin-top: 0;

  font-weight: 600;
  position: relative;
  font-family: "Playfair Display", serif;
  z-index: 1;
  padding-top: 20px;
  display: table;
  margin: auto;
  margin-bottom: 30px;
}
.git_cont_form h2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 7px;
  content: "";
  background-color: #f72811;
}
.right_sticky img{width: 100%; display: block;}

.single-testimonial-item {
    overflow: hidden;
    background: #f7f7f7;
    /* margin-bottom: 30px; */
    display: table;
    margin: auto;
    width: 100%;
    padding: 30px;
}
.single-testimonial-item a.img-holder {
    /* background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    width: 85px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 2px; */
    width: 100%; display: block;
    position: relative;
    text-decoration: none;
}
.single-testimonial-item a.img-holder:before{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.1
}
.single-testimonial-item .img-holder img{display: block; width: 100%;}
.single-testimonial-item:hover .img-holder {
    
}
iframe{display: block;}
.single-testimonial-item .text-holder {
    /* padding-top: 20px; */
    transition: all 0.7s ease;
    padding-left: 25px;
}
.single-testimonial-item:hover .text-holder {
    border-color: #e7e3e3;
}
.single-testimonial-item .text-holder h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 12px;
}
.single-testimonial-item .text-holder p {
    margin: 0 0 13px;color:#666877;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
.single-testimonial-item .border {
    width: 190px;
    height: 1px;
    background: #f5f4f4;
    display: block;
    margin: 0 auto;
}
.single-testimonial-item .name h3 {
    padding-top: 0px;
    color: #000;
font-size: 18px;
margin-bottom: 0;
padding-left: 30px;
font-weight: 400;
}
a.online_adm {
  background-color: #f72811;
  color: #fff;
  border: 2px solid #f72811;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  height: 32px;
  transition: all 0.3s;
  margin: 20px 0 0;
}
a.online_adm:hover {
  color: #fff;
  background-color: #0271bc;
  border-color: #0271bc;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .git_contact,
  .inner_pg {
    display: block;
    padding: 50px 20px;
  }
  .git_contact_in,
  .sch_dd,
  .sch_boxes1_1,
  .sch_boxes2_1,
  .sch_boxes4_1, .sch_boxes1_1_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .git_contact_box h2,
  .git_cont_form h2,
  .inner_pg_right h2 {
    font-size: 21px;
  }
  .git_contact_box ul li,
  .sch_boxes1_2 h5,
  .sch_boxes4_left ul li {
    font-size: 16px;
  }
  .git_contact_box a,
  .btn-style-one,
  .inner_pg_right p,
  .corevalues_bx ul li {
    font-size: 14px;
  }
  .inner_pg_left {
    display: none;
  }
  .inner_pg_right,
  .sch_dd select {
    width: 100%;
    clear: both;
  }
  .pdr-80 {
    padding: 0;
  }
  .pos_sticky {
  width: 100%;
  display: table;
}
  .left_scroll,
  .right_sticky {
    width: 100% !important;
    clear: both;
    padding: 0;
  }
  .right_sticky {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
  }
   .sch_boxes3_1 .flex {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  .sch_boxes3_1 .flex a.online_adm {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
}
