body.page-template-page-about {
    background: #fff url('../images/green-flar.svg') no-repeat 70% 5%
}

section#about-start {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 45px 0px;
    position: relative;
    z-index: 2;
    overflow: visible
}

@media only screen and (min-width: 992px) {
    section#about-start {
        padding: 60px 0px
    }
}

@media only screen and (min-width: 1200px) {
    section#about-start {
        padding: 70px 0px
    }
}

section#about-start .wrapper {
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center
}

@media only screen and (min-width: 992px) {
    section#about-start .wrapper {
        gap: 60px;
        flex-direction: row
    }
}

@media only screen and (min-width: 1200px) {
    section#about-start .wrapper {
        gap: 90px
    }
}

section#about-start .wrapper .left-side {
    order: 2;
    flex: 1 1 65%
}

@media only screen and (min-width: 992px) {
    section#about-start .wrapper .left-side {
        order: 1
    }
}

section#about-start .wrapper .right-side {
    order: 1;
    flex: 1 1 35%
}

@media only screen and (min-width: 992px) {
    section#about-start .wrapper .right-side {
        order: 2
    }
}

section#about-start .wrapper .right-side .counters {
    width: 100%;
    display: block
}

section#about-start .wrapper .right-side .counters .box {
    width: 100%;
    display: block;
    margin-bottom: 27px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12)
}

section#about-start .wrapper .right-side .counters .box:last-child {
    margin-bottom: 0px
}

section#about-start .wrapper .right-side .counters .box .in {
    padding: 28px 32px;
    overflow: hidden;
    display: flex;
    gap: 20px;
    align-items: center
}

section#about-start .wrapper .right-side .counters .box .in img {
    width: 40px;
    height: auto;
	margin-bottom: 0px;
}

@media only screen and (min-width: 992px) {
    section#about-start .wrapper .right-side .counters .box .in img {
        width: 50px
    }
}

section#about-start .wrapper .right-side .counters .box .in p.counter {
    font-size: 30px;
	margin-bottom: 0px;
    font-weight: 400;
    color: #25c296;
    text-decoration: none;
    text-transform: none;
    line-height: 34px;
    font-family: "Poppins-Bold", "Arial"
}

@media only screen and (min-width: 992px) {
    section#about-start .wrapper .right-side .counters .box .in p.counter {
        font-size: 35px;
        font-weight: 400;
        color: #25c296;
        text-decoration: none;
        text-transform: none;
        line-height: 38px;
        font-family: "Poppins-Bold", "Arial"
    }
}

section#about-start .wrapper .right-side .counters .box .in p.counter span {
    color: #141931
}

section#about-start .wrapper .right-side .counters .box .in p {
    font-size: 16px;
	margin-bottom: 0px;
    font-weight: 400;
    color: #7f8188;
    text-decoration: none;
    text-transform: none;
    line-height: 24px;
    font-family: "Poppins-Regular", "Arial"
}

section#our-team {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 45px 0px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 992px) {
    section#our-team {
        padding: 60px 0px
    }
}

@media only screen and (min-width: 1200px) {
    section#our-team {
        padding: 70px 0px
    }
}

section#our-team .head {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media only screen and (min-width: 992px) {
    section#our-team .head {
        flex-direction: row;
        gap: 90px
    }
}

@media only screen and (min-width: 1200px) {
    section#our-team .head {
        gap: 130px
    }
}

@media only screen and (min-width: 992px) {
    section#our-team .head .title {
        flex: 1 1 250px
    }
}

section#our-team .head .title h2 {
    font-size: 33px;
    font-weight: 400;
    color: #141931;
    text-decoration: none;
    text-transform: none;
    line-height: 43px;
    font-family: "Poppins-Bold", "Arial"
}

@media only screen and (min-width: 992px) {
    section#our-team .head .desc {
        flex: 1 1 calc(100% - 250px - 130px)
    }
}

section#our-team .team-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (min-width: 992px) {
    section#our-team .team-list {
        flex-wrap: nowrap;
        gap: 30px
    }
}

section#our-team .team-list .item {
    flex: 1 1 calc(50% - 20px)
}

@media only screen and (min-width: 992px) {
    section#our-team .team-list .item {
        flex: 1 1 0
    }
}

section#our-team .team-list .item .thumb {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

section#our-team .team-list .item .thumb img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

section#our-team .team-list .item h3 {
    font-size: 19px;
    font-weight: 400;
    color: #141931;
    text-decoration: none;
    text-transform: none;
    line-height: 32px;
    font-family: "Poppins-Bold", "Arial";
    margin-bottom: 0px
}

section#our-team .team-list .item p {
    font-size: 16px;
    font-weight: 400;
    color: #7f8188;
    text-decoration: none;
    text-transform: none;
    line-height: 26px;
    font-family: "Poppins-Regular", "Arial"
}

section#our-strengths {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 45px 0px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 992px) {
    section#our-strengths {
        padding: 60px 0px
    }
}

@media only screen and (min-width: 1200px) {
    section#our-strengths {
        padding: 70px 0px
    }
}

section#our-strengths .wrapper {
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center
}

@media only screen and (min-width: 992px) {
    section#our-strengths .wrapper {
        gap: 60px;
        flex-direction: row
    }
}

section#our-strengths .wrapper .oneoftwo {
    flex: 1 1 50%
}

section#our-strengths .wrapper .oneoftwo:first-child img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden
}

@media only screen and (min-width: 992px) {
    section#our-strengths .wrapper .oneoftwo:first-child img {
        border-radius: 24px
    }
}

