* {
	margin: 0;
	padding: 0;
	text-decoration: none
}

header {
	width: 100%;
	max-width: 100% !important;
	height: auto;
	float: left;
	z-index: 99;
	top: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 1%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 1%, rgba(0, 0, 0, 0) 80%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 1%, rgba(0, 0, 0, 0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
	-webkit-box-shadow: 0 6px 6px -5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 6px 6px -5px rgba(0, 0, 0, .3);
	box-shadow: 0 6px 6px -5px rgba(0, 0, 0, .3)
}

@-webkit-keyframes smoothScroll {
	0% {
		transform: translateY(-70px)
	}

	100% {
		transform: translateY(0px)
	}
}

@-moz-keyframes smoothScroll {
	0% {
		transform: translateY(-70px)
	}

	100% {
		transform: translateY(0px)
	}
}

@-o-keyframes smoothScroll {
	0% {
		transform: translateY(-70px)
	}

	100% {
		transform: translateY(0px)
	}
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-70px)
	}

	100% {
		transform: translateY(0px)
	}
}

.page-inner header {
	background: none
}

nav {
	position: relative;
	background: #00aec8;
	float: left
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#cssmenu #head-mobile {
	display: none
}

#cssmenu>ul>li {
	display: inline-block;
	padding: 2px 20px !important;
	border-left: 1px solid #fff
}

#cssmenu>ul>li:last-child {
	margin-right: 0;
	padding-right: 0 !important
}

#cssmenu>ul>li:last-child a {
	padding-right: 0
}

#cssmenu>ul>li>a {
	font-size: 16px;
	letter-spacing: .5px !important;
	display: block !important;
	text-decoration: none;
	color: #fff;
	position: relative
}

#cssmenu>ul>li>a:hover {
	color: #fff
}

#cssmenu>ul>li:first-child {
	border-left: none;
	padding-left: 13px !important
}

.page-inner #cssmenu>ul>li>a {
	color: #fff
}

.page-inner header.fixed-header #cssmenu>ul>li>a {
	color: #fff
}

#cssmenu>ul>li:last-child:hover>ul,
#cssmenu ul li:last-child.active:hover>ul,
#cssmenu ul li.has-sub.active:last-child:hover>ul {
	left: inherit;
	right: 0
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	padding-right: 0
}

#cssmenu ul ul li {
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #0054a6 !important;
	transition: all .25s ease;
	width: 180px;
	z-index: 9;
	text-align: left
}

#cssmenu ul ul ul li {
	background: #003d71 !important
}

#cssmenu ul ul li:hover {
	background: #ea2127 !important
}

#cssmenu li:hover>ul {
	left: auto
}

#cssmenu li:hover>ul>li {
	min-height: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

#cssmenu li:hover>ul>li:last-child {
	border-bottom: none
}

#cssmenu ul ul ul {
	margin-left: -100%;
	top: 0
}

#cssmenu ul ul li a {
	padding: 11px 15px;
	font-size: 13px;
	text-decoration: none;
	color: #fff !important;
	line-height: 18px
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #fff
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #b4975a
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}

#cssmenu ul {
	text-align: right;
	padding: 10px 0;
	float: left
}

#cssmenu ul ul,
#cssmenu ul ul ul {
	padding-top: 10px
}

header.fixed-header {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 1%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 1%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 1%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
	position: fixed
}

.head-top-menu {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding: 20px 0;
	transition: all .3s
}

.head-top-menu .col-xl-8 {
	padding-right: 0
}

.head-top-menu ul {
	float: right
}

.head-top-menu ul li {
	float: right;
	margin-left: 15px
}

.visitor_btn {
	background: #003d71;
	text-align: center;
	color: #fff;
	padding: 2px 15px;
	transition: all .3s;
	margin-left: 10px
}

.sign_in_btn {
	background: #D4D6D6;
	text-align: center;
	color: #777;
	padding: 2px 15px;
	font-size: 14px;
	transition: all .3s
}

.visitor_btn:hover {
	color: #fff;
	transition: all .3s
}

.sign_in_up_btn {
	float: right;
	text-align: right;
	margin-top: 6px
}

.sign_in_up_btn a {
	float: left
}

.head-top-menu .top_logo ul {
	margin-bottom: 10px
}

.head-top-menu .top_logo ul li {
	float: left;
	padding: 0 10px;
	clear: inherit
}

.top_logo ul li:last-child {
	padding-right: 0;
	border-left: 1px solid #000
}

#cssmenu>ul>li.has-sub a {
	padding-right: 10px
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2px;
	height: 8px;
	color: #fff;
	font-family: 'FontAwesome';
	content: '\f0d7';
	transition: all .25s ease
}

