*{
    text-decoration: none;
    list-style: none;
}

/* Index page css */



.home .pro{
    text-align:center;
    text-transform:uppercase;
    color:#1c1c1c;
    font-size:20px;
    font-weight:700;
    margin-top:8px;
    
    padding: 5px 5px;
}

.home .pro:hover{
    background-color:#00a5ea;
    transition: background-color 0.6s ease;
    



}

.home{
    overflow:hidden;
}
.home img {
/* transition: transform .2s;  */
transition: 0.3s;

}

.home img:hover{
    transform: scale(1.1,1.1) ;
    
}

.home a{
    text-decoration: none !important;
    cursor: pointer;
}






.location h2{
    text-align: center;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
}

.location{
    width: 97%;
}

/* gallery */

.gallery h2{

    text-align: center;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 40px;
    
    }


    .mar{
        margin-bottom: 30px;
        overflow: hidden; 

    }

    .mar img{
        border: 1px solid #00a5ea;
        transition: 0.3s;
        width: 100%;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
  

    }

    .mar img:hover{
        transform: scale(1.1,1.1);
        

    }



    /* products */

    
.pros .pro{
    text-align:center;
    text-transform:uppercase;
    color:#1c1c1c;
    font-size:20px;
    font-weight:600 !important;
    margin-top:8px;
    
    padding: 5px 5px;
}

.pros .pro:hover{
    background-color:#00a5ea;
    transition: background-color 0.6s ease;
    



}

.pros{
    overflow:hidden;
}
.pros img {
transition: transform .2s; 

}

.pros img:hover{
    transform: scale(1.1,1.1) rotate(-2deg);
    
}


.des .head {
    font-size: 22px;
    color: #1c1c1c;
    font-weight: 700;

}

.des hr {
    margin-top: -1px;

}

.pros img {
    height: 200px;
}


/* slim banner */
.center {
    position: relative;
}

.center img {
    
    width: 100%;
}

.center .text-center  h3 {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    color: #1c1c1c;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
}

.center .home {
    position: absolute;
    bottom: 1%;
    color: #1c1c1c;
}

.center .arrow {
    position: absolute;
    bottom: 2%;
    left: 3.2%;
    color: #1c1c1c;
}

.center .pro {
    position: absolute;
    bottom: 1%;
    left: 3.8%;
    color: #1c1c1c;
}
 /* slim banner end */




 /* about us */

 .abt-pro{
    font-size: 20px;
    font-weight: 700;
    color: #1c1c1c;
    margin-top: 20px;
    margin-bottom: -2px;
}

.why li{
    font-weight: 500;
}

.abt .main{
    font-weight: 50px;
}

/* about us End */



/* media query for slim banner  */

@media only screen and (max-width: 600px) {
    .center .text-center  h3 {
        font-size: 22px;
        font-weight: 700;
    }



    .center .home {
        position: absolute;
        bottom: 1%;
    }
    
    
    .center .arrow {
        position: absolute;
        bottom: 4.5%;
        left: 12.2%;
    }
    
    .center .pro {
        position: absolute;
        bottom: 1%;
        left: 14.8%;
    }

    .center img{
        height: 200px;
        object-fit: cover;
    }


    
  }