/* Ongrade Contracting nav stylinging */
ul.navbar-nav {
	list-style: none;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.navbar-nav li.nav-item a:before {
	background-color: #c10001;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	transform: translateY(40px);
	opacity: 0;
	transition: 0.3s ease;
}

ul.navbar-nav li.nav-item a:hover:before {
	transform: translateY(30px);
	opacity: 1;
}


ul.navbar-nav li.nav-item a {
	padding-bottom: 0;
	transition: 0.5s;
}

ul.navbar-nav li.nav-item a:hover,
ul.navbar-nav li.nav-item a.active {
	color: #000;
	text-decoration: none;
}



.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

ul.dropdown-menu.show  li a.dropdown-item:before {
    background-color: transparent!important;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.3s ease;
}

ul.navbar-nav li.nav-item {
	text-transform: uppercase;
	margin: 0 22px !important;
	letter-spacing: -1px;
	font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	position: relative;
	display: inline-block;
	margin: 0;
	line-height: 1em;
	border: 0;
	padding: 0;
	font-weight: 600;
}

ul.navbar-nav li.nav-item:hover {
	visibility: inherit;
}


ul.navbar-nav li.nav-item a.active:before {
	background-color: #c10001;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	transform: translateY(24px);
	opacity: 1;
	transition: 0.3s ease;

}

.nav-link {
	color: #000;
}




/* original offcanvas styling */

#offcanvasExample,
{
font-size: 20px;
text-transform: uppercase;
font-weight: 700;
}


.offcanvas-body .dropdown-menu.show a.dropdown-item {
	color: #000000;
}

/*.navbar-nav li a {
	color: #000;
	margin: 0 1em;
}

 a.nav-link.active,
.navbar-nav .nav-item.active,
.nav-item.active a.nav-link,
.navbar-nav .show>.nav-link {
	color: black;
	text-decoration:none;
} 

 a.nav-link.active,
li.nav-item:hover {

	animation: fadeIn 5s;
	text-decoration:underline;
} 

.nav-link:focus,
.nav-link:hover {
	color: #000 !important;
} 

.navbar-nav li a {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	text-transform: uppercase;
	font-weight: 600;
} */


.icon-1 {
	transform: translateY(-8px);
	animation-delay: 100ms;
}

.icon-1.a {
	transform: rotate(40deg);
}

.icon-2.c {
	opacity: 0;
}

.icon-3 {
	transform: translateY(8px);
	animation-delay: 250ms;
}

.icon-3.b {
	transform: rotate(-40deg);
}

.icon-1,
.icon-2,
.icon-3 {
	position: absolute;
	left: 25%;
	top: 50%;
	width: 32px;
	height: 2px;
	background-color: black;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}


/*  *******************************************   @ media **********************************************  */

@media (max-width:1270px) {
	ul.navbar-nav li.nav-item {

		margin: 0 18px !important;

	}
}


@media (max-width:1199px) {

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
}



@media (min-width : 992px) {

	.hamburger-icon {
		display: none;
	}

	.offcanvas {
		visibility: visible;
		position: relative;
		background: none;
		border: none;
		justify-content: end;
		color: red;
	}

	.offcanvas-body {
		overflow-y: inherit !important;
	}
}


@media (max-width : 991px) {

	.hamburger-icon:hover {
		transform: scale(1.2);
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	}

	.hamburger-icon {
		position: fixed;
		height: 60px;
		width: 60px;
		top: 78px;
		right: -4px;
		z-index: 999999;
		background: transparent;
		cursor: pointer;
		border-radius: 0;
		transition: all 0.2s ease-in-out;
		display: inherit;
	}

	.sticky .hamburger-icon {
		position: fixed;
		height: 60px;
		width: 60px;
		top: 14px;
		right: -4px;
		z-index: 999999;
		cursor: pointer;
		border-radius: 0;
		transition: all 0.2s ease-in-out;
		display: inherit;
	}

	.offcanvas {
		width: 250px !important;
	}

	.offcanvas-start-lg {
		top: 0;
		left: 0;
		transform: translateX(-100%);
		background: #c00606;
	}

	.nav-link {
		display: block;
		padding: .5rem 1rem;
		color: #000;
		text-decoration: none;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	}

	ul.navbar-nav li.nav-item a {
		padding-bottom: 20px;
		transition: 0.5s;
	}

	.navbar-nav {
		display: flex !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;

	}

	.icon {

		width: auto;
	}
}









/* ***************************     Landscape *********************************  */
@media (max-width:991px) and (orientation:landscape) {


	.icon {
		height: auto;
		width: 100%;
	}

}

