*{
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
html, body{
    scroll-behavior:smooth;
}

a{
    text-decoration: none!important;
}

.head{
    padding: 30px 0;
    background: ;
}

P{
    font-size: 16px;
}

.head img{
    display: block;
   margin-left: 20px;
   
}   

.navigationsection{
    background: black;
}


.nav-item .active{
    background: #f2c800;
    border-radius: 5px;
}

.nav-item{
    padding:5px 10px;
   margin-right: 30px;
    transition: all 0.3s;
}

.nav-item:hover{
     background: #f2c800;
    border-radius: 5px;
}


.nav-link{
    color: white!important;   
}

.navbar-nav{
    display: flex;
   
    width: 100%;
}

.banner img{
    width:100%;
}

.threebox img{
    width:60px;
    display: block;
    margin:10px auto;
}

.threebox{
    text-align: center;
    margin:20px;
    box-shadow: 0px 0 20px #0E688E;
    padding:20px;
    min-height: 250px;
}

.threesection{
    margin:60px 0;
}

.threebox h5{
    color:#0E688E;
}

.topheading{
    text-align: center;
    margin-bottom: 72px;
}

.topheading p{
    color: #0E688E;
    font-weight: 600;
}

.topheading h3{
    color: #f2c800;
}


.product-box img{
    height: 250px;
    width:auto;
    display: block;
    margin:0 auto;
    padding:2px;
    
}

.productallbox {
    text-align: center;
}

.tranding {
    
}


/*------------------hover-----------**/

.hoverimg{
    position: absolute;
    top:100%;
    left:0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s;
}

.hoverrsub img{
    width:50px;
    height: auto;
    margin-bottom: 20px;
}

.hoverrsub{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:white;
}

.product-box{
    overflow: hidden;
    position: relative;
}

.product-box:hover .hoverimg{
    top:0;
}

.product-box:hover  img{
   
    padding:0px;
    transition: all 0.1s;
    
}

.productname {
background: #ffe34d;
    
    padding:10px 0;
}



.productname p{
    margin:0;
    color: #0f698e;
    
}

.productallbox{
    margin-bottom: 30px;
}

.aboutimg img{
    width:80%;
    margin-left: 20%;
    border-radius: 20px;
}


.aboutus{
   padding: 100px 0 30px 0;
    background: #f3f4fd;
}


/*-----------------*/

.interright img{
    width:30px;
    height: auto;
    margin-top: 10px;
    margin-right: 20px;
}

.flexhead {
    display: flex;
    justify-content: space-between;
}

.headright{
    display: flex;
    padding-top: 15px;
}

.headright a{
    text-decoration: none;
    color: #0f698e;
    margin-top: 10px;
    font-weight:100;
    
}


/*------------------------------------------*/

.maintop{
    background: #f3f4fd;
    padding: 10px 0;
}

.maintop p{
    margin:0;
    font-size: 12px;
    color:gray;
}



/*-------------------------------------*/

.owlsection .item img{
  width:100%;
    height: auto;
    
}

.owlsection .item{
    border: 1px solid lightgray;
    border-radius: 50%;
    padding: 30px;
  
}



.owlsection .owl-theme .owl-dots .owl-dot {
    display: none!important;
    
}
.owlsection{
    padding: 60px 0;
}

.owl-theme .owl-dots .owl-dot span{
    background: red;
}



/*------------------------------------------*/

.sectionhow{
    padding: 60px 0;
    background:url(../images/product/fixbaner.jpg);
    background-attachment: fixed;
}


.howbox img{
    width:100px;
    height: auto;
    margin:0 auto;
    display: block;
}

.howbox p{
    text-align: center;
    color:#0f698e;
    margin-top: 20px;
    font-weight: 600;
}

.howbox{
    background:rgba(255,255,255,0.9);
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border:1px solid lightgray;
}

.topheading{
    margin-bottom: 46px;
}

.topheading img{
    width:20px;
}

.sectionhow .topheading p{
    color:white;
    font-weight: 100;
    margin-bottom: 10px;
}


/*--------------------------------*/

.testimonial .item img{
    width:100px;
    height: auto;
    display: block;
    margin:10px auto;
    border-radius: 50%;
    
}

.testimonial .item{
    width:60%;
    display: block;
    margin:0 auto;
}


.testimonialsection {
    padding:60px 0;
    background: #f3f4fd;
}

.testimonial p{
    font-weight: 100;
    font-size: 14px;
}

.padding{
    padding: 60px 0;
}



/*----------------------form-----------------------------*/

.formnameinput {
    width:100%;
    display: flex;
    justify-content: space-between;
    
}

.formnameinput input{
    width:48%;
    padding:10px;
    margin:20px 0;
    border-radius: 25px;
    border:1px solid #0f698e;
    outline: none;
}

.secondinput input, .secondinput textarea{
    width:100%;
    padding: 15px;
    margin:20px 0;
    border-radius: 25px;
     border:1px solid #0f698e;
    outline: none;
}

.contactsection{
    padding:60px 0;
}
input[type="submit"]{
    background: #f73232;
    outline:none;
    border:none;
    padding: 8px 16px;
    border-radius: 25px;
    margin-top: 20px;
    color:white;
}

.contact-address ul{
    margin-left: 40px;
    list-style: none;
   
}

.contact-address ul li{
    padding:10px;
    margin:5px;    
    display: flex;
}

.contact-address a{
    text-decoration: none!important;
    color:#0f698e;
}
.contact-address a:hover{
    text-decoration: none;
    color:#0f698e;
}

.addres img{
    width:30px;
    height: 30px;
    margin-right: 20px;
}

.contact-address > img{
    margin-bottom: 20px;
}

.socialicon{
   display: flex;
    justify-content: center;
}

.socialicon img{
    width:50px;
    height: auto;
    border-radius: 50%;
    margin: 0 10px;
    box-shadow: 0 0 11px white;
    
}

.width{
    width:100%!important    ;
}
.footer{
    padding: 60px 0;
    background: #0f698e;
}

.colinline ul li{
     padding:10px;
    margin: 0 19px;
}

.colinline ul li a{
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.colinline ul{
    display: block;
    margin:20px auto;
    width:100%;
    display: flex;
    justify-content: center;
    list-style: none;
    
   
}

.gmailone{
    margin-top: 10px;
}

.btnmap{
    border:none;
    outline: none;
    background: #f2c800;
    border-radius: 10px;
    width: 200px;
    padding: 8px;
}

.btnmap a{
    color: white;
    text-decoration: none!important;
}

footer{
    margin-bottom: -30px;
}

.floatbanner{
    width: 40%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    top:50px;
    left:141px;
    color:white;
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 5px;
    padding:20px;
   
   
}


.banner{
    position: relative;
}


.teammember img{
    height: 250px;
    display: block;
    margin:0 auto;      
}

.teammember{
    padding: 60px 0;
    text-align: center;
}


.teammember p{
    font-weight: 700;
    color:#0f698e;
    margin-top: 10px;
}

#suraj{
    font-size: 14px;
    font-weight: 100;
}


.pageabout{
    background: white!important;
}


.productsectionpage{
    margin-bottom: 80px;
}


.discriptionpage th,td{
    padding: 10px 20px;;  
    border:1px solid lightgray;
}

.discriptionpage{
    width:100%;
}


.disctiptionimg img{
    max-height: 300px;
    display: block;
    margin:0 auto;
}


.enquirybtn{
    outline:none;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    margin-top: 20px;
    background:#f2c800;
}

.enquirybtn:hover {
    color:white;
}



/*-------model--------------------------**/

.modal-body input,textarea{
    outline:none;
    border:none;
    padding:10px;
    margin:10px 0;
    border:1px solid #0f698e;
    
    width:100%;
    border-radius: 10px;
}


button:hover{
    background:#0f698e;
}


.modal-header,.modal-footer{
    background: #f2c800;
        color:white;
}





























/*-------------media----------------------------------------------------------------------------*/




@media screen and (max-width: 1200px){
    .socialiconheader{
        display: none;
    }
    
    .nav-item {
    padding: 5px 10px;
    margin-right: 0px;
    transition: all 0.3s;
}
    
    
}






@media screen and (max-width: 1000px){
    
    .threebox{
    text-align: center;
    margin: 0px!important;
    box-shadow: 0px 0 20px #0E688E;
    padding: 10px;
        min-height: 250px;
    margin-top: 20px!important;}
    
   
}



@media screen and (max-width: 848px){
     .floatbanner{
    width: 60%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    top:50px;
    left:141px;
    color:white;
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 5px;
    padding:20px;
   
   
}
    
    .floatbanner h1{
        font-size: 20px;
    }
    
    .duscriptionmargin {
        margin-top: 100px;
    }

 .headright {
    display: flex;
    padding-top: 15px;
    display: none;
}
    
    
}





/*----------======---------*/

.ativmentbox img{
    width:100%;
    margin-bottom: 30px;
}

.atchivmentsection{
    padding: 60px 0;
}









@media screen and (max-width: 767px){
    
        .threebox{
            margin-top: 20px;
    }
    
    .productallbox{
        margin-top: 20px;
    }
    
         .floatbanner{
    width: 60%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:white;
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 5px;
    padding:10px 0;
   
   
}
    .aboutpageteam img{
    margin-top: 30px;
}

    
      .floatbanner h1{
        font-size: 15px;
    }
    
    .head img {
      display: flex;
         width:80%;
        height: auto;
        margin-left: 10%;
}
    
    .aboutimg img {
    width: 80%;
     margin-left: 10%; 
    border-radius: 20px;
}
    
    .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
    margin-left: auto;
       
}
    

   
    
    
    
}




@media screen and (max-width: 532px){
    .colinline ul li {
     padding: 0px; 
    margin: 0 10px;
}
    
    .socialicon img {
    width: 25px;
    height: auto;
    border-radius: 50%;
    margin: 0 10px;
    box-shadow: 0 0 11px white;
}
    
    .topheading h3 {
    color: #f2c800;
    font-size: 20px;
}
    
    .colinline ul li a {
    color: white;
    text-decoration: none;
    font-size: 10px;
}
}