@charset "UTF-8";
/* CSS Document */


*{
    margin: 0;
    padding: 0;
}

body{
    background-color: white;
    font-family: "Roboto", sans-serif;
}

/*about us first section*/

.sec2main3 {
    width: 100%;
    height: 100vh;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main3-content {
    width: 86%;
    height: 80vh;
/*    border: 2px solid red;*/
}

.sec2main3-content1 {
    width: 100%;
    height: 15vh;
/*    border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

/*this one is description & image video*/

.sec2main3-content2 {
    width: 100%;
    height: 65vh;
/*    border: 1px solid orange;*/
    display: flex;
    flex-direction: row-reverse;
}

/*title what we do*/

.sec2main3-title-img {
    width: 31px;
    height: 12px;
    margin-right: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
/*    border: 2px solid yellow;*/
}

.sec2main3-title-img img {
    width: 100%;
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.2vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.2vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}

/*selection to our services*/

.sec2main3-content22 {
    width: 45%;
    height: 100%;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.sec2main3-content222 {
    width: 90%;
    height: 95%;
/*    border: 2px solid yellow;*/
/*
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    text-align: right;
    z-index: 1;
    /*color: red;*/
}

.sec2main3-content3 {
    width: 100%;
    height: 32%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
/*    border: 2px solid violet;*/
}

.sec2main3-content33 {
    width: 33%;
    height: auto;
/*    border: 2px solid green;*/
/*
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
*/
}

.sec2main3-content33 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #bdccd0;
    text-align: right;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.5vw;
    color: #0b4251;
    text-align: right;
}






/*the two image rectangle*/


.sec2main3-content-img {
    width: 55%;
    height: 100%;
/*    border: 2px solid red;*/
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

/*this one is the yellow rectangle*/

.sec2main3-content-img1 {
    width: 200px;
    height: 120px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
/*    z-index: 1;*/
}

.sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: white;
}

.sec2main3-content-img2 {
    width: 380px;
    height: 440px;
    /*border: 2px solid red;*/
    margin-bottom: 40px;
    background-color: grey;
    margin-left: 60px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}

.sec2main3-video {
    width: auto;
    height: 100%;
}

/*group photo here*/

.sec2main3-content-img3 {
    width: 330px;
    height: 380px;
    /*border: 2px solid aqua;*/
    margin-top: 20px;
    background-color: grey;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}

.sec2main3-content-img3 img {
    width: 100%;
}








/*///*/

/*wei keen comment start here*/


.sec3-about1 {
    width: 100%;
    height: 14vh;
/*    border: 2px solid blue;*/
    margin: 60px 0 100px;
}

.sec3-about11 {
    width: 80%;
    height: 100%;
/*    border: 2px solid cyan;*/
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.sec3-about11-container {
    width: 30%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    
}

.sec3-about11-container1-img {
    width: 120px;
    height: 120px;
/*    background-color: red;*/
    border-radius: 50%;
/*    border: 2px solid orange;*/
}

.sec3-about11-container1-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.sec3-about11-container1 {
    width: 70%;
    height: 100%;
/*    border: 2px solid yellow;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec3-about11-container1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.4vw;
    color: #0b4251;
}

.sec3-about11-container1 p {
    font-weight: 600;
    font-size: 1.2vw;
    color: #f2c864;
}

/*comment right side*/

.sec3-about11-container11 {
    width: 70%;
    height: 100%;
    border-left: 2px solid #bdccd0;
    display: flex;
    justify-content: flex-end;
}

.sec3-about11-container11-text {
    width: 97%;
    height: 100%;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-about11-container11-text p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
}









/*our mission and vision start here*/


.sec3-about2 {
    width: 100%;
    height: 95vh;
/*    border: 2px solid black;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    overflow: hidden;
}

/*mission here*/

.sec3-about2-mission {
    width: 80%;
    height: 38%;
    position: absolute;
    top: 0;
    margin-right: -20px;
    margin-top: 40px;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sec3-about2-mission1 {
    width: 35%;
    height: 100%;
/*    border: 2px solid orange;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-about2-mission2 {
    width: 85%;
    height: 90%;
/*    border: 2px solid red;*/
}

.sec3-about2-mission2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: #0b4251;
    margin-bottom: 10px;
}

.sec3-about2-mission2 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
}

.sec3-about2-mission2 li {
    font-weight: 600;
    font-size: 1.1vw;
    color: #f2c864;
}

.sec3-about2-mission3 {
    width: 100%;
    height: 15%;
/*    border: 2px solid pink;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.sec3-about2-mission1-line {
    width: 740px;
    height: 260px;
/*    border: 2px solid orange;*/
}

.sec3-about2-mission1-line img {
    width: 100%;
}

/*mission until here*/

/*vision start here*/

.sec3-about2-vision {
    width: 80%;
    height: 38%;
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    margin-right: -140px;
/*    border: 2px solid blue;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sec3-about2-vision1 {
    width: 35%;
    height: 100%;
/*    border: 2px solid orange;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-about2-vision2 {
    width: 85%;
    height: 90%;
/*    border: 2px solid red;*/
}

.sec3-about2-vision2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: #0b4251;
    margin-bottom: 10px;
}

.sec3-about2-vision2 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
}

.sec3-about2-vision2 li {
    font-weight: 600;
    font-size: 1.1vw;
    color: #f2c864;
}

.sec3-about2-vision3 {
    width: 100%;
    height: 15%;
/*    border: 2px solid pink;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.sec3-about2-vision1-line {
    width: 740px;
    height: 260px;
/*    border: 2px solid red;*/
}

.sec3-about2-vision1-line img {
    width: 100%
}

/*vision until here*/

/*three shapes start here*/

.sec3-about2-img1 {
    position: absolute;
    width: 260px;
    height: 200px;
/*    border: 2px solid green;*/
    top: 0;
    margin-top: -25px;
    margin-right: 360px;
    z-index: -1;
}

.sec3-about2-img2 {
    position: absolute;
    width: 260px;
    height: 200px;
/*    border: 2px solid green;*/
    left: 0;
    margin-left: -60px;
    z-index: -1;
}

.sec3-about2-img3 {
    position: absolute;
    width: 260px;
    height: 200px;
/*    border: 2px solid green;*/
    margin-right: 30px;
    z-index: -1;
}

.sec3-about2-img1 img {
    width: 100%;
    animation: floating ease 8s infinite;
}

.sec3-about2-img2 img {
    width: 100%;
    animation: floating ease 11s infinite;
}

.sec3-about2-img3 img {
    width: 100%;
    animation: floating ease 10s infinite;
}


/*about connect start here*/
   
/*    section 3 connect to 4*/
        
        .sec3main1-connect {
            width: 100%;
            height: 200px;
/*            border: 1px solid red;*/
            background-color: white;
            position: relative;
    
        }

        .sec3main1-connect img {
            width: 100%;
/*            object-fit: cover;*/
/*            border: 1px solid blue;*/
            position: absolute;
            top: 0;
            margin-top: -50px;
        }

/*small extend connection*/

.sec3main1-connect2 {
    width: 100%;
    height: 20px;
/*    border: 2px solid red;*/
    background-color: #0b4251;
}










/*all keyframes here*/

@keyframes floating {
    0%{
        transform: translate(0%, 0%) rotate(360deg);
    }
    25%{
        transform: translate(5%, 15%) rotate(360deg);
    }
    50%{
        transform: translate(10%, 5%) rotate(360deg);
    }
    75%{
        transform: translate(0%, 15%) rotate(360deg);
    }
    100%{
        transform: translate(0%, 0%) rotate(360deg);
    }
    
    
}







/*media tablets start here*/

@media (max-width: 1194px) {
    
    
    
    
.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.6vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}
    
    
    
    
.sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    text-align: right;
    z-index: 1;
    /*color: aqua;*/
}
    
    
    
.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.6vw;
    color: #0b4251;
    text-align: right;
    /*color: pink;*/
}
    
    
    
    
/*photo start here*/

