.header_top_links ul,
ul {
  margin: 0;
}
a,a:hover {
  text-decoration: none;
}
.header_top_links > ul > li .submenu {
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #fff;
  width: 25rem;
  z-index: 9999;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
  -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
  transition: all 0.3s;
  visibility: hidden;
  transform: translateY(20px);
  opacity: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  gap: 0;
}
.header_top_links > ul > li .submenu li {
  display: block;
  position: relative;
  width: 100%;
}
.header_top_links > ul > li .submenu li a:link,
.header_top_links > ul > li .submenu li a:visited {
  text-decoration: none;
  color: #025ea5;
  padding: 0.5rem 1rem;
  display: block;
  font-size: 1.4rem;
  width: 100%;
  text-transform: capitalize;
  font-weight: 600;
}
.header_top_links > ul > li .submenu li:hover > a {
  background-color: #025ea5;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.header_top_links > ul > li:hover .submenu {
  opacity: 1;
  transform: translateY(-3px);
  visibility: visible;
}
.footer_in .footer_socical a img {
  width: auto;
}
.footer_in .footer_socical {
  justify-content: right;
}

/*innerbanner*/
.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #000;
}
.inner_banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, transparent, rgb(0, 45, 79));
  z-index: 9;
  opacity: 0.79;
}
.inner_banner img {
  width: 100%;
  /* opacity: 0.5; */
  display: block;
  /* filter: grayscale(100%); */
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 25%;
  left: 0%;
  padding: 10px 35px;
  z-index: 9;
}
.innertxt1 ul {
  list-style: none;
  text-align: left;
  margin-bottom: 0px;
  padding-left: 0px;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: capitalize;
}
.innertxt1 ul li:last-child {
  padding-right: 0px;
}
.innertxt1 ul li:after {
  content: "/";
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  font-size: 14px;
  right: 8px;
  top: 0px;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.inner_banner h1 span {
  color: #fff;
}
.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}
/*innerbanner*/

