/************************* OUR TEAM SECTION HOME PAGE *************************/
.wgl_module_team {
  position: relative;
  z-index: 1;
}
.wgl_module_team .team-item {
  float: left;
}
.wgl_module_team .team-item_content {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: #f9f9f9;
  transition: 0.3s;
}
.wgl_module_team .team-item_content:hover {
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.wgl_module_team .team-item_content:hover .team-icon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wgl_module_team .team-item_content:hover .team-icon:not(:first-child) {
  opacity: 1;
  transform: translate(0);
}
.wgl_module_team .team-image {
  display: inline-block;
  position: relative;
}
.wgl_module_team .team-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.wgl_module_team .team-item_info {
  padding: 0 30px 36px;
  background-repeat: no-repeat;
  background-position: 106% 94%;
  transition: 0.4s;
}
.wgl_module_team .team-item_titles {
  transition: inherit;
}
.wgl_module_team .team-title {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}
.wgl_module_team .team-title a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  transition: 0.3s;
}
.wgl_module_team .team-department {
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  transition: inherit;
}
.wgl_module_team .team-item_excerpt {
  margin: 17px 0 5px;
  line-height: 1.7;
  transition: 0.4s;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.wgl_module_team .team-item_excerpt::-webkit-scrollbar {
  display: none;
}
.wgl_module_team .team-info_icons {
  display: flex;
  position: relative;
  margin-top: -18px;
  transition: 0.4s;
}
.wgl_module_team .team-info_icons .fa-share-alt {
  transition: 0.4s;
}
.wgl_module_team .team-info_icons .fa-share-alt:hover {
  filter: brightness(0.95);
}
.wgl_module_team .team-info_icons a:hover {
  color: #ffffff;
}
.wgl_module_team .team-info_icons a[class*="skype"]:hover {
  background-color: #00aff0;
}
.wgl_module_team .team-info_icons a[class*="twitter"]:hover {
  background-color: #1da1f2;
}
.wgl_module_team .team-info_icons a[class*="youtube"]:hover {
  background-color: #ff0000;
}
.wgl_module_team .team-info_icons a[class*="facebook"]:hover {
  background-color: #3b5998;
}
.wgl_module_team .team-info_icons a[class*="linkedin"]:hover {
  background-color: #007bb5;
}
.wgl_module_team .team-info_icons a[class*="telegram"]:hover {
  background-color: #0088cc;
}
.wgl_module_team .team-info_icons a[class*="whatsapp"]:hover {
  background-color: #25d366;
}
.wgl_module_team .team-info_icons a[class*="pinterest"]:hover {
  background-color: #e40000;
}
.wgl_module_team .team-info_icons a[class*="instagram"]:hover {
  background-color: #c32aa3;
}
.wgl_module_team .team-info_icons a[class*="google-plus"]:hover {
  background-color: #db4437;
}
.wgl_module_team .team-icon {
  width: 36px;
  height: 36px;
  border-radius: unset;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}
.wgl_module_team .team-icon:first-child {
  border-radius: 5px;
}
.wgl_module_team .team-icon:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.wgl_module_team .team-icon:not(:first-child) {
  opacity: 0;
  transform: translateX(-10px);
}
.wgl_module_team .team-icon:nth-child(2) {
  transition-delay: 0.05s;
}
.wgl_module_team .team-icon:nth-child(3) {
  transition-delay: 0.1s;
}
.wgl_module_team .team-icon:nth-child(4) {
  transition-delay: 0.15s;
}
.wgl_module_team .team-icon:nth-child(5) {
  transition-delay: 0.2s;
}
.wgl_module_team .team-icon:nth-child(6) {
  transition-delay: 0.25s;
}
.wgl_module_team .team-icon:nth-child(7) {
  transition-delay: 0.3s;
}
.wgl_module_team .team-icon:nth-child(8) {
  transition-delay: 0.35s;
}
.wgl_module_team .team-icon:nth-child(9) {
  transition-delay: 0.4s;
}
.wgl_module_team.acenter .team-item_content:hover .team-icon:not(:first-child) {
  width: 36px;
}
.wgl_module_team.acenter .team-info_icons {
  justify-content: center;
}
.wgl_module_team.acenter .team-info_icons .team-icon:not(:first-child) {
  width: 0;
}
.wgl_module_team.aright .team-item_content .team-item_info {
  background-position: 0 104%;
}
.wgl_module_team.aright .team-item_content:hover .team-icon:first-child {
  border-radius: 0 5px 5px 0;
}
.wgl_module_team.aright .team-info_icons {
  flex-direction: row-reverse;
}
.wgl_module_team.aright .team-info_icons .team-icon:last-child {
  border-radius: 5px 0 0 5px;
}
.wgl_module_team.team-col_1 .team-item {
  width: 100%;
}
.wgl_module_team.team-col_2 .team-item {
  width: 50%;
}
.wgl_module_team.team-col_2 .team-item:nth-child(2n + 1) {
  clear: left;
}
.wgl_module_team.team-col_3 .team-item {
  width: 33.3333333%;
}
.wgl_module_team.team-col_3 .team-item:nth-child(3n + 1) {
  clear: left;
}
.wgl_module_team.team-col_4 .team-item {
  width: 114%;
}
.wgl_module_team.team-col_4 .team-item:nth-child(4n + 1) {
  clear: left;
}
.wgl_module_team.team-col_5 .team-item {
  width: 20%;
}
.wgl_module_team.team-col_5 .team-item:nth-child(5n + 1) {
  clear: left;
}
.wgl_module_team .iguru_module_carousel-wrapper .iguru_module_carousel {
  margin-left: 0;
  margin-right: 0;
}
.wgl_module_team
  .iguru_module_carousel-wrapper
  .iguru_module_carousel
  .team-item_content:hover {
  box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.08);
}
.wgl_module_team
  .iguru_module_carousel-wrapper
  .iguru_module_carousel
  .team-item:not(:first-child) {
  clear: none;
}
.wgl_module_team:after {
  content: "";
  display: block;
  clear: both;
}
.wgl_module_team .team-icon {
  background: #4587d9;
}
/************************* OUR TEAM SECTION HOME PAGE *************************/

