/* membership-main */
.about-us-hero.membership-hero p{
    font-size: 25px;
    font-weight: 600;
    max-width: 1000px;
    margin: 0 auto 14px;
}
.about-us-hero.membership-hero h1{
    font-size: 28px;
}
.about-us-hero.membership-hero{
    box-shadow: none;
}
.about-us-hero.membership-hero .membership-hero-slide {
    margin: 0;
    padding: 40px 0 38px;
}
.membership-hero-slide .item {
    margin: 0 10px;
}
.membership-hero-slide .item img {
    width: 175px;
    height: 195px;
}
.content-picture-block {
    max-width: 920px;
}
.content-picture-block p {
    font-size: 17px;
    margin-bottom: 35px;
}

/* picture-block */
.about-us-page .content-picture-block p span{
    color: #001B26;
    font-weight: 700;
}
.about-us-page .picture-block .container-main{
    max-width: 1110px;
}

/* drone-about-feature */
.drone-about-feature{
    padding-bottom: 60px;
}
.about-feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.about-feature-row .item figure img{
    width: 100%;
    height: 295px;
    border-radius: 16px;
    object-fit: cover;
}
.about-feature-row .item figure {
    margin-bottom: 20px;
}
.about-feature-row .item h5{
    color: #001B26;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.02px;
}
.about-feature-row .item p{
    color: #001B26;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.about-feature-row .item p:last-child{
    margin-bottom: 0;
}

/* core-value */
.core-value {
    background: #001B26;
    padding: 70px 0;
}
.core-value h3{
    color: #ffffff;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 60px;
}
.value-tabs {
    display: flex;
    gap: 86px;
}
.value-tabs .left-items-tab{
    flex: 0 0 496px;
}
.value-tabs .value-tab-content{
    flex: 1;
}
.left-items-tab li a {
    display: flex;
    width: 100%;
    padding: 12px 28px;
    color: #FFFFFF;
    opacity: 0.2;
    position: relative;
    font-size: 26px;
    font-weight: 500;
    transition: all 0.2s ease;
}
.left-items-tab li a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    border-radius: 10px;
    background-color: #fff;
}
.value-tabs .left-items-tab ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.left-items-tab li:hover a{
    opacity: 0.4;
}
.left-items-tab li.active a{
    opacity: 1;
}
.value-tab-content figure {
    margin-bottom: 27px;
}
.value-tab-content figure img {
    display: block;
    width: 100%;
    border-radius: 16px;
    height: 236px;
    object-fit: cover;
}
.value-tab-content .content p{
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
}
.value-tab-content .content p strong{
    font-weight: 600;
}

/* about-training */
.about-training{
    padding: 70px 0;
}
.tranining-row {
    display: flex;
    gap: 66px;
}
.tranining-row figure {
    flex: 1 0 50%;
}
.tranining-row figure img{
    display: block;
    border-radius: 20px;
    width: 100%;
}
.tranining-row .content-train h5{
    color: #001B26;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 10px;
}
.tranining-row .content-train p{
    color: #001B26;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.tranining-row .content-train .teach-list h6{
    color: #001B26;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.3;
}
.tranining-row .content-train .teach-list li {
    position: relative;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 34px;
    margin-bottom: 10px;
}
.tranining-row .content-train .teach-list li:before {
    content: "\e900";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: icomoon !important;
    font-size: 13px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2ecc71;
}

/* pinoeer-block */
.pinoeer-block{
    padding: 70px 0;
    position: relative;
    z-index: 2;
   background-color: #ECF6FE;
}
.pinoeer-block h4{
    color: #001B26;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 54px;
    letter-spacing: -2px;
}
.about-success-behind{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 62px;
}
.about-success-behind .item figure img {
    width: 150px;
    display: block;
    border-radius: 15px;
    height: 150px;
    object-fit: cover;
    object-position: top;
}
.about-success-behind .item .name{
    display: flex;
    flex-direction: column;
}
.about-success-behind .item .name h5{
    color: #001B26;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 4px;
}
.about-success-behind .user-info {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 26px;
}
.about-success-behind .item .name strong{
    display: block;
    color: #05ACFA;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -1px;
}
.about-success-behind .item .content h3{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}
.about-success-behind .item .content p{
    color: #001B26;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 400;
}
.about-success-behind .item .content p strong{
    font-weight: 500;
}
.about-success-behind .item .content ul{
    margin-bottom: 38px;
    letter-spacing: 0px;
}
.about-success-behind .item .content ul li {
    position: relative;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    padding-left: 34px;
    margin-bottom: 16px;
    color: #001B26;
}
.about-success-behind .item .content ul li:before {
    content: "\e900";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: icomoon !important;
    font-size: 13px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2ecc71;
}

