:root {
    --secondaryClr: #00CCC2;
  }
  
  .container-small {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
  }
  
  #intro-aboutus {
    width: 100%;
    height: 570px;
    background: url("../images/tappin-images/bg-about-us.png") center top no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 92px;
  }
  
  #intro-aboutus h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 76px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  
  #section-meetus {
    width: 100%;
    height: 580px;
    background: #00183E url("../images/tappin-images/bg-meet-us.png") center top no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 1.5rem 0;
  }
  
  #section-meetus h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff;
  }
  
  #section-meetus h2 span {
    color: var(--secondaryClr);
    display: block;
  }
  
  #section-meetus p {
    font-size: 32px;
    line-height: 50px;
    margin: 0;
    color: #ffffff;
    font-weight: 400; font-family: 'galanogrotesque-ruploadedfile';
  }
  
  
  
  #section-whoweare {
    padding: 4rem 0;
    line-height: 36px;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    color: #14142B;
  }
  
  #section-whoweare p {
    margin: 0;
  }
  
  #section-whoweare ul {
    padding: 0;
    margin: 0;
  }
  
  #section-whoweare ul li {
    list-style: none;
    border-left: 4px solid var(--secondaryClr);
    padding-left: 1.5rem;
    margin-bottom: 3rem; font-family: 'galanogrotesque-ruploadedfile';
  }
  
  #section-whoweare b,
  #section-whoweare strong {
    font-weight: 700;
  }
  
  #section-whoweare p span {
    color: var(--secondaryClr);
    font-weight: 600;
  }
  
  #section-whoweare h2 {
    margin-bottom: 1.5rem;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #14142B;
  }
  
  #section-whoweare h3 span {
    font-family: 'galanogrotesque-ruploadedfile';
    display: block;
    line-height: 36px;
    font-size: 28px;
  }
  
  #section-whoweare p {
    margin-bottom: 1.5rem; font-family: 'galanogrotesque-ruploadedfile';
  }
  
  #section-whoweare h3 {
    font-family: 'galanogrotesque-buploadedfile';
    font-size: 48px;
    line-height: 60px;
    color: #00183E;
  }
  
  #section-whoweare .blockquote-section p {
    /* padding-left: 1.5rem; */
    border-left: 4px solid transparent; font-family: 'galanogrotesque-ruploadedfile';
  }
  
  #section-team {
    padding: 4rem 0;
    font-family: "Open Sans", sans-serif;
  }
  
  #section-team ul.main-ul {
    display: flex;
    padding: 0;
  }
  
  #section-team li.main-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #section-team li.main-list .inner {
    background-color: #ffffff;
    border: 2px solid var(--secondaryClr);
    padding: 2rem 1rem;
    min-height: 490px;
    overflow: hidden;
    margin: 0.75rem;
    cursor: pointer;
  }
  
  #section-team li.main-list .inner:hover {
    background-color: #36ced6;
  }
  
  #section-team li.main-list .inner .main-image,
  #section-team li.main-list .inner:hover .hover-image {
    display: block;
  }
  
  #section-team li.main-list .inner .hover-image,
  #section-team li.main-list .inner:hover .main-image {
    display: none;
  }
  
  #section-team li.main-list .inner:hover .details h3 {
    color: #ffffff;
  }
  
  #section-team li.main-list .inner:hover ul.social {
    margin-bottom: 0;
    opacity: 1; bottom: 0;
  }
  
  #section-team li.main-list .inner:hover .details p {
    margin-top: 0;
    opacity: 0;
  }
  
  #section-team li.main-list .inner .details p {
    font-family: "Open Sans", sans-serif;
    color: #000;
    position: relative;
    font-weight: 400;
    margin-top: 0;
    opacity: 1;
    transition: all 0.3s ease 0s;
    margin-top: 30px; font-size: 19px;
  }
  
  #section-team figure {
    margin-bottom: 30px;
  }
  
  #section-team figure img {
    display: block;
    width: 228px;
    height: 228px;
    margin: auto;
    border-radius: 50%;
    margin: auto;
    border: 10px solid #f8f8f8;
  }
  
  #section-team li.main-list .inner:hover figure img {
    border-color: #36ced6
  }
  
  #section-team h3 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #292929;
  }
  
 #section-team li.main-list .inner .details{ margin-top: 20px;}

  #section-team p {
    text-align: center;
  }
  
  #section-team li.main-list .inner:hover h3:before {
    background-color: #000;
  }
  
  #section-team li.main-list .inner:hover h3:after {
    background-color: #fff;
  }
  
  #section-team h3:before {
    content: '';
    width: 100px;
    position: absolute;
    bottom: -6px;
    margin: auto;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--secondaryClr);
  }
  
  #section-team h3:after {
    content: '';
    width: 32px;
    position: absolute;
    bottom: -6px;
    margin: auto;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
    z-index: 2;
  }
  
  #section-team ul.social {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    list-style: none;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 0px 0 0px;
    opacity: 0;
    /* margin-bottom: -50px; */
    /* margin-top: 50px !important; */
    transition: all 0.3s ease 0s;
    bottom: -100px;
  }
  
  #section-team ul.social li:last-child {
    margin-right: 0;
  }
  
  #section-team ul.social li {
    margin: 0 8px 8px 0;
    padding: 0;
  }
  
  #section-team ul.social li a {
    display: inline-block;
    box-shadow: none;
    text-decoration: none;
    padding: 0;
    line-height: 34px;
    width: 35px;
    height: 35px;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    border-radius: 10%;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
  }
  
  .tooltip-inner {
    background-color: rgba(0, 119, 181, 0.90);
    padding: 0.6rem 1.25rem;
  }
  
  .tooltip .arrow {
    display: none
  }
  
  #section-team ul.social li a.icn-linkdin,
  #teamModal ul.social li a.icn-linkdin
    {
    border: 1px solid rgba(0, 119, 181, 1);
    background-color: rgba(0, 119, 181, 1);
    color: #ffffff;
  }
  
  #section-team ul.social li a.icn-linkdin:hover,
  #teamModal ul.social li a.icn-linkdin:hover {
    color: rgba(0, 119, 181, 1) !important;
    background-color: #ffffff !important;
  }
  
  #section-team ul.social li a.icn-email, 
  #teamModal ul.social li a.icn-email {
    border: 1px solid rgba(0, 150, 136, 1);
    background-color: rgba(0, 150, 136, 1);
    color: #ffffff;
  }
  
  #section-team ul.social li a.icn-email:hover,
  #teamModal ul.social li a.icn-email:hover
   {
    color: rgba(0, 150, 136, 1) !important;
    background-color: #ffffff !important;
  }
  
  #section-team ul.social li a.icn-phone, 
  #teamModal  ul.social li a.icn-phone {
    border: 1px solid rgba(0, 150, 136, 1);
    background-color: rgba(0, 150, 136, 1);
    color: #ffffff;
  }
  
  #section-team ul.social li a.icn-phone:hover,
  #teamModal ul.social li a.icn-phone:hover {
    color: rgba(0, 150, 136, 1) !important;
    background-color: #ffffff !important;
  }
  
  #section-team ul.social li a.icn-facebook,
  #teamModal ul.social li a.icn-facebook
   {
    border: 1px solid rgba(59, 89, 153, 1);
    background-color: rgba(59, 89, 153, 1);
    color: #ffffff;
  }
  
  #section-team ul.social li a.icn-facebook:hover,
  #teamModal ul.social li a.icn-facebook:hover
   {
    color: rgba(59, 89, 153, 1) !important;
    background-color: #ffffff !important;
  }
  
  #section-team ul.social li a.icn-instagram,
  #teamModal ul.social li a.icn-instagram
   {
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    color: #e4405f;
  }
  
  #section-team ul.social li a.icn-instagram:hover,
  #teamModal ul.social li a.icn-instagram:hover
   {
    color: rgba(255, 255, 255, 1) !important;
    background-color: #e4405f !important;
  }
  
  #section-team ul.social li a.icn-twitter,
  #teamModal ul.social li a.icn-twitter
   {
    border: 1px solid rgba(85, 172, 238, 1);
    background-color: rgba(85, 172, 238, 1);
    color: #ffffff;
  }
  
  #section-team ul.social li a.icn-twitter:hover, 
  #teamModal ul.social li a.icn-twitter:hover 
  {
    color: rgba(85, 172, 238, 1) !important;
    background-color: #ffffff !important;
  }
  
  #section-team ul.social li a.icn-whatsapp,
  #teamModal ul.social li a.icn-whatsapp
   {
    border: 1px solid rgba(37, 211, 102, 1);
    background-color: rgba(37, 211, 102, 1);
    color: #ffffff;
  }
  
  #section-team ul.social li a.icn-whatsapp:hover,
  #teamModal ul.social li a.icn-whatsapp:hover
   {
    color: rgba(37, 211, 102, 1) !important;
    background-color: #ffffff !important;
  }
  
  #history-section {
    padding: 3rem 0;
  }
  
  #history-section h2.main-title {
    font-size: 48px;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    color: #14142B;
    text-align: center;
    margin: 0;
  }
  
  #cd-timeline {
    position: relative;
    padding: 1em 0;
    margin-top: 2em;
    margin-bottom: 3em;
  }
  
  #cd-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: rgba(179, 177, 179, .75);
    background: #4e0f26;
  }
  
  #cd-timeline .cd-timeline-content {
    position: relative;
    margin-left: 70px;
    top: 0;
    border-radius: .25em;
    padding: 1em;
    box-shadow: 0 3px 0 #b9c5cd;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    margin-bottom: 1em;
  }
  
  #cd-timeline .cd-timeline-content {
    background: #00183e;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #B9C5CD;
    -moz-box-shadow: 0 3px 0 #B9C5CD;
    box-shadow: 0 3px 0 #B9C5CD;
  }
  
  #cd-timeline .cd-timeline-img {
    position: absolute;
    left: -5px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
  }
  
  #cd-timeline .timeline-bg-secondary {
    background-color: #00CCC2;
  }
  
  #cd-timeline .timeline-bg-blue {
    background-color: #1e73be;
  }
  
  #cd-timeline .timeline-bg-red {
    background-color: #ff0000;
  }
  
  #cd-timeline .cd-timeline-item-title {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
  }
  
  #cd-timeline .timeline-date {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  
  #cd-timeline .the-excerpt {
    margin-top: 1rem;
  }
  
  #cd-timeline .the-excerpt p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
  
  #cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content:before {
    border-right-color: #00183e !important;
  }
  
  #cd-timeline .cd-timeline-block:nth-child(odd) .cd-timeline-content:before {
    border-left-color: #00183e !important;
  }
  
  #cd-timeline .cd-timeline-block {
    width: 100%;
    display: inline-block;
  }
  
  #cd-timeline .cd-timeline-content:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 12px solid transparent;
  }
  
  #cd-timeline span.fa {
    color: #fff;
    font-size: 23px;
    display: block;
    text-align: center;
    line-height: 52px;
  }
  
  @media only screen and (min-width: 822px) {
    #cd-timeline span.fa {
      font-size: 25px;
      line-height: 63px;
      height: 100%;
    }
  
    #cd-timeline:before {
      left: 50%;
      margin-left: -2px;
    }
  
    #cd-timeline .cd-timeline-content {
      margin-left: 0;
      top: 8px;
      padding: 1.6em;
      width: 42.5%;
    }
  
    #cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content {
      float: right;
    }
  
    #cd-timeline .cd-timeline-img {
      width: 60px;
      height: 60px;
      left: 50%;
      margin-left: -30px;
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
    }
  
    #cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content:before {
      top: 12px;
      left: auto;
      right: 100%;
      border-color: transparent;
    }
  
    #cd-timeline .cd-timeline-content:before {
      top: 12px;
      left: 100%;
      border-color: transparent transparent transparent #efefef;
    }
  
    #cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content:before {
      top: 12px;
      left: auto;
      right: 100%;
      border-color: transparent;
    }
  }
  
  @media only screen and (max-width: 821px) {
    #cd-timeline .cd-timeline-block:nth-child(odd) .cd-timeline-content:before {
      border-left-color: transparent !important;
    }
  
    #cd-timeline .cd-timeline-content:before {
      border-left-color: transparent !important;
      border-right-color: #00183e !important;
    }
  }
  
  @media (min-width: 1200px) {
    .mb-xl-7 {
      margin-bottom: 4.5rem !important;
    }
    #history-section h2.main-title {
      font-size: 42px;}
  }
  
  @media (max-width: 1366px) {
  #intro-aboutus h1 {
      font-size: 54px;}
  }
  
  
  @media (max-width: 1199px) {
  
    #intro-aboutus,
    #section-meetus {
      height: 400px;
    }
  
    #intro-aboutus h1 {
      font-size: 48px;
      line-height: 50px;
    }
  
    #section-whoweare h3,
    #section-whoweare h2,
    #section-meetus h2 {
      font-size: 36px;
      line-height: 40px;
    }
  
    #section-whoweare h3 span,
    #section-whoweare,
    #section-meetus p {
      font-size: 22px;
      line-height: 34px;
    }
  
    #section-whoweare {
      padding: 3rem 0;
    }
  
    #section-whoweare h2,
    #section-whoweare p,
    #section-whoweare .blockquote-section p {
      margin-bottom: 1rem;
    }
  
    #section-whoweare ul li {
      margin-bottom: 2rem;
    }
  
  #cd-timeline .cd-timeline-item-title {
      font-size: 30px; line-height: 40px;}
  
  
  }
  
  @media (max-width: 991px) {
    #intro-aboutus h1 {
      font-size: 36px;
      line-height: 36px;
    }
  
    #intro-aboutus,
    #section-meetus {
      height: 380px;
    }
  
    #cd-timeline .cd-timeline-item-title,
    #history-section h2.main-title,
    #section-whoweare h3,
    #section-whoweare h2,
    #section-meetus h2 {
      font-size: 32px;
      line-height: 42px;
    }
  
    #section-whoweare {
      padding: 2.5rem 0;
    }
  
    #section-whoweare h3 span,
    #section-whoweare,
    #section-meetus p {
      font-size: 18px;
      line-height: 24px;
    }
  
    #section-whoweare p {
      margin-bottom: 0.75rem;
    }
  
    #section-whoweare ul li {
      margin-bottom: 1.5rem;
    }
  
    #section-whoweare h2 {
      margin-bottom: 1rem;
    }
    #section-whoweare .blockquote-section p{
      padding-left: 0;
    }
  }
  
  @media (max-width: 767px) {
    #intro-aboutus {
      margin-top: 72px;
    }
      #cd-timeline .cd-timeline-item-title, #history-section h2.main-title, #section-whoweare h3, #section-whoweare h2, #section-meetus h2 {
          font-size: 28px;
          line-height: 42px;
      }
   
  
  }
  
  @media (max-width: 575px) {
      #cd-timeline .cd-timeline-item-title, #history-section h2.main-title, #section-whoweare h3, #section-whoweare h2, #section-meetus h2 {
          font-size: 26px;
          line-height: 30px;
      }
  }

 @media (min-width: 1200px) {
    .modal-dialog {
        max-width:1000px;
    }
}


 @media (max-width: 1199px) {
    .modal-dialog {
        max-width:960px;
        margin: 1.75rem auto;
    }
}

  @media (max-width: 991px) {
    .modal-dialog {
        max-width: 720px;
        margin: 1.75rem auto;
    }
    .carousel-item .img img{top: 65px !important;}
}

 @media (max-width:767px) {
    .modal-dialog {
        max-width: 420px;
    }
    .carousel-item .img img{top: 35px !important;}
.carousel-item .social{ gap: 12px !important;}


  }

 @media (max-width: 575px) {
    .modal-dialog {
        max-width: 350px;
    }
    .carousel-item .img img{top: 35px !important;}
.carousel-item .social{ gap: 5px !important;}
.carousel-item .team-desc h2 {
    font-size: 22px !important;}

  }