.interactive-slider-v2 {
  z-index: 1;
  padding: 0px 0px 20px 0px;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1600px) {
  .interactive-slider-v2 {
    z-index: 1;
    padding: 0px 0px 20px 0px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 1400px) {
  .interactive-slider-v2 {
    z-index: 1;
    /* padding: 232px 0; */
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 768px) {
  .interactive-slider-v2 {
    z-index: 1;
    padding: 0px 0;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center center;
  }
  nav.navbar.bootsnav.navbar-fixed {
    display: contents;
    width: 100%;
  }
}

.page_p {
  text-align: justify;
  font-size: 17px;
  line-height: 2;
  color: #000;
}
.mentor p {
  text-align: justify;
  font-size: 17px;
  line-height: 2;
  color: #000;
}

.carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0px;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 0%);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.6;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient
    (
      linear,
      left top,
      right top,
      from (rgba(0, 0, 0, 0.0001)),
      to(rgba(0, 0, 0, 0.5))
    );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient
    (
      linear,
      left top,
      right top,
      from (rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.0001))
    );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.panel-red {
  border-color: #ffb600;
}

.panel-red > .panel-heading {
  background: #4587d9;
}

.panel-heading {
  color: #fff;
  padding: 5px 15px;
}

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
  font-weight: normal;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 20px !important;
  font-size: 18px;
  border-top: 1px solid #4587d9;
}

.form_msg_flash {
  text-align: center;
  padding-bottom: 20px;
  padding-top: -20px;
  color: green;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
}

.left_button_dignitaries {
  font-size: 60px;
  border: 2px solid #000;
  padding: 5px;
  border-radius: 50%;
  width: 75px;
  background: #ffb600;
}
.right_button_dignitaries {
  font-size: 60px;
  border: 2px solid #000;
  padding: 5px;
  border-radius: 50%;
  width: 75px;
  background: #ffb600;
}
.news_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
.news_p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
@media (max-width: 768px) {
  .left_button_dignitaries {
    font-size: 25px;
    border: 2px solid #000;
    padding: 2px;
    border-radius: 50%;
    width: 30px;
    background: #ffb600;
  }
  .right_button_dignitaries {
    font-size: 25px;
    border: 2px solid #000;
    padding: 2px;
    border-radius: 50%;
    width: 30px;
    background: #ffb600;
  }
}
