*,
:after,
:before {
	box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
	content: '';
	display: table
}

.clearfix:after {
	clear: both;
	display: block
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a.active,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

.content {
	margin: 50px 100px 0px 100px;
}

.exo-menu {

	float: right;
	list-style: none;
	position: relative;
	z-index: 9999;

}

.exo-menu>li {
	display: inline-block;
	float: left;
}

.exo-menu>li>a {
	color: #ccc;
	text-decoration: none;
	font-weight: 501;
	padding: 10px 20px;
	color: #2b5da8;
	font-family: "Exo", sans-serif;
	text-transform: capitalize;
	font-size: 16px;
	-webkit-transition: color 0.5s linear, background 0.2s linear;
	-moz-transition: color 0.5s linear, background 0.2s linear;
	-o-transition: color 0.5s linear, background 0.2s linear;
	transition: color 0.5s linear, background 0.2s linear;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {

	color: #35c0ed;
}

li.drop-down,
.flyout-right,
.flyout-left {
	position: relative;
}

li.drop-down>ul {
	left: 0px;
	min-width: 180px;

}

.drop-down-ul {
	display: none;
}

.flyout-right>ul,
.flyout-left>ul {
	top: 0;
	min-width: 230px;
	display: none;
	border-left: 1px solid #2b5da8;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {

	display: block;
	padding: 15px;
	text-decoration: none;
	background-color: #f5f7fc;

	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.flyout-right ul>li>a,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display: none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}

.flyout-mega ul>li>a {
	font-size: 90%;
	line-height: 25px;
	color: #fff;
	font-family: inherit;
}

.flyout-mega ul>li>a:hover,
.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus {
	text-decoration: none;
	background-color: transparent !important;
	color: #ccc !important
}

/*mega menu*/

.mega-menu {
	left: 0;
	right: 0;
	padding: 15px;
	width: 100%;
	display: none;
	padding-top: 0;
	min-height: 100%;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
	border-radius: 3px;
	min-width: 240px;

}




.menuSeperator {}

h4.mega-title {
	color: #2b5da8;
	margin-top: 0px;
	font-size: 15px;
	padding: 25px 0px 15px 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;

}

.mega-menu ul li a {
	line-height: 28px;
	display: block;
}

ul.stander li a {
	padding: 10px 1px;
	font-size: 13px;
	border-bottom: 1px solid #e5e8ee;
	text-align: center;
	color: #2b5da8;
}

ul.description li {
	padding-bottom: 12px;
	line-height: 8px;
}

ul.description li span {
	color: #ccc;
	font-size: 85%;
}

a.view-more {
	border-radius: 1px;
	margin-top: 15px;
	background-color: #009FE1;
	padding: 2px 10px !important;
	line-height: 21px !important;
	display: inline-block !important;
}

a.view-more:hover {
	color: #fff;
	background: #0DADEF;
}

ul.icon-des li a i {
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	background-color: #009FE1;
	line-height: 35px !important;
}

ul.icon-des li {
	width: 100%;
	display: table;
	margin-bottom: 11px;
}

/*common*/
.flyout-right ul>li>a,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu {
	background-color: #f5f7fc;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover+ul,
li.flyout-right a:hover+ul,
.blog-drop-down>a:hover+.Blog,
li.drop-down>a:hover+.drop-down-ul,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover+.flyout-mega-wrap {
	display: block;
}

/*responsive*/
@media (min-width:767px) {
	.exo-menu>li>a {
		display: block;
	}

	.mega-menu,
	.flyout-mega-wrap,
	.Images,
	.Blog,
	.flyout-right>ul,
	.flyout-left>ul,
	li.drop-down>ul {
		position: absolute;
	}

	.flyout-right>ul {
		left: 100%;
	}

	.flyout-left>ul {
		right: 100%;
	}
}

@media (max-width:767px) {

	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}

	.exo-menu>li>a {
		width: 100%;
		display: none;

	}

	.exo-menu>li {
		width: 100%;
	}

	.display.exo-menu>li>a {
		display: block;
		padding: 20px 22px;
	}

	.mega-menu,
	.Images,
	.Blog,
	.flyout-right>ul,
	.flyout-left>ul,
	li.drop-down>ul {
		position: relative;
	}

}

a.toggle-menu {
	position: absolute;
	right: 0px;
	padding: 20px;
	font-size: 27px;
	background-color: #ccc;
	color: #23364B;
	top: 0px;
}