@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,900&display=swap');

/* Banner */

.banner {
    position: relative;
    padding-bottom: 40px;
}

.p-top-nav {
    padding-top: 137px;
}

.h-image {
    height: 100%;
}

.video-title-list{
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    padding: 0 100px;
}

.cop-bg-div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 53px solid white;
    border-left: 1440px solid rgb(255, 255, 255, 0);
    width: 0;
}

.banner img {
    max-width: 100%;
}

.banner.test {
    background-color: red;
    height: 706px;
}

.banner.test img {
    display: none;
}

.banner.test:before {
    border-left: 1440px solid red;
}

.banner>div {
    position: relative;
}

.banner .owl-dots {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(9%, 0%);
}

/* News header boxes */
.bg-nav{
    background-color: #EBF5FD;
    height: 40px;
    justify-content: flex-end;
}
.top-bar .login-menu {
    float: right;
}

/* End News header boxes */


/* Introduction boxes */

.intro {
    overflow: hidden;
    /*display: flex;*/
    padding-top: 45px;
    padding-bottom: 40px;
}

.intro .content {
    width: 48%;
    padding: 0px;
    display: flex;
    float: right;
    margin-top: 150px;
}

.intro .content>div {
    margin: auto;
    padding: 0px;
}

.intro .content h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #FA3C4B;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.intro .content h1 {
    color: #1E2DBE;
    font-weight: 700;
    margin-left: 20px;
    font-size: 48px;
    line-height: 48px;
}

.intro .content h1:before {
    border-color: transparent #FA3C4B;
}

.intro .media {
    float: left;
}

.intro.left .content {
    float: left;
    margin-top: 0px;
}

.intro.left .media {
    float: right;
}

.intro.style2 .content h1 {
    color: #2F3031;
    font-weight: 700;
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
    font-size: 48px;
    line-height: 48px;
}

.intro.style2 .content h1:before {
    border-color: transparent #8CE164;
}

.intro.style2 .content>div {
    margin: auto 0px;
}

.intro .content.h25>div {
    transform: translateY(-25%);
    padding: 15px;
}

.intro .content p {
    padding: 15px 0px 0px;
}

.intro .content p img {
    padding-top: 15px;
}

.intro .media {
    width: 52%;
}

.intro .media img {
    max-width: 100%;
}
#intro5 .media {
    width: 100%;
}
#intro5 .media .video_container {
    position: relative;
    margin: auto;
    padding-bottom: 55%;
    height: 100%;
    max-width: 90%;
}

#intro5 .media .video_container>div {
    position: absolute;
}

#intro5 .media .triangle_red {
    top: 0;
    /* right: -114px; */
    right: -24.38%;
    /* width: 114px; */
    width: 26.38%;
    /* height: 132px; */
    height: 40.74%;
    z-index: 21;
}

#intro5 .media .triangle_blue {
     /* top: 272px; */
     top: 92.2%;
     /* left: -55px; */
     left: -5.73%;
     /* width: 90px; */
     width: 20.83%;
     /* height: 104px; */
     height: 32.09%;
     z-index: -1;
}

#intro5 .media .triangle_teal {
      /* top: -41px; */
      top: -4.65%;
      /* right: -24px; */
      right: -13.55%;
      /* width: 90px; */
      width: 20.83%;
      /* height: 156px; */
      height: 48.14%;
      z-index: 23;
}

#intro5 .media .video {
    position: relative !important;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 0;
    z-index: 20;
}
#intro5 .media .video video {
    max-width: 100%;
    height: auto;
    width: 100%;
}
/* custom intro1 */

#intro1 .media {
    /*height: 435px;*/
}

#intro1 .media .video_container {
    position: relative;
    margin: 35px auto 35px 157px;
    /*width: 432px;*/
    width: 63%;
    /*height: 324px;*/
    padding-bottom: 47%;
    height: 0;
    max-width: 90%;
}

#intro1 .media .video_container>div {
    position: absolute;
}

#intro1 .media .triangle_red {
    top: 0;
    /*right: -114px;*/
    right: -26.38%;
    /*width: 114px;*/
    width: 26.38%;
    /*height: 132px;*/
    height: 40.74%;
    z-index: 21;
}

