.banner.blog .leftcap h1 {
    padding-bottom: 0;
}
.banner.blog .leftcap {
    width: 100%;
}
.blogoutr .sidebar .blogbar .democap ul li img {
  padding-right: 5px;
}
.blogoutr #pagination-container ul {
  display: flex;
}
.blogoutr .high .lefthigh, .sing_serv {
  position: relative;
}
.blogoutr .detil .bigimgbox img,
.blogoutr .high .lefthigh img,
.sing_serv .servimg img,
.our_mission2 .mission_outr .imgpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blogoutr .outrbod .blogimg::after,
.our_mission2 .mission_outr .imgpic::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.blogoutr .sidebar .itfild {
  margin: 20px 0;
}
.blogoutr .sidebar .itfild img {
  width: 100px;
}
.blogoutr .sidebar .itfild input[type="search"] {
  letter-spacing: 0.8px;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}
.blogoutr .outrbod {
  border-radius: 16px;
  border: 0.5px solid #000;
  padding: 10px;
}
.blogoutr .outrbod .blogimg {
  height: 260px;
  position: relative;
  margin-bottom: 15px;
}
.blogoutr .outrbod .blogimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.blogoutr .outrbod .capct h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
.blogoutr .outrbod .capct p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 15px;
}
.blogoutr .outrbod .capct a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.5s;
}
.blogoutr .outrbod .capct a:hover {
  color: #000;
}
.blogoutr .sidebar .itfild form {
  width: 100%;
  display: flex;
}
.blogoutr .sidebar .itfild input[type="search"] {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #9b9b9b;
  padding: 10px 90px 10px 30px;
  outline: 0;
  border: none;
  width: 90%;
}
.blogoutr .sidebar .itfild button {
  border-radius: 16px;
  background: #000;
  width: 82px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  border: none;
  color: #fff;
  margin-left: -83px;
}
.blogoutr .sidebar .blogbar {
  padding-bottom: 50px;
  display: flex;
}
.blogoutr .sidebar .blogbar .bgimgbox {
  position: relative;
  min-width: 125px;
  height: 125px;
  overflow: hidden;
}
.blogoutr .sidebar .blogbar .bgimgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18px;
}
.blogoutr .sidebar .blogbar .bgimgbox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 18px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.blogoutr .sidebar .blogbar .democap {
  padding-left: 15px;
}
.blogoutr .sidebar .blogbar .democap p,
.blogoutr .sidebar .blogbar .democap ul li {
  color: #1c1c1c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.blogoutr .sidebar .blogbar .democap p{
  margin-top: 0px;
}
.blogoutr #pagination-container ul li {
  margin-right: 10px;
}
.blogoutr #pagination-container ul li a,
.blogoutr #pagination-container ul li span {
  width: 30px;
  height: 30px;
  border: 0.5px solid #d9d9d9;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1411764706);
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.blogoutr #pagination-container ul li a {
  padding: 0;
  color: #000;
}
.blogoutr #pagination-container ul .active .current:not(.next, .prev) {
  background: #000;
  color: #fff;
}
.blogoutr .detil span {
  padding-bottom: 20px;
  color: #616161;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 124.9%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.blogoutr .detil h3 {
  color: #1c1c1c;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  padding-bottom: 10px;
}
.blogoutr .detil p,
.blogoutr .detil ul li,
p.fullp {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.blogoutr .detil ul {
    padding-top: 5px;
    padding-left: 2rem;
}
.blogoutr .detil ul li {
    list-style: disc !important;
    padding-bottom: 10px;
}
.blogoutr .detil p {
  font-style: normal;
  line-height: 28px;
}
.sidebar.sidebar_single h4,
p.fullp {
  font-style: normal;
  line-height: 31.418px;
}
.blogoutr .detil .bigimgbox {
  position: relative;
  margin: 25px 0;
}
.blogoutr .detil .bigimgbox::after,
.blogoutr .high .lefthigh::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5.027px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.437) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.blogoutr .detil .bigimgbox::before,
.blogoutr .high .lefthigh::before {
  position: absolute;
  content: "";
  background-image: url(../images/innerbnr_logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
  bottom: 50px;
  right: 50px;
  width: 100px;
  height: 100px;
  z-index: 99;
}
.blogoutr .high .righthigh {
  padding-left: 30px;
}
.blogoutr .high .righthigh h5 {
  color: #454545;
  font-size: 22.621px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.131px;
  padding-bottom: 30px;
}
.blogoutr .high .righthigh ul li {
  list-style: disc !important;
  padding-bottom: 15px;
  font-style: normal;
  line-height: 149%;
  letter-spacing: 1.005px;
}
.sidebar.sidebar_single {
  border-radius: 8px;
  background: #f4f4f4;
  padding: 10px;
  /* height: 400vh; */
  overflow: auto;
}
.sidebar.sidebar_single::-webkit-scrollbar {
  width: 8px; /* Thin scrollbar */
  background: transparent; /* Hide the track background */
}

.sidebar.sidebar_single::-webkit-scrollbar-track {
  background: transparent; /* Make the track invisible */
  border-radius: 0; /* No rounding to blend in */
}

.sidebar.sidebar_single::-webkit-scrollbar-thumb {
  background: #000; /* Visible thumb color */
  border-radius: 20px; /* Slight rounding for the thumb */
  background-clip: padding-box; /* Ensures the border doesn't interfere */
}
.sidebar.sidebar_single h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.sidebar.sidebar_single .blogbar {
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
  align-items: center;
}
/* Airport pages */
.sing_serv::before{
    display: none;
}
.sing_serv .servimg {
  height: 100%;
}
.sing_serv::before {
  position: absolute;
  content: "";
  top: 20%;
  left: 0;
  width: 30%;
  height: 320px;
  background: #666;
  box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.25);
}
.sing_serv .rightcap h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 15px;
}
.sing_serv .rightcap p {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 10px;
}
.sing_serv .rightcap .chaff {
  background: #666;
  padding: 52px 0;
  width: 85%;
  z-index: -1;
  position: relative;
  left: -50px;
}
.sing_serv .rightcap .chaff ul {
  display: flex;
  justify-content: space-evenly;
}
.sing_serv .rightcap .chaff ul li span {
  display: block;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}