/* about-team-behind */
section.about-team-behind {
    padding: 70px 0 0;
}
.head-team-behind{
    text-align: center;
    margin-bottom: 54px;
}
.head-team-behind h4{
    color: #001B26;
    font-size: 38px;
    font-weight: 500;   
    margin-bottom: 27px;
}
.head-team-behind p{
    color: #001B26;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.head-team-behind strong{
    font-size: 26px;
    font-weight: 500;
    color: #001B26;
}
.users-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px;
    row-gap: 68px;
}
.about-team-behind.instructors .users-item {
    grid-template-columns: 1fr 1fr;
}
.users-item .item {
    background: #ECF6FE;
    border-radius: 0px 20px 20px 20px;
    margin-top: 100px;
    padding: 30px;
    position: relative;
}
.users-item .item figure {
    display: inline-block;
    margin-top: -130px;
    width: 100%;
}
.users-item .item figure img {
    height: 150px;
    width: 168px;
    object-fit: cover;
    border-radius: 15px;
}
.users-item .item .shape {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
}
.about-team-behind .content-info {
    padding-top: 28px;
}
.about-team-behind .content-info h6 {
    color: #001B26;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 13px;
}
.about-team-behind .content-info p{
    color: #001B26;
    font-size: 15px;
    line-height: 1.5;
}
.instructors-read-more {
    color: #05ACFA;
    border: none;
    padding: 0;
    background: transparent;
    font-size: inherit;
}
.instructors-read-more:hover{
    cursor: pointer;
}

/* industory-recognition */
section.industory-recognition {
    padding: 70px 0;
}
.industory-recognition h4{
    color: #001B26;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 38px;
    letter-spacing: -2px;
}
.industory-recognition .item .head h5{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
   
}
.industory-recognition .item .head p{
    padding-top: 4px;
    font-size: 14px;
}
.industory-recognition .item .head{
    margin-bottom: 25px;
    text-align: center;
}
.figure-grid ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
.figure-grid ul li{
    border: 1px solid #D4D4D4;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    padding: 8px;
    min-width: 240px;
    height: 80px;
    justify-content: center;
    width: 240px;
}
.figure-grid ul li img {
    max-width: 90%;
    max-height: 80%;
}
.industory-recognition .item:not(:last-child) {
    margin-bottom: 36px;
}

/* excellence-path */
.excellence-path{
    background-color: #001B26;
    padding: 80px 0;
}
.excellence-row {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 100px;
    justify-content: space-between;
}
.excellence-row .content h6 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 10px;
}
.excellence-row .content span {
    display: block;
    margin-bottom: 18px;
    color: #44A7F1;
    font-size: 22px;
    font-weight: 500;
}
.excellence-row ul {
    margin-bottom: 22px;
    display: block;
}
.excellence-row ul li {
    position: relative;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 16px;
    font-weight: 600;
}
.excellence-row ul li:before {
    content: "\e900";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: icomoon !important;
    font-size: 13px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2ecc71;
}
.excellence-row p{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}
.excellence-row figure img{
    display: block;
    border-radius: 16px;
}

/* about-future-block */
.about-future-block{
    padding: 70px 0;
    text-align: center;
}
.about-future-block h4{
    color: #001B26;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 22px;
}
.about-future-block p{
    color: #001B26;
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 500;
}
.about-future-block p strong{
    font-weight: 700;
}
.about-future-block p:last-child{
    margin-bottom: 0;
}
.about-future-block .container-main{
    max-width: 1110px;
}

