/*
Theme Name: Tec-sense
Text Domain: tecsense
Version: 1.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: #
Tags: #
Author: #
Author URI: #
Theme URI:#
License: #
License URI: #
*/



 @media (max-width: 992px) {
        .navbar-collapse {
            position: fixed;
            top: 80px;
            left: 100%;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 15px;
            width: 100%;
            transition: all 0.4s ease;
            display: block;
			    z-index: 11;
    background: black;
    height: 100vh;
	    padding: 0;

        }
        .navbar-collapse.collapsing {
            height: auto !important;
            margin-left: 50%;
            left: 50%;
            transition: all 0.2s ease;
        }
        .navbar-collapse.show {
            left: 0;
        }
    }