.sing_serv .rightcap .chaff ul li p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.3px;
  padding-bottom: 0;
  width: auto;
}
.our_mission2 .mission_outr .row.rotrow:nth-child(2n) {
  flex-direction: row-reverse;
}
.our_mission2 .brlinemiss {
  border-bottom: 3px solid #000;
}
.our_mission2 h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.our_mission2 ul li{
  line-height: 30px;
}
.our_mission2 .mission_outr {
  padding: 35px 45px;
  border-radius: 16px;
  background: #f2f2f2;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
.our_mission2 .mission_outr .imgpic {
  position: relative;
  height: 100%;
}
.our_mission2 .mission_outr .captxt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our_mission2 .mission_outr .captxt h3 {
  padding-bottom: 15px;
  color: #000;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.our_mission2 .mission_outr .captxt p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
  text-align: left;
  padding-bottom: 10px;
}
.our_mission2 .mission_outr .rotrow {
    padding-bottom: 40px;
}

@media (max-width: 1399px) {
    .sing_serv .rightcap p {
        width: 90%;
    }
}
@media screen and (max-width: 1199px) {
    .blogoutr .outrbod .capct h4 {
        font-size: 20px;
    }
    .blogoutr .sidebar .blogbar .democap p {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .blogoutr .sidebar .blogbar .democap ul li {
        padding-bottom: 0;
        font-size: 15px;
    }
    .sidebar.sidebar_single .blogbar .bgimgbox {
        width: 130px;
        margin-bottom: 15px;
    }
    .sing_serv .rightcap p,
    .our_mission2 .mission_outr .captxt p {
        width: 100%;
    }
    .our_mission2 p {
        width: 75%;
    }
    .our_mission2 .mission_outr .captxt {
        padding-left: 0;
    }
    .our_mission2 .mission_outr .captxt h3 {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:992px) {
    .sidebar.sidebar_single{
        height: auto;
    }
    .blogoutr .detil ul {
        padding-left: 0;
    }
    .blogoutr .sidebar .itfild input[type="search"] {
        width: 100%;
    }
    .blogoutr .sidebar .blogbar {
        padding-bottom: 0;
    }
    .blogoutr .sidebar .blogbar .democap p {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .our_mission2 .mission_outr .captxt {
        padding-top: 20px;
    }
    .our_mission2 .mission_outr .captxt h3 {
        font-size: 20px !important;
    }
    .our_mission2 .mission_outr .rotrow {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .blogoutr .detil h4,
    .blogoutr .high .righthigh h5 {
        font-size: 20px;
    }
    .blogoutr .high .righthigh {
        padding-top: 30px;
    }
    .sing_serv .rightcap .chaff {
        width: 100%;
        left: 0;
        z-index: 0;
        padding: 25px 0;
    }
    .blogoutr .sidebar .blogbar .democap p,
    .blogoutr .sidebar .blogbar .democap ul li,
    .sing_serv .rightcap p {
        font-size: 18px;
    }
    .blogoutr .detil span {
        padding-bottom: 15px;
    }
    .our_mission2 p {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .blogoutr .sidebar .blogbar .bgimgbox {
        width: 130px;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .blogoutr .sidebar .blogbar .democap ul li {
        font-size: 14px;
    }
    .blogoutr .high .righthigh ul li {
        font-size: 14px;
        line-height: 28px;
    }
    .our_mission2 .mission_outr {
        padding: 15px;
    }
}