.navback{height:92.67px}
	
      
      .navbar-default {
      background-color: transparent;
      border:0;
      }
      .logo {
        max-width: 150px;
        /*margin-top: 5px;
        margin-left: 20px;*/
        cursor: pointer;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
      }
      .navfix .logo {
        max-width: 80px;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
      }
      /*Fix on scrol*/
	#navhead {
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	.navfix{
		/*position: fixed; */
		background: #f8f8f8;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
@media screen and (max-width: 992px){
	
	.navbar-ling .navbar-nav{margin: 0 10px;}
	.toggling{border:0;}
	.logo {max-height:90px;width: auto !important;margin-top: 0px;}
/*==============Menu slide navling left default=============*/
	.navbar-ling, .navbar-back{
		height: calc(100vh - 50px);
		overflow: auto; 
	}
	#navling + .navbar-ling{
  	  /*display:none;*/
	  margin-top: 0px;
	  position: absolute;
	  background: #65c7c6;
	  border-top: 1px solid #fff;
	  width: 85%;
	  left: -85%;
	  z-index: 8;
	  /*transform: translateX(calc(100% + -310px));*/
	  o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
	  webkit-transition: all 0.5s ease-in-out;
	}

	#navling:checked + .navbar-ling{
	  /*display:block;*/
	  left: 0;
	  /*transform: translateX(15px);*/
	  o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
	  webkit-transition: all 0.5s ease-in-out;
	  z-index: 8;
	}

	#navling + .navbar-ling + .navbar-back{
  	  /*display:none;*/
	  margin-top: 0px;
	  position: absolute;
	  background: rgba(0, 0, 0, 0.35);
	  width: 0;
	  right: 0;
	  opacity: 0;
	  /*transform: translateX(calc(100% + -310px));*/
	  
	}
	#navling:checked + .navbar-ling + .navbar-back{
	  /*display:block;*/
	  width: 100%;
	  z-index: 7;
	  right: 0;
	  opacity: 1;
	  o-transition: all 2s ease-in-out;
	  transition: all 2s ease-in-out;
	  webkit-transition: all 2s ease-in-out;
	}
/*=============end menu slide navling left=============*/
}