#intro1 .media .triangle_blue {
    /*top: 272px;*/
    top: 84.2%;
    /*left: -55px;*/
    left: -12.73%;
    /*width: 90px;*/
    width: 20.83%;
    /*height: 104px;*/
    height: 32.09%;
    z-index: -1;
}

#intro1 .media .triangle_teal {
    /*top: -41px;*/
    top: -12.65%;
    /* right: -24px; */
    right: -5.55%;
    /*width: 90px;*/
    width: 20.83%;
    /*height: 156px;*/
    height: 48.14%;
    z-index: 23;
}

#intro1 .media .video {
    position: relative !important;
    margin: auto;
    max-width: 100%;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    z-index: 20;
    overflow: hidden;
}

/* #intro1 .media .video:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 89px solid white;
    border-left: 102px solid transparent;
    width: 0;
    z-index: 50;
} */

#intro1 .media .video .play {
    position: absolute;
    /*width: 64px;*/
    width: 14.81%;
    /*height: 74px;*/
    height: 22.83%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
}

#intro1 .media .video.playing .play {
    display: none;
}

#intro1 .media .video .play>div {
    transition: transform 0.4s;
    /* Animation */
    background: url('../images/intro/btn_play_video.svg') center center;
    background-size: 100% 100%;
    display: block;
    width: 100%;
    height: 100%;
}

#intro1 .media .video .play:hover>div {
    transform: scale(0.9);
}

#intro1 .media .video video {
    width: 100%;
    height: 100%;
    position: absolute;
}


/* custom intro2 */

#intro2 .media {
    position: relative;
    height: 615px;
    max-width: 692px;
    margin: auto;
}

#intro2 .media>div {
    position: absolute;
}

#intro2 .media .triangle_red {
    /*top: 155px;
    left: 9px;*/
    top: 25.20%;
    left: 1.3%;
    /*width: 90px;
    height: 104px;*/
    width: 13%;
    z-index: 24;
}

#intro2 .media .triangle_blue {
    /*top: -33px;
    left: 329px;*/
    top: -5.36%;
    left: 47.61%;
    /*width: 114px;
    height: 132px;*/
    width: 16.49%;
    z-index: 22;
}

#intro2 .media .triangle_green {
    /*top: 219px;
    left: 579px;*/
    top: 35.6%;
    left: 83.79%;
    /*width: 45px;
    height: 52px;*/
    width: 6.51%;
    z-index: 21;
}

#intro2 .media .pic1 {
    /*top: 15px;
    left: 403px;*/
    top: 2.43%;
    left: 58.32%;
    /*width: 228px;
    height: 228px;*/
    width: 32.99%;
    z-index: 20;
}

#intro2 .media .pic2 {
    /*top: 94px;
    left: 115px;*/
    left: 16.64%;
    top: 15.28%;
    /*width: 456px;
    height: 527px;*/
    width: 65.99%;
    z-index: 23;
}

#intro2 h1 .bullet1:before {
    /* border-width: 0.2em 0 0.20em 0.35em; */
}




#intro3 .media {
    /*height: 435px;*/
}

#intro3 .media .img_container {
    position: relative;
    margin: 35px auto 35px 157px;
    /*width: 432px;*/
    width: 63%;
    /*height: 324px;*/
    padding-bottom: 47%;
    height: 0;
    max-width: 90%;
}

#intro3 .media .img_container>div {
    position: absolute;
}

#intro3 .media .triangle_red {
    top: 73%;
    /* right: -114px; */
    right: -6.38%;
    /* width: 114px; */
    width: 26.38%;
    /* height: 132px; */
    height: 40.74%;
    z-index: 24;

}

#intro3 .media .triangle_blue {
    /* top: 272px; */
    top: 73.2%;
    /* left: -55px; */
    right: -9.73%;
    /* width: 90px; */
    width: 20.83%;
    /* height: 104px; */
    height: 32.09%;
    z-index: 23;
}

