@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "open";
	src: url('open/open.eot');
	src: url('open/open.eot?#iefix') format('embedded-opentype'), url('open/open.svg#Open Sans') format('svg'), url('open/open.woff') format('woff'), url('open/open.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "raleway";
	src: url('raleway/raleway.eot');
	src: url('raleway/raleway.eot?#iefix') format('embedded-opentype'), url('raleway/raleway.svg#Open Sans') format('svg'), url('raleway/raleway.woff') format('woff'), url('raleway/raleway.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "ge";
	src: url('gemedium/gemedium.eot');
	src: url('gemedium/gemedium.eot?#iefix') format('embedded-opentype'), url('gemedium/gemedium.svg#ge') format('svg'), url('gemedium/gemedium.woff') format('woff'), url('gemedium/gemedium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0px;
	background: url(../images/top_bg.jpg) repeat-x;
	font-family: 'open', Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a:hover {
	color: #2c4f89;
	transition: ease-in color 0.2s;
	-moz-transition: ease-in color 0.2s;
	-o-transition: ease-in color 0.2s;
	-webkit-transition: ease-in color 0.2s;
}
.clear {
	clear: both;
}
.clear5x {
	clear: both;
	height: 5px;
}
/**** HEADER PART ****/
header {
	min-height: 145px;
}
.logo {
	float: right;
}
.top_links {
	margin-top: 0px;
	padding-left: 0px;
}
.top_links li {
	float: left;
	list-style: none;
	background: #d9d9d9;
	margin: 0 5px 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	font: 13px 'ge', Arial, Helvetica, sans-serif;
	color: #494949;
}
.top_links li a:link, .top_links li a:visited, .top_links li a:active {
	color: #0b1f6b;
	text-decoration: none;
}
.top_links li a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
.top_links li:hover {
	background: #3c67ae;
}
.top_links li a:hover {
	color: #fff;
	text-decoration: none;
}
.header-right {
	float: left;
}
.social-bar {
	float: left;
}
.social_links {
	margin-top: 15px;
	padding-left: 0;
}
.social_links li {
	display: inline;
	margin: 0 1px 10px;
	list-style: none;
	font: 14px 'ge', Arial, Helvetica, sans-serif;
}
.social_links li a {
	text-decoration: none;
	color: #0b1f6b;
}
.social_links li a img {
	width: 25px;
	height: 25px;
}
.search {
	border: solid 1px #d4d4d4;
	width: 230px;
	float: right;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.search_input {
	font: 13px Tahoma, Geneva, sans-serif;
	color: #bebebe;
	width: 190px;
	background: none;
	line-height: 20px;
	border: none;
	margin-right: 10px;
	padding: 3px 5px;
	float: right;
	direction: rtl;
}
.search_button {
	float: right;
	background: url(../images/search.gif) no-repeat;
	width: 17px;
	height: 17px;
	margin: 5px 0 0 0;
}
.certificate {
	margin-left: 20px;
	margin-right: 50px;
	margin-top: 30px;
	float: right;
}
@media (max-width:700px) {
.logo {
	float: none;
	text-align: center;
	margin-top: 50px;
}
.header-right {
	float: none !important;
}
.social-bar {
	float: none;
	text-align: center;
}
.search {
	border: solid 1px #d4d4d4;
	width: 230px;
	float: none;
	margin: auto;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 28px;
}
.search_input {
	font: 13px 'open', Arial, Helvetica, sans-serif;
	color: #bebebe;
	width: 190px;
	background: none;
	line-height: 20px;
	border: none;
	margin-right: 10px;
	padding: 3px 5px;
}
.search_button {
	float: left;
	background: url(../images/search.gif) no-repeat;
	width: 17px;
	height: 17px;
	margin: 5px 0 0 0;
}
.certificate {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	float: none;
	text-align: center;
}
}
/**** END HEADER PART ****/
.slideshow_container, #fws2-instance1 {
	background: url(../images/slidebg.jpg) no-repeat center #3d72bd;
	max-height: 600px;
}
.fws2 .title {  /* Slider Title Style */
	margin-top: 100px;
}
.fws2 .title {  /* Slider Title Style */
	opacity: 0;
	color: #2c4f89;
	padding: 10px;
	padding-left: 50px;
	font: 30px 'raleway', Arial, Helvetica, sans-serif;
	text-align: center;
}
.fws2 .description { /* Slider Description Style */
	opacity: 0;
	color: #000;
	padding: 10px;
	padding-right: 10px;
	padding-left: 50px;
	clear: both;
	margin-top: 2px;
	line-height: 24px;
	font: 15px 'open', Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 10px !important;
}
.fws2 .readmore { /* Slider Read More button Style */
	opacity: 0;
	clear: both;
	color: #000d5e;
	background: #fff;
	padding: 10px;
	margin-left: 50px;
	text-decoration: none;
	font: 13px 'raleway', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-bottom: solid 3px #b9b9b9;
}
.fws2 .readmore:hover {
	color: #fff;
	background: #3c67ae;
	border-bottom: solid 3px #274982;
}
.fws2 .readmore { /* Slider Read More button Style */
	float: none !important;
}
.fws2 .timers {
	height: 4px;
	position: absolute;
	bottom: 15px;
	left: 0 !important;
	z-index: 3;
}
@media (min-width:992px) and (max-width:1200px) {
.slideshow_container, #fws2-instance1 {
	background: url(../images/slidebg.jpg) no-repeat center #3d72bd;
	max-height: 288px !important;
}
.fws2 .slide img {
	margin: 50px 0 0 0 !important;
}
.fws2 .title {  /* Slider Title Style */
	margin-top: 50px !important;
}
}
@media (min-width:768px) and (max-width:992px) {
.slideshow_container, #fws2-instance1 {
	background: url(../images/slidebg.jpg) no-repeat center #3d72bd;
	max-height: 260px !important;
}
.fws2 .slide img {
	margin: 40px 0 0 0 !important;
}
.fws2 .title {  /* Slider Title Style */
	margin-top: 20px !important;
	font-size: 20px !important;
}
}
@media (max-width:767px) {
.fws2 .slide img {
	margin: 50px 0 0 0 !important;
}
}
@media (max-width:375px) {
.fws2 .slide img {
	margin: 30px 0 0 0 !important;
}
}
/**** END SLIDER ****/
/**** NEWS PART ****/
.newsbg {
	background: url(../images/newsbg.gif) repeat-x;
	min-height: 45px;
}
.newsbg .title img {
	padding-left: 20px;
}
.news {
	padding-top: 12px;
	padding-left: 10px;
}
@media (max-width:992px) {
.newsbg {
	background: none #fdfbfd;
	padding-top: 10px;
}
.news {
	padding-top: 2px;
	padding-left: 10px;
}
}
/**** END NEWS PART ****/
.dpt-box {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #656565;
}
.dpt-box:last-child {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0px solid #656565;
}
.post {
	margin-bottom: 20px;
}
.post .gray_text {
	margin-bottom: 30px;
}
.post .pic-lg {
	margin-left: 20px;
}
.post-title {
	color: #656565;
	font: 13px "open", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
/**** CONTENT PART ****/
.content {
	min-height: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/**** HOME PAGE ****/
.servicebg {
	background: -webkit-linear-gradient(#a2bcdf, #4270bc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#a2bcdf, #4270bc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#a2bcdf, #4270bc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#a2bcdf, #4270bc); /* Standard syntax */
	padding: 10px 0px 10px 0px;
	min-height: 235px;
	-webkit-box-shadow: 0 8px 6px -6px #666;
	-moz-box-shadow: 0 8px 6px -6px #666;
	box-shadow: 0 8px 6px -6px #666;
	border-radius: 5px;
	border: 1px solid #4476bf;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow-x: auto;
}
.servicebg a {
	text-decoration: underline;
}
.servicebg .listico {
	margin-left: 8px;
}
.welcome {
	color: #222;
}
.pic-lg {
	border: solid 1px #ccc;
	padding: 5px;
	width: 100%;
	max-width: 240px;
	margin: 0 0 15px 15px;
}
.pic {
	border: solid 1px #ccc;
	padding: 5px;
	max-width: 175px;
	margin: 0 15px 15px 0;
}
#cycler {
	position: relative;
	height: 220px
}
#cycler img {
	position: absolute;
	z-index: 1;
	background-color: white;
	width: 100%;
	max-width: 280px;
	right: 0px;
}
#cycler img.active {
	z-index: 3
}
/**** END HOME PAGE ****/
	
.title {
	font: 16px 'ge', Arial, Helvetica, sans-serif;
	color: #274982;
	text-transform: uppercase;
	direction: rtl;
}
.title_small {
	font: 13px 'ge', Arial, Helvetica, sans-serif;
	color: #274982;
	direction: rtl;
	border-bottom: dashed 1px #d2d2d2;
	margin-bottom: 10px;
	padding: 10px 0;
}
.title_white {
	font: 16px 'ge', Arial, Helvetica, sans-serif;
	color: #fff;
	direction: rtl;
}
.regular_text {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: justify;
	direction: rtl;
}
.gray_text  {
	font: 12px/22px Tahoma, Geneva, sans-serif;
	color: #656565;
	text-align: justify;
	direction: rtl;
}
.gray_text a:link, .gray_text a:visited, .gray_text a:active {
	color: #2c4f89;
	text-decoration: none;
}
.gray_text a:hover {
	color: #656565;
	text-decoration: none;
}
.white_text {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #fff;
	direction: rtl;
	line-height: 18px;
}
.white_text a:link, .white_text a:visited, .white_text a:active {
	color: #fff;
	text-decoration: none;
}
.white_text a:hover {
	color: #15305b;
	text-decoration: none;
}
.titlebg {
	font: 18px 'ge', Arial, Helvetica, sans-serif;
	color: #274982;
	background: url(../images/titlebg_ar.gif) no-repeat;
	background-position: right;
	height: 39px;
	line-height: 39px;
	direction: rtl;
	margin-bottom: 10px;
	width: 100%;
}
.titlebgsmall {
	font: 16px 'ge', Arial, Helvetica, sans-serif;
	color: #274982;
	background: url(../images/titlebg-small_ar.gif) no-repeat;
	height: 39px;
	line-height: 39px;
	direction: rtl;
	margin-bottom: 10px;
	width: 100%;
}
.title_sub {
	font: 16px 'ge', Arial, Helvetica, sans-serif;
	color: #656565;
	text-transform: uppercase;
	width: 100%;
}
.pic {
	border: solid 1px #ccc;
	padding: 5px;
	margin: 0 0 15px 15px;
}
.footer {
	background: url(../images/footerbg.gif) repeat-x #4270bc;
	width: 100%;
	padding: 20px 0;
}
.icon {
	float: right;
	width: 25px;
	text-align: right;
}
.add_container {
	margin: 5px 0;
	clear: both;
	width: 100%;
}
.add_disc {
	float: right;
	width: 90%;
}
.path {
	float: left;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #2c4f89;
	line-height: 35px;
}
.map {
	border: solid 5px #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.contact {
	width: 465px;
	float: left;
}
.contact_ico {
	width: 30px;
	margin-left: 10px;
}
.lab {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #4d4d4d;
	float: right;
}
.titlebg {
	color: #274982;
	font: 13px/39px "raleway", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.input {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #656565;
	border: none;
	background: #eeeeee;
	float: left;
	text-align: right;
}
.button {
	background: #cdcdcd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 7px 20px;
	font: 13px 'ge', Tahoma, Geneva, sans-serif;
	color: #525252;
	border: none;
}
.button:hover {
	background: #3c67ae;
	color: #fff;
	cursor: pointer;
	transition: background ease-in 0.2s;
	-moz-transition: background ease-in 0.2s;
	-o-transition: background ease-in 0.2s;
	-webkit-transition: background ease-in 0.2s;
}
.event_container {
	border-bottom: dashed 1px #cdcdcd;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.readmore {
	background: #3c67ae;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 10px;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #fff;
	border: none;
	float: left;
	clear: both;
}
.readmore:hover {
	background: #cdcdcd;
	color: #525252;
	cursor: pointer;
	transition: background ease-in 0.2s;
	-moz-transition: background ease-in 0.2s;
	-o-transition: background ease-in 0.2s;
	-webkit-transition: background ease-in 0.2s;
}
.sub_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub_menu .title {
	font: 13px 'raleway', Arial, Helvetica, sans-serif;
	color: #656565;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.sub_menu li {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 2px;
	background: #ddd;
	font: 13px 'open', Arial, Helvetica, sans-serif;
	color: #656565;
	text-align: right;
}
.sub_menu li a {
	color: #656565;
	display: block;
	padding: 6px 15px;
}
.sub_menu li a:hover {
	text-decoration: none;
	color: #fff;
}
.sub_menu li:hover {
	background: #2c4f89;
	transition: background ease-in 0.2s;
	-moz-transition: background ease-in 0.2s;
	-o-transition: background ease-in 0.2s;
	-webkit-transition: background ease-in 0.2s;
}
.team {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #f1f1f1;
	padding: 10px;
	margin-bottom: 20px;
}
.titlebg_small {
	font: 14px 'ge', Arial, Helvetica, sans-serif;
	color: #274982;
	line-height: 30px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: dashed 1px #d2d2d2;
}
.news_container {
	margin: 5px 0;
	background: #e8e8e8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px 20px;
	line-height: 50px;
}
.pdf {
	display: block;
	width: 38px;
	height: 50px;
	background: url(../images/pdf.png) no-repeat;
	float: left;
	position: static;
}
ul.tsc_pagination {
	margin: 4px 0;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	font: 12px 'Tahoma';
	list-style-type: none;
}
ul.tsc_pagination li {
	float: right;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 5px;
}
ul.tsc_pagination li a {
	color: black;
	display: block;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
}
ul.tsc_paginationA li a {
	color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.tsc_paginationA01 li a {
	color: #474747;
	border: solid 1px #B6B6B6;
	padding: 6px 9px 6px 9px;
	background: #E6E6E6;
	background: -moz-linear-gradient(top, #FFFFFF 1px, #F3F3F3 1px, #E6E6E6);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
}
ul.tsc_paginationA01 li:hover a, ul.tsc_paginationA01 li.current a {
	background: #FFFFFF;
}
@media (max-width:767px) {
.team img.pic {
	float: none !important;
}
.pic {
	float: none !important;
}
.pic-lg {
	float: none !important;
}
}
/**** END CONTENT PART ****/
/**** FOOTER PART ****/
footer {
	background: url(../images/footerbg.gif) repeat-x #4270bc;
	padding: 20px 0;
	min-height: 200px;
}
footer .bottom-box {
	margin-bottom: 10px;
}
footer .bottom-box .box {
	margin-bottom: 10px;
}
.twit-ico {
	padding: 10px;
}
.icon {
	float: left;
	width: 25px;
}
.add_container {
	margin: 5px 0;
	clear: both;
	float: left;
}
.add_disc {
	float: left;
}
footer ul {
	list-style: url(../images/dot.gif);
	padding-right: 15px;
}
/**** END FOOTER PART ****/