.sec2main3-content-img2 {
    width: 303px;
    height: 351px;
    /*border: 2px solid red;*/
}

/*group photo here*/

.sec2main3-content-img3 {
    width: 295px;
    height: 339px;
    /*border: 2px solid aqua;*/
}


/*yellow box we start here*/


.sec2main3-content-img1 h1 {
    font-size: 2.6vw;
    color: white;
}

    
    
/*weikeen comment start here*/




.sec3-about11-container1-img {
    width: 120px;
    height: 120px;
/*    background-color: red;*/
    border-radius: 50%;
    /*border: 2px solid orange;*/
}

.sec3-about11-container1-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
    
    
    
.sec3-about11-container1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: #0b4251;
    /*color: red;*/
}

.sec3-about11-container1 p {
    font-weight: 600;
    font-size: 1.2vw;
    color: #f2c864;
    /*color: aqua;*/
}


/*comment right side*/


.sec3-about11-container11-text p {
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    /*color: green;*/
}
    
    


/*mission and vision start here*/
    

/*mission*/
    

.sec3-about2-mission1 {
    width: 45%;
    height: 100%;
    /*border: 2px solid pink;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-about2-mission2 {
    width: 85%;
    height: 90%;
    /*border: 2px solid red;*/
}
    
    
.sec3-about2-mission2 h1 {
    font-size: 2.6vw;
    color: #0b4251;
    margin-bottom: 10px;
    /*color: yellow;*/
}

