﻿@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
}

.menu-left-all {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    position: fixed;
    top:0;
    height:60px!important;
    overflow: hidden;
    z-index: 10;    
    background-color:#fcfcfc;
    font-weight:700;
    text-transform:capitalize;
    color:#1d1d1d;
    padding: 0px 35px 0px 30px; 
    font-size:18px;
    border-bottom:1px #e2e2e2 solid;
    line-height:20px;
}

.menu-left-all .header {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    font-weight: 500;
    padding-left: 120px;
    height: 60px;
}

