.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}





.top-nav-info
{
    background: #FFF;
	/*background: #064771;*/
	padding: 10px 0;
}

.top-nav-info .details-info
{
	float: left;
	padding: 0;
	margin: 0;
}

.top-nav-info .details-info li
{
	list-style-type: none;
	display: inline-block;
}

.top-nav-info .details-info li a
{
	color: #0086e5;	
	font-size: 13px;	
	font-weight: 600;
}

.top-nav-info .details-info li a img
{
    width: 100%;
    height: auto;
}

.top-nav-info .other-links
{
    line-height: 4;
	float: right;
	padding: 0;
	margin: 0;
}

.top-nav-info .details-info li:after {
    content: "|";
    margin: 0 15px;
    color: #CCC;
}

.top-nav-info .details-info li:last-child:after
{
    content: none;
}

.top-nav-info .other-links li
{
	list-style-type: none;
	display: inline-block;
}

.top-nav-info .other-links li a
{
	color: #0086e5;	
	font-size: 13px;	
	font-weight: 600;
}

.top-nav-info .other-links li:after {
    content: "|";
    margin: 0 15px;
    color: #CCC;
}

.top-nav-info .other-links li:last-child:after
{
    content: none;
}





header
{
    background: #0086e5;
}

header .mega_menu .logo
{
	margin: 5px 0;
	color: #121212;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

header .mega_menu .logo img
{
	height: 50px;
	width: 95px;
}

header .mega_menu .logo h2
{
	margin: 0;
}

header .mega_menu nav .main-nav-link
{
	float: right;
	display: flex;
	padding: 0;
	margin: 0;
}
/*
header
{
	border-bottom: 2px solid #121212;
}*/

header nav li.nav-item
{
	color: #121212;
}

.mega_menu{
	width: 100%;
}

.mega_menu ul{
	/*width: 100%;*/
	height: 100%;
	/*position: relative;*/
}

.mega_menu ul li{
	display: inline-block;
}

.mega_menu ul a{
	text-decoration: none;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	display: block;
    padding: 18px 26px;
}

.mega_menu ul li a{
	text-decoration: none;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	display: block;
    padding: 18px 26px;
}

.mega_menu ul li .sub_menu{
	position: absolute;
	background: #FFF;
	width: 100%;
	left: 0;
	padding: 20px 100px;
	display: flex;
	justify-content: space-around;
	visibility: hidden;
	line-height: 24px;
	background: #FFF;
}


.mega_menu ul a:hover{
	color: #FFF;
	font-weight: 600;
}

.mega_menu ul li:hover a{
	color: #064771;
	background: #f1f1f1;
	font-weight: 600;
}

.mega_menu ul li:hover .sub_menu{
	visibility: visible;
	border-top: 2px solid #064771;
	position: absolute;
	z-index: 100;
}

.mega_menu ul li .sub_menu .mega-col
{
	width: 25%;
	padding: 10px;
}

.mega_menu ul li .sub_menu a{
	color: #121212;
	font-size: 15px;
	background: #FFF;
	font-weight: 400;
	padding: 8px;
	border: 1px solid #0086e5;
	margin: 0 0 8px;
}

.mega_menu ul li .sub_menu a:hover{
	font-weight: 600;
	background: #0086e5;
	color: #FFF;
}

.mega_menu ul li .sub_menu h4 a{
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
	font-size: 18px;
	color: #606060;
	border: none;
}

.mega_menu ul li .sub_menu h4 a:hover{
	background: #FFF;
	color: #0086e5;
	font-weight: 400;
}







/*------------------------------sidenav for rest of the pages------------------------------------------*/



  .topnav{
    background: #FFF;
    list-style-type: none;
    padding: 0;
    display: block;
    position: sticky;
    top: 15px;
}

 .topnav a {
    font-size: 15px;
    padding: 11px 1em;
    margin: 0;
    display: block;
    text-decoration: none;
    width: 100%;
    margin-left: 0%;
    color: #121212;
    font-weight: 700;
    position: relative;
    transition: 0.4s;
}

 .topnav a:before
 {    content: "\A";
    border-style: solid;
    border-width: 18px 18px 0px 0;
    border-color: transparent #0086e5 transparent transparent;
    position: absolute;
    right: 4px;
    bottom: 3px; 	
 }

 .topnav > a
 {
 	border: 1px solid #0086e5;
 	margin: 0 0 10px;
 } 
/*
 .topnav > a:last-child
 {
 	border-bottom: none;
 }*/

 .topnav a i
 {
 	float: right;
 	line-height: 20px;
 }


 .topnav a:hover {
    background: #909090;
    color: #FFF;
    border: 1px solid #FFF;
}

 .topnav .icon {
    display: none;
}












@media screen and (max-width: 768px) { 

	.toggle-menu
	{
		display: block;
		width: 40px;
		height: 40px;
		margin: 13px 0;
		float: right;
		cursor: pointer;
		text-align: center;
		font-size: 23px;
		color: #FFF;
	}

	.toggle-menu:before
	{
		content: '\f0c9';
		font-family: fontAwesome;
	}

	.toggle-menu.active:before
	{
		content: '\f00d';
	}

	header .mega_menu nav
	{
		display: none;
	}

	header .mega_menu nav.active
	{
		display: block;
		width: 100%;
	}

	header .mega_menu nav.active .main-nav-link
	{
		display: block;
	}


.mega_menu ul li a {
	text-decoration: none;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	display: block;
    padding: 0.5em 1em;
    margin: 5px;
    border-bottom: 1px solid #CCC;
}

.mega_menu ul a{
	text-decoration: none;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	display: block;
    padding: 0.5em 1em;
    margin: 5px;
    border-bottom: 1px solid #CCC;
}


.mega_menu ul{
	width: 100%;
}

.mega_menu ul > li{
		display: block;	
}

.mega_menu > ul > a {
	display: block;
	padding: 1em 3em;
}

.mega_menu ul li .sub_menu .mega-col{
	display: block;
	width: 100%;
	padding: 5px 10px;
}

.mega_menu ul li:hover .sub_menu{
	visibility: visible;
	border-top: 1px solid #FFF;
	position: relative;
	z-index: 100;
	display: block;
}


.mega_menu ul li .sub_menu{
	position: absolute;
	background: #FFF;
	width: 100%;
	left: 0;
	padding: 10px 0;
	display: flex;
	justify-content: space-around;
	visibility: hidden;
	line-height: 24px;
	background: #FFF;
}

.topnav {
    background: #FFF;
    list-style-type: none;
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    margin: 0 0 20px;
}


}