@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:700|Roboto:500&display=swap");
@font-face {
    font-family: Mbkaos;
    src: url(../FONT/Mbkaos.ttf);
}


.aboutmission{
    background-color: #fff;
}
.missionhead{
    color: #000;
font-family: Mbkaos;
font-size: 3.333vw;
font-style: normal;
font-weight: 300;
line-height: normal;
text-align: center;
padding: 3vh 0;
}

    .missioncon {
        background-color: #0B74BC;
        display: flex;
        position: relative;
        padding: 10px;
    padding: 3%;
        width: 95%;
        margin: auto;
    }
.missionpara {
    color: #FFF;
    font-family: "Mbkaos";
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 15px;
    align-items: center;
    display: flex;
    width: 80%;
}


.missionim {
    /* width: 386px; */
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    margin-right: 0px;
    /* height: 38vh; */
    transform: translateY(-9%);
    background-image: url(..//images/unsplash_l4yV3CLfGfY.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 14%;
}


.missionim1{
    display:none;
  }

.oustorhead{
    color: #000;
    font-family: Mbkaos;
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    padding: 6vh 0;
}
.ourstocontent{
    color: #000;
font-family: "Mbkaos";
font-size: 2.083vw;
font-style: normal;
font-weight: 300;
line-height: normal;
width: 85%;
margin: auto;
padding: 4vh 0;
}
.oustory{
padding: 5vh 0;
}


.choseback{
    background-image: url(../images/Group\ 34.png);
    background-size: cover;
    display: block;
    align-content: center;
   
padding: 22vh 0;
    background-repeat: no-repeat;
    width: 100%;
}
.choseover{
    width: 80%;
    margin: auto;

text-align: left;
color: #FFF;
font-family: "Mbkaos";
font-size: 2.60vw;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.chooseovehead{
    color: #FFF;
    font-family: Mbkaos;
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 30px 0;
}
.getinhead{
    color: #000;
font-family: Mbkaos;
font-size: 3.333vw;
font-style: normal;
font-weight: 300;
line-height: normal;
text-align: center;
}

.contactform{
    border: 1px solid #000;
    margin:  30px  auto;
    width: 50%;
    margin:auto;
background-color:#0B74BC;
    padding: 0% 0% 1.5% 0%;
    

}
.contactfields {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .textarea-container textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    resize: vertical;
    box-sizing: border-box;
}

.contactfields, 
.textarea-container textarea {
    font-size: 16px;
    width: 100%;
    box-sizing: border-box; 
}

/* Placeholder styling */
.contactfields::placeholder,
.textarea-container textarea::placeholder {
    font-size: 18px; /* Increase the font size of the placeholder text */
    color: #888; /* Optional: Change placeholder color */
}

.view-products {
    background-color: transparent;
    border: 1px solid black;
    margin: 10px;
    padding: 8px 60px 8px 60px;
   
    cursor: pointer;
    float: right;
    color: black;
    transition: all 0.5s ease-in; 
    color: #000;
font-family: "Mbkaos";
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: normal;
background-color:#fff;
}

.view-products:hover {
    background-color: black;
    color: #fff;
    border-color:#000;
}

.aboutbanner{
    background-image: url(..//images/Frame\ 34.png);
        width: 100%;
        padding: 25%;
        background-size: cover;
    }

