header.type-2 nav ul li a{
    color: #fff;
    text-decoration: none;
    margin:0 18px;
    font-size: 16px;
    font-weight: 400;
  }
  
  .header-container{
    width: 100%;
    box-sizing: border-box;
    padding: 40px 60px 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
  }
  
.header .burger-menu {
    float: right;
    padding-top: 35px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    pointer-events: all;
}
.header .burger-menu span:nth-child(2) {
    top: 45px;
    width: 80%;
    right: 0;
}
.rounded-circle {
    border-radius: 50%!important;
    z-index: 2;
}

.shadow-4 {
    box-shadow: 0 2px 15px -3px rgba(0,0,0,.07),0 10px 20px -2px rgba(0,0,0,.04)!important
}


footer .flen-btn{
    position: absolute;
    center: 0;
  }