/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
    Theme name: BigCity Theme
*/

.team-member {
    display: inline-block;
    margin: 10px;
    padding: 20px;
    text-align: center;
  }

  .team-member h3 {
    font-size: 20px;
  }

  .team-member p {
    font-size: 14px;
  }

  .team-member img {
    width: 200px;
    height: 200px;
  }
  
  #department-select {
    /* width: 200px; */
    margin-left: 8px;
    border-radius: 4px;
    border: 1px solid #DDE2EE;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 8px 16px 8px 8px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 145px;
  }

  .deptlabel{
    color: #3F3F3F;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .deptfilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }

  .morebtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  

.chronicles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-bottom: 60px;
    margin-top: 60px;
}

.greenbg {
    background: -o-linear-gradient(272deg, rgba(0, 102, 255, 0.00) -26.39%, rgba(157, 191, 91, 0.13) 111.36%);
    background: linear-gradient(178deg, rgba(0, 102, 255, 0.00) -26.39%, rgba(157, 191, 91, 0.13) 111.36%);
    /* padding-top: 60px; */
    padding-bottom: 60px;
}

.makesection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.makesectiontext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.numbertile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}

.numbertilerow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
}

.tile1, .tile2, .tile5 {
    width: 200px;
    height: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tile1 {
    background: #172C5D;
}

.tile2 {
    background: #3DA2D2;
}

.tile4 {
    width: 460px;
    height: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 12px;
}

.tile5 {
    background: #4A2068;
}

.tile6 {
    width: 460px;
    height: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ABC44A;
}

.tile3 {
    width: 235px;
    height: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 12px;
}

.expert {
    width: 30%;
    border-radius: 0px 30px 30px 30px;
    background:#FEFEFF;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    gap: 1rem;
}

.experthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.experthead a {
    height: 75%;
    width: auto;
}

.expertname {
    color:#222;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.12px;
}

.expertdesignation {
    color: #3DA2D2;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.09px;
}

.expertdescription {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
}

.fullbio {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.experthead, .expertdescription, .fullbio {
    padding-left: 24px;
    padding-right: 24px;
}

.teamperson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
}

@media screen and (max-width: 576px) {

.chronicles img, .numbertile {
    width: 100%;
}

.makesection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
}

.numbertilerow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.tile1, .tile2, .tile5, .tile6 {
    width: 98%;
    text-align: center;
}

.tile3 img {
    width: 135%;
}

.tile4 img {
    width: 80%;
}

.tile4 {
    width: auto;
    height: auto;
    margin-top: 60px;
}

.expert {
    width: 85%;
}

}