#intro3 .media .triangle_teal {
    /*top: -41px;*/
    top: -12.65%;
    /* right: -24px; */
    left: -5.55%;
    /*width: 90px;*/
    width: 20.83%;
    /*height: 156px;*/
    height: 48.14%;
    z-index: 23;
}
#intro3 .media .triangle_teal2 {
    /*top: -41px;*/
    top: -12.65%;
    /* right: -24px; */
    left: -15.55%;
    /*width: 90px;*/
    width: 20.83%;
    /*height: 156px;*/
    height: 48.14%;
    z-index: 23;
}
#intro3 .media .triangle_teal3 {
    /* top: -41px; */
    top: 0.35%;
    /* right: -24px; */
    left: -19.55%;
    /* width: 90px; */
    width: 20.83%;
    /* height: 156px; */
    height: 48.14%;
    z-index: 23;
}

#intro3 .media .triangle_teal4 {
      /* top: -41px; */
      top: -6.65%;
      /* right: -24px; */
      left: -28.55%;
      /* width: 90px; */
      width: 20.83%;
      /* height: 156px; */
      height: 48.14%;
      z-index: 23;
}

#intro3 .media .img {
    position: relative !important;
    margin: auto;
    max-width: 100%;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    z-index: 20;
    overflow: hidden;
    clip-path: polygon(1% 29%, 23% 0, 100% 0, 100% 100%, 0% 100%);
}


/* section */

.section {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}

.section h1 {
    text-align: center;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    margin: 25px 0px 10px 15px;
}

.section h1::before {
    border-color: transparent #FA3C4B;
    /* border-width: 0.2em 0 0.2em 0.35em; */
}

.section .data-container {
    padding: 50px 0px;
}


/* bg */

.alt_color {
    background-color: #EBF5FD;
    overflow: hidden;
}

.alt_color:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 50px solid white;
    border-right: 1440px solid #EBF5FD;
    width: 100%;
}

.alt_color:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 50px solid white;
    border-left: 1440px solid #EBF5FD;
    width: 100%;
}


/* section: Training Programmes */

.training_prog .data-container {
    padding: 49px;
}

.training_prog .page {
    padding-top: 0px;
}

.training_prog .box {
    height: 330px;
    margin-bottom: 24px;
    border-radius: 3px;
    display: flex;
    color: #fff;
    transition: transform 0.3s;
    /* Animation */
    /* background: rgb(0,0,0);
    background: linear-gradient(320deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 65%); */
}

.training_prog .box:hover {
    transform: translateY(-11px);
}

.training_prog .box>div {
    flex: auto;
    background-position: bottom 0px right -40px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 32px;
}

.training_prog .box .icon {
    max-width: 160px;
    height: 64px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
}

.training_prog .box .icon img {
    max-width: 100%;
}

.training_prog .box h2 {
    font-size: 24px;
    font-weight: 900;
    max-width: 375px;
    margin-top: 15px;
    min-height: 50px;
    line-height: 30px;
}

.training_prog .box p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    max-width: 375px;
    margin-top: 15px;
    min-height: 50px;
}

.training_prog .box .btn-style2 {
    margin-top: 25px;
}

.training_prog .style1 {
    background: rgb(5, 210, 208);
    background: linear-gradient(135deg, rgba(5, 210, 208, 1) 0%, rgba(0, 153, 144, 1) 100%);
}

.training_prog .style1>div {
    background-image: url('../images/INB-WOMAN@2x.png');
}

.training_prog .style1 .icon {
    background-image: url('../images/train_prog_icon1.svg');
}

.training_prog .style1 .btn-style2 {
    color: #05D2D2;
}

.training_prog .style2 {
    background: rgb(31, 68, 151);
    background: linear-gradient(135deg, rgba(31, 68, 151, 1) 0%, rgba(0, 30, 104, 1) 100%);
}

.training_prog .style2>div {
    background-image: url('../images/FIT-MAN@2x.png');
}

.training_prog .style2 .icon {
    background-image: url('../images/train_prog_icon2.svg');
}

.training_prog .style2 .btn-style2 {
    color: #1F4497;
}

.training_prog .style3 {
    background: rgb(90, 128, 193);
    background: linear-gradient(135deg, rgba(90, 128, 193, 1) 0%, rgba(36, 84, 144, 1) 100%);
}

