*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 850px) 
{
    /* Home Cover Start */

    .cover{
        height: 85vw;
    }

    .cover .content{
        /*border: 1px solid red; */
       width: 65vw;
       
       padding-left: 10px;
   }


   .cover .content .welcom-message{
        color: #0b4f0b;
        font-size: 18px;
        word-spacing: 5px;
        margin-bottom: 7px;
    }

    .cover .content .heading{
        font-size: 22px;
        word-spacing: 5px;
        margin-bottom: 10px;
    }

    .cover .content .heading2{
        font-size: 22px;
        word-spacing: 7px;
        margin-bottom: 5px;
    }

    .cover .content .desc{
        width: 80%;
        color: #656565;
        font-size: 10px;
        word-spacing: 1.2px;
        letter-spacing: 1px;
        margin-bottom: 10px;

        height: 140px;
        overflow: hidden;

        /* border: 1px solid red; */
    }




    .cover .content .btns{
        display: flex;
        justify-content: first baseline;
        align-items: center;

        /* border: 1px solid red; */
    }
    
    .cover .content .btns a{
        text-decoration: none;
        padding: 4px;
        padding-left: 6px;
        padding-right: 6px;
    
        border-radius: 4px;

        font-size: 10px;
    }
    
    .cover .content .btns .exp-btn{
        color: #fff;
        background-color: #0b4f0b;
    
        margin-right: 10px;
    }
    
    .cover .content .btns .learn-btn{
        color: #fff;
        background-color: #6EA42E;
    }

    /* Home Cover End */

    /* products start */

    .our-products{
        padding-left: 15px;
        padding-right: 15px;
    }



    .our-products .header{
        display: flex;
        flex-direction: column;
    
        justify-content: space-around;
        align-items: center;
        
        overflow: hidden;
    }

    .our-products .header .head{
        width: 100%;
    }
    
    .our-products .header .head .heading{
        /* font-size: 18px; */
        font-size: 0.8rem;
        margin-bottom: 10px;
    }
    
    .our-products .header .head .message{
         /* font-size: 22px; */
        font-size: 1rem;
         margin-bottom: 20px;
    }
    
    .our-products .header .desc{
        width: 100%;
        margin-bottom: 50px;
    }
    
    .our-products .header .desc p{
        /* font-size: 14px; */
        
        font-size: 0.7rem;
    }








    .our-products .product-items{
        width: 100%;
        height: 150px;
    }
    
    .our-products .items{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .our-products .items .card{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    
        -ms-flex: 30%; /* IE10 */
        flex: 30%;
        max-width: 30%;
        padding: 0 4px;
    
        margin-right: 15px;
        
        height: 110px;
    }
    
    .our-products .items .card1{
        transform: perspective(250px) rotateY(-25deg);
        margin-left: 0px;
    }
    
    .our-products .items .card2{
        transform: perspective(250px) rotateY(25deg);
        margin-right: 0px;
    }
    
    .our-products .items .card .icon{
        padding: 14px;
        border-radius: 50%;
    }
    
    .our-products .items .card .icon .inner-icon{
        font-size: 20px;
    }
    
    .our-products .items .card .name{
        color: #000;
        font-size: 0.8rem;
    }





    .our-products .paginations{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    
        margin-top: 0px;
        width: 22%;
    }

    /* products end */

    /* about compant start */

    .about-company{
        margin-top: 20px;
    }

    .about-company .about-section{

        /* border: 1px solid blue; */
    
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    
        min-height: 70vh;
    
        padding: 50px;
        padding-left: 15px;
        padding-right: 15px;    
    }


    .about-company .about-section .about-images{
        width: 36%;
    
         /*border: 1px solid red; */
    
        height: 150px;
    
        position: relative;
        
    }
    
    .about-company .about-section .about-images .below-img{
        position: absolute;
    
        width: 95%;
        height: 100%;
    
        object-fit: cover;
    
        z-index: 1;
    }
    
    .about-company .about-section .about-images .up-img{
        
        position: absolute;
        top: 25%;
        right: -7%;
        
        width: 55%;
        height: 50%;
    
        object-fit: cover;
    
        z-index: 2;
    }
    
    .about-company .about-section .about-intro{
        width: 60%;
        height: 50vh;
    
         /*border: 1px solid green; */
    
        position: relative;
    }
    
    .about-company .about-section .about-intro .heading{
        font-size: 0.8rem;
        margin-bottom: 10px;
    
        position: absolute;
        top: 8%;
        left: 0%;
    
        transform: translate(0%, -8%);
    }
    
    .about-company .about-section .about-intro .message{
        font-size: 1rem;
        margin-bottom: 20px;
    
        position: absolute;
        top: 15%;
        left: 0%;
    
        transform: translate(0%, -15%);
    }
    
    .about-company .about-section .about-intro .desc{
        font-size: 0.7rem;
        
        word-spacing: 1px;
        letter-spacing: 0.5px;
        font-weight: 600;
        line-height: 20px;
    
        position: absolute;
        top: 50%;
        left: 0%;
    
        transform: translate(0%, -50%);

        max-height: 203px;
        overflow: hidden;
    }
    
    .about-company .about-section .about-intro .desc2{
        font-size: 0.8rem;

        word-spacing: 3px;
        letter-spacing: 0.5px;
        font-weight: 600;
        line-height: 25px;
    
        position: absolute;
        top: 75%;
        left: 0%;
    
        transform: translate(0%, -75%);
    }
    
    .about-company .about-section .about-intro .btn{
        text-decoration: none;
        padding: 8px;
        padding-left: 20px;
        padding-right: 20px;
    
        border-radius: 5px;

        font-size: 10px;
    
        position: absolute;
        top: 100%;
        left: 0%;
    
        transform: translate(0%, -100%);
    }

    /* about compant end */


    /* industry start */

    .industry{
        margin-top: 100px;
        margin-bottom: 100px;
        /*padding: 50px;*/
    
        height: 50vh;
    }

    .industry .industry-head .heading{
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    .industry .industry-head .message{
        font-size: 1rem;
    }

    .industry .industry-content{
        margin-top: 0px;
    
        min-height: 40vh;
    
        padding: 0px;
        padding-left: 15px;
        padding-right: 15px; 
    }



    .industry .industry-content .industry-images{
        width: 36%;
    
         /*border: 1px solid red; */
    
        height: 150px;
    
        position: relative;
    }
    
    .industry .industry-content .industry-images .below-img{
        position: absolute;
        right: -7%;
    
        width: 95%;
        height: 100%;
    
        object-fit: cover;
    
        z-index: 1;
    }
    
    .industry .industry-content .industry-images .up-img{
        position: absolute;
        top: 25%;
        left: 0%;
        
        width: 55%;
        height: 50%;
    
        object-fit: cover;
    
        z-index: 2;
    }













    .industry .industry-content .industry-cards{
        width: 60%;
    
         /* border: 1px solid red; */
    
        height: 50vh;
    
        position: relative;
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        
    }
    
    .industry .industry-content .industry-cards .row{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    
        width: 100%;
    }
    
    .industry .industry-content .industry-cards .row .card{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    
        margin-right: 16px;
        margin-left: 2px;
    
        width: 130px;
        height: 75px;
    
        box-shadow: 0px 0px 5px 1px #6fa42e2b;
    }
    
    .industry .industry-content .industry-cards .row .card-left{
        margin-left: 0px;
    }
    
    .industry .industry-content .industry-cards .row .card-up{
        margin-top: -20px;
    }
    
    .industry .industry-content .industry-cards .row .card-down{
        margin-top: 20px;
    }
    
    .industry .industry-content .industry-cards .row .card .icon{
        padding: 8px;
        border-radius: 50%;
    }
    
    .industry .industry-content .industry-cards .row .card .icon .inner-icon{
        font-size: 15px;
    }
    
    .industry .industry-content .industry-cards .row .card .name{
        font-weight: 800;
        font-size: 0.4rem;
        width: 70%;
    }

    /* industry end */
}