@charset "utf-8";
/* CSS Document */


				/* ------------ Top header ---------------*/

.topheader{background-color: #fdfdfd; background-color: #f8f8f8ee;
background-image: url("https://www.transparenttextures.com/patterns/debut-light.png");}

.power {background-color: #c10202;
    font-size: 21px;
    padding: 10px;
    text-align: center;
    color: white;
    float: left;
    box-shadow: 0px 7px 2px #e2e2e2;
    border-radius: 5px;}

.topNumb {padding: 0;
    margin: 0;
    list-style: none;}

.topNumb li {
    font-size: 16px;
    padding: 9px 20px;
    margin-right: 14px;
    color: #333;
    display: inline-block;
}
.topNumb li a {
	color: #333;
	text-decoration: none;
}

.fa-whatsapp {
/*  margin-right: 5px; 
  color: #c10202;
  font-size:18px;*/

   margin-right: 15px;
    font-size: 18px;
    color: #c10202;
    display: inline-table;
    vertical-align: middle;
}

.fa-envelope{
    margin-right: 15px;
    font-size: 18px;
    color: #c10202;
    display: inline-table;
    vertical-align: middle;

}


 .topNumb li:before {
    margin-right: 15px;
    font-size: 18px;
    color: #c10202;
    display: inline-table;
    vertical-align: middle;
}

/*
 .topNumb li:nth-child(1):before {
	content: '\f232';
    font-family: fontAwesome;
}

.topNumb li:nth-child(2):before {
	content: '\f003';
    font-family: fontAwesome;
}*/

.socialmedia {padding: 10px; float:right;}

.bni {font-size: 18px;
    background: #631516;
    color: white;
    font-weight: 600;
    padding: 10px; transition: 0.3s;}
	
.bni:hover {color: #ffffff; text-decoration: none;  -webkit-transform: translateY(-5px);
    transform: translateY(-5px);}

.facebook {font-size: 18px;
    background: #631516;
    color: white;
    font-weight: 600;
    padding: 10px; transition: 0.3s;}
	
.facebook:hover {color: #ffffff; text-decoration: none;  -webkit-transform: translateY(-5px);
    transform: translateY(-5px);}

.linkedin {font-size: 18px;
    background: #631516;
    color: white;
    font-weight: 600;
    padding: 10px; transition: 0.3s;}
	
.linkedin:hover {color: #ffffff; text-decoration: none;  -webkit-transform: translateY(-5px);
    transform: translateY(-5px);}	

				/* ------------ New Header and navbar css ---------------*/
.header {
    position: sticky;
    top: 0;
    z-index: 10;
}	
				/* ------------ logo ---------------*/

.logo {
    padding: 10px 5px;
    background: #ffffff;
    box-shadow: 0px 4px 17px 0px #eee;
    text-align: center;
}
.logo a {
	display: block;
}
.logo img {
}

				/* ------------ navbar ---------------*/
			
.header-lower {
	position: relative;
    top: 0;
    z-index: 999;
	height: auto;
    background: #f8f8f8;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
}
.menu-icons {
	position: absolute;
    font-size: 1.5rem;
    top: 50%;
    right: 2rem;
    color: #c10202;
    transform: translateY(-50%);
	display: none;
}
.site-nav {
	position: relative;
    height: auto;
    transition: all 0.6s ease 0s;
}
.nav-list {
	display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.nav-list > li {
	line-height: 2rem;
}
.nav-list li {
    position: relative;
}
.nav-list li a {
	display: block;
    padding: 15px 30px;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    transition: all .5s ease;
    text-decoration: none;
}
.nav-list li a:hover {
	color: #ffffff;
    background: #c10202;
    font-weight: 600;
}
.sub-menu {
	margin: 0;
    padding: 0;
    list-style: none;
    width: 18rem;
    position: absolute;
    background: #fdfdfd;
    border-top: 1px solid #f8f8f8;
	transition: all .5s ease;
    display: block;
	opacity: 0;
    visibility: hidden;
}
.nav-list li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.sub-menu li {
	line-height: 2rem;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}
.sub-menu li:last-child {
	border: none;
}
.sub-menu li a {
	padding: 10px 15px;
	font-size: 16px;
}
.sub-menu .sub-menu {
	border-top: none;
	border-left: 1px solid #c10202;
	top: 0;
	left: 100%;
	width: 18rem;
}
.sub-menu li:hover > .sub-menu {
	top: 0rem;
	left: 100%;
}

@media (max-width: 768px) {

				/*------------ Top Header css -------------*/	
				
.power {
    font-size: 16px;
    padding: 2px;
    border-radius: 2px;
	box-shadow: 0px 2px 2px #e2e2e2;
}
.topNumb {
}
.topNumb li {
    font-size: 11px;
    padding: 5px 0px;
    margin-right: 5px;
}
.topNumb li:before {
    margin-right: 2px;
    font-size: 11px;
}
.socialmedia {
    padding: 2px 0px;
}
.bni {
    font-size: 10px;
    padding: 5px;
}
.facebook {
    font-size: 10px;
    padding: 5px;
}
.linkedin {
    font-size: 10px;
    padding: 5px;
}

				/*------------ Lower Header css -------------*/	
				
.logo {
    padding: 10px 5px;
}
.logo img {
	max-width: 70%;
}
				
.header-lower {
	padding: 0px 20px;
	height: 40px;
}
.menu-icons {
	display: block;
}
.site-nav {
	position: absolute;
    width: 100%;
    height: auto;
    background: #e0e0e0;
    top: 50px;
    left: -440px;
    transition: .5s;
}
.site-nav.active {
    left: 0;
    top: 40px;
}
.nav-list {
	position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    flex-direction: column;
    height: auto;
    background: #f1f1f1;
    overflow-y: scroll;
    display: flex;
}
.nav-list > li {
	line-height: 3rem;
}
.nav-list li a {
    padding: 10px 25px;
}
.sub-menu {
	position: initial;
    border: 1px solid transparent;
    border-left: 1px solid #e81818;
    margin-left: 1rem;
	width: auto;
	max-height: 0;
	background: none;
}
.sub-menu .sub-menu {
    border-left: 1px solid #e81818;
}
.sub-menu:before {
	display: none;
}
.nav-list li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	max-height: initial;
}

}
