
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
body{
    width: 100%;
    height: 100%;
}





.logo{
    
    display: flex;
    justify-content: center center;
    align-items: center;
    padding: 1px;
    
    
}
.logo img{
    width: 12rem;
    /* border: 2px solid white; */
    border-radius: 2px;
    margin-top: 7px;
    margin-left: 20px;
    padding: 3px;
    
    
}
#navbar{
    display: flex;
    font-size: 1.3rem;
    /* border: 2px solid rgba(0, 0, 0, 0.199); */
    background-color: rgba(0, 0, 0, 0.705);
    border-radius: 15px ;
    
}
.stickynav{
    position: fixed;
    top: 0;
    width: 100%
}
.stickyfoot{
    position: fixed;
    bottom: 0;
    width: 100%
}
.nav-list {
    width: 70%;
    /* background-color: rgb(0, 0, 0); */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    
    
}
.nav-list li{
    list-style: none;
    padding: 20px;
    margin: 5px;
    
}
.nav-list li a{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: white;
    /* font-size: 18px; */
}
.nav-list li a:hover{

color: rgba(255, 255, 255, 0.829);


}



/* search  */
.rightnav{
/* background-color: rgb(0, 0, 0); */
width: 30%;
text-align: right;
padding: 20px;
}
#search {
padding: 4px;
/* border: 2px solid grey */
border-radius: 7px;
font-size: 15px;
/* margin-right: 20px; */
border: none;

}



.btn-sm {
    padding: 4px 6px !important;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 7px !important;
    background-color: rgba(255, 255, 255, 0.616);
    color: rgb(0, 0, 0);
    font-size: 15px !important;
    font-weight: bold;
    width: 80px;
    /* margin-right: 2px; */

}
.btn-sm:hover {
    padding: 4px 6px;
    border: 2px solid rgb(255, 255, 255) ;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.616);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    width: 80px;
    /* margin-right: 2px; */
    cursor: pointer;

}

.bg{
    background: rgba(0, 0, 0, 0.623) url( ../img/bg.jpg);
    background-size: cover;
    background-blend-mode: darken;
}

/* footer  */

footer{
    background-color: rgba(0, 0, 0, 0.705);
    /* border: 2px solid rgba(0, 0, 0, 0.199); */
    border-radius: 15px;
    
}
#ft{
    
    display: flex;
    color: white;
    padding: 20px;
    font-size: 1.2rem;
}
.fta{
    width: 33%;
    display: flex;
    justify-content: flex-start;

}
.fta small a{
    color: white;
    text-decoration: none;

}
.arr{
    width: 34%;
    justify-content:center;
    align-items: center;
    text-align: center;


}
.ftb{
    width: 33%;
    
    margin: 0 20px;
    display: flex;
    justify-content: flex-end;
    
}
.ftb a{
    color: white;
    text-decoration: none;
}


/* index */
.fs{
    padding-top: 60px;
}


.box-main{
    margin: auto;
    padding: 22px;
    color: white;
    
    text-align: center;
}
.mainh{
    margin-top: 30px;
}
.wch{
    font-size: 4rem;
}
.wsh{
    font-size: 2rem;
}

.cp{
    padding: 40px 40px;
    margin: 10px;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    
    
}
.hpc{
    width: 75%;
    color: white;
    
}
.ci{
    width: 25%;
}
.cimg{
    /* margin-left: 60px; */
    padding: 10px;
    width: 300px;
    height: 350px;
    justify-content: center;
    align-items: center;
}

.plist{
    padding: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
.pcl {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 50%;
}
.pcl li{
    text-align: left;
}

.mottoline{
    padding: 0 20px 20px 20px;
    /* margin: 20px; */

}


/* certificate */
.certih{
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 3rem;
    padding: 20px;
}
.certi{
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    
}
.certimg{
    height: 700px;
    width: 900px;
    
}


/* contact us  */

.contus{
 /* height: 100vh; */
 align-items: center;
}
.cont{
    align-items: center;
    
}
.cont img{
    
    width: 715px;
    /* height: 331px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    
}
.conttext{
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
    font-style: italic;
}
.addressus{
    padding-bottom: 40px;
}

.socialmedia{
    margin: 10px;
    margin-top: 30px;
}

/* Enquiry  */

.enqs{
    padding-bottom: 100px;
}

.enqlogo{
    width: 400px;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 20px;
    object-fit: fill;
}
.enq{

    align-items: center ;
    justify-content: center;
    text-align: center;
    
    margin: auto;
    padding: 20px;
    border: 2px solid rgba(255, 255, 255, 0.699);
    /* width: 1200px; */
    /* height: 600px; */
    border-radius: 10px;
}
.enqmform{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.enqform{
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 7px;
    margin: 7px;
    width: 500px;
    border: 2px solid black ;
    color: rgb(0, 0, 0);
    border-radius: 10px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.616);
}

.btnd{
    padding: 35px;
    margin: 20px;
    width: 300px;
}

.reset{
    border: 2px solid black ;
    border-radius: 10px;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    width: 110px;
    float: left;
    padding: 7px;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.616);
    color: rgb(0, 0, 0);
    
    
    
    
}
.reset:hover {
    border: 2px solid rgb(255, 255, 255) ;
    border-radius: 10px;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    width: 110px;
    float: left;
    padding: 7px;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.616);
    color: rgb(255, 255, 255);
    
    
    
    
}