.sec3-about2-mission2 p {
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    /*color: red;*/
}
    
    
    
    
/*vision*/


.sec3-about2-vision1 {
    width: 50%;
    height: 100%;
    /*border: 2px solid orange;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-about2-vision2 {
    width: 85%;
    height: 90%;
    /*border: 2px solid red;*/
}
    
    
    
.sec3-about2-vision2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: #0b4251;
    margin-bottom: 10px;
    /*color: red;*/
}

.sec3-about2-vision2 p {
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    /*color: aqua;*/
}
    
    
    
    
    
/*about connect start here*/
   
/*    section 3 connect to 4*/
        
        .sec3main1-connect {
            width: 100%;
            height: 185px;
            /*border: 1px solid red;*/
            background-color: white;
            position: relative;
    
        }

        .sec3main1-connect img {
            width: 100%;
/*            object-fit: cover;*/
            /*border: 1px solid blue;*/
            position: static;
            top: auto;
            bottom: 0;
            margin-top: 0px;
        }

/*small extend connection*/

.sec3main1-connect2 {
    width: 100%;
    height: 20px;
    /*border: 2px solid green;*/
    background-color: #0b4251;
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



/*media tablets end here*/



/*media 920px start here*/


@media (max-width: 920px){
    
    
    
.sec2main3 {
    width: 100%;
    height: 650px;
    /*border: 2px solid red;*/
}

.sec2main3-content {
    width: 86%;
    height: 590px;
    /*border: 2px solid red;*/
}
    
    
    
.sec2main3-content2 {
    width: 100%;
    height: 460px;
    /*border: 1px solid orange;*/
}
    
    
    
/*photo start here*/

.sec2main3-content-img2 {
    width: 268px;
    height: 310px;
    /*border: 2px solid red;*/
    margin-bottom: 5px;
}

/*group photo here*/

.sec2main3-content-img3 {
    width: 214px;
    height: 247px;
    /*border: 2px solid aqua;*/
}

    
/*this one is the yellow rectangle*/

.sec2main3-content-img1 {
    width: 145px;
    height: 87px;
    margin-left: -10px;
    /*border: 2px solid red;*/
}
    
    
/*the height of mission and vision*/


.sec3-about2 {
    width: 100%;
    height: 620px;
    /*border: 2px solid black;*/
}


.sec3-about2-mission1 {
    width: 50%;
    height: 100%;
    /*border: 2px solid pink;*/
}


.sec3-about2-vision1 {
    width: 55%;
    height: 100%;
    /*border: 2px solid orange;*/
}
    
    
    
    
/*one shape to adjust*/


.sec3-about2-img1 {
    margin-right: 280px;
    z-index: -1;
}
    
    
    
/*about connect start here*/
   
/*    section 3 connect to 4*/
        
        .sec3main1-connect {
            width: 100%;
            height: 140px;
            /*border: 1px solid red;*/
            background-color: white;
            position: relative;
    
        }
    
    
    
/*all sub tag start here*/


.sec2main3-title-img {
    width: 25px;
    height: 10px;
    margin-right: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
/*    border: 2px solid yellow;*/
}
    
    
    
    
    
    
    
    
}


/*media 920px end here*/



/*media start here*/


@media (max-width: 600px){
    
/*    the whole section 2 about start here*/
    
.sec2main3 {
    width: 100%;
    /*height: 145vh;*/
    height: 1087.5px;
    /*border: 2px solid blue;*/
    
}

.sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 112.5px;*/
    height: auto;
    margin-bottom: 10px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    /*height: 118vh;*/
    height: 885px;
    /*border: 1px solid aqua;*/
    display: flex;
    flex-direction: column;
}

    
    /*title what we do*/

.sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-right: 15px;
/*    border: 2px solid yellow;*/
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 6.5vw;
    color: #0b4251;
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 2.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
}
    
