@charset "utf-8";
/* CSS Document */



.navbar-expand-lg { padding: 0; }


.navbar-toggler { background: #fff; border: 1px solid #fff; }
.navbar-toggler-icon { color: #ffffff; }

/* NAV MENU SETTINGS *//*****************************/
.navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:var(--primary-color);background:transparent}

/*
.navbar-nav>li{margin-right:15px}
.navbar-nav>li>a{width:auto;text-decoration:none;color:#2e2e2e;padding:2px 10px;height:auto;font-size:16px;font-weight:400;letter-spacing:0;border-bottom:0px solid transparent;transition:all .1s linear 0s}
*/
.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#0b1228;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { }

/* Background color change on Hover */
nav a:hover { 
	background-color: #f15e09;
    color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	border-radius: 3px !important;
    overflow: hidden;
    top: 30px !important;
    padding: 0 !important;
    border: 0px !important;
	background: #000000;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:auto;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #254441;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #f15e09;
        color: #fff;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		
		font-size:17px;
      padding-left: 40px;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #0b1228; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
        border-radius: 0;
    border: 0;
    background: #212121;
}
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

nav ul ul li a {  }

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}
    
    ul.social li a { display: inline-block !important;}

}


@media all and (max-width : 480px) {
    ul.social li { width: auto !important;}
    ul.social li a { display: inline-block !important;}
}


.main-logo:hover { background-color: transparent !important;}

.footer-menu ul li { padding-bottom: 5px; }
.footer-menu ul li a { color: #fff !important; font-size: 14px; }
.footer-menu ul li a:hover { color: #f15e09 !important; }



/* SECONDARY MENU *//**********************/
ul.secondary-menu {list-style:none;padding:0;margin:0;border:0;width:100%;float:left}
ul.secondary-menu li { }
ul.secondary-menu li a:hover{background:transparent;text-decoration:none;transition:all .1s linear 0s;border:2px solid var(--primary-color)}
ul.secondary-menu li a, ul.secondary-menu li span.justlist {color:#9ab1c3;font-size:14px;line-height:18px;text-decoration:none;text-align:left;font-weight:300; margin:5px;padding:5px 16px;border:2px solid transparent;transition:all .1s linear 0s; border-radius: 40px; display: inline-block; width: 100%;}
ul.secondary-menu li a i, ul.secondary-menu li span.justlist i { margin-right: 20px; }
ul.secondary-menu li a span { font-size:12px;display:inline-block;text-decoration:none;color:#9caab5;font-weight:lighter;width:auto;float:right;}
ul.secondary-menu li a:hover,ul.bottom-menu li a:focus, ul.secondary-menu li span.justlist:hover {color:#fff}
ul.secondary-menu li a:hover,ul.bottom-menu li a:hover span{color:#fff}
ul.secondary-menu li:last-child{margin-right:0}


/* BACK TOP BUTTON *//**********************/
ul.bottom-menu{list-style:none;padding:0;margin:0;border:0;width:100%;float:left}
ul.bottom-menu li { }
ul.bottom-menu li a:hover{background:transparent;text-decoration:none;transition:all .1s linear 0s;border:2px solid var(--primary-color)}
ul.bottom-menu li a {color:#fff;font-size:14px;line-height:18px;text-decoration:none;text-align:left;font-weight:300; margin:5px;padding:5px 16px;border:2px solid transparent;transition:all .1s linear 0s; border-radius: 40px; display: inline-block; width: 100%;}
ul.bottom-menu li a span { font-size:12px;display:inline-block;text-decoration:none;color:#9caab5;font-weight:lighter;width:auto;float:right;}
ul.bottom-menu li a:hover,ul.bottom-menu li a:focus{color:#fff}
ul.bottom-menu li a:hover,ul.bottom-menu li a:hover span{color:#fff}
ul.bottom-menu li:last-child{margin-right:0}

/* TOP MENU *//*****************************/
.top-menu-xs {display:inline-block; width: auto; padding: 0; margin: 0 0 20px 0; list-style-type: none;}
.top-menu-xs li { display: inline-block; width: auto;}
.top-menu-xs li a {width: auto;text-decoration: none;color: #7f7f7f; padding: 8px 10px; border-right: 0px solid white; height: auto; font-size: 12px; font-weight: normal;}
.top-menu-xs li a:hover {color: #fff;}


.navbar-toggler { background: transparent; border: 0px solid #fff; outline: 0px !important; }
.navbar-toggler:hover i { color: #8469df !important; font-size: 24px; font-weight: 500; }
.navbar-toggler-icon { color: #ffffff; }