@charset "utf-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 24px;
  text-align: justify;
  margin:0px;
  padding:0px;
}
.header-new-wrap {
  display: flex;
  width: 100%;
  flex-wrap:wrap;
}
.header-new-1 {
    width: 180px;
    padding-right: 20px;
    margin: auto;
}
.header-new-2 {
flex:1;
margin:auto;
}
.header-new-3 {
 width:100px;
 margin:auto;
}
.header-new-1 img {width:auto; max-width:100%; height:70px !important;padding:10px 0px;} 
.header-new-3 img{width:auto; max-width:100%; height:90px !important;padding:10px 0px;} 





.header-new-2 {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-new-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

.header-new-2 ul li {
    position: relative;
}

.header-new-2 ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0;
}

.header-new-2 ul li.active a {
    color: #0077a3;
}

/* Hover Effect */
.header-new-2 ul li a:hover {
    color: #0077a3;
}

.header-new-2 ul li a.tender-bg {
    background: #e5004c; 
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 2px;
    font-weight: bold;
}









.home-wrapp{width:80%;margin:0px auto;max-width:1170px;}
.main-row{display: flex;justify-content: space-between;gap: 20px;}
.main-row  .col-sm-8{width: 66%;}
.main-row .col-sm-4 {width: 33%;}
.home-row-1 .col-sm-12{width:100%;}
.home-row-2 .col-sm-6{width: 48%;}

.home-row-1 .home-heading{    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000;
    font-weight: 700;
    font-size: 45px;text-align:center;}
.home-row-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;}