/*section 2 of about start here*/
    
    .sec2main3-content22 {
    width: 100%;
    height: 40%;
/*    border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
}

.sec2main3-content222 {
    width: 85%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 3vw;
    color: #0b4251;
}

/*
.sec2main3-content3 {
    margin-top: 40px;
    border: 2px solid violet;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}
*/

.sec2main3-content3 {
    width: 100%;
    height: 30%;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /*border: 2px solid violet;*/
}

.sec2main3-content33 {
    width: 25%;
    height: auto;
/*    border: 2px solid green;*/
/*
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
*/
}

.sec2main3-content33 p {
    font-weight: 400;
    font-size: 3vw;
    color: #bdccd0;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7.4vw;
    color: #0b4251;
}


/*the two image rectangle*/


.sec2main3-content-img {
    width: 100%;
    height: 60%;
/*    border: 2px solid blue;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    margin-top: 30px;*/
/*    display: none;*/
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}


.sec2main3-content-img1 {
    width: 175px;
    height: 105px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    
    
    
    margin-left: 30px;
/*    z-index: 1;*/
}

.sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: white;
}

.sec2main3-content-img2 {
    /*width: 278px;*/
    /*height: 321px;*/
    width: 313px;
    height: 361px;
    /*border: 2px solid red;*/
    margin: 0;
    background-color: grey;
    z-index: -2;
}
    
/*group photo here*/

.sec2main3-content-img3 {
    /*width: 278px;*/
    /*height: 320px;*/
    width: 313px;
    height: 360px;
    /*border: 2px solid blue;*/
    margin-top: 20px;
    background-color: grey;
    margin-bottom: 20px;
    z-index: -1;
}

.sec2main3-video {
    width: auto;
    height: 100%;
} 

    
    
    
/*wei keen comment start here*/


.sec3-about1 {
    width: 100%;
    /*height: 35vh;*/
    height: 270px;
    /*border: 2px solid blue;*/
    margin: 50px 0;
}

.sec3-about11 {
    width: 86%;
    height: 100%;
/*    border: 2px solid cyan;*/
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
}

.sec3-about11-container {
    width: 70%;
    height: 48%;
    /*border: 2px solid yellow;*/
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    
}

.sec3-about11-container1-img {
    width: 90px;
    height: 90px;
    background-color: grey;
    border-radius: 50%;
    margin-right: 18px;
/*    border: 2px solid orange;*/
}