.innerservmenu {
  position: sticky;
  top: 85px;
  width: 100%;
  display: flex;
  padding: 0;
  margin-bottom: 0;

  z-index: 9;
  background-color: #002855;
  justify-content: center;
}
.innerservmenu li {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.innerservmenu li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 14px;
}
.innerservmenu li a i {
  font-size: 21px;
  margin-right: 10px;
}
.innerservmenu li a:hover,
.innerservmenu li a.active {
  background-color: #004173;
  color: #fff;
}
.page {
  width: 100%;
  display: inline-block;
  padding: 50px 0;
  background-color: #f4f4f5;
  position: relative;
}
.page .banner_box-shape img {
  height: 300px;
  object-fit: cover;
  object-position: center center;
}
.page h1,
.page h2 {
  color: #004173;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #f30831;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  line-height: 46px;
}
.page h1 {
  padding-right: 20rem;
}
.page h3 {
  color: #f30831;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 1px;
}
.page p {
  color: #000;
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
}
.page p img {
  float: left;
  width: 30%;
  margin: 0 50px 50px 0;
}
.pos_sticky1 {
  width: 100%;
  display: table;
  /* background-color: #fff;
  border-radius: 2rem;
  padding: 30px; */
}
.left_scroll1 {
  float: left;
  width: 65%;
  padding-right: 40px;
}
.right_sticky1 {
  float: left;
  width: 35%;
  position: sticky;
  top: 125px;
  left: 0;
}
.right_scroll1 {
  float: right;
  width: 65%;
  padding-left: 40px;
}
.left_sticky1 {
  float: left;
  width: 35%;
  position: sticky;
  top: 125px;
  left: 0;
}
.right_sticky1 img,
.left_sticky1 img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
hr {
  border-color: #f2f2f2;
  margin: 50px 0;
}
.qulitypolicy1 {
  padding: 80px 0;
  background-color: #004e8b;
}
.qulitypolicy1 h2 {
  color: #fff;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #f30831;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  line-height: 46px;
}
.qulitypolicy1 ul,
.page_ul ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  clear: both;
}
.qulitypolicy1 ul li,
.page_ul ul li {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  display: block;
  transition: all 0.3s;
  padding-left: 30px;
  position: relative;
  text-align: justify;
}
.qulitypolicy1 ul li::before,
.page_ul ul li::before {
  position: absolute;
  left: 0;
  top: 17px;
  content: "";
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.page_ul ul li {
  color: #000;
}
/* .stickyNav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 5px;
  content: "";
  background: #f30831;
  transition: all 0.5s ease-in-out;
} */
.stickyNav li.active a,
.stickyNav a:hover {
  background-color: #004173;
}

.page .accordion {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
.page .accordion li {
  padding-bottom: 10px;
}
.page .accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 30px;
  color: #004e8b;
  font-weight: 600;
  font-size: 21px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}
.page .accordion li.open .link {
  background-color: #004e8b;
  color: #fff;
  box-shadow: none;
}
.page .accordion .link::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-size: 26px;
}
.page .accordion li.open .link::before {
  content: "-";
}
.page .submenu {
  display: none;
  background: #fff;
  font-size: 14px;
  padding: 0;
}
.page .submenu > li {
  padding: 30px;
  color: #000;
  position: relative;
  border-top: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table-responsive > table.table-bordered {
  border: 0;
}
.table td a {
  font-weight: 500;
  font-size: 18px;
}
.table td ul {
  list-style: disc;
  padding-left: 30px;
  font-size: 18px;
}
.table td h3 {
  margin-bottom: 0;
}
.table td p {
}
.table td p i {
  color: #f30831;
  margin-right: 10px;
}
a.link {
  padding: 5px 15px !important;
  background-color: #f30831;
  color: #fff;
  font-size: 14px;
}
a.link:hover {
  background-color: #025ea5;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -35px;
}

.contactpg {
  width: 100%;
  display: table;
  padding: 60px 0;
  background-color: #fff;
}
.adbxin {
  box-shadow: 0 0 30px rgba(25, 36, 47, 0.12);
  padding: 20px;
  background-color: #fff;
  min-height: 500px;
  margin-bottom: 30px;
  text-align: left;
  display: table;
  width: 100%;
}
.abouttab1 h2 {
  font-size: 21px;
  font-weight: 500;
  position: relative;
  line-height: 26px;
  padding-bottom: 10px;
  margin-bottom: 35px;
  color: #0e2b5c;
  margin-top: 20px;

  color: #0e2b5c;
}
.add1 {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 10px 0;
  padding-left: 75px;
  display: table;
}
.add1:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  left: 0px;
  top: 20px;
  background-image: url("../images/placeholder.png");
  background-repeat: no-repeat;
  background-size: 40px;
}
.add2:before {
  background-image: url("../images/call.png");
}
.add3:before {
  background-image: url("../images/email.png");
}
.add1:after {
  position: absolute;
  width: 1px;
  height: 90%;
  content: "";
  left: 60px;
  top: 0px;
  background-color: #eee;
}
.add1 p {
  margin-bottom: 5px;
  padding: 0px;
  text-align: left;
}
.add1 h5 {
  font-size: 21px;
  margin-top: 0;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

.adbxin h2 {
  font-size: 42px;
  line-height: 46px;
  margin: 0;
  font-weight: 800;
  color: #025ea5;
  text-transform: uppercase;

  position: relative;
  margin-bottom: 40px;
}
.adbxin h2:before {
  position: absolute;
  left: 0px;
  bottom: -10px;
  content: "";
  height: 3px;
  background-color: #f30831;
  width: 80px;
}

.abouttab2 h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}
.adbxin a,
.adbxin p {
  color: #000;
  text-decoration: none;
  padding-top: 5px;
  font-size: 21px;
  position: relative;
}

.jobdescription {
  padding: 50px 0;
  display: table;
  width: 100%;
}