.training_prog .style3>div {
    background-image: url('../images/C-BED-Aunt@2x.png');
}

.training_prog .style3 .icon {
    background-image: url('../images/train_prog_icon3.svg');
    background-size: 160px auto !important;
}

.training_prog .style3 .btn-style2 {
    color: #5A80C1;
}

.training_prog .style4 {
    background: rgb(250, 60, 75);
    background: linear-gradient(135deg, rgba(250, 60, 75, 1) 0%, rgba(195, 0, 21, 1) 100%);
}

.training_prog .style4>div {
    background-image: url('../images/RDFB-MAN@2x.png');
}

.training_prog .style4 .icon {
    background-image: url('../images/train_prog_icon4.svg');
}

.training_prog .style4 .btn-style2 {
    color: #FA3C4B;
}

.training_prog .style5 {
    background: rgb(255, 99, 0);
    background: linear-gradient(135deg, rgba(255, 99, 0, 1) 0%, rgba(196, 47, 0, 1) 100%);
}

.training_prog .style5>div {
    background-image: url('../images/SBC@2x.png');
}

.training_prog .style5 .icon {
    background-image: url('../images/train_prog_icon5.svg');
}

.training_prog .style5 .btn-style2 {
    color: #FF6300;
}

.training_prog .style6 {
    background: rgb(140, 225, 100);
    background: linear-gradient(135deg, rgba(140, 225, 100, 1) 0%, rgba(78, 181, 51, 1) 100%);
}

.training_prog .style6>div {
    background-image: url('../images/OurCOOP@2x.png');
}

.training_prog .style6 .icon {
    background-image: url('../images/train_prog_icon6.svg');
    background-size: 160px auto !important;
}

.training_prog .style6 .btn-style2 {
    color: #8CE164;
}


/* section: Updates */

.updates .box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #BAC8D34D;
    border-radius: 3px;
    padding: 16px;
}

.updates .box:hover {
    box-shadow: 0px 0px 6px #bbb;
}

.updates .box .picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 226px;
}

.updates .box .picture:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /*
    border-top: 44px solid white;
    border-right: 76px solid transparent;
    */
    width: 0;
    z-index: 50;
}

.updates .box .picture img {
    width: 100%;
    height: auto;
    transition: transform 0.8s;
    /* Animation */
}

.updates .box .picture img:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.updates .box .info {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    padding: 10px 0px;
}

.updates .box .info .bullet1 {
    padding-left: 0px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.updates .box .info .bullet1:before {
    content: "";
    border-color: transparent #008eef;
    border-style: solid;
    border-width: 0.50em 0 0.50em 0.80em;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.updates .box .info .news:before {
    border-color: transparent #FFCD2D;
}

.updates .box .info .events:before {
    border-color: transparent #8CE164;
}

.updates .box h1 {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 0px;
    text-align: left;
    margin: 3px 0px;
    height: 70px;
    overflow: hidden;
}

.updates .box .desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    padding: 10px 0px;
    max-height: 135px;
    min-height: 135px;
    overflow: hidden;
}

.updates .box .btm {
    border-top: 1px solid #B6CBDC;
    padding: 15px 0px 0px;
    min-height: 40px;
}

.updates .box .btm a {
    background-color: #EDEEF0;
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #585858;
    padding: 3px 7px;
    border-radius: 3px;
}

.updates .btn-more {
    width: 342px;
    height: 48px;
    max-width: 95%;
    margin: auto;
}

.updates .btn-more a {
    background: url('../images/btn_more_updates.png') #fff no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 100%;
    line-height: 45px;
    color: #2F3031 !important;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    box-shadow: 0px 5px 6px rgba(150, 150, 150, 0.3);
    position: relative;
}

.updates .btn-more a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 14px solid white;
    border-left: 25px solid transparent;
    width: 0;
}

.updates .btn-more a:hover {
    color: #1E2DBE !important;
    box-shadow: 0px 5px 8px rgba(150, 150, 150, 0.2);
}


/* section: our impact */

.our_impact {
    margin: 70px 15px 10px;
    padding-top: 20px;
}

