.header4{
    min-height: 115px;
    background-position: center center;
    flex: 0
}

.header4 .header-social > a {
    display: inline-block;
}

.header4 .center-logo{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    max-width: 99%;
}

.header4 .hamburger{
    font-size: 20px;
    color: white;
}

.header4 .logo-text{
    color: white;
}

.header4 .canvas-wrapper{
    min-height: 100%;
}

.header4 .header-social{
    display: inline-block;
}

.header4 .header-logo{
    max-width: 100%;
}

.header4 .menu-items{
    color: white;
    display: inline-block;
    vertical-align: top;
    display: none;
    width: 80%;
}

.header4 .uk-offcanvas{
  background: rgba(0,0,0,0.8);
}

.header4 .bottom-container{
    display: block;
    width:100%;
    background-color: black;
    text-align: left;
    clear: both !important;
    padding: 15px;
    position: relative;
}

.header4 .logo-text{
    margin-left: 40px;
    white-space: nowrap;
    margin-top: 5px;
}

.header4 .menu-item{
    max-width: 400px;
    list-style: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.header4 .menu{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    transition: color 0.5s ease;
    padding: 10px 20px;
}
.header4 .fa2{
    border: 2px solid white;
    border-radius: 100%;
    padding: 10px;
    display: inline-block;
    background-color: transparent;
    transition: background-color 0.5s ease,
    color 0.5s ease;
}

.header4 .menu-link{
    color: white;
    display: block;
}

.header4 .online-button{
    height:100%;
}

.header4 .menu-items-mobile .uk-nav{
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
}

.header4 .menu-items-mobile{
	text-align: left;
    display: inline-block;
}

.header4 .menu-items-mobile .dropdown-item{
	border-bottom: 1px solid #e1e8ed;
	color: black;
}

.header4 .fa3{
	border: 2px solid black;
	border-radius: 100%;
	padding: 10px;
	display: inline-block;
	background-color: transparent;
	transition: background-color 0.5s ease,
	color 0.5s ease;
}

.header4 .order-online{
    color: black;
    background-color: #e5c14f;
    -webkit-transform:  skewX(-25deg);
    -moz-transform:  skewX(-25deg);
    -ms-transform:  skewX(-25deg);
    -o-transform:  skewX(-25deg);
    transform:  skewX(-25deg);
}

.header4 .social-container{
    float: right;
    margin-right: 50px;
    display: none;
    position:absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

@media screen and (min-width: 900px){
	.header4 .menu-items{ display: inline-block; }
	.header4 .menu-items-mobile{ display: none;}
  .header4 .bottom-container {text-align: center;}
  .header4 .order-online{margin-left:-10%;}
  .header4 .social-container{display: inline-block;}
}

.header4 .top-container{
    width: 100%;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;;
    min-height: 110px;
    position: relative;
}

.header4 .contact_info li{
    list-style: none;
    margin-bottom: 6px;
}

.header4 .contacts{
    color: #c2bdb8;
}

.header4 .contact{
    text-align: center;
    padding: 5px;
    width: 27px;
    color: #c2bdb8;
    margin-left: 35px;
    margin-right: 10px;
}

.header4 .contact_info{
    float: left;
    margin-left: 10px;
    text-align: left;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 0;
}

.header4 .soc-fb{
    color: #c2bdb8;
    font-size: 17px;
    margin-left: 15px;

}
.header4 .menu-link:hover{
    text-decoration: none;
}

.header4 ul{
    padding: 0;
    margin-bottom: 0;
}

.header4 .order-on{
     -webkit-transform: skewX(25deg);
     -moz-transform: skewX(25deg);
     -ms-transform: skewX(25deg);
     -o-transform: skewX(25deg);
    transform: skewX(25deg);
    font-size: 16px;
    height: 100%;
    padding: 0 20px;
}

.header4 .order-online{
    max-width: 400px;
    list-style: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

@media screen and (min-width: 750px){
    .header4 .social-container{display: inline-block;}
    .header4 .contact_info{display: inline-block;}
    .header4 .center-logo{
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

}

.header4 .order-online{ margin-right: 10%; }

.header4 .email-ids{
    max-width: 250px;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.header4 .contact-nos{
    max-width: 250px;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.header4 .uk-nav{
    max-height: 200px;
    overflow-y: scroll;
}

.header4 .order-online-container{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    width: 250px;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    text-align: right;
}

.header4 .order-online-image{
    display: inline-block;
    max-width: 180px;
    position: absolute;
    right: 20px;
    max-height: 45px;
}

.header4 .off-canvas-container{
  text-align: left;
  padding: 30px 15px 60px;
}

.header4 .off-canvas-container li{
  border-bottom: 1px solid #e7e6e7;
  padding-bottom: 5px;
}

.header4 .social-off-canvas-container{
  width: 100%;
  background-color:#e1e2e3 ;
  padding: 20px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.header4 #hamburger .header-container2{
  text-align: center;
}

.header4 #hamburger{
  z-index:20000;
}

.header4 .uk-dropdown .menu-item{
  padding: 10px 0 10px 0;
  border-bottom: 1px solid;
  display: block;
}

.header4 .soc{
  padding: 10px;
}

.header4 .uk-dropdown{
  text-align: center;
}

.header4 #hamburger .menu-link{
    height: auto;
}

.header4 .off-canvas-logo-container{
    width: 100%;
    padding-top: 10px;
    text-align: center;
}