.sec3-about11-container1 {
    width: auto;
    height: 100%;
/*    border: 2px solid yellow;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec3-about11-container1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5.5vw;
    color: #0b4251;
}

.sec3-about11-container1 p {
    font-weight: 600;
    font-size: 3.2vw;
    color: #f2c864;
}

/*comment wk side*/

.sec3-about11-container11 {
    width: 100%;
    height: 52%;
    border-left: 0px solid #bdccd0;
    border-bottom: 2px solid #bdccd0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    /*border: 2px solid red;*/
}

.sec3-about11-container11-text {
    width: 100%;
    height: 86%;
/*    border: 2px solid cyan;*/
    display: flex;
    justify-content: center;
}

.sec3-about11-container11-text p {
    font-weight: 400;
    font-size: 3vw;
    color: #0b4251;
    text-align: center;
}
    
    
    
    

    
    
/*mission & vision media here*/
    
.sec3-about2 {
    width: 100%;
    /*height: 95vh;*/
    height: 712.5px;
    /*border: 2px solid black;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 20px;
}

/*mission here*/

.sec3-about2-mission {
    width: 80%;
    height: 40%;
    position: absolute;
    top: 0;
    margin-right: -20px;
    margin-top: 50px;
    /*border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sec3-about2-mission1 {
    width: 80%;
    height: 80%;
/*    border: 2px solid orange;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-about2-mission2 {
    width: 85%;
    height: 90%;
/*    border: 2px solid red;*/
}

.sec3-about2-mission2 h1 {
    font-size: 5.5vw;
    color: #0b4251;
    margin-bottom: 10px;
}

.sec3-about2-mission2 p {
    font-size: 3vw;
}

.sec3-about2-mission2 li {
    font-weight: 600;
    font-size: 2.4vw;
    color: #f2c864;
}

.sec3-about2-mission3 {
    width: 100%;
    height: 15%;
/*    border: 2px solid pink;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.sec3-about2-mission1-line {
    width: 100%;
    height: 20%;
/*    border: 2px solid orange;*/
}

.sec3-about2-mission1-line img {
    width: 100%;
    height: auto;
    transform: translateY(-45%);
/*    transform: translateX(-3%);*/
}

/*mission until here*/






/*vision start here*/

.sec3-about2-vision {
    width: 80%;
    height: 40%;
    position: absolute;
    bottom: 0;
    margin-right: -40px;
    margin-bottom: 50px;
    /*border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}

.sec3-about2-vision1 {
    width: 80%;
    height: 80%;
/*    border: 2px solid orange;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-about2-vision2 {
    width: 85%;
    height: 90%;
/*    border: 2px solid red;*/
}

.sec3-about2-vision2 h1 {
    font-size: 5.5vw;
    color: #0b4251;
    margin-bottom: 10px;
}

.sec3-about2-vision2 p {
    font-size: 3vw;
}

.sec3-about2-vision2 li {
    font-weight: 600;
    font-size: 2.4vw;
    color: #f2c864;
}

.sec3-about2-vision3 {
    width: 100%;
    height: 15%;
/*    border: 2px solid pink;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.sec3-about2-vision1-line {
    width: 100%;
    height: 20%;
/*    border: 2px solid orange;*/
}

.sec3-about2-vision1-line img {
    width: 100%;
    height: auto;
    transform: translateY(-5%);
/*    transform: translateX(-3%);*/
}

/*vision until here*/



/*three shapes start here*/

.sec3-about2-img1 {
    position: absolute;
    width: 211px;
    height: 162px;
    /*border: 2px solid green;*/
    top: 0;
    margin-top: -25px;
    margin-right: 360px;
    z-index: -1;
}

.sec3-about2-img2 {
    position: absolute;
    width: 211px;
    height: 162px;
    /*border: 2px solid green;*/
    left: 0;
    bottom: 0;
    margin-left: -80px;
    margin-bottom: 80px;
    z-index: -1;
}

.sec3-about2-img3 {
    position: absolute;
    width: 211px;
    height: 162px;
    /*border: 2px solid green;*/
    margin-right: -40px;
    z-index: -1;
}
 
    
/*mission vision end here*/
    
/*about connect media here*/
    

  .sec3main1-connect {
            width: 100%;
            height: 35px;
            /*border: 1px solid cyan;*/
            background-color: white;
    
        }
        
        
        .sec3main1-connect img {
            width: 100%;
/*            object-fit: cover;*/
/*            border: 1px solid blue;*/
            position: absolute;
            top: 0;
            margin-top: -50px;
        }
            
        .sec3main1-connect2 {
            height: 30px;
            background-color: #0b4251;
            /*background-color: red;*/
        }
            
    
    
    
    
    
    
    
    
}

/*media 600px ends here*/




@media (max-width: 475px){
    
    
/*the first big sections    */
    
.sec2main3 {
    width: 100%;
    /*height: 145vh;*/
    height: 980px;
    /*border: 2px solid blue;*/
    margin-top: 15px;
    
}

/*weikeen comment*/

.sec3-about1 {
    width: 100%;
    /*height: 35vh;*/
    height: 240px;
    /*border: 2px solid red;*/
    margin: 60px 0 30px;
}


/*about first content*/

.sec2main3-content3 {
    width: 100%;
    height: 30%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    /*border: 2px solid aqua;*/
}


/*mission & vision media here*/
    
.sec3-about2 {
    width: 100%;
    /*height: 95vh;*/
    height: 670px;
    /*border: 2px solid pink;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 20px;
}

    
    
/*about connect media here*/
    

  .sec3main1-connect {
            width: 100%;
            height: 30px;
            /*border: 1px solid cyan;*/
            background-color: white;
    
        }
            
            .sec3main1-connect2 {
            height: 30px;
            background-color: #0b4251;
            /*background-color: red;*/
        }
        
        
/*the yellow box*/
        
.sec2main3-content-img1 {
    width: 175px;
    height: 105px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    
    
    
    margin-left: 0px;
/*    z-index: 1;*/
}


.sec2main3-content-img2 {
    width: 278px;
    height: 321px;
}
    
/*group photo here*/

.sec2main3-content-img3 {
    width: 278px;
    height: 320px;

}
    
    
    
    
    
    
}

/*media 475px end here*/






@media (max-width: 455px){
    
    
/*about connect media here*/
    

  .sec3main1-connect {
            width: 100%;
            height: 25px;
            /*border: 1px solid cyan;*/
            background-color: white;
    
        }
            
            .sec3main1-connect2 {
            height: 30px;
            background-color: #0b4251;
            /*background-color: red;*/
        }
    
    
    
    
    
    
}

/*media 455px end here*/



















@media (max-width: 428px){
    
/*    the whole section 2 about start here*/
    
.sec2main3 {
    width: 100%;
    /*height: 118vh;*/
    height: 790px;
    /*border: 2px solid pink;*/
    margin-top: 25px;
    
}

.sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 117px;*/
    height: auto;
    margin-bottom: 10px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    /*height: 98vh;*/
    height: 765px;
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: column;
}

    
    /*title what we do*/

.sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-right: 15px;
/*    border: 2px solid yellow;*/
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7vw;
    color: #0b4251;

    
    /*border: 2px solid red;*/

}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 3vw;
    color: #bdccd0;
    letter-spacing: 1px;
}
    