header.fixed-header .head-top-menu {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all .3s
}

.logo {
	float: left
}

.ipe_sub_logo {
	width: 100%;
	float: left
}

.menu_bar {
	background: #00aec8;
	width: 100%;
	float: left
}

.mob_visitor,
.idr_cims_logo {
	display: none
}

.head-top-menu ul li.ministry_logo {
	margin-bottom: 15px
}

.head-top-menu ul li.ministry_logo img {
	width: auto;
	height: 50px
}

@media(max-width:1500px) {
	.visitor_btn {
		padding: 2px 15px;
		min-width: inherit;
		font-size: 14px
	}
}

@media(max-width:1300px) {
	.logo {
		padding-right: 15px
	}
}

@media(max-width:1200px) {
	.head-top-menu ul {
		margin-bottom: 5px;
		width: 100%;
		text-align: center
	}

	.head-top-menu ul br {
		display: none
	}

	.head-top-menu ul li {
		float: none;
		display: inline-block
	}

	.head-top-menu .ipe_sub_logo ul li a img {
		height: 35px
	}

	.visitor_btn,
	.sign_in_btn {
		font-size: 12px;
		padding: 2px 12px
	}

	#cssmenu>ul>li>a {
		font-size: 14px
	}

	#cssmenu>ul>li {
		display: inline-block;
		padding: 2px 15px !important
	}
}