.our_impact>div {
    box-shadow: -10px -10px 15px #EBF5FD80;
    position: relative;
}

.our_impact>div>div {
    padding: 0px 48px 48px;
    box-shadow: 0px 5px 15px rgba(200, 200, 200, 0.2);
}

.our_impact:before {
    content: url('../images/our_impact.svg');
    position: absolute;
    left: 6%;
    top: -120px;
    z-index: 50;
}

.our_impact h1 {
    color: #1E2DBE;
}

.our_impact .counter {
    color: #FA3C4B;
    font-size: 48px;
}

.our_impact .title {
    color: #1E2DBE;
    font-size: 24px;
    font-weight: 900;
}

.our_impact .desc,
.our_impact .btm {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
}

.our_impact .data-container>div {
    padding-bottom: 20px;
}


/* section: testimonials */

.testimonials .wording {
    padding: 55px 25px 25px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 216px;
    position: relative;
}

.testimonials .wording:before {
    content: '\201C';
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 60px;
    top: 0px;
    left: 25px;
}

.testimonials .wording:after {
    content: '';
    position: absolute;
    bottom: -27px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid white;
}

.testimonials .info {
    display: flex;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
}

.testimonials .info>div {
    flex: auto;
}

.testimonials .info>div+div {
    margin-left: 24px;
}

.testimonials .info .picture {
    max-width: 90px;
    min-width: 90px;
    /*height: 90px;*/
    overflow: hidden;
}

.testimonials .info .picture img {
    width: 100%;
    clip-path: circle(46%);
}

.testimonials .name {
    font-size: 24px;
    font-weight: bold;
}

.testimonials .type {
    font-weight: bold;
}

.testimonials .style1 .color,
.testimonials .style1 .wording:before {
    color: rgb(5, 210, 208);
}

.testimonials .style2 .color,
.testimonials .style2 .wording:before {
    color: rgb(31, 68, 151);
}

.testimonials .style3 .color,
.testimonials .style3 .wording:before {
    color: rgb(90, 128, 193);
}

.testimonials .style4 .color,
.testimonials .style4 .wording:before {
    color: rgb(250, 60, 75);
}

.testimonials .style5 .color,
.testimonials .style5 .wording:before {
    color: rgb(255, 99, 0);
}

.testimonials .style6 .color,
.testimonials .style6 .wording:before {
    color: rgb(140, 225, 100);
}

@media only screen and (max-width: 1600px) {
    .h-image {
        height: 100%;
    }
}