/*section 2 of about start here*/
    
    .sec2main3-content22 {
    width: 100%;
    height: 40%;
    /*border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
}

.sec2main3-content222 {
    width: 85%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #0b4251;
    /*border: 3px solid yellow;*/
}

/*
.sec2main3-content3 {
    margin-top: 40px;
    border: 2px solid violet;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}
*/

.sec2main3-content3 {
    width: 100%;
    height: 30%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /*border: 2px solid violet;*/
}

.sec2main3-content33 {
    width: 25%;
    height: auto;
/*    border: 2px solid green;*/
/*
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
*/
}

.sec2main3-content33 p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #bdccd0;
    /*color: red;*/
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7.6vw;
    color: #0b4251;
    /*color: red;*/
}


/*the two image rectangle*/


.sec2main3-content-img {
    width: 100%;
    height: 60%;
/*    border: 2px solid blue;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    margin-top: 30px;*/
/*    display: none;*/
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}


.sec2main3-content-img1 {
    width: 147px;
    height: 97px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
/*    z-index: 1;*/
}

.sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: white;
}

.sec2main3-content-img2 {
    width: 238px;
    height: 274px;
    /*border: 2px solid red;*/
    margin: 0;
    background-color: grey;
    z-index: -2;
}
    
/*group photo here*/