@media screen and (max-width:1024px) {
	header.fixed-header {
		background: #fff;
		box-shadow: 0 0 6px 1px #bbb;
		-moz-box-shadow: 0 0 6px 1px #bbb;
		-webkit-box-shadow: 0 0 6px 1px #bbb;
		-o-box-shadow: 0 0 6px 1px #bbb
	}

	#cssmenu ul li.active {
		background: #ed2229 !important
	}

	nav {
		width: 100%
	}

	#cssmenu {
		width: auto;
		float: right
	}

	.sign_in_up_btn {
		float: left;
		margin-top: 11px
	}

	#cssmenu ul {
		width: 100%;
		display: none;
		float: left;
		border-bottom: none;
		background: #0054a6;
		position: fixed;
		top: 0;
		right: 0;
		width: 50%;
		height: 100vh;
		z-index: 99;
		padding: 20px
	}

	#cssmenu>ul>li a {
		padding: 10px 0
	}

	#cssmenu>ul>li:last-child {
		padding-right: 20px !important
	}

	#cssmenu ul li {
		width: 100%;
		float: left;
		text-align: left
	}

	.page-inner #cssmenu>ul>li>a {
		color: #fff
	}

	#cssmenu>ul>li>a {
		color: #fff !important
	}

	#nav-icon.button.menu-opened {
		position: fixed;
		right: 50%;
		top: 0;
		z-index: 99
	}

	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto;
		width: 100%
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0
	}

	#cssmenu>ul>li,
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		float: left
	}

	#cssmenu ul ul li a {
		padding-left: 15px
	}

	#cssmenu ul ul li {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		padding: 0;
		width: 100%
	}

	#cssmenu ul ul li:first-child {
		border-top: none
	}

	#cssmenu ul ul li:hover {
		background: #0054a6 !important
	}

	#cssmenu ul ul ul li a {
		padding-left: 35px
	}

	#cssmenu ul ul li a {
		color: #ddd;
		background: none
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff
	}

	#cssmenu ul ul ul li {
		background: #0054a6 !important;
		border-top: none
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: initial;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
		float: left
	}

	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none
	}

	#cssmenu #head-mobile {
		display: block;
		padding: 0;
		color: #ddd;
		font-size: 12px;
		font-weight: 700
	}

	#nav-icon.button {
		width: 50px;
		height: 50px;
		z-index: 999;
		background: #befcfc
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		height: 44px;
		width: 46px;
		cursor: pointer;
		line-height: 46px
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
		line-height: 34px
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		content: '\f107';
		font-family: 'FontAwesome';
		text-align: center
	}

	#cssmenu ul ul .submenu-button:before {
		top: 0;
		right: 0
	}

	#cssmenu .submenu-button.submenu-opened:before {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg)
	}

	#cssmenu ul ul ul li.active a {
		border-left: none
	}

	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none
	}

	#nav-icon {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		cursor: pointer
	}

	#nav-icon span {
		display: block;
		position: absolute;
		height: 4px;
		width: 70%;
		background: #00abc4;
		border-radius: 0;
		opacity: 1;
		left: 15%;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	#nav-icon span:nth-child(1) {
		top: 18px
	}

	#nav-icon span:nth-child(2),
	#nav-icon span:nth-child(3) {
		top: 25px
	}

	#nav-icon span:nth-child(4) {
		top: 32px
	}

	#nav-icon.open span:nth-child(1) {
		top: 28px;
		width: 0;
		left: 50%
	}

	#nav-icon.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	#nav-icon.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	#nav-icon.open span:nth-child(4) {
		top: 18px;
		width: 0;
		left: 50%
	}

	.overflow-hidden {
		overflow: hidden !important
	}

	.header-bg {
		background: #972632 !important;
		height: 100vh;
		overflow: scroll
	}

	#cssmenu>ul>li:last-child:hover>ul,
	#cssmenu ul li:last-child.active:hover>ul,
	#cssmenu ul li.has-sub.active:last-child:hover>ul {
		width: 100%
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		box-shadow: none
	}

	header.fixed-header #cssmenu ul ul {
		padding-left: 25px
	}

	#nav-icon1,
	#nav-icon2,
	#nav-icon3,
	#nav-icon4 {
		width: 60px;
		height: 45px;
		position: relative;
		margin: 50px auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer
	}

	#nav-icon span {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}

	#nav-icon span:nth-child(1) {
		top: 13px
	}

	#nav-icon span:nth-child(2),
	#nav-icon span:nth-child(3) {
		top: 24px
	}

	#nav-icon span:nth-child(4) {
		top: 36px
	}

	#nav-icon.menu-opened span:nth-child(1) {
		top: 18px;
		width: 0;
		left: 50%
	}

	#nav-icon.menu-opened span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	#nav-icon.menu-opened span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	#nav-icon.menu-opened span:nth-child(4) {
		top: 18px;
		width: 0;
		left: 50%
	}

	#cssmenu ul {
		margin-top: 0;
		width: 50%;
		min-height: 100vh;
		height: 100vh
	}

	#cssmenu ul.open {
		width: 50%;
		min-height: 100vh;
		height: 100vh;
		overflow-y: scroll;
		overflow-x: hidden;
		padding-bottom: 5px
	}

	.main_wrapper.scrollhide {
		position: relative
	}

	.main_wrapper.scrollhide:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 50%;
		z-index: 9
	}

	#cssmenu ul.open ul {
		overflow: hidden;
		height: auto;
		min-height: inherit;
		width: 100%
	}

	.head-top-menu .col-xl-8 {
		padding-right: 0
	}

	.sign_in_btn {
		width: auto
	}

	.head-top-menu ul {
		margin-bottom: 10px
	}

	.idr_cims_logo,
	.logo_row {
		display: block
	}

	.idr_cims_logo {
		margin-bottom: 15px
	}

	.head-top-menu .idr_cims_logo ul {
		float: none;
		text-align: center
	}

	.head-top-menu .idr_cims_logo ul li {
		float: none;
		display: inline-block;
		margin-left: 0;
		padding: 0 10px;
		border-left: 1px solid #000
	}

	.head-top-menu .idr_cims_logo ul li:first-child {
		border-left: none
	}

	.menu_bar {
		background: #0054a6;
		padding: 10px 0
	}

	#cssmenu>ul>li {
		border-left: none;
		border-bottom: 1px solid #fff
	}

	.main_wrapper.scrollhide {
		overflow: hidden !important
	}

	nav {
		background: none !important
	}
}

@media(max-width:767px) {
	header {
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0) 84%);
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0) 84%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0) 84%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0)
	}

	header.fixed-header {
		padding: 0
	}

	.head-top-menu ul li {
		margin: 0 5px
	}

	.head-top-menu {
		padding: 7px 10px
	}

	#cssmenu ul ul li {
		width: 100%
	}

	#cssmenu>ul>li {
		margin: 0
	}

	#cssmenu ul.open {
		width: 70%
	}

	#nav-icon.button.menu-opened {
		right: 70%
	}

	.head-top-menu .idr_cims_logo ul li a img {
		height: 45px;
		width: auto
	}

	#nav-icon span {
		height: 2px
	}

	#nav-icon span:nth-child(4) {
		top: 28px
	}

	#nav-icon span:nth-child(1) {
		top: 10px
	}

	#nav-icon span:nth-child(2),
	#nav-icon span:nth-child(3) {
		top: 19px
	}

	#nav-icon.button {
		width: 40px;
		height: 40px
	}

	.sign_in_up_btn {
		margin-top: 6px
	}
}

@media(max-width:480px) {
	.head-top-menu .ipe_sub_logo ul li a img {
		height: 30px
	}
}

@media(max-width:400px) {
	.head-top-menu ul br {
		display: block
	}
}