/* common padding class */
.pad-bottom-5per{
    padding-bottom: 5%;
}
/* header white stripe css */
.white-strip-cont{
    background-color: #f5f5f5;
    padding: 5px 0;
    border: 1px solid #d4342c;
    border-style: dashed;
}
.white-strip-cont p{
    margin: 0;
    color: #d4342c;
    padding: 0;
    font-size: 15px;
}
#header {
    padding-top: 0;
}
.wrapper-food-assoc{
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*--- dropdown navigation css ---*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background:none;
    color:#ffffff;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #202020;
    /* border: 1px solid #ccc; */
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu li a{
    padding: 10px 0px!important;
    color: #8a8a8a;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    /* color: #262626; */
    color:#8a8a8a;
    background:none!important;
}
textarea{
    width: 100%;
    border: 2px dotted #ccc;
    background: #f5f5f5;
    color: #202020;
    padding: 12px;
    text-transform: capitalize;
    border-radius: 4px;
    opacity: 1;
    min-height: 54px;
    resize: none;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
/*--- Banner text color ---*/
.banner-text h2 {
    color: #ffff!important;
}
/*--- Banner for the pages ---*/
#banner-about{
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)),url(../images/hero/banner.jpg) no-repeat center top;
	background-attachment:fixed;
	background-size:cover;
	height:100vh;
	min-height:100%;
}
/*--- product heading css ---*/
.about-main h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: -4px;
    background: white;
    width: 100%;
}
/*--- know more btn css ---*/
.know-more-btn{
    padding: 30px 0;
}
.know-more-btn a{
    font-size: 18px;
    border: 1px solid #d4342c;
    border-style: dashed;
    padding: 10px;
    border-radius: 10px;
}
.know-more-btn a:hover, .know-more-btn a:focus {
    color: #d4372c;
    text-decoration: underline;
}
/*--- featured product css ---*/
.featured__item__pic {
    height: 270px;
    position: relative;
    overflow: hidden;
    background-position: center center;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: 5px solid #ffffff;
}
/*--- about page css start ---*/
.our-journey-p{
    letter-spacing: 0.16px; 
    font-size: 22px;
    padding: 40px 0px;
}
.timeline-p{
    letter-spacing: 0.16px; 
    font-size: 18px;
}
#about-page ul,#about-page li{
    list-style: disc;
    margin-inline-end: 1em;
    margin-inline-start: 1em;
    font-size: 18px;
    letter-spacing: 0.16px;
}
/*--- about page css ends ---*/

/*--- product pages card ui css start --- */
.card{
    margin-bottom: 20px;
    height: 312px;
    cursor: pointer;
}
.face.face1 {
    position: relative;
    z-index: 1;
    /* transform: translateY(100px); */
    transition: 0.5s;
  }
  .card:hover .face.face1 {
    /* transform: translateY(0); */
    z-index: 2;
  }
.face.face2 {
    position: relative;
    background: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    /* box-shadow: 0px 0px 10px 0px rgba(134, 133, 133, 0.5); */
    transform: translateY(-270px);
    transition: 0.5s;
  }
  .card:hover .face.face2 {
    transform: translateY(0);
    z-index: 2;
  }
/*--- product pages card ui css ends --- */

/* contact page css */
.map iframe {
	width: 100%;
}
/* contact page css ends */
.owl-demo .item img {
    height: 456px!important;
}
/*--- footer link color ---*/
.footer-nav li a{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}
/* Media queries */
@media screen and (max-width:768px){
    .wrapper-food-assoc {
        flex-direction: column;
    }
}