.sec2main3-content-img3 {
    width: 238px;
    height: 274px;
    /*border: 2px solid red;*/
    margin-top: 20px;
    background-color: grey;
    margin-bottom: 20px;
    z-index: -1;
}

.sec2main3-video {
    width: auto;
    height: 100%;
} 

    
    
    
/*wei keen comment start here*/


.sec3-about1 {
    width: 100%;
    /*height: 35vh;*/
    height: 240px;
    /*border: 2px solid blue;*/
    /*margin: 40px 0;*/
    margin: 70px 0 30px;
}

.sec3-about11 {
    width: 86%;
    height: 100%;
/*    border: 2px solid cyan;*/
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
}

/*.sec3-about11-container {*/
/*    width: 70%;*/
/*    height: 50%;*/
/*    border: 2px solid blue;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
    
/*}*/

.sec3-about11-container1-img {
    width: 90px;
    height: 90px;
    background-color: grey;
    border-radius: 50%;
    margin-right: 18px;
/*    border: 2px solid orange;*/
}

.sec3-about11-container1 {
    width: auto;
    height: 100%;
/*    border: 2px solid yellow;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec3-about11-container1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5.5vw;
    color: #0b4251;
    /*color: red;*/
}

.sec3-about11-container1 p {
    font-weight: 600;
    font-size: 3.2vw;
    color: #f2c864;
    /*color: orange;*/
}

/*comment right side*/

/*.sec3-about11-container11 {*/
/*    width: 100%;*/
/*    height: 40%;*/
/*    border-left: 0px solid #bdccd0;*/
/*    border-bottom: 2px solid #bdccd0;*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    border: 2px solid orange;*/
/*}*/

.sec3-about11-container11-text {
    width: 100%;
    height: 86%;
/*    border: 2px solid cyan;*/
    display: flex;
    justify-content: center;
}

.sec3-about11-container11-text p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #0b4251;
    /*color: orange;*/
    text-align: center;
}
    
    
    
    
    
/*mission vision media here*/
    
