.sub-tabs-aboutus-index ul li {
  width: 100%;
}

.sub-tabs-aboutus-index ul li a {
  font-size: 25px;
  padding-right: 35px;
  font-family: "font_bold";
  color: var(--color-text2);
  position: relative;
}

.sub-tabs-aboutus-index ul li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  width: 25px;
  right: 0;
  background-size: contain;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  height: 25px;
  background-position: center;
  opacity: 0.3;
  transition: all 0.3s linear;
}

.sub-tabs-aboutus-index ul li a.active::after {
  opacity: 1;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--color-main);
  background-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--color-main);
  background-color: transparent;
  border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link {
  border: none;
}

.nav-tabs {
  border-bottom: none;
}

.main-tabs-aboutus-index {
  background-color: #ffebf584;
  height: 100%;
  padding: 20px 30px;
  background-image: url(../images/bg2.png);
  background-size: contain;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.details-tabs-aboutus h2 {
  position: relative;
  font-size: 23px;
  font-family: "font_bold";
  padding: 0 35px 0 0;
  color: var(--color-main);
}

.details-tabs-aboutus h2::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  width: 25px;
  right: 0;
  background-size: contain;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  height: 25px;

  background-position: center;
  transition: all 0.3s linear;
}

.details-tabs-aboutus p {
  font-size: 19px;
  font-family: "font_medium";
  width: 90%;
  margin-top: 20px;
}

.title-center {
  text-align: center;
}

.title-center h2 {
  margin: auto;
}

.title-start,
.title-center {
  margin: 0px 0 40px;
}

.title-start h2,
.title-center h2 {
  font-family: "font_bold";
  font-size: 24px;
  padding-right: 30px;
  position: relative;
  display: inline-block;
  color: var(--color-main);
}
.title-white h2 {
  color: var(--color-white);
}
.title-white h2::after {
  background-image: url(../images/btren.png) !important ;
}
.title-start h2::after,
.title-center h2::after {
  content: "";
  position: absolute;
  top: -16px;
  right: 0;
  background-position: top right;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(../images/btren1.png);
}

.text-aboutus-index p {
    font-size: 19px;
    width: 100%;
    max-height: 200px;
    text-align: justify;
    overflow: hidden;
    line-height: 32px;
    /* margin-bottom: 30px; */
}
.aboutus .text-aboutus-index p{
overflow: inherit;
max-height: auto;

}
.main-img-aboutus-index {
  background-color: var(--color-white);
  margin-right: auto;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  width: 60% !important;
  box-shadow: 0 0px 5px #00000027;
}

.main-img-aboutus-index::after {
  content: "";
  background-image: url(../images/dots.png);
  width: 120px;
  background-size: contain;
  bottom: -20px;
  z-index: -1;
  position: absolute;
  height: 120px;
  left: -30px;
}

.main-img-aboutus-index::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fcc4e0;
  position: absolute;
  top: -31px;
  z-index: -2;
  left: -30px;
}

.img-aboutus-index {
  width: 100%;
  padding: 20px;
  height: 300px;
}

.img-aboutus-index img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-main) !important;
}

.owl-theme .owl-dots .owl-dot.active {
  border: 1px solid var(--color-main);
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: auto !important;
  background: #91269150 !important;
}

.aboutus-index .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
}

.services-index {
  background-color: #ffebf584;
  height: 100%;
  padding: 50px 0;

  background-image: url(../images/bg2.png);
}

.sub-services-index {
  background-color: var(--color-white);
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  align-content: center;
  border-radius: 5px;
  justify-content: center;
}

.img-services-index {
  height: 120px;
  width: 120px;
  margin: auto;
}
.img-services-index img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: 100%;
}

.sub-services-index h2 {
  font-size: 22px;
  font-family: "font_bold";
  width: 100%;
  text-align: center;
  color: var(--color-main);
}
.btn-services-index {
  margin: 40px 0 0px;
  text-align: center;
}

.sub-statistics-index {
  text-align: center;
}
.text-counter-number {
  font-size: 50px;
  font-family: "font_bold";
  color: var(--color-white);
}

.sub-statistics-index p {
  color: var(--color-white);
  font-size: 22px;
}
.statistics-index {
  padding: 50px 0;
  background-color: var(--color-main);
}
.img-contactus-index {
  position: relative;
  height: 430px;
}
.img-contactus-index a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.caption-map {
  position: absolute;
  left: 25%;
  top: 30%;
  animation: tranX 3s linear infinite;
}