@media(max-width: 1081px) {
    #intro2 .media {
        position: relative;
        height: 472px;
        max-width: 692px;
        margin: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .banner .owl-dots {
        bottom: 25px;
    }
    .section h1 {
        font-size: 32px;
    }
    .section h1::before {
        border-width: 0.28em 0 0.28em 0.43em;
    }
    #intro1 .media .video_container {
        margin: 35px auto 35px 100px;
    }
    .our_impact:before {
        left: 0%;
        top: -100px;
        transform: scale(0.5);
    }
    .h-image {
        height: 100%;
    }
    .training_prog .box h2 {
        max-width: 100%;
    }
    .training_prog .box p {
        max-width: 100%;
    }
    .training_prog .box {
        height: auto;
        min-height: 360px;
    }
    .training_prog .box>div {
        padding: 24px;
        background-size: auto 90%;
    }
    .content>div {
        padding: 30px;
    }
    .intro .media {
        width: 55%;
    }
    .intro .content {
        width: 45%;
        padding: 0px;
    }
    .intro .content>div {
        padding-left: 0px;
        padding-right: 0px;
        margin: inherit;
    }
    .intro .content h1,
    .intro.style2 .content h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .page {
        padding-bottom: 0px;
    }
    .section {
        padding-top: 50px;
    }
    .our_impact .counter {
        font-size: 32px;
    }
    .our_impact .title {
        font-size: 20px;
    }
    .section .data-container {
        padding: 40px 44px;
    }
    .testimonials .info {
        display: inherit;
    }
    .testimonials .info>div+div {
        margin-left: 0px;
        padding-top: 15px;
    }
    #intro1 .media .video_container {
        margin: 35px auto 35px 105px;
        width: 62.51%;
    }
    #intro1 .media .triangle_red {
        right: -25.38%;
        width: 25.38%;
    }
    #intro1 .media .triangle_teal {
        right: -5.55%;
        top: -12.65%
    }
    #intro1 .media .triangle_blue {
        top: 82.95%;
        left: -12.73%;
        width: 21.83%;
    }
    #intro2 .media .pic2 {
        left: 17.64%;
        width: 63.99%;
    }
    #intro2 .media .triangle_red {
        left: 3.3%;
        width: 13%;
    }
    #intro2 .media .pic1 {
        top: 7.691%;
        width: 31.99%;
    }
    #intro2 .media .triangle_green {
        top: 27.2%;
        left: 83.79%;
        width: 6.51%;
    }
    #intro2 .media .triangle_blue {
        top: 4.487%;
        left: 48.61%;
        width: 15.49%;
    }
    .intro .media img {
        width: 100%;
    }
    .updates .box .picture {
        height: 150px;
    }

    #intro5 .media .triangle_blue {
        top: 76.2%;
        /* left: -55px; */
        left: -5.73%;
        /* width: 90px; */
        width: 11.83%;
        /* height: 104px; */
        /* height: 32.09%; */
        z-index: -1;
    }
    #intro5 .media .triangle_red {
        top: 18px;
        /* right: -114px; */
        right: -8.38%;
        /* width: 114px; */
        width: 13.38%;
        /* height: 132px; */
        height: 40.74%;
        z-index: 21;
    }
    #intro5 .media .triangle_teal {

        top: -1.65%;
        /* right: -24px; */
        right: 2.45%;
        /* width: 90px; */
        width: 11.83%;
        /* height: 156px; */
        height: 48.14%;
        z-index: 23;
    }

}
@media only screen and (max-width: 994px) {
    #intro5 .media .video video {
        max-width: 100%;
        height: 358px;
    }

}
@media only screen and (max-width: 768px) {
    .section h1,
    .intro .content h1,
    .intro.style2 .content h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .intro .content h1,
    .intro.style2 .content h1 {
        margin-left: 20px;
    }
    .intro .content {
        padding: 35px 28px;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section .data-container {
        padding: 35px 43px;
    }
    .intro {
        display: inherit;
        padding-bottom: 20px;
    }
    .intro .media {
        width: 100%;
        float: none !important;
        max-height: 372px !important;
    }
    .intro .content {
        width: 100%;
        float: none !important;
    }
    .intro .content.h25>div {
        transform: translateY(0%);
        padding: 0px;
    }
    .banner .owl-dots {
        bottom: 15px;
    }
    .updates .box {
        margin-bottom: 35px;
    }
    .our_impact {
        max-width: 99%;
        margin: 0px auto 50px;
        padding: 24px;
    }
    /*
    .our_impact:before {
        content: '';
    }
*/
    .testimonials .data-container>div {
        margin-bottom: 35px;
    }
    .testimonials .wording {
        min-height: inherit;
    }
    .testimonials .info .picture {
        max-width: 70px;
        min-width: 70px;
    }
    .testimonials .wording:after {
        left: 15px;
    }
    .h-image {
        height: 100%;
    }
    .intro .content {
        margin-top: 30px;
    }
    #intro1 .content {
        padding: 105px 28px;
    }
    .page {
        padding-bottom: 30px;
    }
    .training_prog .box {
        /* height: 528px; */
    }
    .training_prog .box>div {
        background-position: bottom center;
        background-size: auto 45%;
    }
    .training_prog .box h2 {
        max-width: inherit;
    }
    .training_prog .box .icon {
        width: 120px;
        height: 40px;
    }
    .training_prog .box .icon img {
        max-width: 100%;
        max-height: 100%;
    }
    .testimonials .info {
        display: flex;
    }
    .testimonials .info>div+div {
        margin-left: 24px;
        padding-top: 0px;
    }
    .section.testimonials .data-container>div {
        display: none;
    }
    .section.testimonials .data-container>div:nth-child(1),
    .section.testimonials .data-container>div:nth-child(2) {
        display: block;
    }
    .midle-con {
        padding-left: 23px !important;
    }
    .midle-con .bullet1:before {
       
    }
    #intro1 .media .video_container {
        margin: 35px auto 35px 120px;
        width: 65.51%;
    }
    #intro1 .media .triangle_red {
        top: 4%;
        right: -21.38%;
        width: 21.38%;
    }
    #intro1 .media .triangle_teal {
        right: -0.55%;
    }
    #intro1 .media .triangle_blue {
        top: 86.95%;
        left: -18.73%;
        width: 21.83%;
    }
    #intro2 .media .pic2 {
        left: 25.64%;
        width: 52.99%;
    }
    #intro2 .media .triangle_red {
        left: 13%;
        width: 11%;
    }
    #intro2 .media .pic1 {
        top: 8.8%;
        width: 26.99%;
    }
    #intro2 .media .triangle_green {
        top: 30%;
        left: 79.79%;
        width: 5.51%;
    }
    #intro2 .media .triangle_blue {
        top: 5.5%;
        left: 50.61%;
        width: 12.49%;
    }
    .intro .media img {
        width: 100%;
    }
  
    .our_impact {
        padding: 0px;
        margin-top: 150px;
        padding-top: 32px;
    }
    .our_impact:before {
        /*  content: '';
        background-image: url('../images/our_impact.svg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: inline-block;
        width: 196px;
        height: 176px;
        left: 8%; */
    }
    .our_impact>div>div {
        padding-top: 50px;
    }
    .our_impact .data-container>div {
        margin: 0 auto;
    }
    .updates .data-container,
    .testimonials .data-container {
        padding: 35px 5px;
    }
    .testimonials .type,
    .testimonials .position {
        font-size: 12px;
    }
    .testimonials .name {
        font-size: 16px;
    }
    #intro5 .media .video video {
        max-width: 100%;
        height: 273px;
    }
}