.sec3-about2 {
    width: 100%;
    /*height: 95vh;*/
    height: 640px;
    /*border: 2px solid black;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 20px;
}

/*mission here*/

.sec3-about2-mission {
    width: 80%;
    height: 40%;
    position: absolute;
    top: 0;
    margin-right: -20px;
    margin-top: 50px;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sec3-about2-mission1 {
    width: 80%;
    height: 80%;
/*    border: 2px solid orange;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-about2-mission2 {
    width: 85%;
    height: 90%;
/*    border: 2px solid red;*/
}

.sec3-about2-mission2 h1 {
    font-size: 5.5vw;
    color: #0b4251;
    margin-bottom: 10px;
    /*color: blue;*/
}

.sec3-about2-mission2 p {
    font-size: 3.2vw;
    /*color: red;*/
}

.sec3-about2-mission2 li {
    font-weight: 600;
    font-size: 2.5vw;
    color: #f2c864;
    /*color: brown;*/
}

.sec3-about2-mission3 {
    width: 100%;
    height: 15%;
/*    border: 2px solid pink;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.sec3-about2-mission1-line {
    width: 100%;
    height: 20%;
/*    border: 2px solid orange;*/
}

.sec3-about2-mission1-line img {
    width: 100%;
    height: auto;
    transform: translateY(-45%);
/*    transform: translateX(-3%);*/
}

/*mission until here*/





/*vision start here*/

.sec3-about2-vision {
    width: 80%;
    height: 40%;
    position: absolute;
    bottom: 0;
    margin-right: -40px;
    margin-bottom: 50px;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sec3-about2-vision1 {
    width: 80%;
    height: 80%;
/*    border: 2px solid orange;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-about2-vision2 {
    width: 85%;
    height: 90%;
/*    border: 2px solid red;*/
}

.sec3-about2-vision2 h1 {
    font-size: 5.5vw;
    color: #0b4251;
    margin-bottom: 10px;
}

.sec3-about2-vision2 p {
    font-size: 3.2vw;
    /*color: red;*/
}

.sec3-about2-vision2 li {
    font-weight: 600;
    font-size: 2.5vw;
    color: #f2c864;
}

.sec3-about2-vision3 {
    width: 100%;
    height: 15%;
/*    border: 2px solid pink;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.sec3-about2-vision1-line {
    width: 100%;
    height: 20%;
/*    border: 2px solid orange;*/
}

.sec3-about2-vision1-line img {
    width: 100%;
    height: auto;
    transform: translateY(-5%);
/*    transform: translateX(-3%);*/
}

/*vision until here*/

/*three shapes start here*/

.sec3-about2-img1 {
    position: absolute;
    width: 211px;
    height: 162px;
    /*border: 2px solid green;*/
    top: 0;
    margin-top: -25px;
    margin-right: 290px;
}

.sec3-about2-img2 {
    position: absolute;
    width: 211px;
    height: 162px;
/*    border: 2px solid green;*/
    left: 0;
    bottom: 0;
    margin-left: -80px;
    margin-bottom: 80px;
}

.sec3-about2-img3 {
    position: absolute;
    width: 211px;
    height: 162px;
/*    border: 2px solid green;*/
    margin-right: -40px;
}
 
    
/*mission vision end here*/
    
/*about connect media here*/
    

  .sec3main1-connect {
            width: 100%;
            height: 18px;
            /*border: 1px solid cyan;*/
            background-color: white;
            /*position: relative;*/
        }
        
      .sec3main1-connect img {
            /*position: absolute;*/
            /*right: 0;*/
            /*bottom: 0;*/
            width: 100%;
            /*border: 2px solid yellow;*/
        }
            
        .sec3main1-connect2 {
            /*display: none;*/
            height: 30px;
            background-color: #0b4251;
            /*background-color: red;*/
        }
            
    
    
    
    

    
}

/*media 428px ends here*/


@media (max-width: 414px) {
    
    
/*about connect start here*/
 
    .sec3main1-connect {
            width: 100%;
            height: 14px;
            /*border: 1px solid cyan;*/
            background-color: white;
            /*position: relative;*/
        }
 

}

/*media 414px end here*/






/*media desktop start here*/

@media (min-width: 1600px){
    
    
    
.sec2main3-content-img2 {
    width: 462px;
    height: 535px;
    /*border: 2px solid red;*/
    margin-bottom: 40px;
    background-color: grey;
    margin-left: 60px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}

/*group photo here*/

.sec2main3-content-img3 {
    width: 462px;
    height: 532px;
    /*border: 2px solid aqua;*/
    margin-top: 20px;
    background-color: grey;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}
    
    

/*yellow box*/



.sec2main3-content-img1 {
    width: 263px;
    height: 158px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
/*    z-index: 1;*/
}
    
    
    
.sec3-about2-img1 {
    position: absolute;
    width: 306px;
    height: 235px;
    
}
    
    
.sec3-about2-img2 {
    position: absolute;
    width: 306px;
    height: 235px;
    
}


.sec3-about2-img3 {
    position: absolute;
    width: 306px;
    height: 235px;
    
}
    
    
    
    
/*about connect start here*/
   
/*    section 3 connect to 4*/
        
        .sec3main1-connect {
            width: 100%;
            height: 200px;
            /*border: 1px solid red;*/
        }

        .sec3main1-connect img {
            /*border: 1px solid blue;*/
            margin-top: -100px;
        }

/*small extend connection*/

.sec3main1-connect2 {
    width: 100%;
    height: 20px;
    /*border: 2px solid yellow;*/
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

/*media desktop end here*/

