.Submit{
    border: 2px solid black ;
    border-radius: 10px;
    font-size: 17px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    width: 110px;
    float: right;
    padding: 7px;
    
    background-color: rgba(255, 255, 255, 0.616);
    color: rgb(0, 0, 0);
    
    cursor: pointer;
}
.Submit:hover {
    border: 2px solid rgb(255, 255, 255) ;
    border-radius: 10px;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    width: 110px;
    float: right;
    padding: 7px;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.616);
    color: rgb(255, 255, 255);
    
    
    
    
}


/* products */



.leading-relaxed{
    min-width: 27.6rem;
    min-height: 12rem;
}

.product{
    height: 100vh;
}


.pro{
    height: 100vh;
}

.borderradius{
    border-radius: 15px;
}
.four{
    height: 400px;
}



.pdfview{
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-bottom: 50px;
    
    width: 660px;
    height: 500px;
    
}
.pdl{
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 200px;

}


/* cards */
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: rgb(250, 250, 250);
    color: rgb(0, 0, 0);
    transform: rotateY(180deg);
  }

  .column {
    float: left;
    width: 33.33%;
  } */

   .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .pwidth{
      max-width: 33.33% !important; 
      
  }
  
  .ph1{
      font-size: 2.5rem !important;
      font-weight: bold;
  }
  .ppera{
      font-size: 1.4rem;
  }
  .pptop{
      padding-top: 5rem;
  }



/* media----------------------------------------------------------------------------------------------------------------------------  */
/* For tablets: */
@media only screen and (max-width:800px) {
    
}

/* For mobile phones: */
@media only screen and (max-width:950px) {
    /* index  */
    /* navbar  */
    .fs{
        padding: 0;
    }
    .logo{
        display: block;
    }
    #navbar{
        position: relative;
    }
    .nav-list {
          display: block;
          align-items: center;
          justify-content: center;
          text-align: center;
          width: 100%;
    }
    .rightnav {
    
        display: none;
    }

    /* section  */
    .box-main {
        margin: auto;
        padding: 0;
        color: white;
        text-align: center;
    }
    .mainh {
        padding: 30px;
        margin: 0;
    }
    .hpc {
        width: 100%;
        
    }
    .cp {
        padding: 10px;
        margin: 0;
        text-align: center;
        font-size: 1.2rem;
        display: block;
        
    }
    .pcl {
        display: inline-block;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0;
    }
    .ci {
        width: 100%;
    }






    /* footer  */
    #ft{
        display: block;
        padding: 15px;
    }
    .fta {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 5px;
    }
    .arr {
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 5px;
    }
    .ftb {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 5px;
    }
    /* end  -------*/


    /* contact us  */

    




    /* .footer{
        position: relative;
    } */
    .cont img {
        width: 350px;
        /* height: 226px; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 10px 0;
    }



    

    /* end -------- */

    /* enquiry  */
    .enqs {
        padding-bottom: 00px;
    }
    .enqlogo {
        width: 350px;
        /* height: 118px; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        height: 150px;
        padding: 30px;
    }
    .enq {
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: auto;
        padding: 0;
        border: 0px solid rgba(255, 255, 255, 0.699);
        width: 100%;
        height: 80vh;
        border-radius: 0;
    }
    .certih {
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        font-size: 3rem;
        padding: 10px;
    }
    .enqmform {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .enqform {
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 7px;
        margin: 7px;
        width: 320px;
        border: 2px solid black;
        color: rgb(0, 0, 0);
        border-radius: 10px;
        font-size: 20px;
        background-color: rgba(255, 255, 255, 0.616);
    }
    .btnd {
        padding: 35px;
        margin: 0px;
        width: 360px;
    }
    /* end ------------ */
    /* product  */
    .pdfview{
        width: 300px;
        height: 300px;
    }

    .pwidth{
        max-width: 50% !important; 
    }
   


    
}


@media only screen and (max-width:600px) {
    .pwidth{
        max-width: 100% !important; 
    }
    .p-5{
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