/* Modal */
.cs-rewamp-popup-container{
    max-width: 880px;
}
.cs-rewamp-popup-contents{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.cs-rewamp-popup-contents .cs-testimonial-popup-media {
    margin-bottom: 0;
    max-height: 480px;
    flex: 0 0 410px;
}
.cs-rewamp-popup-contents .cs-testimonial-popup-img {
    object-fit: cover;
    border-radius: 18px;
}
.cs-rewamp-popup-contents .cs-testimonial-popup-text {
    font-size: 16px;
    line-height: 1.5;
    max-height: 428px;
    overflow: auto;
    margin-right: -10px;
    padding-right: 10px;
}
.cs-rewamp-popup-contents .cs-testimonial-popup-author{
    font-size: 16px;
    font-weight: 600;
}
.cs-aboutus-cta .btn{
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
}
.cs-aboutus-cta{
    margin-bottom: 30px;
}
.top-companies-slider__items .slick-track {
    display: flex;
}
.top-companies-slider__items:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.top-companies-slider__items:not(.slick-initialized) .top-companies-slider-item:nth-child(n + 7) {
    display: none;
}
.top-companies-slider__items .top-companies-slider-item {
    height: auto;
    margin: 0 10px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    direction: ltr;
}
.top-companies-slider__items .top-companies-slider-item.left .cs-slider-info-popup {
    left: 0;
}
.top-companies-slider__items .top-companies-slider-item.right .cs-slider-info-popup {
    left: unset;
    right: 0;
}
.top-companies-slider__items .top-companies-slider-item.left .cs-slider-info-popup::before {
    left: 40px;
}
.top-companies-slider__items .top-companies-slider-item.right .cs-slider-info-popup::before {
    left: unset;
    right: 40px;
}
/* .top-companies-slider__items[dir="rtl"] .cs-slider-info-popup{
    direction: ltr;
} */
.top-companies-slider-item img {
    max-height: 50px;
    max-width: 100%;
}
.top-companies-slider-item .cs-slider-info-popup img {
    margin-bottom: 12px;
    max-height: 70px;
    max-width: 150px;
}
li.top-companies-slider-item.slick-slide {
    transition: all 0.5s 0.2s;
}
.cs-slider-info-popup {
    font-size: 17px;
}
p:empty {
    display: none;
}

@media screen and (max-width: 1500px) {
    .content-picture-block p {
        margin-bottom: 30px;
    }
    .about-feature-row .item h5{
        font-size: 28px;
    }
    .left-items-tab li a{
        font-size: 22px;
    }
    .value-tabs .left-items-tab ul{
        gap: 14px;
    }
    .core-value h3,
    .tranining-row .content-train h5,
    .pinoeer-block h4,
    .head-team-behind h4,
    .head-team-behind h4,
    .industory-recognition h4,
    .excellence-row .content h6,
    .about-future-block h4 {
        font-size: 34px;
    }
    .head-team-behind p {
        font-size: 18px;
    }
    .head-team-behind strong {
        font-size: 24px;
    }
    .about-success-behind .item .name h5 {
        font-size: 28px;
    }
    .about-success-behind .item .name strong {
        font-size: 19px;
    }
}
@media screen and (max-width: 1100px) {
    .pinoeer-block {
        padding: 50px 0;
    }
    section.about-team-behind {
        padding: 50px 0;
    }
    .about-training,
    section.industory-recognition {
        padding: 70px 0 50px;
    }
    .picture-block {
        padding: 50px 0 32px;
    }
    .about-team-behind.instructors .users-item {
        row-gap: 40px;
    }
    .pinoeer-block h4 {
        margin-bottom: 44px;
    }
    .value-tabs .left-items-tab {
        flex: 0 0 336px;
    }
    .about-feature-row .item figure {
        margin-bottom: 15px;
    }
    .about-feature-row .item h5{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .core-value h3,
    .tranining-row .content-train h5,
    .pinoeer-block h4,
    .head-team-behind h4,
    .head-team-behind h4,
    .industory-recognition h4,
    .excellence-row .content h6,
    .about-future-block h4 {
        font-size: 32px;
    }
    .tranining-row .content-train .teach-list li{
        font-size: 18px;
    }
    .tranining-row .content-train .teach-list h6{
        font-size: 18px;
        line-height: 1.5;
    }
    .about-success-behind .item .content h3{
        font-size: 18px;
    }
    .about-success-behind .item .content p{
        font-size: 15px;
    }
    .users-item .item{
        padding: 20px;
    }
    .users-item .item figure {
        margin-top: -110px;
        max-width: 130px;
        vertical-align: top;
    }
    .users-item .item figure img{
        height: 120px;
        width: 100%;
    }
    .about-team-behind .content-info{
        padding-top: 10px;
    }
    .about-team-behind .content-info h6{
        font-size: 20px;
    }
    .users-item .item .shape{
        width: 75%;
        top: -35px;
    }
    .excellence-row ul li{
        margin-bottom: 8px;
    }
    .excellence-row{
        gap: 30px;
    }
    .about-future-block h4{
        font-size: 32px;
    }
    .about-future-block p {
        margin-bottom: 18px;
    }
    .about-future-block .container-main {
        max-width: 800px;
    }
    .about-future-block {
        padding: 48px 0;
    }
    .tranining-row{
        gap: 36px;
    }
    .cs-aboutus-cta {
        margin-bottom: 18px;
    }
    .industory-recognition .item .head {
        margin-bottom: 15px;
    }
    .industory-recognition h4 {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 991px) {
    .core-value h3,
    .tranining-row .content-train h5,
    .pinoeer-block h4,
    .head-team-behind h4,
    .head-team-behind h4,
    .industory-recognition h4,
    .excellence-row .content h6,
    .about-future-block h4 {
        font-size: 30px;
    }
    .content-picture-block p,
    .about-feature-row .item p,
    .value-tab-content .content p,
    .tranining-row .content-train p,
    .tranining-row .content-train .teach-list li {
        font-size: 16px;
    }
    .core-value {
        padding: 50px 0;
    }
    .about-us-hero.membership-hero p{
        font-size: 22px;
    }
    .about-us-hero.membership-hero h1{
        font-size: 26px;
    }
    .about-feature-row .item h5{
        font-size: 22px;
        margin-bottom: 12px;
    }
    .excellence-row .content span {
        font-size: 21px;
    }
    .tranining-row{
        gap: 36px;
        flex-direction: column;
    }
    .tranining-row figure {
        flex: 1 0 40%;
    }
    .about-success-behind{
        gap: 42px;
    }
    .content-picture-block p {
        margin-bottom: 20px;
    }
    .left-items-tab li a {
        font-size: 18px;
        padding: 12px 18px;
    }
    .value-tabs{
        gap: 20px;
    }
    .value-tabs .left-items-tab {
        flex: 0 0 256px;
    }
    .core-value h3 {
        margin-bottom: 35px;
    }
    .value-tab-content .content p{
        font-size: 16px;
    }
    .value-tab-content figure img{
        height: 186px;
    }
    .tranining-row figure img {
        border-radius: 12px;
        height: 360px;
        object-fit: cover;
    }
    .about-training {
        padding: 60px 0 50px;
    }
    .pinoeer-block{
        padding: 46px 0;
    }
    .about-success-behind .item figure img {
        width: 120px;
        height: 120px;
        min-width: 120px;
    }
    .about-success-behind .item .name h5 {
        font-size: 24px;
    }
    .about-success-behind .item .name strong {
        font-size: 18px;
    }
    .about-team-behind .content-info h6 {
        margin-bottom: 8px;
    }
    .about-success-behind .item .content ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .about-success-behind .item .content ul{
        margin-bottom: 18px;
    }
    section.about-team-behind{
        padding-top: 60px;
    }
    .users-item {
        grid-template-columns: 1fr;
        gap: 26px;
        row-gap: 28px;
    }
    .about-team-behind.instructors .users-item {
        grid-template-columns: 1fr 1fr;
        gap: 26px;
        row-gap: 28px;
    }
    .head-team-behind h4 {
        font-size: 32px;
        margin-bottom: 14px;
    }
    .head-team-behind p {
        font-size: 16px;
        line-height: 26px;
    }
    .head-team-behind strong {
        font-size: 22px;
    }
    .head-team-behind {
        margin-bottom: 24px;
    }
    .figure-grid ul li {
        width: 110px;
        height: 70px;
        min-width: 110px;
    }
    .figure-grid ul{
        gap: 8px;
    }
    .industory-recognition .item .head h5{
        font-size: 18px;
        line-height:  normal;
    }
    .industory-recognition .item .head{
        margin-bottom: 14px;
    }
    .industory-recognition h4{
        margin-bottom: 24px;
    }
    section.industory-recognition {
        padding: 70px 0 40px;
    }
    .industory-recognition .item .head p{
        font-size: 14px;
    }
    .excellence-row{
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .excellence-row figure img {
        border-radius: 12px;
        width: 100%;
        height: 290px;
        object-fit: cover;
    }
    .excellence-path{
        padding: 50px 0;
    }
    .about-future-block{
        padding: 60px 0;
    }
    .cs-rewamp-popup-contents .cs-testimonial-popup-media{
        flex: 0 0 330px;
    }
    .cs-slider-info-popup {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .about-us-hero.membership-hero p {
        font-size: 20px;
    }
    .about-us-hero.membership-hero h1 {
        font-size: 22px;
    }
    .picture-block {
        padding: 30px 0 10px;
    }
    .pinoeer-block h4 {
        margin-bottom: 34px;
    }
    .about-feature-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .about-team-behind.instructors .users-item {
        grid-template-columns: 1fr;
    }
    .drone-about-feature {
        padding-bottom: 30px;
    }
    .core-value {
        padding: 30px 0;
    }
    .core-value h3 {
        margin-bottom: 10px;
    }
    .value-tabs{
        flex-direction: column;
    }
    .tranining-row {
        gap: 15px;
    }
    .about-training {
        padding: 50px 0 30px;
    }
    section.industory-recognition {
        padding: 20px 0 30px;
    }
    .pinoeer-block {
        padding: 30px 0;
    }
    .pinoeer-block h4 {
        margin-bottom: 24px;
    }
    .core-value h3,
    .tranining-row .content-train h5,
    .pinoeer-block h4,
    .head-team-behind h4,
    .head-team-behind h4,
    .industory-recognition h4,
    .excellence-row .content h6,
    .about-future-block h4 {
        font-size: 26px;
    }
    .tranining-row .content-train .teach-list h6{
        font-size: 18px;
    }
    .tranining-row .content-train .teach-list li {
        font-size: 16px;
    }
    .about-success-behind{
        grid-template-columns: 1fr;
    }
    .value-tabs .left-items-tab {
        flex: auto;
        width: 100%;
    }
    .value-tabs .left-items-tab ul {
        gap: 14px;
        flex-direction: row;
        overflow: auto;
        white-space: nowrap;
    }
    .about-success-behind {
        gap: 22px;
    }
    section.about-team-behind {
        padding-top: 40px;
    }
    .left-items-tab li a {
        font-size: 16px;
        padding: 10px 10px;
    }
    .left-items-tab li a:before{
        bottom: 0;
        width: 100%;
        height: 2px;
        top: auto;
    }
    .value-tabs .left-items-tab ul::-webkit-scrollbar {
        display: none;
    }
    .cs-rewamp-popup-contents{
        flex-direction: column;
    }
    .cs-rewamp-popup-contents .cs-testimonial-popup-media {
        margin-bottom: 0;
        max-height: 350px;
        flex: 0 0 100%;
        width: 100%;
    }
    .cs-rewamp-popup-contents .cs-testimonial-popup-text{
        font-size: 16px;
    }
    .cs-testimonial-popup-author{
        font-size: 14px;
    }
    .cs-rewamp-popup-contents .cs-testimonial-popup-author{
        font-size: 16px;
    }
    .figure-grid ul li img {
        max-width: 96%;
        max-height: 96%;
    }
    .cs-aboutus-cta .btn {
        font-size: 16px;
        height: 54px;
        line-height: 54px;
        padding: 0 35px;
    }
}
.cs-aboutus-cta .btn {
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
}