section#lecturers {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 45px 0px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 992px) {
    section#lecturers {
        padding: 60px 0px
    }
}

@media only screen and (min-width: 1200px) {
    section#lecturers {
        padding: 70px 0px
    }
}

section#lecturers .header {
    text-align: center;
    margin-bottom: 32px
}

@media only screen and (min-width: 992px) {
    section#lecturers .header {
        margin-bottom: 42px
    }
}

section#lecturers .header h2,
section#lecturers .header h3 {
    font-size: 28px;
    font-weight: 600;
    color: #141931;
    text-decoration: none;
    text-transform: none;
    line-height: 38px;
    font-family: "Poppins-Bold", "Arial";
    margin-bottom: 8px
}

@media only screen and (min-width: 992px) {
    section#lecturers .header h2,
    section#lecturers .header h3 {
        font-size: 33px;
        font-weight: 600;
        color: #141931;
        text-decoration: none;
        text-transform: none;
        line-height: 43px;
        font-family: "Poppins-Bold", "Arial"
    }
}

section#lecturers .header p,
section#lecturers .header span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #7f8188;
    text-decoration: none;
    text-transform: none;
    line-height: 24px;
    font-family: "Poppins-Regular", "Arial"
}

@media only screen and (min-width: 992px) {
    section#lecturers .header p,
    section#lecturers .header span {
        font-size: 16px;
        font-weight: 400;
        color: #7f8188;
        text-decoration: none;
        text-transform: none;
        line-height: 26px;
        font-family: "Poppins-Regular", "Arial"
    }
}

section#lecturers .navigation {
    margin-bottom: 42px
}

section#lecturers .navigation ul::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}

section#lecturers .navigation ul {
    display: flex;
    gap: 8px;
    overflow-x: scroll;
    padding: 0px 15px
}

@media only screen and (min-width: 992px) {
    section#lecturers .navigation ul {
        padding: 0px;
        gap: 23px
    }
}

section#lecturers .navigation ul li {
    flex-shrink: 0;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

section#lecturers .navigation ul li button {
    background: #fff;
    border: 1px solid #E8E8E8;
    padding: 9px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #141931;
    text-decoration: none;
    text-transform: none;
    line-height: 18px;
    font-family: "Poppins-Medium", "Arial";
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

section#lecturers .navigation ul li button:hover {
    background: #1fa27d;
    color: #fff;
    border: 1px solid #1fa27d
}

section#lecturers .navigation ul li button.active {
    background: #25c296;
    color: #fff;
    border: 1px solid #25c296
}

section#lecturers .lectures-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (min-width: 992px) {
    section#lecturers .lectures-list {
        gap: 30px
    }
}

section#lecturers .lectures-list .item.hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

section#lecturers .lectures-list .item {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    flex: 1 1 calc(50% - 10px)
}

@media only screen and (min-width: 768px) {
    section#lecturers .lectures-list .item {
        flex: 1 1 calc(33.3% - 20px)
    }
}

@media only screen and (min-width: 992px) {
    section#lecturers .lectures-list .item {
        flex: 1 1 calc(25% - 30px)
    }
}

@media only screen and (min-width: 1200px) {
    section#lecturers .lectures-list .item {
        max-width: calc(25% - 30px)
    }
}

section#lecturers .lectures-list .item .person {
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    padding-bottom: 140%;
    background: #eee
}

section#lecturers .lectures-list .item .person:hover .cover {
    opacity: 1
}

section#lecturers .lectures-list .item .person:hover .desc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

section#lecturers .lectures-list .item .person:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

section#lecturers .lectures-list .item .person img {
    top: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s cubic-bezier(.06, .77, 0, .99);
    -webkit-transition: -webkit-transform 5s cubic-bezier(.06, .77, 0, .99)
}

section#lecturers .lectures-list .item .person .cover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60%;
    z-index: 2;
    background: #384573;
    background: linear-gradient(0deg, #384573 0%, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (min-width: 992px) {
    section#lecturers .lectures-list .item .person .cover {
        opacity: 0
    }
}

section#lecturers .lectures-list .item .person .desc {
    bottom: 12px;
    left: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    z-index: 3;
    width: calc(100% - 48px)
}

@media only screen and (min-width: 768px) {
    section#lecturers .lectures-list .item .person .desc {
        left: 24px;
        bottom: 24px
    }
}

@media only screen and (min-width: 992px) {
    section#lecturers .lectures-list .item .person .desc {
        -webkit-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        transform: translate(0, 40px);
        opacity: 0
    }
}

section#lecturers .lectures-list .item .person .desc h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    line-height: 20px;
    font-family: "Poppins-Bold", "Arial";
    margin-bottom: 12px
}

@media only screen and (min-width: 768px) {
    section#lecturers .lectures-list .item .person .desc h4 {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        text-transform: none;
        line-height: 22px;
        font-family: "Poppins-Bold", "Arial"
    }
}

section#lecturers .lectures-list .item .person .desc button {
    display: none;
    width: 100%;
    background: #25c296;
    padding: 14px 20px;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    line-height: 18px;
    font-family: "Poppins-Medium", "Arial";
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    padding: 10px 18px
}

@media only screen and (min-width: 992px) {
    section#lecturers .lectures-list .item .person .desc button {
        display: block
    }
}

@media only screen and (min-width: 768px) {
    section#lecturers .lectures-list .item .person .desc button {
        width: auto
    }
}

section#lecturers .lectures-list .item .person .desc button:hover {
    background: #1fa27d
}
