* {
    padding: 0PX;
    margin: 0PX;
    font-family: COURIER;
    font-weight: bold;
}

.top1 {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    overflow-y: hidden;
    overflow-x: hidden;
}


/* NAVBAR CSS         */

.nav-item1,
.nav-item2,
.nav-item3,
.nav-item4 {
    padding: 5px;
}
.top2{
    position: relative;
}
.top2::before{
    content: '';
    position: absolute;
    background: url('https://wachamean.com/images/about06_new.png')  ;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

/* ------img style------- */

.hed1 {
    margin-left: 29%;
    margin-top: 40PX;
    color: #fff;
    font-weight: 23px;
}

.wanna {
    font-weight: bold;
    padding-left: 13%;
    margin-top: 4%;
}

.sec1 {
    margin-left: 55% !important;
    color: #fff;
    width: 47%;
}

.para1 {
    font-size: 13px;
    text-align: start;
}

.para2 {
    font-size: 12px;
    text-align: start;
    margin-right: 30px
}

.col_left,
.col_right {
    font-size: 10px;
    padding: 30px 55px 0px 0px;
    text-align: start;
}

.col_main {
    margin: 20px;
    display: flex;
}

.row {
    margin-left: 100px;
}

.sec1 {
    margin-left: 40%;
    color: #fff;
}

.col_left2,
.col_right2,
.col_mid2 {
    display: table-cell;
    padding-right: 5px;
}

.f-container {
    margin-top: 15% !important;
    margin-bottom: 0;
}

.container {
    font-weight: bold;
}


/* form css */

.form-sec {
    margin-left: 50px;
    margin-top: 80px;
}

.form-h2 {
    color: #fff;
    font-weight: bold;
    margin: 10px;
}

#in1,
#in2,
#subject {
    width: 40%;
    margin: 10px;
    border: 2px solid #fff;
    border-radius: 12px;
    background: transparent;
    padding: 15px;
}

#btn {
    background: transparent;
    border: transparent;
    color: #fff;
    margin-left: 17%;
    font-size: x-large;
    font-weight: bold;
}

.social {
    color: #fff;
    margin-left: 16.5% !important;
    margin-top: 1%;
}


/* form place holder color */

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 1;
    font-weight: bold;
    font-size: large;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF;
    font-weight: bold;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FFF;
    font-weight: bold;
}

.footer_contact {
    position: fixed;
    width: 108%;
    text-align: center;
    bottom: 0;
}

.home-footer {
    position: fixed;
    width: 108% !important;
    text-align: center !important;
    bottom: 0 !important;
}

.footer_about {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
}

#lnk {
    font-size: 12px;
    color: #fff;
}

.row1 {
    margin-bottom: 60px !important;
}


/* media query for pages */

@media only screen and (min-width:990px) {
    .media {
        margin-left: 38% !important;
    }
    .hed1 {
        margin-left: 32% !important;
        margin-top: 40PX !important;
        background-position: center;
    }
    .form-sec {
        margin-top: 50px;
    }
    .form-h2 {
        margin: 10px;
    }
}

@media only screen and (max-width:550px) {
    
    .top2::before{
        filter: blur(5px);
        background-position: center;
        height: 175vh;
    }
    .hed1 {
        margin-left: 15% !important;
        margin-top: 41PX !important;
    }
    #good {
        font-size: calc(0.9rem + 1vw) !important;
    }
    .form-sec {
        margin-top: 50PX;
    }
    .form-h2 {
        margin: 5px;
    }
    /* .top1 {} */
    .sec1 {
        margin-left: 12% !important;
        width: 80%;
    }
    .wanna {
        font-size: larger !important;
        padding-left: 13%;
        margin-top: 2%;
    }
    .col_main {
        margin-left: 39%;
        margin-top: 0%;
    }
    .col_left2,
    .col_right2,
    .col_mid2 {
        display: table-cell;
        padding-right: 15px;
    }
    .f-container {
        margin-top: 8%;
        margin-left: 6% !important;
    }
    .container {
        font-weight: bold;
        margin-top: 0%;
    }
    .vis,
    .mis,
    .pro {
        font-size: large;
    }
    #btn {
        margin-left: 16%;
    }
    .social {
        margin-left: 10.5% !important;
    }
    .row1 {
        margin-bottom: 10px !important;
    }
    .top1 {
        overflow: scroll;
    }
    #lnk {
        font-size: 9px;
        color: #fff;
    }
    .footer_about {
        position: unset;
        text-align: center;
    }
}

@media only screen and (max-width:850px) {
    .navbar-collapse {
        background: transparent;
    }
    .nav-item1,
    .nav-item2,
    .nav-item3,
    .nav-item4 {
        margin: -9px;
        margin-left: 5px;
    }
    .sec1 {
        margin-left: 15%;
    }
    .wanna {
        font-size: 20px;
        margin-left: 20%;
    }
    .col_main {
        margin-left: 25%;
    }
    .col_left2,
    .col_right2,
    .col_mid2 {
        display: table-cell;
        justify-content: center;
        padding-right: 15px;
    }
    .f-container {
        margin-top: 15%;
        margin-left: 25%;
    }
    .container {
        font-weight: bold;
        margin-top: 0%;
    }
    .vis,
    .mis,
    .pro {
        font-size: large;
    }
}

.im1{
    position: relative;
}
.im1::before{
    content: '';
    position: absolute;
    background: url('../images/home-05_new.jpg') center center/cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.im2{
    position: relative;
}
.im2::before{
    content: '';
    position: absolute;
    background: url('../images/s1.png') center center/cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.im3{
    position: relative;
}
.im3::before{
    content: '';
    position: absolute;
    background: url('../images/s2.png') center center/cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.im4{
    position: relative;
}
.im4::before{
    content: '';
    position: absolute;
    background: url('../images/s3.png') center center/cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.im5{
    position: relative;
}
.im5::before{
    content: '';
    position: absolute;
    background: url('../images/s4.png') center center/cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.header{
    height: 100vh;
}


/* media for about page: */