@keyframes tranX {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.info-contactus-index {
  height: 100%;
  background: var(--bg-1);
  padding: 20px;
  border-radius: 10px;
}
.info-contactus-index ul li {
  margin: 15px 0;
}
.info-contactus-index ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s all linear;
}
.info-contactus-index ul li:hover a {
  color: var(--color-main);
}
.form-contactus {
  padding: 60px 30px 40px;
}

.btn-form-contactus {
  margin: 20px 0 0;
}

.img-clinets-index {
  height: 220px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bg-3);
}

.img-clinets-index img {
  width: 80% !important;
  height: 80%;
  object-position: center;
  object-fit: contain;
  margin: auto;
}
/*
.tab-content .active .details-tabs-aboutus {
  animation: tranx .8s ease-in-out;
}

@keyframes tranx {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}
.main-tabs-aboutus-index {
    overflow: hidden;
} */

.tab-content .active .details-tabs-aboutus {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sub-services-index {
  position: relative;
}

.sub-services-index::before,
.sub-services-index::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--color-main);
}

.sub-services-index .img-services-index::before,
.sub-services-index .img-services-index::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #23327b;
}
.sub-services-index:hover::before,
.sub-services-index:hover::after {
  width: 100%;
}
.sub-services-index:hover .img-services-index::before,
.sub-services-index:hover .img-services-index::after {
  height: 100%;
}

/*----- button 1 -----*/
.sub-services-index::before,
.sub-services-index::after {
  transition-delay: 0.2s;
}
.sub-services-index .img-services-index::before,
.sub-services-index .img-services-index::after {
  transition-delay: 0s;
}
.sub-services-index::before {
  right: 0;
  top: 0;
}
.sub-services-index::after {
  left: 0;
  bottom: 0;
}
.sub-services-index .img-services-index::before {
  left: 0;
  top: 0;
}
.sub-services-index .img-services-index::after {
  right: 0;
  bottom: 0;
}
.sub-services-index:hover::before,
.sub-services-index:hover::after {
  transition-delay: 0s;
}
.sub-services-index:hover .img-services-index::before,
.sub-services-index:hover .img-services-index::after {
  transition-delay: 0.2s;
}

.sub-projuct {
  text-align: center;
  margin: 20px 0;
}
.img-sub-projuct {
  width: 100%;
  height: 250px;
  padding: 10px;
}

.img-sub-projuct {
  width: 100%;
  height: 300px;
  border: 1px solid var(--color-main);
  display: flex;
  padding: 10px;
  align-items: center;
}

.img-sub-projuct img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.sub-projuct h2 {
  font-family: "font_bold";
  margin: 20px 0;
  font-size: 16px;
}
.ctm-btn2 {
  display: inline-block;
  height: 40px;
  padding: 5px 25px;
  white-space: nowrap;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-family: "font_medium";
}
.ctm-btn2 i{
    margin:0 5px ;
}
.owl-carousel .owl-item img {
    object-fit: cover;
}

.ctm-btn2:hover {
  background-color: var(--color-main);
  color: var(--color-white);
}

.sub-project-resource {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 15px 0;
  background-color: #fcc4e03d;
}

.img-project-details {
  height: 540px;
}
.img-project-details img {
  width: 100%;
  height: 100%;
}
.slider-project-details {
  padding: 10px;
  border: 1px solid var(--color-main);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  bottom: -52px;
}

.text-project-details {
  margin: 45px 0 0;
}
.text-project-details h4 {
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9398b4;
}

.text-project-details h2 {
  font-size: 26px;
  font-family: "font_bold";
  color: var(--color-main);
  margin: 15px 0;
}

.text-project-details p {
  color: var(--color-text);
  font-size: 17px;
  font-family: "font_bold";
}

.sub-serivces {
  background-color: #fff7fb;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  align-content: center;
  min-height: 500px;
  height: 100%;
  text-align: center;
}

.sub-serivces h2 {
  width: 100%;
  text-align: center;
  font-family: "font_bold";
  font-size: 22px;
  color: var(--color-main);
}

.serivces .col-lg-6 {
  margin-bottom: 20px;
}
.sub-serivces p {
  font-family: "font_medium";
  font-size: 17px;
  width: 90%;
  margin: auto;
}

#upload-file {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.input-form label {
  padding-top: 10px;
}

.apply-services form {
  margin: auto;
  width: 50%;
  display: block;
}

.title-committee-review {
  width: 60%;
  margin: auto;
  font-family: "font_medium";
  text-align: center;
  margin: 20px auto;
}
.title-committee-review {
  font-size: 18px;
}