h1#goBottom {
  font-size: 36px;
  line-height: 46px;
  margin: 0;
  font-weight: 800;
  color: #003066;
  text-transform: uppercase;

  text-align: center;
  margin-bottom: 30px;
}
.jobdesc1 h2 {
  font-size: 24px;
}
.jobdescription label {
  font-size: 16px;
  margin-bottom: 5px;
  width: 100%;
  display: block;
  font-weight: 400;
}
.jobdescription label span {
  color: #f30831;
}
.jobdescription input.form-control,
.jobdescription select.form-control,
.jobdescription textarea.form-control {
  background-color: #fff;
  border-radius: 0px;
  height: 50px;
  border: 0px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #e7e7e7;
  font-weight: 400;
  box-shadow: none;
  padding: 0 20px;
  box-shadow: 0 5px 15px 0px rgb(34 48 116 / 15%);
}
.jobdescription select.form-control {
  font-size: 16px;
  cursor: pointer;
}
.jobdescription textarea.form-control {
  height: 120px;
  padding: 15px;
}
.jobdescription .col-sm-12 {
  display: table;
  width: 100%;
}
input.subres {
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 0px;
  background-color: #f30831;
  transition: all 0.3s;
  margin: auto;
  display: table;
  text-transform: uppercase;
  cursor: pointer;
}
input.subres:hover {
  background-color: #004e8b;
  color: #fff;
}
.adbxin .col-sm-4 {
  float: left;
  width: 40%;
}
.adbxin .col-sm-8 {
  float: right;
  width: 60%;
  padding-left: 40px;
}
.jobdescription .col-sm-6 {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.jobdescription .col-sm-12 {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.ln_page p img {
  width: 40%;
  float: right;
  margin: 0 0 30px 30px;
}
p.date {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 10px;
  margin: -10px 0 20px;
}
p.date i {
  color: #f30831;
}
a.backbtn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 30px;
  color: #fff;
  background-color: #f30831;
  transition: all 0.3s;
  z-index: 9;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
a.backbtn:hover {
  background-color: #004173;
}
.mySwiper2 .swiper-pagination1 {
  bottom: -50px !important;
  left: 0;
  width: 100%;
  text-align: center;
}
.section5 .grid_box_img {
  height: 290px;
}
.infrastructurebx {
  margin-bottom: 50px;
}
.aboutsec1_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 40px 0 0px;
}
.aboutsec1_box {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  width: 100%;
  display: block;
  padding: 30px;
  transition: all 0.3s;
}
.aboutsec1_box:hover {
  box-shadow: 12px 12px 99px rgba(0, 0, 0, 0.1);
}
.aboutsec1_box img {
  height: 75px;
}
.aboutsec1_box h3 {
  margin: 20px 0;
  /* color: #004173; */
  font-size: 21px;
}
.aboutsec1_box p {
}
.main_lib_box {
  background-color: #002d4f;
  position: relative;
  padding: 7rem 0;
  width: 100%;
}
.library_ab1 {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 50px;
}
.library_ab1 a {
  background-color: #f30831;
  padding: 8px 50px;
  font-size: 18px;
  transition: all 0.3s;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 50px;
  display: inline-block;
}
.library_ab1 a:hover {
  background-color: #025ea5;
}
.library_team {
  margin-top: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}
.library_team1 a {
  display: block;
  text-align: center;
  padding: 0 25px;
}
.library_team1 a .img {
  position: relative;
  transition: all 0.3s;
}
.library_team1 a .img img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
  transition: all 0.3s;
  height: 250px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 5px;
  outline: 1px solid #ccc;
  background-color: #fff;
}
.library_team1 a:hover .img img {
  filter: grayscale(0);
}
.library_team1 a h3 {
  font-weight: 600;
  font-size: 21px;
  margin: 20px 0 0px;
  color: #f30831;
}
.library_team1 a p {
  color: #6d6d6d;
  margin-bottom: 1px;
  text-align: center;
  font-size: 16px;
}
.library_ab1 h2,
.library_ab1 p {
  color: #fff;
}
.library_ab1 h2 {
  color: #fff;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #f30831;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  line-height: 46px;
}

.multi_tabs {
  clear: both;
  width: 100%;
  display: block;
  margin-top: 2rem;
}

ul.tabs {
  list-style: none;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0.5rem 2rem;
  border-left: none;
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  color: #000;
  background-color: #e6e6e6;
  display: block;
  position: relative;
  transition: all 0.3s;
  margin-right: 0.5rem;
  border: 1px solid #ccc;
  border-bottom: 0;
}

ul.tabs li:hover {
  color: #fff;
  background-color: #f30831;
  border-color: #aa001c;
}

ul.tabs li.active {
  color: #fff;
  background-color: #f30831;
  border-color: #aa001c;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background-color: #e6e6e6;
  padding: 2rem;
  border: 0;
}

.tab_content {
}
.jobdescription h2 {
  color: #004173;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #f30831;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  line-height: 46px;
  display: inline-block;
  width: 100%;
}
.form-rad {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
  font-size: 16px;
}
.form-rad input[type="radio"] {
  width: 40px;
  height: 40px;
}
#datepicker input {
  margin-bottom: 0;
}
.form-check {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 15px;
}
.form-check input {
  margin: 0;
  width: 15px;
  position: relative;
  top: 7px;
  height: 15px;
}
@media screen and (max-width : 979px) {
    .innerservmenu{
        display:none;
    }
    .inner_banner img {
        height: 200px;
        object-fit: cover;
        object-position: center;
    }
    .page h1, .page h2{
        font-size:3.2rem;
        padding-right: 0rem;
        line-height:1;
    }
    .page p{
        font-size:14px;
        line-height:23px;
    }
    .page p img{
        width:100%;
        margin:0;
    }
    .left_scroll1, .right_sticky1, .left_sticky1, .right_scroll1{
        width:100%;
        position:relative;
        top:0;
        padding-right: 0px;
        margin-bottom: 10px;
        padding-left: 0;
    }
    .left_sticky1{
        margin-bottom: 35px;
    }
    .inner_banner h1 {
        line-height:1;
        font-size: 16px;
    }
    .qulitypolicy1 ul li, .page_ul ul li, .page .accordion li.open .link{
        font-size:14px;
        line-height:23px;
    }
    .table td a {
        font-size: 10px;
    }
    .adbxin{
        display:inline-block;
    }
    .adbxin .col-sm-4, .adbxin .col-sm-8{
        width:100%;
        clear:both;
        padding-left: 0px;
    }
    .adbxin a, .adbxin p{
        font-size:14px;
    }
    .jobdescription .col-sm-6{
        width:100%;
        clear:both;
    }
}