@media only screen and (max-width: 767px) {
    .our_impact:before {
        left: 50%;
        transform: translateX(-50%)scale(0.5);
    }
}
@media only screen and (max-width: 683px) {
    #intro5 .media .video video {
        max-width: 100%;
        height: 217px;
    }
}
@media only screen and (max-width: 520px) {
    #intro1 .media .video_container {
        margin: 35px auto 35px 90px;
        width: 65.51%;
    }
}

@media only screen and (max-width: 425px) {
    .section h1,
    .intro .content h1,
    .intro.style2 .content h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .intro .content h1,
    .intro.style2 .content h1 {
        margin-left: 19px;
    }
    .section .data-container,
    .intro .content {
        padding: 0px;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section h1 {
        margin: 50px 0px 15px;
    }
    .intro {
        padding-top: 30px;
    }
    #intro2 .media {
        max-width: 100%;
        margin: auto;
        height: 350px;
    }
    .banner .owl-dots {
        bottom: 3px;
    }
    .training_prog .box {
        /* height: 550px; */
    }
    .training_prog .box>div {
        background-size: auto 40%;
        background-position: bottom center;
    }
    .updates .box h1 {
        font-size: 21px;
        padding: 5px 0px;
    }
    .testimonials .info .picture {
        max-width: 68px;
        min-width: 68px;
    }
    .testimonials .wording:after {
        left: 5px;
    }
    .testimonials .info,
    .testimonials .wording {
        font-size: 14px;
    }
    .testimonials .name {
        font-size: 18px;
    }
    #intro1 .media .video:before {
        border-bottom: 54px solid white;
        /* 27.46% */
        border-left: 62px solid transparent;
        /* 23.61% */
    }
    .h-image {
        height: 100%;
    }
    #intro1 .media .video_container {
        max-width: 100%;
        margin: 35px auto 35px 32px;
        width: 72%;
    }
    #intro1 .media .triangle_red {
        top: 0%;
        right: -25.38%;
        width: 25.38%;
    }
    #intro1 .media .triangle_blue {
        top: 95.95%;
        left: -11.73%;
    }
    #intro1 .media .triangle_teal {
        right: -5.55%;
        top: -14.65%;
    }
    #intro1 .content {
        padding: 5px 2px;
    }
    .intro .content>div {
        padding: 40px 0px !important;
    }
    #intro2 .media .pic1 {
        left: 62.32%;
        width: 35.99%;
    }
    #intro2 .media .pic2 {
        width: 71.99%;
        left: 16.64%;
    }
    #intro2 .media .triangle_blue {
        left: 49.61%;
        width: 19.49%;
        top: 0%;
    }
    #intro2 .media .triangle_green {
        left: 90.79%;
        width: 7.51%;
        top: 30.52%;
    }
    #intro2 .media .triangle_red {
        left: -0.7%;
        width: 15%;
    }
    .training_prog .box h2 {
        min-height: inherit;
    }
    .updates .box .info .bullet1 {
        margin-left: 5px;
    }
    .updates .box .info>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .updates .btn-more {
        max-width: 100%;
    }
    .our_impact {
        padding: 0px;
        margin-top: 150px;
        padding-top: 32px;
    }
    .our_impact:before {
        /*  content: '';
         background-image: url('../images/our_impact.svg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: inline-block;
        width: 196px;
        height: 176px;
        left: 20%; */
    }
    .our_impact>div>div {
        padding-top: 50px;
    }
    .section.testimonials .data-container {
        margin-top: 30px;
    }
    .section.testimonials .data-container>div {
        display: block;
    }
    .midle-con {
        padding-left: 0px !important;
    }
    .training_prog .data-container {
        padding: 0px 15px;
    }
    .updates .box .picture {
        height: 175px;
    }
    #intro5 .media .video_container {
        position: relative;
        margin: auto;
        padding-bottom: 81%;
        height: 0;
        max-width: 90%;
    }
    #intro5 .media .triangle_red {
        top: 8px;
        /* right: -114px; */
        right: -4.38%;
        /* width: 114px; */
        width: 13.38%;
        /* height: 132px; */
        height: 40.74%;
        z-index: 21;
    }
    #intro5 .media .triangle_blue {
        /* top: 272px; */
        top: 73.2%;
        /* left: -55px; */
        left: -9.73%;
        /* width: 90px; */
        width: 17.83%;
        /* height: 104px; */
        /* height: 32.09%; */
        z-index: -1;
    }
    #intro5 .media .triangle_teal {
       /* top: -41px; */
       top: 0.35%;
       /* right: -24px; */
       right: 6.45%;
       /* width: 90px; */
       width: 11.83%;
       /* height: 156px; */
       height: 48.14%;
       z-index: 23;
    }

    #intro3 .media .triangle_teal {
        width: 12.83%;
    }
    #intro3 .media .triangle_teal2 {
        width: 12.83%;
    }
    #intro3 .media .triangle_teal3 {
        width: 12.83%;
    }
    
    #intro3 .media .triangle_teal4 {
        width: 12.83%;
    }
}

@media only screen and (max-width: 375px) {
    .our_impact .counter {
        font-size: 28px;
    }
    .testimonials .info,
    .testimonials .wording {
        font-size: 12px;
    }
    .testimonials .name {
        font-size: 16px;
    }
    #intro1 .media .video:before {
        border-bottom: 48px solid white;
        /* 27.46% */
        border-left: 55px solid transparent;
        /* 23.61% */
    }
    .h-image {
        height: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .section h1,
    .intro .content h1,
    .intro.style2 .content h1 {
        font-size: 24px;
        line-height: 26px;
    }
    #intro2 .media {
        height: 300px;
    }
    .training_prog .box {
        /* height: 500px; */
    }
    .training_prog .box h2 {
        font-size: 21px;
    }
    .training_prog .box p {
        font-size: 12px;
        margin-top: 5px;
    }
    #intro1 .media .video:before {
        border-bottom: 49px solid white;
        /* 27.46% */
        border-left: 47px solid transparent;
        /* 23.61% */
    }
    .h-image {
        height: 100%;
    }
}
@media(min-width:920px){
    .d-f-res{
        display: flex;
    }
}

@media(min-width:1320px){
    .pdd-lr {
        padding-left: 200px;
        padding-right: 200px;
    }
}
