.bread {
    background: url(../img/bread.jpg);
    padding: 155px 0px 0px 40px;
    background-size: cover;
    background-position: bottom;
    height: 220px;
}

.subhead h1{
   font-family: 'Rajdhani', sans-serif;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    margin-top: 0px;
    position: relative;
    border-bottom: 1px solid #e1dbdb;
    padding-bottom: 10px;
    margin-bottom: 20px;
}




.subhead h1:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0px;
    width: 12%;
    height: 3px;
    bottom: 0px;
    transform: skewX(50deg);
}



.inner{
    
    padding: 60px 0px;
}

.address {
    background: #fff;
    padding: 20px;
    border: 1px solid #dedada;
}

.list2{
    padding: 0px;
}

.list2 li{
    
    list-style: none;
        line-height: 40px;
    display: flex;
    
}

.list2 li b{
    
    width:20%;
    
}

.list2 li span{
    
    width:80%;
    
}


.product{
    position: relative;
    overflow: hidden;
        margin-bottom: 20px;
     box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09); 

}




.hum {
    position: relative;
}


.hum:before {
    position: absolute;
    background-color: rgba(19, 18, 18, 0.55);
    width: 100%;
    height: 10%;
    content: "";
    opacity: 0;
    z-index: 2;
    transition: 0.5s;
    bottom: 0px;
    left: 0px;
}

.hum:hover:before {
    height: 100%;
    opacity: 1;
}




.hum .hov {
    position: absolute;
    top: 0%;
    /* left: 30%; */
    opacity: 0;
    transition: 0.5s;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.hov h4 a {
    background: #ffc000;
    color: #fff;
    display: inline-block;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    vertical-align: middle;
    /* border: 1px solid #e23843; */
    margin-right: 10px;
    /* border-radius: 50%; */
    z-index: 2;
    position: relative;
    font-size: 16px;
}

.hum:hover .hov {
    position: absolute;
    top: 40%;
    opacity: 1;
}






.hov h1{
 font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    margin-top: 0px;
    text-transform: uppercase;
 color:#fff;
}

.describe{
    margin: 30px 0px;;


}

.breadd {
       margin: 0px 0px;
    width: 100%;
   
}

.breadd h1 {
    font-size: 25px;
    margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rajdhani', sans-serif;
}


.hum {
    position: relative;
}


.hum:before {
    position: absolute;
    background-color: rgba(31, 30, 30, 0.18);
    width: 100%;
    height: 10%;
    content: "";
    opacity: 0;
    z-index: 2;
    transition: 0.5s;
    bottom: 0px;
    left: 0px;
}

.hum:hover:before {
    height: 100%;
    opacity: 1;
}




.hum h4 {
    position: absolute;
    top: 0%;
    left: 30%;
    opacity: 0;
    transition: 0.5s;
}

.hum h4 a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    vertical-align: middle;
    /* border: 1px solid #e23843; */
    margin-right: 10px;
    /* border-radius: 50%; */
    z-index: 2;
    position: relative;
    font-size: 16px;
}

.hum:hover h4 {
    position: absolute;
    top: 35%;
    opacity: 1;
    left: 43%;
    right: 0;
}





.name{
     text-align: center;
    padding: 7px 0px;
}

.name h1 {
    font-weight: 600;
    font-size: 15px;
    line-height: 33px;
    margin: 0px;
    border-top: 1px solid #e0d9d9;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    color: #000;
}
.describe{
    margin: 30px 0px;;


}

.describe h1{
    font-size: 20px;
    font-weight: 700;
    
}
