/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   

html{
    font-size: 15px;
}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


/* End Animations*/

h1,h2,h3,h4,h5,h6{
    font-family: 'Fraunces';
}

p{
    font-family: 'Poppins';
}

.container-fluid{
    max-width: 95%;
}

.main-btn{

    background-color: #cd7329;
    padding: 1.3em 3em;
    border-radius: 0px;
    box-shadow: none;
    color: white;
    transition-duration: 0.4s;
    font-family: 'Fraunces';
    font-size: 1em;
}

.main-btn:hover{
    background-color: #000000;
  color: white;
    transition-duration: 0.4s;
    
}

.navbar{
    margin-top: -10px;
    background-color: transparent!important;
    box-shadow: none!important;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
   padding: 0px!important;
}

.navbar li a{
    font-family: 'Fraunces';
    font-size: 1.2em;
    font-weight: 500;
    color: black;
    
}
.navbar li{
    margin: 0px 2em;
    border-left: 1px solid #bdbdbd;
    padding-left: 2.5em;
    padding-bottom: 0em;
    padding-top: 0em;
}

#header-section{
    background: url('../img/clear-06.jpg');
    background-size: contain;
    background-position: 40% -40%;
    background-repeat: repeat;
    background-blend-mode: multiply;
    
}

.head-2{
    background: url('../img/focus-02.jpg');
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.head-3{
    background: url('../img/focus-03.jpg');
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.title-box{
    padding: 2.5rem;
}

.ulah-row-1{
    background: url('../img/ulah-row-1-bg.jpg')rgba(0, 0, 0, 0.45);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   color: white;
    background-blend-mode: multiply;
    padding: 4em;
    transition-duration: 0.4s;

}

.ulah-row-1:hover{
    background: url('../img/ulah-row-1-bg.jpg')rgba(0, 0, 0, 0.7);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12em;
    background-blend-mode: multiply;
    transition-duration: 0.4s;

}

.ulah-row-2{
    background: url('../img/ulah-main-2.jpg')rgba(0, 0, 0, 0.45);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   color: white;
    background-blend-mode: multiply;
    padding: 4em;
    transition-duration: 0.4s;

}

.ulah-row-2:hover{
    background: url('../img/ulah-main-2.jpg')rgba(0, 0, 0, 0.7);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12em;
    background-blend-mode: multiply;
    transition-duration: 0.4s;
}

.ulah-row-3{
    background: url('../img/ulah-row-3-bg.jpg')rgba(0, 0, 0, 0.45);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   color: white;
    background-blend-mode: multiply;
    padding: 4em;
    transition-duration: 0.4s;

}

.ulah-row-3:hover{
    background: url('../img/ulah-row-3-bg.jpg')rgba(0, 0, 0, 0.7);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12em;
    background-blend-mode: multiply;
    transition-duration: 0.4s;
}


.header-h {
    font-size: 35px;
color: black;
font-size: 4em;
font-family: 'Fraunces', sans-serif;
font-weight: 600;
}
ul
{
list-style:none;
}
.header-p {
color:#000000;
font-size:16px;
}
.section-padding{
background: url('../img/clear-06.jpg');
background-size: cover;
background-position: 40% -50%;
background-repeat: repeat;
padding: 100px 0px;
}
.marb-35{
margin-bottom:35px;
}
.menu-restaurant
{
width:50%;
float:left;
padding:15px;
position:realtive;

}
.menu-restaurant .menu-title
{
float:left;
font-family:'Poppins';
text-transform:uppercase;
letter-spacing:1px;
color:#cd7329;
}
.menu-restaurant .menu-line
{
position: absolute;
bottom:6px;
border-bottom:1px dotted rgba(0,0,0,.3);
margin-left: .6em;
margin-right: .6em;

}
.menu-restaurant .menu-price{
font-weight:600;
position:absolute;
right:0;
top:0;

}
.menu-restaurant .menu-subtitle
{
display:block;
float:left;
color:#B1B1B1;
font-family: Satisfy,'Open Sans',arial;
font-size: 1.2rem;
}
.menu-restaurant span.clearfix{
position:relative;
display:block;
}
#menu-filters ul li a.active, #menu-filters ul li a:hover
{
background: #cd7329;
color:#fff;
border:1px solid #cd7329;
}
#menu-filters ul li 
{
display:inline-block;
color:#fff;
text-transform:capitalize;
letter-spacing:1px;
margin-botttom:40px;
}
#menu-filters ul li a
{
padding:10px 20px;
font-size:14px;
color:#565656;
border-radius:0px;
border:1px solid #BBBBBB;
text-decoration:none;
cursor:pointer;

}
@media (min-width: 20px) and (max-width: 450px) 
{
.menu-restaurant 
{
width: 100%;
}
.header-h
{
font-size: 35px;
}
.header-p 
{
font-size: 14px;
}

}

.msg-row{
margin-top:56px;
}
.media-body, .media-left, .media-right
{
display:table-cell; 
vertical-align: top;

}

.bg-1
{
background-color:#cd7329;
width:70px;
height:70px;
border-radius:50%;

}
.bg-14
{
background-color: #cd7329;
width:70px;
height:70px;
border-radius:50%;
}
.dark-blue
{
color: #31364c;
font-size: 24px;
margin-top: 0;
}
.light-blue {
color: #9699a6;
font-size: 16px;
margin-bottom: 1px;
}
.media-body{
margin-left:10px;
padding-left:13px;
}
.media-2{
margin-top:30px;

}


#banner{
    background: url('../img/banner-bg.jpg')rgba(0, 0, 0, 0.45);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: auto;
    display: flex;
    align-items: center;
    padding: 8em 0em;
}

.stat-box{
    display: flex;

    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 2em;
    color: black;
}

#reviews{
    background: url('../img/clear-06.jpg');
    background-size: cover;
    background-position: 40% -40%;
    background-repeat: repeat;
    background-blend-mode: multiply;
    padding: 8em 0em;
}

.review-box{
    background-color: white;
    padding: 2em;
}

@media only screen and (max-width: 900px) {
    .top-bar {
      display: none;
    }
    .ulah-row-1,.ulah-row-2,.ulah-row-3{
        padding: 2em;
    }
    .ulah-row-1:hover,.ulah-row-2:hover,.ulah-row-3:hover{
        padding: 3.2em;
    }
    #menu-filters li{
        margin: 0.8em 0em!important;
    }
    .stat-box{
        margin-top: 2em;
    }
  }

  .about-row{
    background: url('../img/about-row.png')rgba(0, 0, 0, 0.45);
    background-size: cover;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gallery-row{
    background: url('../img/ulah-about-2.jpg')rgba(0, 0, 0, 0.45);
    background-size: cover;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-row{
    background: url('../img/ulah-main-3.jpg')rgba(0, 0, 0, 0.45);
    background-size: cover;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }