/* Home style start---------------------------------------------------- */
.nav-link:hover{
    border:  6px solid #a3a3a3;
    background-color: #a3a3a3;
    transition: 0.5s;
    border-radius: 1px; 
    background: url("images/shovel.png") no-repeat;
    width: auto;
    
}
.carousel-control-prev-icon{
    border:  2px solid #8742f5;;
    border-radius: 2px;
    background-color: black;
   
}
.carousel-control-next-icon{
    border:  2px solid #8742f5;;
    border-radius: 2px;
    background-color: black;
    size: 100px;
}
.navbar-brand{
    font-style: italic;
    font-size: x-large;
    
}
/* Home style end---------------------------------------------------- */

/* Services style start---------------------------------------------------- */
.button{
    border: 4px solid  #a3a3a3;
    color: white;
    background-color: #54008b;
    position: inherit;   
}
.button:hover{
    border:  4px dashed #FFF;
    background-color: #a3a3a3;
    transition: 0.5s;
    border-radius: 1px;
}
.buttonhide{
    border: 1px solid  white;
    color: white;
    background-color: white;
    position: inherit;  
}
.buttonhide:hover{
    border:  1px solid white;
    background-color: white;
    color: white;
    transition: 0.5s;
    border-radius: 1px;
}
/* Services style end---------------------------------------------------- */

/* Learn more style start---------------------------------------------------- */
.text{
    font-size: xx-large;
    font-style: italic;
    color: #54008b;
   
}

/* Learn more style end---------------------------------------------------- */

/* Gallery style start---------------------------------------------------- */


.carousel-indicators{
    background-color: #54008b;
    color: #54008b;
    height: auto;

  
}
.tthumbnail{
    height: 2%;
    width: 2%;
}

/* Gallery style end---------------------------------------------------- */

/* Contact style start---------------------------------------------------- */

.border{
    color: white;
    background: #54008b;
    font-size: large;
   
}
.borders{
   
    border-color: #555;
    border-width: 10px;
    border-style: solid;
    border-radius: 10px;
}
.hrr{
    background-color: white;
}
/* Contact style end---------------------------------------------------- */