@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Calibri;
	/*font-family: ProximaNova,sans-serif;*/
	font-size: 14px;
	color: #333333;
}
::-moz-selection {
	background: transparent; /* Firefox */
}
::selection {
	background: transparent; /* Firefox */
}
body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	width:100%;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B91713;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}
.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
#wapper{
	max-width:1280px;
	min-width:786px;
	height:auto;
	margin:0px auto;
}
#page-wapper{
	width:96%;
	height:auto;
	margin:0px auto;
}
.header{
	width:100%;
	height:97px;
}
.header .logo{
	background-image:url(../images/logo.png);
	height:54px;
	width:530px;
	float:left;
	margin-top:20px;
}
.icon{
	float:right;
	margin-top:10px;
}
.icon img{
	float:left;
	margin-left:2px;
	cursor:pointer;
	border:none;
}
.search{
	background-color:#FFFFFF;
	border-radius:8px;
	float:right;
	width:250px;
	height:35px;
	box-shadow:#e3e3e3 0px 0px 10px inset, #999 0px 2px 2px;
	margin:50px -157px 0px 0px;
}
.search .search-text{
	padding-left:15px;
	font-family:Calibri;
	font-size:12px;
	color:#003366;
	width:210px;
	height:35px;
	float:left;
	border:none;
	background-color:transparent;
	background:url(../images/search-div.png) no-repeat right;
	
}
.search .search-bt{
	background-image:url(../images/search-bt.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:30px;
	height:35px;
	float:right;
	background-color:transparent;
	border:none;
	margin-right:8px;
	cursor:pointer;
}
.menu{
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-radius:8px;
	width:99.2%;
	height:40px;
	box-shadow: #999 0px 0px 1px;
	margin:10px auto;
	border:solid #FFFFFF 1px;
}
.menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu li{
	margin:0px;
	padding:0px 1.3%;
	font-family: Calibri;
	font-size: 14px;
	font-weight:bold;
	color: #063756;
	/*color: #99ccff;*/
	line-height:40px;
	float:left;
	transition:2s;
}
.menu li:hover{
	color: #000000;
	cursor:pointer;
}
.menu li.devaider{
	background-image:url(../images/menu-devaider.jpg);
	background-repeat:no-repeat;
	width:6px;
	height:40px;
	margin:0px;
	padding:0px;
	cursor:default;
}

/* Sub Menu */

.menu ul ul {
	position: absolute;
	opacity: 0;
	padding:0px;
	/*background: #004a5f;*/
	/*background: #99ccff;*/
	background: #F7FBFE;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	margin-left:-15px;
	margin-top:1px;
	width:200px;
	-webkit-box-shadow: 4px 4px 10px 0px #757575;
	-moz-box-shadow: 4px 4px 10px 0px #757575;
	box-shadow: 4px 4px 10px 0px #757575;
	z-index:9999;
}
.border-radius-bottom{
	border-radius: 0 0 5px 5px !important;
	border-radius: 0 0 5px 5px !important;
}	
.menu ul li:hover > ul { opacity: 1; }

.menu ul ul li {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	width: 177px;
	padding-left:10% !important;
	margin: 0;
	border-top: 1px solid #285e6d;
	color:#063756;
	
	
}
.menu ul ul li:hover{
	transition:1s;
	background-color:#adcadb;
	color:#000;
}
.menu ul li:hover > ul li {
	height: 36px;
	overflow: visible;
}
.arrow-d{
	margin-left:0px; 
	margin-top:12px; 
	float:right;
	margin-right:-17px;
}
/*Sub-menu ends */
.news-panel{
	margin:0px;
	padding:0px;
}
.news-head{
	margin:0px 10px 0px 2px;
	padding:0px 15px;
	font-family: Calibri;
	font-size: 14px;
	color: #FFFFFF;
	line-height:30px;
	float:left;
	background-color:#004a5f;
	border-radius:6px;
	width:9%;
}
.news-scroll{
	width:86.4%;
	float:right;
	line-height:30px;
	margin-right:2px;
}
.banner{
	width:99.2%;
	height: auto;
	border-radius:8px;
	box-shadow: #999 0px 0px 2px;
	margin:10px auto;
	border:solid #FFFFFF 1px;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.welcome-containt{
	width:94%;
	height:auto;
	min-height:200px;
	margin:35px 35px;
	/*margin-right:0px;*/
	float:left;
}
.welcome-containt p{
	text-align:justify;
	font-size:14px;
	font-family:Calibri;
	color:#404040;
}
.small-banner{
	width:100%;
	height:200px;
	
	/*float:right;*/
	
}

.large-line{
	font-family:Calibri;
	font-weight:200;
	color:#004a5f;
	margin:0px;
	font-size:22px;
	background-image:url(../images/line.png);
	width:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;

}
.small-line{
	font-family:Calibri;
	font-weight:200;
	color:#004a5f;
	margin:0px;
	font-size:22px;
	background-image:url(../images/line2.png);
	width:100%;
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:10px;

}
.button{
	float:left;
	padding:0 10px;
	line-height:25px;
	color:#FFF;
	background-color:004a5f;
	font-size:14px;
	font-family:Calibri;
	border-radius:5px;
	text-shadow:#000 0px 0px 2px;
}
.button a{
	text-decoration:none;
	color:#fff;
}
.box{
	width:29.9%;
	height:250px;
	border-radius:8px;
	box-shadow: #999 0px 0px 1px;
	margin:10px auto;
	border:solid #FFFFFF 1px;
	float:left;
	margin:5px 1.4% 15px 2px; 
	padding:1%;
	background-color:#FFFFFF;
}
.simple-list{
	padding:0px;
	margin:10px 0px;
	color:#004a5f;
	list-style:none;
}
.simple-list li{
	text-align:justify;
	background:url(../images/bullet.jpg) no-repeat left 2px;
	color:#404040;
	padding-left:15px;
	font-size:14px;
	font-family:Calibri;
}
.read-more{
	float:right;
	width:auto;
	line-height:35px;
	color:#404040;
	font-size:14px;
	font-family:Calibri;
	margin:5px 0px;
	text-decoration:underline;
}
.read-more a{
	color:#404040;
	
}
.box2{
	width:20%;
	min-height:250px;
	height:auto;
	border-radius:8px;
	box-shadow: #999 0px 0px 1px;
	margin:10px auto;
	border:solid #FFFFFF 1px;
	float:left;
	margin:10px 0px; 
	padding:1%;
	background-color:#FFFFFF;
}
.container{
	width:73.5%;
	padding:2% 1.5%;
	min-height:250px;
	height:auto;
	border-radius:8px;
	box-shadow: #999 0px 0px 1px;
	margin:10px auto;
	border:solid #FFFFFF 1px;
	float:right;
	font:14px Calibri;
	line-height:20px;
	margin:10px 0px; 
	color:#404040;
	background-image:url(../images/banner-s.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:bottom center;
}
.profile-pic{
	width:12%;
	background-color:#f1f1f1;
	float:left;
	margin:15px;
	margin-left:0px !important;
	padding:1px;
	border-radius:3px;
	box-shadow:#333 -2px 3px 5px;
}
.profile-pic img{
	width:100%;
}
.profile-info{
	width:auto;
	float:left;
	font-size:14px;
	font-family:Calibri;
	color:#004a5f;
	margin-top:67px;
}

.profile-address{
	width:auto;
	float:left;
	font-size:14px;
	font-family:Calibri;
	color:#004a5f;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:50px;
	text-align:left;
}



p{
	text-align:justify;
}
.imp-links{
	padding:0px;
	margin:10px 0px;
	list-style:none;
}	
.imp-links li{
	background:url(../images/bullet.jpg) center left no-repeat;
	padding:7px 15px;
	color:#404040;
	font-size:14px;
	font-family:Calibri;
	
}
.s-line{
	background:url(../images/single-line.png) no-repeat bottom center;
	width:100%;
	height:5px;
}
.footer{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:50px;
	margin-top:10px;
	font-size:12px;
	color:#000000;
	text-align:center;
	line-height:40px;
	padding-top:5px;
	
}
.footer-box-left{
	width:32%;
	text-align:left;
	padding-left:20px;
	float:left;
	font-weight:bold;
	font-size:14px;
}

.footer-box-center{
	width:30%;
	text-align:center;
	float:left;
}

.footer-box-right{
	width:33%;
	float:right;
	padding-right:20px;
	text-align:right;
}