.main-row .col-sm-4 .right-side-babu{color: #fff;text-transform: uppercase;margin-top: 6px;margin-bottom: 6px;font-size: 14px;text-align:center;}
    
    .home-row-2 .home-block1 h3 {font-weight:400;}
    
  .main-row .col-sm-4  hr{margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eee !important;width:100% !important;height:0px !important;}
    
  .home-row-1  .board-director .home-heading{font-size:33px !important;    font-size: 33px;padding-bottom: 15px;}  
  .home-row-1 .board-of-directors{width:100% !important;}
    
    
    .leader-row .team-members{justify-content: space-between;}
    .leader-row .team-members .team-member{  padding: 20px 10px;width: 22%;}
    .leader-row .team-member{height:auto;}
    .team-bg{background-size: cover;background-repeat: no-repeat;background-image: url(./images/leads-bg-img.png);}
    .contact-row-1{display: flex;justify-content: space-between;}
    .contact-row-1 .col-md-8{width:66%;}
    .contact-row-1 .col-md-4{width:30%;}
    .contact-heading .home-heading {text-transform: uppercase;margin-bottom: 45px;color: #000;font-weight: 700;font-size: 45px;text-align:center;}

.footer-row{display: flex;justify-content: space-between;}
.footer-row .col-md-4{width:33%;}
.footer-row .col-md-5{width:41%;}
.footer-row .col-md-3{width:25%;}

.footer-row .footer-form-1 fieldset{border:none !important;}
.footer-form-1 .icon-footer-form .form-control {
    width: 100%;
    margin-bottom: 10px;}
  .footer-form-1  .icon-footer-heading{text-align:center;}
    .footer-form-1 .btn-lg {    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: flex;
    margin: 0px auto;}
    
    .copy-1{display:flex;justify-content:space-between;align-items: center;}
    .copy-1 p{margin-top:0px;}
    .topbar{display: flex;justify-content: space-between;align-items:center;}
    .topbar ul{margin-top:0px;}
    .topbar ul li{list-style-type:none;}
    .tender-h4{    font-weight: 400;
    font-size: 36px;}
    .tender-tables .list-inline li{list-style:none;}
    .tender-tables .list-inline li input{color: #fff;background-color: #5cb85c;border-color: #4cae4c;border: none;padding: 5px 20px;}
  .tender-tables  .pull-right {
    float: inline-start;}
   .tender-h2{font-weight:400;}
    
    .table-tend .list-inline li{list-style-type:none;}
    
    .table-tend .list-inline li input{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    border: none;
}
    .board-director .table-responsive{overflow-x:auto;}
    .mobile-btn{display:none;}
    
    
    @media screen and (max-width: 830px) {
         .header-new-2 ul{display:none; position:relative;}
         
         
    }


    @media screen and (max-width: 830px) {
       
        .header-new-1 {
    width: 150px;
    padding-right: 10px;
    margin: auto;
}
.header-new-2 {
flex:1;
margin:auto;
}
.header-new-3 {
display:none;
}



         .mobile-btn{display:inline-block; width:50px; height:auto;        margin-left: auto;}
         .mobile-btn img{width:100%; height:auto;}
        .home-wrapp{width:96%;}
        .board-director .table-responsive{overflow-y: hidden;}
          .contact-row-1 .col-md-8, .contact-row-1 .col-md-4{width:100%;}
          .footer-row .col-md-4, .footer-row .col-md-5, .footer-row .col-md-3{width:100%;}
          .contact-row-1, .footer-row{display:block;}
    }
    
    
    @media screen and (max-width: 600px) {
       .main-row{display:block;}
       .main-row  .col-sm-8, .main-row .col-sm-4, .home-row-2 .col-sm-6 {width: 100%;}
       .home-row-1{padding:0px 20px;} 
       .home-row-1 .home-heading{line-height:1.2;}
       .home-row-2 .home-block1 h3 {margin-top: -44px;line-height: 1.3;}
       .footer-row {padding: 0px 10px;}
       .copy-1 {display: block;}
       .leader-row .team-member{height:auto;}
       
    }

    
    
    
    
/*---------------------------------------------------------------------*/

.main-heading {
  font-weight: 700;
  font-size: 30px;
  margin: 0px;
}
section {
  clear: both;
}
.yel-bg {
  background: url(../images/top-banner.jpg) no-repeat;
  background-size: cover;
}
.white {
  color: #fff !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.list1 li a,
.list1 li {
  color: #fff;
  text-decoration: none;
}
.pd-10 {
  padding: 10px 0px;
}
.carousel-indicators .active {
  background: #31708f;
}
.content {
  margin-top: 20px;
}
.adjust1 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.adjust2 {
  margin: 0;
}
.carousel-indicators li {
  border: 1px solid #ccc;
}
.carousel-control {
  color: #fff;
  width: 5%;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.media-object {
  margin: auto;
  margin-top: 15%;
}

.yel-bg a:focus,
.yel-bg a:hover,
.yel-bg a:active {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.home {
  padding-top: 50px;
}
.home-heading {
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000;
  font-weight: 700;
  font-size: 45px;
}
.home-block1 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
  min-height: 150px;
  position: relative;
}
.home-block1 h3 {
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 90%;
  left: 5%;
}
.right-side-babu {
  background: #0096c5;
  padding: 5px; /*display: none;*/
}
.right-side-babu p {
  color: #fff;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
}
.right-side-babu p b {
  font-size: 20px;
}
.home-public-openion {
  border: 1px solid #ddd;
  margin-top: 10px;
  background: #e6e6e6;
  display: none !important;
}
.home-public-openion .inner-div {
  padding: 20px 20px;
  color: #000;
  text-align: left;
}
.home-public-openion h3 {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #136ebd;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.pdflist {
  padding: 50px 0px;
}
.pdf-scroll {
  margin: 50px 0px;
  display: none !important;
}
.pdflist div {
  max-width: 90%;
  margin: 0 auto;
}
.home-public-openion h2 {
  background: linear-gradient(-90deg, #00a2b1, #00a9d4, #008cbc);
  margin: 0px;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.pdflist div a {
  background: url(../images/pdficon.jpg) no-repeat left 10px center;
  background-size: auto 50px;
  padding: 20px 10px 10px 80px;
  display: block;
  color: #989696;
  text-align: left;
  border: 1px solid #ddd;
  text-decoration: none;
  min-height: 100px;
}
.img-full {
  width: 100% !important;
  height:auto !important;
}
.news-div {
  padding: 0px 20px 0px;
  color: #000;
}
.news-div li {
  text-align: left;
  font-weight: 700;
}
.news-div li {
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  padding-top: 18px;
}
.news-div li:last-child {
  border-bottom: 0px;
}

.board-of-directors {
  border: 1px solid #ddd;
}
.board-of-directors th {
  background: #008cbc;
  color: #fff;
}
.board-of-directors tr:nth-child(odd) {
  background: #dddddd;
}
.board-of-directors tr td {
  color: #000;
}

/* #accordion rotate icon option */
.careers-main {
  padding: 10px 0px;
}
.careers-main h3 {
  font-size: 16px;
  text-align: left;
  margin: 10px 0px 15px 0px;
  background: #008cbc;
  padding: 10px;
  color: #fff;
  line-height: 22px;
}
.careers-main h4 {
  font-size: 16px;
  margin: 10px 0px 15px 0px;
  font-weight: bold;
  line-height: 22px;
}
.careers-main p {
  font-size: 14px;
  margin: 0px 0px 15px 0px;
}
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-heading.active {
  background-color: #008cbc;
}
.panel-heading {
  background-color: #00acd4;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}
.panel-group > .panel:first-child .panel-heading {
  border-radius: 0px;
}
.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.panel-body {
  background: #eaeaea;
  color: #616060;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

.panel-heading.active a:before {
  content: " ";
  transition: all 0.5s;
  transform: scale(0);
}

/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: "\f107";
  position: absolute;
  font: normal normal normal 45px/1 FontAwesome;
  right: 8px;
  top: 0px;
  transform: rotate(-90deg);
  line-height: 50px;

  transition: all 0.5s;
  text-align: center;
  z-index: 1;
}

#accordion .panel-heading.active a:after {
  background: #00acd4;
  content: "";
  height: 100%;
  width: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}
#accordion .panel-heading a:after {
  background: #008cbc;
  content: "";
  height: 100%;
  width: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.iconslist {
  width: 150px;
}

.stores {
  position: fixed;
  top: 70%;
  right: 0%;
  text-decoration: none;

  background: #00a2b1;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  z-index: 9;
}
.contact-block {
  background: #0eb1d6;
  color: #fff;
  padding: 20px 20px 0px;
  position: relative;
  margin-bottom: 50px;
  text-align: left;
  min-height: 250px;
}

.contact-block:after {
  content: "";
  position: absolute;
  top: 40%;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;

  border-left: 30px solid #0eb1d6;
}

.contact-block.block1:after {
  right: -15px;
}
.contact-block.block2:after {
  left: -15px;
  border-right: 30px solid #0eb1d6;
  border-left: 0px;
}

.nbs-flexisel-nav-left:before {
  content: url(../images/arrow-left.png) !important;
}
.nbs-flexisel-nav-right:before {
  content: url(../images/arrow-right.png) !important;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  background: transparent !important;
}

.yesblock li {
  background: #00943b;
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  text-align: left;
}
.yesblock li span {
  text-align: right;
  float: right;
}

.apadcl-tender-m {
  font-size: 13px;
}
.apadcl-tender-m h2 {
  font-size: 18px;
  color: #008cbc;
  margin: 10px 0px;
  padding: 0px;
}
table.tender-table-1 {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
table.tender-table-1 tr td {
  border: 1px solid #ccc;
  padding: 4px 5px;
  text-align: left;
}
table.tender-table-1 a {
  font-size: 14px;
  color: #6d6d6d;
  text-decoration: underline;
}
table.tender-table-1 tr td:first-child {
  width: 30px;
}
table.tender-table-1 tr td:last-child {
  width: 80px;
}
table.tender-table-1 tr:first-child td {
  background: #008cbc;
  color: #fff;
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 10px 5px;
}

@media screen and (max-width: 768px) {
  .media-object {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  a.logo-link {
    position: relative;
    display: inline-block;
  }
  .carousel-caption {
    top: 30%;
    left: 8%;
  }
}

.blinking span {
  animation: blinkingText 2s infinite;
}

@-webkit-keyframes blinkingText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blinkingText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blinkingText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkingText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.marquee-bg-1 {
  padding: 5px 10px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.red-1 {
  color: #ff0000;
}
.green-1 {
  color: green;
}
.apadcl-bg-1 {
  background: url(../images/home-block1.jpg) no-repeat center;
  background-size: cover;
}
.apadcl-bg-2 {
  background: url(../images/home-block2.jpg) no-repeat center;
  background-size: cover;
}
.apadcl-bg-3 {
  background: url(../images/home-block3.jpg) no-repeat center;
  background-size: cover;
}
.apadcl-bg-4 {
  background: url(../images/home-block4.jpg) no-repeat center;
  background-size: cover;
}
.relative {
  position: relative !important;
}
.careeer-style-2 {
  position: absolute;
  left: -24px;
  top: -16px;
  width: 40px;
  height: 40px;
}

.iframe-styles-1 {
  border: 2px solid #0eb1d6;
  width: 100%;
}
.tender-heading-4 {
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}
.link-style-2 {
  color: #000;
  text-decoration: none;
}

.panel-body .row {
  padding-top: 5px;
  padding-bottom: 5px;
}

.panel-body .row:nth-child(even) {
  background: #ccc;
}

.home-heading {
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000;
  font-weight: 700;
  font-size: 33px;
}

.team-lead {
  display: none !important;
}

.team {
  display: block;
}

.team {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/leads-bg-img.png);
  /* margin-bottom: 105px; */
  height: 684px;
}

.leadership-team {
  margin-top: 112px;
  text-align: center;
}

.leadership-team h2 {
  color: #000;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

hr {
  width: 123px;
  height: 3px;
  background-color: #0096c5;
}

.team-members {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.team-member {
  height: 327px;
  padding: 20px;
  width: 281px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}

.team-member img {
  width: 100%;
  height: auto;
}

.team-member h3 {
  margin-top: 7px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.team-member p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media only screen and (max-width: 600px) {
  .team-member img {
    width: 153px;
    height: auto;
  }

  .team-member p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .team-members-1 {
    display: flex;
  }

  .team-member h3 {
    margin-top: 7px;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .leadership-team h2 {
    color: #000;
    text-align: center;
    font-family: Afacad;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .team-member {
    height: 266px;
    padding: 1px;
    width: auto;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
  }

  .team {
    display: none;
  }

  .team-lead {
    display: block !important;
  }

  .leadership-team {
    margin-bottom: 16px;
    text-align: center;
  }

  .home-section-1 {
    padding: 40px 10px 10px 10px;
  }
}

.board-of-directors td,
.board-of-directors th {
  padding: 8px 4px !important;
  font-size: 13px !important;
}

.noscript-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 99999;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial;
  text-align: center;
}
.noscript-overlay h1 {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}
.noscript-overlay p {
  margin: 0;
  max-width: 36rem;
}

/*
 
.apadcl-tender-m {
    font-size: 13px;
    
}
		.apadcl-tender-m h2{
    font-size: 18px;
			color:#008cbc;
			margin: 10px 0px;
			padding: 0px;
    
}
table.tender-table-1 {
    border: 1px solid #ccc;
    border-collapse: collapse;
	
}
table.tender-table-1 tr td {
    border: 1px solid #ccc;
    padding: 4px 5px; 
	text-align: left;
}
		table.tender-table-1 a{
    font-size: 14px;
    color: #6d6d6d; text-decoration: underline}
		table.tender-table-1 tr td:first-child {width: 30px;
}
			table.tender-table-1 tr td:last-child {width: 80px;
}
table.tender-table-1 tr:first-child td {
    background: #008cbc;
    color: #fff;
    border: 1px solid #ccc;
    font-weight: bold; padding: 10px 5px;
}
*/

* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      body {
        font-family: Arial, sans-serif;
      }

      .apadclslider {
        position: relative;
        width: 100%;
        height: 60vh; /* adjust apadclslider height */
        overflow: hidden;
      }

      .apadclslides {
        display: flex;
        width: 100%;
        height: 100%;
        transition: transform 0.8s ease;
      }

      .apadclslides img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        flex-shrink: 0;
      }

      /* Navigation buttons */
      .prev,
      .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 10px 15px;
        cursor: pointer;
        border: none;
        font-size: 20px;
      }

      .prev {
        left: 10px;
      }
      .next {
        right: 10px;
      }

      /* Dots */
      .dots {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 8px;
      }

      .dots span {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ccc;
        display: inline-block;
        cursor: pointer;
      }

      .dots .active {
        background: #333;
      }
