.header { 
   width: 100%;
   float: right;
   position: fixed;
   z-index: 999;

   max-width: 1600px;
}
div#logo {
    width: 130px;
    float: left;
    padding: 0px 0 0;
    position: fixed;
    top: 40px;
    left: 150px;
    z-index: 9999;
}
.user_section {
    width: auto;
    
}
.hamburger {
    width: 46px;
    height: 46px;
    background-color: #000;
    opacity: 0.8;
    float: right;
    margin-right:  0px;
    z-index: 999;
    padding: 15px 0px;
}
#nav-icon3 {
    width: 22px;
    height: 16px;
    float: none;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
a, a:hover, a:focus{
    color: #fff;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #D55321;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 75%;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 7px;
    width: 100%;
    left: 0;
} 
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 75%;
}
#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon3 span:nth-child(4) {
    top: 13px;
}
.hamburger_menu {
    position: absolute;
    width: 0;
    background-color: #000000;
   /* background-image: url(../images/menu.png);*/
    background-size: cover;
    top: 0px;
    right: 0;
    z-index: -1; 
    padding: 0px 0;
    overflow: hidden;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menu-top{
    position: relative;
    width: 100%;
    float: left;
    height: calc( 100vh - 47px );
}

.menu-top ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
}
.hamburger_menu.active{
    width: 35%;
}
.hamburger_menu ul li{
    width: 100%;
    float: left;
    padding: 15px 0;
    font-size: 20px;
}
.hamburger_menu ul li.active a,
.hamburger_menu ul li.active{
    color: #D55321;
}
.address.active{
    width: 0;
    padding: 0px  0px 20px 0px;
    overflow: hidden;
}
.hamburger_menu ul li:hover a, .hamburger_menu ul li:hover {
    color: #D55321;
}
.footer {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    background-color: #000000;
    padding: 15px 50px 10px 150px;
    max-width: 1600px;
    z-index: 9999;
}
.veadhik_footer {
    width: auto;
    float: left;
    color: #fff;
    font-size: 12px;
    padding-top: 3px;
}
.social-icons {
    width: auto;
    float: right;
}
.social-linnks {
    width: 32px;
    float: left;
    padding: 0px 5px;
}
.social-linnks img{
    display: block;
}
@media only screen and (min-width:1600px){
    div#logo{
        left: calc( 50% - 650px);
    }
    .footer{
        top: 800px;
        bottom: auto;
    }
    .menu-top ul{
        
    }
    .hamburger_menu{
        height: 800px;
    }
    .menu-top{
        height: calc( 800px - 47px )
    }
}
@media only screen and (max-width:1100px){
    div#logo{
        left: 80px;
    }
}
@media only screen and (max-width:1000px){
    div#logo {
        width: 80px;
        float: left;
        padding: 0px 0 0;
        position: fixed;
        top: 15px;
        left: 40px;
        z-index: 9999;
    }
    .menu-top{
        height: 100vh;
    }
    .hamburger{
        background-color: transparent;
        height: 65px;
        padding: 25px 0;
        width: 60px;
    }
    .veadhik_content_wrapper{
        margin-top: 65px;
    }
    .hamburger_menu.active{
        width: 100%;
    }
    .header{
        background-color: #fff;
    }
    .footer{
        position: relative;
        padding: 10px 30px;
    }
    .veadhik_footer{
        font-size: 10px;
        padding-top: 6px;
    }
    div#logo.active{
        z-index: 9;
    }
}
@media only screen and (max-width:374px){
    .social-linnks{
        width: 27px;
    }
    .veadhik_footer {
        font-size: 10px;
        padding-top: 3px;
    }
}