.text-committee-review {
  background-color: #fff7fb;
  width: 60%;
  margin: 20px auto;
  padding: 25px 30px;
}
.text-committee-review ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.text-committee-review ul li {
  display: revert;
  list-style-type: decimal;
  color: var(--color-main);
  width: 100%;
  text-align: center;
  font-size: 18px;
  list-style-position: inside;
  font-family: "font_medium";
}
.text-committee-review ul li span {
  font-family: "font_medium";
  color: var(--color-text);
}

.sub-committee-members {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  background-color: #fff7fb;
}
.sub-committee-members h2 {
  width: 100%;
  font-family: "font_bold";
  font-size: 18px;
  color: var(--color-main);
}
.sub-committee-members span {
  color: var(--color-text);
  font-size: 17px;
  font-family: "font_medium";
}
.committee-members {
  margin: 80px auto 0;
  width: 90%;
}

.img-mambers {
  width: 100%;
  height: 400px;
  border: 1px solid var(--color-main);
}
.img-mambers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-mambers {
  height: 100%;
  position: relative;
}

.text-mambers {
  width: 85%;
  left: 0;
  background-color: var(--color-white);
  right: 0;
  position: absolute;
  margin: auto;
  bottom: -10%;
  transition: all 0.3s linear;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 3px #00000033;
}

.text-mambers h2 {
  color: var(--color-main);
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  transition: all 0.3s linear;

  font-family: "font_bold";
}

.text-mambers p {
  color: var(--color-text);
  text-align: center;
  display: inline-block;
  margin: auto;
  margin-top: 15px;
  transition: all 0.3s linear;

  padding-top: 5px;
  border-top: 1px solid #9398b4;
  font-size: 18px;
  font-family: "font_medium";
}

.sub-mambers:hover .text-mambers {
  background-color: var(--color-main);
}
.sub-mambers:hover .text-mambers p,
.sub-mambers:hover .text-mambers h2 {
  color: var(--color-white);
  border-color: var(--color-white);
}

.sub-manager {
  padding: 40px;
  position: relative;
  text-align: center;
  margin: 90px 0 0;
  border: 1px solid var(--color-main);
}

.sub-manager::after {
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border: 8px solid #feeff6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
}

.sub-manager::before {
  content: "";
  position: absolute;
  width: 100px;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  pointer-events: none;
  height: 100px;
  border-radius: 50%;
  background-image: url(../images/q.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.sub-manager p {
  text-align: center;
  font-size: 18px;
  list-style: 35px;
  width: 80%;
  margin: 20px auto;
  font-family: "font_medium";
}

.ceo .text-committee-review {
  width: 100%;
}

.sub-ceo {
  text-align: center;
}
.sub-ceo span,
.sub-ceo p,
.sub-ceo p a {
  font-size: 18px;
  font-family: "font_medium";
  color: var(--color-text);
}

.sub-ceo h2 {
  font-size: 22px;
  margin: 10px;
  color: var(--color-main);
  font-family: "font_bold";
}

.img-organizational {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff7fb;
}


.media-footer ul li a {
  position: relative;
  z-index: 1;
}
.media-footer ul li a::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  transition: all 0.2s linear;
  z-index: -1;
  transform: scale(0);
  background-color: var(--color-main);
}
.media-footer ul li a:hover {
  color: var(--color-white);
}
.media-footer ul li a:hover::after {
  transform: scale(1.04);
}

.ctm-btn i{
    margin:0px 5px ;
    display:inline-block;
    vertical-align: middle;

}



/* End landing Css */

#captchaBackground {
    height: 220px;
    width: 250px;
    background-color: #2d3748;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#captchaHeading {
    color: white;
}

#captcha {
    height: 80%;
    width: 80%;
    font-size: 30px;
    letter-spacing: 3px;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#submitButton {
    margin-top: 2em;
    margin-bottom: 2em;
    /* background-color: #08e5ff; */
    border: 0px;
    font-weight: bold;
}

#refreshButton {
    background-color: #08e5ff;
    border: 0px;
    font-weight: bold;
}

#textBox {
    height: 25px;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}


#captchaBackground {
    height: 263px;
    width: 50%;
    padding: 20px;
    background-color: transparent;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: auto;
}

input#textBox {
    width: 56%;
    border-radius: 6px !important;
    margin: 20px auto;
    border: 1px solid #2e2e2e65;
}


#refreshButton {
    color: #fff;
    background-color: #000;
    border: 0px;
    font-weight: bold;
    height: 50px;
    padding: 7px 25px;
    border-radius: 5px;
}
.navigation-header {
    flex-wrap: wrap;
}
/* .input-form {
    width: 39%;
}
.input-form input {
    width: 100% ;
} */