.carousel-control-next, .carousel-control-prev{
  top: 50%;
  height: 40px;
  background: #000;
  border: 0;
  width: 40px;
}
/* .carousel-inner{
  overflow: hidden !important;
} */

.carousel-item  .img img{
  border-radius: 50% !important;
  height: 200px;
  width: auto;
  margin-top: -109px;
  position: absolute;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.30), 0 0px 8px 0 rgba(0, 0, 0, 0.20);
  padding: 9px;
  background: #fefefe;
  max-width: 100%;
  position: absolute;
    left: 50%;
    top: 100px;

    transform: translate(-50%, -50%);


}
.carousel-item .team-desc{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10%;
  width: 100%;
  padding: 0 10%;
}
.carousel-item .social{
  display: flex;
      justify-content: space-between;
      gap: 22px;
      list-style: none; padding: 0;
}

.carousel-item .social a{
  padding: 0;
  border-radius: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 18px; 
  line-height: 34px;
  padding: 2px 10px;
}

.wpm_6310_modal_hr {
  border-bottom: 1px solid silver;
  width: 100%;
  margin: 30px auto 30px;
  position: relative;
}

.wpm_6310_modal_hr::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: rgb(102, 205, 170);
  transform: translate(-50%, -50%) rotate(45deg);
  border: 5px solid #fefefe;
  box-sizing: content-box !important;
}

