@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.container {
    width: 100%;
}

.yb-logo-1 {
    width: auto;
    height: 400px;
    padding-left: 30%;
}

.nav-header-div {
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 4367px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}
.nav-div-img{
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0%;
    background: url('assets/images/customerimgs/crd2.jpg') 0% 0% no-repeat padding-box;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Team page styling start */

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}
/*Social Icon One*/
.social-icon-one {
    position: relative;
  }
  
  .social-icon-one li {
    position: relative;
    margin: 0px 6px;
    display: inline-block;
  }
  
  .social-icon-one li a {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .social-icon-one li a:hover {
    color: #a41a13;
  }
/*** 

====================================================================
	Chefs Section
====================================================================

***/
.chefs-section {
    position: relative;
    padding: 50px 0px 100px;
  }
  
  .chefs-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .chefs-section .title-box h2 {
    position: relative;
    color: #242424;
    font-size: 36px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
  }
  
  .chefs-section .title-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8em;
  }
  
  /* Chef Member */
  .chef-member {
    position: relative;
    margin-bottom: 30px;
  }
  
  .chef-member .inner-box {
    position: relative;
    text-align: center;
  }
  
  .chef-member .inner-box .image-box {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 10%;
    overflow: hidden;
  }
  
  .chef-member .inner-box .image-box .image {
    position: relative;
    margin: 0px;
  }
  
  .chef-member .inner-box .image-box .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    border-radius: 50%;
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  
  .chef-member .inner-box .image-box .overlay-box .inner {
    position: absolute;
    padding-top: 50%;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10%;
    overflow: hidden;
    background-color: rgba(255, 187, 44, 0.8);
  }
  
  .chef-member .inner-box .image-box img {
    width: 100%;
    display: block;
    border-radius: 10%;
  }
  
  .chef-member .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding-top: 25px;
  }
  
  .chef-member .inner-box .lower-content h4 {
    position: relative;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
  }
  
  .chef-member .inner-box .lower-content .designation {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-top: 6px;
  }
  
  .chef-member .inner-box:hover .image-box .overlay-box {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .chef-member .inner-box .image-box .overlay-box .inner {
    position: absolute;
    padding-top: 50%;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10%;
    overflow: hidden;
    background-color: rgba(44, 209, 255, 0.8);
}  
/* Team page styling end */

/* Footer Div styling */
.section2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.color-w{
    color: #FFFFFF;
}
.color-w a{
    color: #FFFFFF;
}
.color-w a:hover{
  color: rgb(55, 52, 241);
  text-decoration: none;
}
.social-links-li{
    list-style: none;
    display: inline-flex;
}
.icon-div{
    padding: 5px 10px;
    background: #FFFFFF;
    border-radius: 16px;
}
.icon-div-2{
    padding: 5px 8px;
    background: #FFFFFF;
    border-radius: 16px;
}
.header-widget a{
    cursor: pointer;
}
.manage-styling{
  flex: auto;
  text-align: center;
  background: #468ecb;
  color: #f5f5f5;
  font-weight: 600;
  padding: 15px;
}
.mange-div{
  background: white;
  box-shadow: 2px 2px 7px #bbb;
  margin: 0px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.fadeinoutbtn{
  border: none;
  background: #468ecb;
  padding: 15px;
  outline: none;
  color: white;
}
.row-bg-color{
  padding-top: 15px;
  background: #dcedf9;
  margin: 0px;
}