/*!
Add plugin style below
--------------------------------------------------------------*/

.project_content ul > li ul li:before,
.project_content ul > li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 6px;
}
.team-member-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 20px;
  margin: 10px 0 0;
}
.team-member-box {
  width: calc(33% - 20px);
}
.team-member-box:nth-child(3n + 2) a {
  margin: 0 auto;
}
.team-member-box:nth-child(3n + 3) a {
  margin: 0 0 0 auto;
}
.team-member-box a {
  max-width: 270px;
  display: block;
}
.team-member-img {
  overflow: hidden;
  background: #fff;
  border-radius: 13px;
  width: 100%;
  border: 1px solid #d7d7d7;
  margin-bottom: 7px;
}
.team-member-info p {
  text-align: center !important;
}
.team-member-nm {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  color: #000;
  margin-bottom: 7px;
}
.team-member-des {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #878787;
}
.bod-modal.modal.fade .modal-dialog {
  transform: translate(0) scale(0.8);
}
.bod-modal.modal.show .modal-dialog {
  transform: scale(1);
}
.bod-modal .modal-dialog {
  max-width: 920px;
  width: 85%;
}
.bod-modal .modal-header {
  border: 0;
  padding: 0;
}
.bod-modal .modal-body {
  padding: 25px;
  min-height: 400px;
}
.bod-modal .modal-content {
  border: 0;
  border-radius: 28px 25px;
}
.member-disc-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.member-pop-img {
  width: 235px;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #d7d7d7;
}
.memb-pop-text {
  width: calc(100% - 260px);
}
.bod-modal-close {
  border: 0;
  background: 0 0;
  position: absolute;
  right: 20px;
  top: 28px;
  z-index: 3;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span,
.pop-close-icon {
  background-repeat: no-repeat;
  background-position: center center;
}
.pop-close-icon {
  width: 16px;
  height: 16px;
  background-image: url("../../../images/icon-popup-close.svg");
  background-size: 16px;
  display: inline-block;
}
.desctopcontent h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.213;
  color: #000;
  margin-bottom: 5px;
}
.desctopcontent p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #878787;
  margin-bottom: 20px;
}
.descontent {
  overflow-y: auto;
  max-height: 400px;
  padding-right: 25px;
}
.tm-designation,
.tm-name {
  line-height: 1.2;
  padding: 14px 20px;
}
.descontent p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9;
  color: #000;
}
.descontent p + p {
  padding-top: 12px;
}
.customscroll::-webkit-scrollbar {
  width: 8px;
}
.customscroll::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 5px;
}
.customscroll::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 5px;
}
.customscroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.responsive-tabs .nav-tabs {
  display: none;
  border: 0;
}
.responsive-tabs .nav-item:last-child,
.responsive-tabs .nav-tabs .nav-link:focus,
.responsive-tabs .nav-tabs .nav-link:hover {
  border: 0;
}
.responsive-tabs .nav-link {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #c4c4c4;
  padding: 0 8px 0 0;
  border: 0;
}
.responsive-tabs .nav-item {
  border: 0;
  border-right: 1px solid #878787;
  margin: 0 8px 10px 0;
}
.responsive-tabs .nav-tabs .nav-item.show .nav-link,
.responsive-tabs .nav-tabs .nav-link.active {
  color: #164194;
  border: 0;
}
.responsive-tabs .card-body {
  padding: 20px 0 0;
}
.responsive-tabs .card-header {
  padding: 0;
  border-bottom: 0;
}
.responsive-tabs .card-header p {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
.responsive-tabs .card-header a {
  padding: 12px 20px;
  display: block;
  color: #c4c4c4;
}
.responsive-tabs .card-header a:not(.collapsed) {
  color: #164194;
}
.team-member-table {
  border: 1px solid #d9d9d9;
  width: 100%;
  margin: 0;
}
.tm-name {
  width: 270px;
  font-weight: 600;
  border-right: 1px solid #d9d9d9;
}
.tm-designation {
  width: calc(100% - 270px);
}
.downloads-table > tbody > tr:nth-of-type(odd) > *,
.team-member-table > tbody > tr:nth-of-type(2n) > * {
  background-color: #f5f5f5;
}
.downloads-table > tbody > tr td,
.team-member-table > tbody > tr td {
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  transition: 0.4s linear;
}
.downloads-table > tbody > tr:hover td,
.team-member-table > tbody > tr:hover td {
  background-color: #e6eaf1;
}
.pdf-link-btn a {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  padding: 0;
  color: #1a1a1a;
}
.pdf-link-btn a:hover {
  color: #164194;
  border-color: #164194;
}
.pdf-link-icon {
  margin-right: 10px;
  width: 16px;
}
.news-slide,
.pdf-link-icon img {
  width: 100%;
}
.link-btn-wrap,
.section-heading.center-heading {
  text-align: center;
}
.date-col,
.dt-head,
.project-name p {
  text-align: left;
}
.news-slider {
  display: flex;
  width: calc(100% - 100px);
  margin: auto;
}
.news-slide a {
  background: #f5f5f5;
  display: block;
}
.news-slide a:hover,
.project-box:hover {
  box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
}
.news-info {
  display: flex;
  flex-direction: column;
  height: 170px;
  justify-content: space-between;
  padding: 15px;
  background: #f5f5f5;
}
.news-info h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  color: #1a1a1a;
}
p.news-date,
p.news-src-nm {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.54;
}
.link-btn:hover,
p.news-date {
  color: #878787;
}
p.news-date {
  margin: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: transparent !important;
}
.owl-carousel .owl-nav button.owl-next span {
  width: 17px;
  height: 34px;
  position: absolute;
  left: auto;
  right: -50px;
  top: calc(45% - 17px);
  background-image: url("../../../images/right-arrow.svg");
  background-size: 17px;
}
.owl-carousel .owl-nav button.owl-prev span {
  width: 17px;
  height: 34px;
  position: absolute;
  left: -50px;
  right: auto;
  top: calc(45% - 17px);
  background-color: transparent !important;
  background-image: url("../../../images/left-arrow.svg");
  background-size: 17px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #d9d9d9;
  margin: 5px 4px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  transition: 0.4s linear;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #878787;
}
.owl-theme .owl-nav {
  margin: 0;
  height: 0;
}
.mt-30,
.owl-theme .owl-dots {
  margin-top: 30px;
}
.link-icon,
.linkedin-icon,
.pdf-icon {
  background-size: 21px;
}
.new-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
p.news-src-nm {
  color: #1a1a1a;
  margin-bottom: 3px;
}
.news-link-type-icon {
  width: 21px;
  height: 21px;
}
.downloads-table {
  border: 1px solid #d9d9d9;
  width: 100%;
}
.downloads-table th {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  padding: 12px 20px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #efefef;
}
.link-head {
  border-right: 0;
}
.date-col,
.descript-col {
  line-height: 1.2;
  border-right: 1px solid #d9d9d9;
  padding: 15px 20px;
}
.date-col {
  width: 245px;
}
.descript-col {
  width: calc(100% - 310px);
  font-weight: 600;
}
.filelink-col {
  width: 65px;
}
.filelink-col a {
  padding: 15px 20px;
  display: block;
}
.filelink-col a img {
  width: 20px;
  margin: auto;
}
.table-filter-dropdown {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 20px 0 30px;
}
select.filter-handle {
  padding: 10px 12px;
  width: 150px;
  background: #fff;
  border: 0;
  font-size: 16px;
  border-bottom: 1px solid #1a1a1a;
}
.link-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin: 20px auto 0;
  padding: 6px 2px;
  position: relative;
  -moz-transition: 0.3s ease-out 0.1s;
  -o-transition: 0.3s ease-out 0.1s;
  -webkit-transition: 0.3s ease-out 0.1s;
  transition: 0.3s ease-out 0.1s;
  border: 0;
  background: 0 0;
}
.link-btn::after,
.link-btn::before {
  height: 2px;
  width: 100%;
  background: #878787;
  content: "";
  position: absolute;
  left: 0;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-btn::before {
  top: 0;
}
.link-btn::after {
  top: 78%;
  opacity: 1;
}
.link-btn:hover::before {
  opacity: 1;
  top: 100%;
  background: #878787;
  -webkit-transform: scaleX(1.25);
  -moz-transform: scaleX(1.25);
  -o-transform: scaleX(1.25);
  -ms-transform: scaleX(1.25);
  transform: scaleX(1.25);
}
.link-btn:hover::after {
  opacity: 1;
  top: 0;
  background: #878787;
  -webkit-transform: scaleX(1.25);
  -moz-transform: scaleX(1.25);
  -o-transform: scaleX(1.25);
  -ms-transform: scaleX(1.25);
  transform: scaleX(1.25);
}
.project-details-pagelink {
  height: 100%;
}
.project-box {
  background-color: #f5f5f5;
  height: 100%;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  transition: 0.4s linear;
}
.project-info {
  padding: 15px;
}
.project-name p {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 18px;
}
.project-stats-panel {
  /* display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% + 10px); */
    width: calc(100% + 10px);
    display: grid;
    grid-template-columns: calc(45% - 5px) calc(58% - 5px);
    align-items: start;
}
.project-stats-box {
  background-color: #fff;
  padding: 12px 10px;
  text-align: center;
  /* width: calc(33.33% - 10px); */
  margin-right: 10px;
  border-radius: 6px;
  gap: 4px;
    align-items: center;
    display: grid;
    grid-template-columns: calc(27% - 2px) calc(72% - 2px);
}
.proj-stat-icon img {
  /* height: 32px;
  width: auto; */
  margin: 0 auto 6px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proj-stat-number {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
}
.proj-stat-txt {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #000;
}
.project-stats-panel .project-stats-box:nth-child(2) {
    display: grid;
    grid-template-columns: calc(20% - 2px) calc(80% - 2px);
    align-items: start;
}
.project-stats-panel .project-stats-box:nth-child(2) .proj-stat-txt {
    text-align: left;
}
.cod-txt p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  color: #fff;
  margin-top: 18px;
  background-color: #133373;
  text-align: center;
  padding: 4px;
}
.media_coverage h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.213;
  color: #464646;
  margin-bottom: 20px;
}
.single-category-banner,
.single-post-banner {
  min-height: 372px;
  display: flex;
  align-items: center;
  position: relative;
}
.single-category-banner:before,
.single-post-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0, 0%);
  z-index: 1;
}
.single-category-content,
.single-inner-content {
  position: relative;
  z-index: 2;
}
.single-category-content h3,
.single-inner-content h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.tablehead {
  display: table-row !important;
}
.project_content ul {
  list-style: none;
}
.project_content ul li {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  padding: 0 0 8px 26px;
}
.project_content ul > li:before {
  background: url("../../../images/bullet-arrow-two.svg") center center/12px
    no-repeat;
}
.project_content ul > li ul li:before {
  background: url("../../../images/bullet-arrow-one.svg") center center/7px
    no-repeat;
}
.project_content ul > li ul {
  margin-top: 10px;
}
.project_content ul > li ul li:last-child {
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .responsive-tabs .nav-tabs {
    display: flex;
  }
  .responsive-tabs .card {
    border: none;
  }
  .responsive-tabs .card .card-header {
    display: none;
  }
  .responsive-tabs .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
    margin-bottom: 10px;
  }
  .responsive-tabs .card-body {
    padding: 20px;
  }
}