#teamModal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #000;
    border: 0; z-index: 100;
}

.tooltip-link {
  position: relative;
  cursor: pointer;
}
.tooltip-link:hover::after {
  content: attr(tooltip-href);
  position: absolute;
  bottom: 125%;           /* above the icon */
  left: 50%;
  transform: translateX(-50%);
  background: #343a40;    /* Bootstrap dark */
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  z-index: 9999;
}
#teamCarousel .carousel-inner {
  overflow: hidden; /* hides off-screen content during slide */
  background: #fff; /* ensures background stays white */
}

.carousel-item .team-desc h2{
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: rgb(101, 97, 97);
    font-family: 'galanogrotesque-buploadedfile'; margin-bottom: 0;
}

.carousel-item .team-desc h5 {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 0;
    color: rgb(140, 140, 140); font-family: 'galanogrotesque-muploadedfile';
}

.carousel-item .team-desc .team-description{
    box-sizing: border-box;
    color: #000021;
    margin: 0px 0px 16px;
    font-family: 'galanogrotesque-ruploadedfile';
    font-size: 15px; text-align: center;
}
.carousel-item .team-desc .team-description ul{padding: 0;}
.carousel-item .team-desc .team-description ul li{ list-style: none;}

.modal-backdrop.show{
   opacity: 0.9;
}
.carousel-item .img { background: none;}
.carousel-item .img img {
    margin-top: 0;
    position: relative;
    transform: translate(-50%, -0%);
}

.carousel-item .row.g-4.p-4.align-items-center{ background: #fff;}

#teamModal .modal-content, #teamCarousel .carousel-inner{ background: none;}
.inner.no-desc {
cursor:default !important;
}

.custom-btn-orange {
    background-color: #FF8000;
    border-color: #ff6f00;
    padding: 12px 48px;
    font-size: 24px;
    /* font-weight: 600; */
    border-radius: 10px;
    color: #fff;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.custom-btn-orange:hover, .custom-btn-orange:active, .custom-btn-orange:focus {
    background-color: #e66300;
    border-color: #e66300; color: #fff;
}

