﻿@charset "utf-8";
/* CSS Document */

body{font-family: 'Poppins', sans-serif !important; font-weight:300 !important; font-size:14px !important; color:#2c2f3e;}

.container{ width:96% !important; max-width:1170px !important; position:relative;}

button, input, textarea, a{ outline:none;}

header{ width:100%; height:auto; float:left; padding:0px;}

.header-top{ width:100%; height:35px; float:left; background:#f7f8f9;}

.notification{ width:100%; height:auto; float:left; font-size:13px; position:relative; margin-top:7px;}

.notification p{ float:left; padding:0px; margin:0px 5px;}

.notification strong{ font-weight:500; color:#db1d23; position:absolute; left:0;}

.notification marquee{ padding:0 80px 0 90px;}

.lang{ position:absolute; right:15px; top:0px;}

.header-mid{ width:100%; height:auto; float:left; padding:0px; vertical-align:middle;}

.menu-div{ width:100%; background:#364694; float:left; position:relative; z-index:999;}



/*===== Start Menu CSS =====*/

/*===== Start Menu CSS =====*/

#cssmenu{ float:left; margin-top:0px !important;}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  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 #menu-button {
  display: none;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
padding:15px 20px;
font-size: 15px;
letter-spacing: 0px;
text-decoration: none;
color: #fff; 
font-weight:300;
}

#cssmenu > ul > li:hover > a {
  color: #fff; background:#333;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top:13px;
  right:1px;
  width:25px;
  height:25px;
  display: block;
  background: url(../images/menu-arrow.png) no-repeat;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  /*background: #dddddd;*/
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 220px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 300;
  background: #333333;
}
#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: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  /*background: #dddddd;*/
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 10px;
  right: 14px;
  display: block;
  width: 21px;
  height:21px;
  background: url(../images/menu-arrow1.png) no-repeat;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
 /* top: 13px;
  height: 0;*/
}
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%; margin-top:0px !important;
  }
  #cssmenu ul {
    width: 100%;
display: none;
position: absolute;
top:44px;
z-index: 9999;
background: #66707e;
  }
  
  #cssmenu ul ul{ top:0px;}
  
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  
  #cssmenu > ul > li > a{ color:#fff;}
  
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: 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 #menu-button {
    display: block;
padding: 17px;
color: #dddddd;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
position: absolute;
top:0px;
right: 0;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 0px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 0px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  
  #cssmenu > ul > li > a{ padding:15px 18px;}
  
  #cssmenu > ul > li > a:hover{ background:#f4f3f3; color:#66707e;}
 
 .login-btn{}
 
  .login-btn:hover{ color:#454d60 !important;}
  
}

/*===== End Menu CSS =====*/

/*===== End Menu CSS =====*/

.search-box{ position:absolute; right:0; background:#011054; width:60%; max-width:100px;}
.search-box input{ background:none; color:#fff; padding:12px 50px 11px 15px; border:none; font-size:14px; width:100%;}
.search-box button{ position:absolute; right:0; top:0; border:none; background:none; cursor:pointer;}

#quick-links{ width:100%; height:auto; float:left; background:#f9fafb; text-align:center; padding:30px 0;}

#quick-links a h3{ font-size:16px; color:#001b48; margin-top:5px; text-decoration:none;}

#quick-links a:hover h3{ color:#333; text-decoration:none;}

a:hover{ text-decoration:none !important;}

#mid-bottom{ width:100%; height:auto; float:left; padding:5px 0; margin-top:15px}

.links-part{ width:100%; height:auto; margin-bottom:30px; float:left; background:url(../images/linnk-bg.jpg) no-repeat top; background-size:cover; border-radius:5px;}

.links-part h2{background: #364694;
color: #fff;
font-size: 18px;
padding: 5px 5px 5px 20px;
border-radius: 5px 5px 0 0;
vertical-align: middle;
line-height: 50px;}

.links-part h2 img{ float:right;}

.data-box{ width:100%; height:auto; float:left;}

.data-box h2{ background:url(../images/title-bg.jpg) no-repeat right top #364694; min-height:46px; line-height:46px; float:left; color:#fff; margin:0; padding:0 35px 0 18px; font-size:14px;}

.box{ width:100%; height:315px; float:left; border:#e9e8e8 thin solid; padding:15px; overflow:hidden }

.box2{ width:100%; height:250px; float:left; border:#e9e8e8 thin solid; padding:15px; overflow:hidden }

.slider{ width:100%; height:auto; float:left;}

img{ max-width:100%;}

.login-btn{ color:#364694;}

.login-btn:hover{ color:#333;}

.useful-links{ width:100%; height:auto; float:left; background:url(../images/useful-link-bg.jpg) no-repeat center top;}

.useful-links ul{ width:100%; height:auto; float:left; padding:0; margin:0;}

.useful-links ul li{ list-style:none; display:inline-block; width:100%;}

.useful-links ul li a{ color:#2c2f3e; font-size:14px; font-weight:600;}

footer{ background:#2c2f3e; height:auto; float:left; padding:30px 0; text-align:center; color:#fff; width:100%;}

footer ul{ width:100%; height:auto; float:left; text-align:center; padding:0; margin:0;}

footer ul li{ list-style:none; display:inline-block;}

footer ul li a{ color:#fff !important; padding:0 5px;}

footer ul li a:hover{ color:#e2e4e6 !important;}

.copy{ color:#fff; margin:10px 0 0 0;}





@media (max-width: 1170px) {
	
#cssmenu > ul > li > a{ padding:15px 13px; font-size:14px;}
	
}

@media (max-width: 1024px) {

.search-box {
    position: relative;
    left: 0;
    background: #011054;
    width: 100%;
    max-width: 96%;
    right: auto;
}
	
	
}


@media (max-width:767px) {
	
.search-box{ max-width:92%;}
	
}


@media (max-width:640px) {

	
}


@media (max-width:575px) {
	
.header-mid{ text-align:center;}

	
}

@media (max-width:479px) {
.search-box{ max-width:92%;}		
}

/* ---------------- Fade Box CSS -------------------- */

.modalP {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modalP.fade .modalP-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

.modalP.in .modalP-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modalP-open .modalP {
	overflow-x: hidden;
	overflow-y: auto
}

.modalP-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modalP-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0
}

.modalP-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modalP-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modalP-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modalP-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modalP-header .close {
	margin-top: -2px
}

.modalP-title {
	margin: 0;
	line-height: 1.42857143
}

.modalP-body {
	position: relative;
	padding: 15px
}

.modalP-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modalP-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modalP-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modalP-footer .btn-block+.btn-block {
	margin-left: 0
}

.modalP-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modalP-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modalP-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modalP-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modalP-lg {
		width: 900px
	}
}













































































































































































































































































































































































