.teamleader {
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .teamleader {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .teamleader {
      padding-top: 60px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .teamleader {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .teamleader .teamleader-content .title {
    margin-bottom: 60px; }
    .teamleader .teamleader-content .title h2 {
      color: #fff;
      font-family: Steppe;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px;
      font-style: normal;
      margin: 0; }
      .teamleader .teamleader-content .title h2 b {
        color: #0DB0F3; }
  .teamleader .teamleader-content .teamleader-profile {
    display: flex;
    gap: 60px;
    align-items: flex-start; }
    .teamleader .teamleader-content .teamleader-profile .profile-left {
      flex-shrink: 0; }
      .teamleader .teamleader-content .teamleader-profile .profile-left .profile-image {
        width: 540px;
        height: auto; }
        .teamleader .teamleader-content .teamleader-profile .profile-left .profile-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .teamleader .teamleader-content .teamleader-profile .profile-right {
      flex: 1;
      padding: 20px;
      border-radius: 16px;
      max-width: 700px; }
      .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .name {
        color: #fff;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        text-transform: capitalize;
        margin-bottom: 51px; }
      .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item {
        margin-top: 16px;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-transform: capitalize; }
        .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item.margin-small {
          margin-top: 5px; }
          .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item.margin-small .label {
            font-size: 16px; }
        .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item .label {
          color: #fff;
          font-size: 21px;
          font-style: normal;
          font-weight: 400;
          line-height: 32px;
          text-transform: capitalize; }
        .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item .detail-text {
          opacity: .6;
          color: #fff;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          text-transform: capitalize; }
        .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item ul {
          margin: 8px 0 0 0;
          padding: 0;
          list-style: none; }
          .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item ul li {
            color: #fff;
            opacity: .6;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.3;
            text-transform: capitalize;
            margin-bottom: 6px; }
  @media (max-width: 1024px) {
    .teamleader .teamleader-content .title {
      margin-bottom: 40px; }
      .teamleader .teamleader-content .title h2 {
        font-size: 36px;
        line-height: 42px; }
    .teamleader .teamleader-content .teamleader-profile {
      flex-direction: column;
      gap: 10px;
      align-items: center; }
      .teamleader .teamleader-content .teamleader-profile .profile-left {
        padding: 30px;
        padding-bottom: 10px; }
        .teamleader .teamleader-content .teamleader-profile .profile-left .profile-image {
          width: 100%;
          max-width: 400px;
          height: 500px; }
      .teamleader .teamleader-content .teamleader-profile .profile-right {
        max-width: 100%;
        padding: 30px; }
        .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .name {
          font-size: 28px;
          line-height: 34px;
          margin-bottom: 30px;
          color: #0DB0F3; }
        .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item {
          margin-top: 12px;
          font-size: 15px;
          line-height: 22px; }
          .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item .label {
            font-size: 18px;
            line-height: 26px; }
          .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item .detail-text {
            font-size: 15px;
            line-height: 22px; }
          .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item ul li {
            font-size: 14px;
            line-height: 20px; } }
  @media (max-width: 768px) {
    .teamleader .teamleader-content {
      padding-top: 40px;
      padding-bottom: 40px; }
      .teamleader .teamleader-content .title {
        margin-bottom: 30px;
        text-align: center; }
        .teamleader .teamleader-content .title h2 {
          font-size: 28px;
          line-height: 34px; }
      .teamleader .teamleader-content .teamleader-profile {
        gap: 30px; }
        .teamleader .teamleader-content .teamleader-profile .profile-left .profile-image {
          height: 400px; }
        .teamleader .teamleader-content .teamleader-profile .profile-right {
          padding: 20px; }
          .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .name {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 25px; }
          .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item {
            margin-top: 0px;
            font-size: 14px;
            line-height: 20px; }
            .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item .label {
              font-size: 16px;
              line-height: 22px; }
            .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item .detail-text {
              font-size: 14px;
              line-height: 20px; }
            .teamleader .teamleader-content .teamleader-profile .profile-right .profile-info .details .detail-item ul li {
              font-size: 12px;
              line-height: 18px; } }

.team-list {
  margin-top: 130px; }
  .team-list .wrapTitle {
    display: flex;
    align-items: center;
    justify-content: center; }
  .team-list .text-1 {
    color: #fff;
    font-family: Steppe;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.96px;
    float: left; }
    .team-list .text-1 b {
      font-weight: 700;
      color: #C8F81B; }

.teamlistCon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4%;
  padding: 0px 10%;
  margin-top: 60px; }
  .teamlistCon .teamInner {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    flex-direction: column;
    transition: all ease-in-out 0.3s; }
    .teamlistCon .teamInner .imgBox {
      width: 100%;
      position: relative; }
      .teamlistCon .teamInner .imgBox:after {
        position: absolute;
        width: 100%;
        height: 50%;
        content: '';
        left: 0px;
        display: inline-block;
        bottom: 0px;
        background: linear-gradient(180deg, rgba(200, 248, 27, 0) 0.01%, rgba(97, 121, 11, 0.9) 98.5%); }
      .teamlistCon .teamInner .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .teamlistCon .teamInner .titleBox {
      width: 100%;
      position: absolute;
      bottom: 60px;
      left: 0px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .teamlistCon .teamInner .titleBox h5 {
        color: #fff;
        font-size: 26px;
        line-height: 1.3;
        margin-top: 24px;
        margin-bottom: 12px; }
      .teamlistCon .teamInner .titleBox h6 {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6); }
  .teamlistCon .linkbtn {
    border: 1px solid #fff;
    color: #fff;
    padding: 20px 0px;
    width: 130px;
    height: 40px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto; }
    .teamlistCon .linkbtn:hover {
      color: #000;
      background: #C8F81B;
      border: 1px solid #C8F81B; }

/**/
.detailPage {
  min-height: 70vh;
  padding: 4% 4% 4% 4%;
  background: #fff; }
  .detailPage .wrapTitleBox {
    margin-bottom: 40px; }
  .detailPage .container {
    position: relative;
    z-index: 10; }
  .detailPage .backToList {
    display: flex;
    align-items: center;
    gap: 12px; }
  .detailPage .backToList span {
    color: #86909C;
    font-size: 18px;
    line-height: 20px;
    display: block; }
  .detailPage .backToList .btnarrow {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 60px;
    cursor: pointer;
    border: 1px solid #a3a8ac;
    background: #fff;
    transition: all ease-in-out 0.3s;
    background: #fff url("../img/slide_arrow_left.svg") 55% center no-repeat;
    background-size: 13px 13px; }
  .detailPage .backToList .btnarrow:hover {
    background: #15284b url("../img/slide_arrow_left_w.svg") 55% center no-repeat;
    background-size: 13px 13px;
    border-color: #15284b; }

.detailContent {
  position: relative; }
  .detailContent .wrapTitleBox {
    margin-top: 40px; }
  .detailContent h4 {
    font-size: 28px;
    line-height: 1.3;
    color: #000; }
  .detailContent h6 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 12px; }
  .detailContent .imgBox {
    margin-bottom: 40px;
    position: absolute;
    right: 12px;
    top: 0px; }
    .detailContent .imgBox img {
      width: 280px; }
  .detailContent .content {
    margin-right: 330px; }
    .detailContent .content p {
      font-size: 18px;
      line-height: 1.3;
      color: #000;
      margin-bottom: 12px; }
      .detailContent .content p b {
        font-weight: bold; }
    .detailContent .content a {
      color: #a06c00;
      text-decoration: underline; }
    .detailContent .content ul {
      padding-left: 16px; }
      .detailContent .content ul li {
        color: #1c1c1c;
        line-height: 32px;
        font-size: 16px;
        list-style: square; }
      .detailContent .content ul span {
        font-weight: bold;
        color: #000; }

@media only screen and (max-width: 800px) {
  .team-list {
    margin-top: 60px; }
  .teamlistCon {
    grid-template-columns: repeat(1, 1fr); }
  .team-list .text-1 {
    font-size: 32px; }
  .detailPage {
    padding-top: 60px; }
  .detailContent p {
    font-size: 15px;
    margin-bottom: 6px; }
  .detailContent .imgBox {
    position: relative; }
  .detailContent .imgBox img {
    width: 80%; }
  .detailContent .content {
    margin-right: 0px;
    margin-bottom: 40px; }
  .detailContent .content h6 {
    font-size: 18px; }
  .detailContent .content p {
    font-size: 15px; }
  .detailContent .content ul li {
    line-height: 1.5;
    font-size: 15px; } }
