﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body{
	font-family: 'MicrosoftTaiLe';
}

/*========================font family======================
=========================================================*/


@font-face {
  font-family: 'ITCHandelGothicArabicW23-Bd';
  src: url('../fonts/ITCHandelGothicArabicW23-Bd.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/ITCHandelGothicArabicW23-Bd.woff') format('woff'), 
  url('../fonts/ITCHandelGothicArabicW23-Bd.ttf')  format('truetype'), 
  url('../fonts/ITCHandelGothicArabicW23-Bd.svg#ITCHandelGothicArabicW23-Bd') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCHandelGothicArabicW23-Rg';
  src: url('../fonts/ITCHandelGothicArabicW23-Rg.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/ITCHandelGothicArabicW23-Rg.woff') format('woff'), 
  url('../fonts/ITCHandelGothicArabicW23-Rg.ttf')  format('truetype'), 
  url('../fonts/ITCHandelGothicArabicW23-Rg.svg#ITCHandelGothicArabicW23-Rg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HandelGothic';
  src: url('../fonts/HandelGothic.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/HandelGothic.woff') format('woff'), 
  url('../fonts/HandelGothic.ttf')  format('truetype'), 
  url('../fonts/HandelGothic.svg#HandelGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MicrosoftTaiLe';
  src: url('../fonts/MicrosoftTaiLe.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/MicrosoftTaiLe.woff') format('woff'), 
  url('../fonts/MicrosoftTaiLe.ttf')  format('truetype'), 
  url('../fonts/MicrosoftTaiLe.svg#MicrosoftTaiLe') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*========================font family======================
=========================================================*/

.clear{
  clear: both;
}

.container2{
	width:90%;
	margin-right: auto;
    margin-left: auto;
	padding:0;
}

a{
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.no-padding{
	padding: 0;
}

.sec-top-links{
	background: #666;
}
.sec-top-links ul{
	list-style: none;
}
.top-links{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.top-links li{
	float: left;
}
.top-links li a{
	display: block;
	color: #fff;
	padding: 10px 20px;
	border-right: solid 1px #444444;
	text-decoration: none;
}
.top-links li a:hover{
	color: #ff6906;
}
.top-links li:first-child a {
	padding: 10px 20px 10px 0;
}
.top-social{
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.top-social li{
	float: left;
	color: #fff;
	line-height: 40px;
}

.top-social li a{
	display: block;
	color: #fff;
	padding: 0 10px;
	border-right: solid 1px #444444;
}
.top-social li:last-child a{
	border-right: solid 0px #444444;
}
.sec-middle{
	padding: 20px 0 20px;
}
.header{
	position: relative;
	z-index: 1030;
}
.header.fixed-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 1030;
	-webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes moveDown {
  0% {
    -moz-transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0px);
    opacity: 1;
  }
}
@-o-keyframes moveDown {
  0% {
    -o-transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0px);
    opacity: 1;
  }
}
@-ms-keyframes moveDown {
  0% {
    -ms-transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.header .navbar-default {
  background-color: #fff;
  border: solid 0;
  border-radius: 0;
  margin-bottom: 0;
}
.header .navbar-collapse{
	padding: 0;
	margin: 0;
}
.logo{
	float: left;
	width: 217px;
}
.logo img{
	max-width: 100%;
}
.header .navbar-default .spec-nav > li {
	padding: 5px 15px;
}
.header .navbar-default .spec-nav > li > a {
	font-weight: 600;
	padding: 0;
}
.header .navbar-default .spec-nav > li > a img{
	margin: 0 10px 0 0;
}
.header .navbar-default .spec-nav > li > a.quick{
	color: #fff;
	background: #0360a5;
	padding: 5px 24px;
}
.header .navbar-default .spec-nav > li.cus-id img{
	display: inline-block;
}
.header .navbar-default .spec-nav > li.cus-id input.form-control{
	width: 150px;
	display: inline-block;
	border-radius: 0;
	height: 30px;
}
.header .navbar-default .spec-nav > li.cus-id2 input.form-control{
	width: 250px;
	display: inline-block;
	border-radius: 0;
	height: 30px;
}
.header .navbar-default .spec-nav > li.cus-id2 input[type="submit"]{
	display: inline-block;
	color: #fff;
	height: 31px;
	background: #0360a5;
	border-radius: 0;
	margin: -1px 0 0 -5px;
	border: solid 1px #025695;
}
.header .navbar-default .spec-nav > li.cus-id input[type="submit"]{
	display: inline-block;
	color: #fff;
	height: 31px;
	background: #0360a5;
	border-radius: 0;
	margin: -1px 0 0 -5px;
	border: solid 1px #025695;
}
.header .navbar-default .spec-nav > li.cus-id input[type="submit"]:hover{
	background-color: #ff6906;
	border: solid 1px #e05900;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #0360a5;
}
.header  .search-box {
    position: absolute;
    top: -5px;
    right: 50px;
     display: none; 
    width: 300px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.header  .search-box input {
    float: left;
    width: 250px;
    padding: 10px 5px;
    background: #fff;
    border: none;
}
.header  .search-box input[type="submit"] {
    float: left;
    background: #0360a6;
    border: none;
    padding: 10px 15px 10px 16px;
    color: #fff;
    width: auto;
}
.header  .search-box input[type="submit"]:hover {
    background-color: #ff6906;
}
.main-nav{
	padding: 0;
	border-top: solid 1px #d3d3d3;
}
.navbar-default .main-nav .navbar-nav > li + li {
	border-left: solid 1px #d3d3d3;
}
.navbar-default .main-nav .navbar-nav > li > a {
	color: #1a1e1f;
	font-weight:normal;
	padding: 15px 20px;
	font-family: 'ITCHandelGothicArabicW23-Rg';
}
.navbar-default .main-nav .navbar-nav > li > a:focus,
.navbar-default .main-nav .navbar-nav > li > a:hover{
	color: #fff;
	background: #0360a5;
}
.main-nav .dropdown-menu{
	padding: 0;
	background: #819093;
	border: solid 3px #fff;
	border-radius: 0;
}
.main-nav .dropdown-menu .menu-bdr{
	border-right: solid 1px #98a6a9;
}
.main-nav .dropdown-menu .yamm-content {
    padding: 20px 20px;
}
.main-nav .dropdown-menu:before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 67px;
	height: 77px;
	background: url(../images/icon-menu.png) center top no-repeat;
}
.main-nav .dropdown-menu h3{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.main-nav .dropdown-menu .media {
    margin: 7px 0 7px 0;
}
.main-nav .dropdown-menu p{
	color: #fff;
	font-size: 12px;
}
.main-nav .dropdown-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-nav .dropdown-menu ul li{
	position: relative;
	padding: 0 0 0 5px;
}
.main-nav .dropdown-menu ul li:before {
  content: "\f0da";
  color: #0260a5;
  font-family: 'FontAwesome';
  font-size: 12px;
  margin: 0 5px 0 0;
}
.main-nav .dropdown-menu ul li a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.main-nav .dropdown-menu ul li a:hover{
	color: #0360a5;
}
.main-nav .dropdown-menu a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.main-nav .dropdown-menu a:hover{
	color: #0360a5;
}
.banner{
	position: relative;
}

.banner .carousel-indicators {
	bottom: 75px;
}
.banner .carousel-indicators li {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0px 7px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 10px;
}
.banner .carousel-indicators li.active {
  width: 22px;
  height: 22px;
  margin: 0px 7px;
  background-color: #ff6906;
}
.banner-txt-wrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.banner-txt-cover{
	position: relative;
}
.banner-txt-cover:after, .banner-txt-cover:before {
	position: absolute;
	content: "";
	top: 0;
	left: -75px;
	width: 0px;
  height: 0px;
	border: solid transparent;
	pointer-events: none;
}
.banner-txt-cover:before {
  border-left: 155px solid transparent;
  border-right: 155px solid transparent;
  border-top: 96px solid #fff;
  margin: 0 0 0 -20px;
}
.banner-txt-cover:after {
	border-left: 135px solid transparent;
  border-right: 135px solid transparent;
  border-top: 85px solid#0360a5;
}
.banner-txt{
	float: left;
	width: 100%;
	margin: 220px 0 0 0;
}
.banner-txt ul{
	list-style: none;
}
.banner-txt ul li{
	float: left;
}
.banner-txt ul li h1{
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	padding: 5px 10px;
	margin: 0 0 0 0;
	background: #666666;
	text-transform: uppercase;
}
.banner-txt ul li p{
	text-align: right;
}
.banner-txt ul li p a{
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding: 3px 5px;
	background: #0360a5;
	text-decoration: none;
}
.banner-txt ul li p a:hover{
	background: #e9650e;
}
.banner-txt ul li img{
	border-bottom: solid 6px #0360a5;
}
.banner-txt ul li .banner-arabic{
	float: left;
	color: #000;
	font-size: 26px;
	padding: 15px;
	width: 100%;
	background: #fff;
	border-bottom: solid 6px #0360a5;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  -ms-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.banner .carousel-inner .item img{
	display: block;
}
.banner .carousel-inner .item:nth-child(1){
	background: url(../images/slider-01.jpg) center top no-repeat;
	background-size: cover;
}
.banner .carousel-inner .item:nth-child(2){
	background: url(../images/slider-01.jpg) center top no-repeat;
	background-size: cover;
}
.banner .carousel-inner .item:nth-child(3){
	background: url(../images/slider-01.jpg) center top no-repeat;
	background-size: cover;
}

.quick-links{
  position: relative;
  margin: -60px 0 0 0;
  background: rgba(255,255,255,0.48);
  z-index: 1;
  overflow: hidden;
}
.quick-links:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: #0360a5;
}
.quick-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.quick-links ul li{
	width:14%;
	float: left;
}
.quick-links ul li a{
	position: relative;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.quick-links ul li a{
	border-top: solid 10px transparent;
}
.quick-links ul li span.first-icon{
	display: block;
	padding: 10px 0 0;
	background: #0360a5;
	text-align: center;
	border-top: solid 10px #2a7dbb;
}
.quick-links ul li a span.icon-link{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto -30px;
	line-height: 70px;
	background: #666666;
	border: solid 1px #fff;
	border-radius: 50%;
	z-index: 1;
}
.quick-links ul li a span.icon-link img{
	max-width: 100%;
}
.quick-links ul li a:hover span.icon-link{
	background: #e9650e;
}
.quick-links ul li span.first-lbl{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px 0px;
	text-align: center;
}
.quick-links ul li a .quick-lbl{
	display: block;
	padding: 40px 10px 0 10px;
	min-height: 80px;
	font-family: 'ITCHandelGothicArabicW23-Rg';
}
.quick-links ul li a .quick-lbl{
	border-right: solid 1px #094674;
}
.quick-links ul li:last-child a .quick-lbl{
	border-right: solid 0px #094674;
}
.service-carousel-wrap{
	float: left;
	width: 100%;
	padding: 55px 0 0 0;
}
.gov-services{
	float: left;
	width: 100%;
	margin:  0 0 45px 0;
}
.gov-services h2{
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 45px 0;
	text-transform: uppercase;
}
.gov-services .service-cover{
	position: relative;
	border-top: solid 1px #043f6b;
	overflow: hidden;
}
.gov-services .service-cover:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.gov-services .service-cover:hover:before{
	background: rgba(0,0,0,0.4);
}
.gov-services .service-cover img{
	width: 100%;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
.gov-services .service-cover:hover img{
	-webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
	
}
.gov-services .service-cover .service-hd{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 20px;
	bottom: 20px;
}
.gov-services .service-cover .service-hd h3{
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	text-align: right;
}
.gov-services .service-cover .service-hd h3 a{
	color: #fff;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	text-decoration: none;
}
.gov-services .service-cover .service-hd p{
	color: #fff;
	margin: 0 0 0 0;
	text-align: right;
}
.gov-services .service-cover .service-hd h3 span{
	display: inline-block;
	padding: 3px 15px;
	background: #043f6b;
}
.gov-services .owl-theme .owl-nav .owl-prev {
  position: absolute;
  right: 30px;
  top: -65px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(../images/prev.png) center no-repeat;
  opacity: 1;
}
.gov-services .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: -65px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(../images/next.png) center no-repeat;
  opacity: 1;
}
.gov-services .owl-theme .owl-nav .owl-prev.disabled,
.gov-services .owl-theme .owl-nav .owl-next.disabled{
	opacity: .5;
}
.gov-services .owl-item .item .service-cover:hover{
	border-top: solid 1px #e9650e;
}
.gov-services .owl-item .item .service-cover .service-hd:hover h3 span{
	background: #e9650e;
}
.corp-services{
	float: left;
	width: 100%;
	margin:  0 0 45px 0;
}
.corp-services h2{
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 45px 0;
	text-transform: uppercase;
}
.corp-services .service-cover{
	position: relative;
	border-top: solid 1px #043f6b;
}
.corp-services .service-cover:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.corp-services .service-cover:hover:before{
	background: rgba(0,0,0,0.4);
}
.corp-services .service-cover img{
	width: 100%;
}
.corp-services .service-cover .service-hd{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 20px;
	bottom: 20px;
}
.corp-services .service-cover .service-hd h3{
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
.corp-services .service-cover .service-hd h3 span{
	display: inline-block;
	padding: 3px 15px;
	background: #043f6b;
}
.corp-services .owl-theme .owl-nav .owl-prev {
  position: absolute;
  right: 30px;
  top: -65px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(../images/prev.png) center no-repeat;
  opacity: 1;
}
.corp-services .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: -65px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(../images/next.png) center no-repeat;
  opacity: 1;
}
.corp-services .owl-theme .owl-nav .owl-prev.disabled,
.corp-services .owl-theme .owl-nav .owl-next.disabled{
	opacity: .5;
}
.corp-services .owl-item .item .service-cover:hover{
	border-top: solid 1px #e9650e;
}
.corp-services .owl-item .item .service-cover:hover .service-hd h3 span{
	background: #e9650e;
}

.news-hd{
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 60px 0;
	background: url(../images/bg-line.jpg) left bottom repeat-x;
}
.news-hd h2{
	display: inline-block;
	font-size: 24px;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	font-weight: 700;
	margin: 0 0 20px 0;
}
.news-hd .btn-news{
	float: right;
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	background: #1575bc;
	text-decoration: none;
}
.news-hd .btn-news:hover{
	background: #e9650e;
}
.news-wrap{
	float: left;
	width: 100%;
	margin-bottom: 80px;
}


.news-carousel-wrap{
	float: left;
	width: 100%;
}
.news-carousel-wrap .news-row{
	margin-right: -13px;
  margin-left: -13px;
}
.news-carousel-wrap .item{
	padding: 0 13px;
}
.news-cover{
	width: 100%;
	background: #113562;
	 -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.news-cover .news-title {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-family: 'ITCHandelGothicArabicW23-Rg';
  font-weight: 600;
  padding: 20px 20px;
  text-align: center;
}
.news-cover .news-title:before{
	content: "";
	position: absolute;
	left: 17px;
	bottom: 0;
	width: 3px;
	height: 33px;
	background: #ffaf14;
}
.news-cover .news-img{
	width: 100%;
	overflow: hidden;
}
.news-cover .news-img img{
	width: 100%
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
.news-cover:hover .news-img img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news-cover .news-dtls{
	position: relative;
	width: 100%;
	font-size: 12px;
	padding: 35px 35px 20px 35px;
}
.news-cover .news-dtls:before{
	content: "";
	position: absolute;
	left: 17px;
	top: 0;
	width: 3px;
	height: 33px;
	background: #ffaf14;
}
.news-cover .news-dtls a img{
	float: left;
	margin: 0 15px 0 0;
	width: auto !important;
}
.news-cover .news-dtls p.news-txt{
	color: #fff;
}
.news-cover .news-dtls p.date{
	font-size: 10px;
	color: #74a6f0;
}
.news-cover .news-dtls p a.more{
	color: #74a6f0;
	text-decoration: none;
}
.news-cover .news-dtls p a.more:hover{
	color: #ffaf14;
}
.news-cover:hover{
	background: #e9650e;
}
.news-cover:hover .news-dtls p.date{
	color: #f6db8d;
}
.news-cover:hover .news-dtls p a.more{
	color: #f6db8d;
}
.section-footer{
	padding: 60px 0 20px;
	background: #666666;
	border-top: solid 10px #878686;
}
.ft-address {
	float: left;
	width: 100%;
	padding-right: 30px;
	margin-bottom: 20px;
}
.ft-address p{
	color: #fff;
	margin: 0 0 10px 0;
}
.ft-address p span{
	color: #ffad1f;
}
.ft-address h3{
	color: #fff;
	font-size: 24px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: solid 1px #797979;
}
.ft-address .ft-social{
	list-style: none;
	padding: 0;
	margin: 0;
}
.ft-address .ft-social li{
	float: left;
	color: #fff;
	line-height: 32px;
	margin: 0 10px 0 0;
}
.ft-address .ft-social li a{
	display: block;
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: solid 1px #cdcdcd;
	line-height: 32px;
	text-align: center;
}
.ft-address .ft-social li a:hover{
	background: #e9650e;
	border: solid 1px #e9650e;
}
.ft-links{
	padding: 0;
}
.ft-links h3{
	color: #fff;
	font-size: 18px;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	font-weight: 700;
	margin: 0 0 35px 15px;
}
.ft-links ul{
	list-style: none;
	padding: 0;
	margin: 0 0 50px 0;
}
.ft-links ul li{
	background: url(../images/bg-ft-line.jpg) left bottom repeat-x;
}
.ft-links ul li a{
	display: block;
	color: #eae8e8;
	padding: 10px 5px 10px 15px;
	text-decoration: none;
}
.ft-links ul li a:hover{
	color: #e9650e;
	padding: 10px 5px 10px 25px;
}
.copy-wrap{
	float: left;
	color: #fff;
	font-size: 12px;
	width: 100%;
	padding: 25px 0 0 0;
	background: url(../images/bg-ft-line.jpg) left top repeat-x;
}
.copy-wrap .privacy{
	text-align: right;
}


/*Internal Pages*/
.page_banner{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	overflow:hidden;
}
.page_banner_table{
	display:table;
	table-layout:fixed;
	width:100%;
	position:relative;
}
.page_banner_table:before, .page_banner_table:after{
	content:" ";
	display:block;
	width:35%;
	max-width:532px;
	height:135px;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
}
.page_banner_table:before{
	background-image:url(../images/header-triangle-graphics.png);
	background-position:top center;
	top:0;
	left:-10%;
}
.page_banner_table:after{
	background-image:url(../images/header-triangle-graphics-up.png);
	background-position:bottom center;
	bottom:0;
	right:-8%;
}
.page_banner_cell{
	width:100%;
	display:table-cell;
	text-align:right;
	padding:6% 0px 10%;
	position:relative;
	z-index:9;
}
.page_heading{
	color:#fff;
	font-weight:700;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	text-transform:uppercase;
}
.page_heading_button{
	display:block;
	padding:10px 0px;
	text-align:right;
}
.page_heading_button a, .page_heading_button span{
	display:inline-block;
	padding:10px 20px;
	text-transform:uppercase;
	color:#fff;
	background-color:#e9650e;
	text-decoration:none;
	font-weight:700;
}
.page_heading_button a:hover, .page_heading_button span:hover{
	text-decoration:none;
}

/*Internal page Content area*/
.content.small{
	margin:0px auto;
	max-width:960px;
}
.content.align-center{
	text-align:left;
}
.PostArea{
	padding:20px 0px;
}
    .PostArea h1, .PostArea h2, .PostArea h3, .PostArea h4, .PostArea h5, .PostArea h6 {
        color: #023f7d;
        font-weight: 700;
        text-align: center;
        font-size: 20px !important;
    }
/*About us*/

.section_content{
	padding:2% 0px;
}
.section_grey{
	background-color:#e8ebeb;
}
.section_title{
	color:#013e7e;
	position:relative;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	padding:15px 0px;
	margin-bottom:20px;
	font-weight:700;
}
.abt-title:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 102px;
	height: 77px;
	background: url(../images/img-quote.png);
}
.section_title:after{
	content:" ";
	display:block;
	height:3px;
	width:35px;
	background-color:#013e7e;
	position:absolute;
	left:0;
	bottom:0;
}
.section_title.align-center:after{
	content:" ";
	display:block;
	height:2px;
	width:35px;
	background-color:#013e7e;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	bottom:0;
}

.section_table{
	display:table;
	table-layout:fixed;
	width:100%;
}
.section_table.rtl{
	direction:rtl;
}
.section_table_cell{
	display:table-cell;
	vertical-align:top;
}
.section_table_cell.image_cell{
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
.section_table_cell.image_cell:after{
	content:" ";
	display:none;
	background-color:#013d7e;
	width:80px;
	height:60px;
	position:absolute;
	top:0;
	right:0;
	left:auto;
	bottom:auto;
	z-index:9;
}
.section_table.rtl .section_table_cell.image_cell:after{
	left:0;
	bottom:0;
	right:auto;
	top:auto;
}
.section_table_cell.image_cell img{
	display:block;
	visibility:hidden;
	width:100%;
}
.section_table_content_wrap{
	direction:ltr;
	max-width:640px;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:8% 6%;
}
.section_table_content_wrap p.abt-vision{
	color: #5f5c5c;
	font-size: 20px;
}

/*Govt Services*/
.govt_service_table_wrap{
	padding:3px 0px;
}
.govt_service_table{
	display:table;
	table-layout:fixed;
	width:100%;
}
.govt_service_table_cell{
	display:table-cell;
	vertical-align:bottom;
	height:400px;
	background-color:#000;
	position:relative;
	border:3px solid #fff;
}
.govt_service_content{
	padding:50px;
	position:relative;
	z-index:3;
	color:#fff;
}
.background_layer{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	z-index:0;
	opacity:0.8;
	-webkit-opacity:0.8;
}
.service_overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#000;
	opacity:0;
	-webkit-opacity:0;
	z-index:1;
}
.govt_service_table_cell:hover .service_overlay{
	background-color:#000;
	opacity:0.6;
	-webkit-opacity:0.6;
}
.service_overlay.blue{
	background-color:#013d7d;
	opacity: 0;
}
.govt_service_table_cell:hover .service_overlay.blue{
	background-color:#013d7d;
	opacity:0.6;
	-webkit-opacity:0.6;
}
.service_overlay.white{
	background-color:#fff;
	opacity:0;
	-webkit-opacity:0;
}
.govt_service_table_cell:hover .service_overlay.white{
	background-color:#fff;
	opacity:0.4;
	-webkit-opacity:0.4;
}
.service_subtitle{
	font-weight:100;
	text-transform:uppercase;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	letter-spacing:2px;
	font-size:14px;
}
.service_title{
	text-transform:uppercase;
	font-weight:700;
	font-family: 'ITCHandelGothicArabicW23-Rg';
}
.service_title_optional{
	margin:0px;
	padding:0px;
	font-weight:700;
}
.govt_service_action_button{
	position:absolute;
	z-index:4;
	bottom:0;
	right:0px;
	width:60px;
	height:60px;
	display:block;
	text-align:center;
	color:#fff;
	background-color: #025fa6;
	cursor:pointer;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}

.govt_service_action_button.blue{
	background-color:#035fa6;
}
.govt_service_action_button .fa{
	line-height:60px;
}
.govt_service_action_button:hover{
	background-color:#000;
}
.govt_service_desc{
	display:none;
}

/*Contact Us*/
.section_heading{
	text-transform:uppercase;
	text-align:center;
	padding:20px 0px 40px;
	margin-bottom:50px;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	border-bottom:1px solid #ccc;
	position:relative;
	font-weight:700;
}
.section_heading:after{
	content:" ";
	display:block;
	width:16px;
	height:16px;
	background-color:#819093;
	position:absolute;
	bottom:-8px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.contact_info_table{
	display:table;
	table-layout:fixed;
	width:100%;
}
.contact_info_cell{
	display:table-cell;
	vertical-align:top;
	background-color:#103f6d;
	color:#fff;
	padding:20px;
}
.contact_location{
	width:55%;
	padding:0px;
}
.contact_location img{
	width:100%;
	display:block;
}
.contact_info_list{
	display:block;
	margin:0px;
	padding:0px 0px 30px;
}
.contact_info_list li{
	display:block;
	margin:0px;
	padding:25px 8%;
	border-bottom:1px solid rgba(255,255,255, 0.1);
	color:#fff;
}
.contact_info_list li.contact_info_title{
	font-size:18px;
	font-weight:700;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	border-bottom:none;
}
.contact_info_list li a{
	color:#fff;
}
.contact_info_list li .fa{
	font-size:22px;
	padding-right:30px;
	width:40px;
	color:rgba(255,255,255, 0.5);
	text-align:center;
	transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
}
.contact_info_list li:hover .fa{
	color:rgba(255,255,255, 0.9);
}
.contact_info_social{
	display:block;
	margin:0px;
	padding:0px 4%;
}
.contact_info_social li{
	margin:0px;
	padding:0px;
	display:inline-block;
}
.contact_info_social li a{
	display:block;
	padding:0px;
	margin:0px 5px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:26px;
	color:rgba(255,255,255, 0.5);
	transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
}
.contact_info_social li a:hover{
	color:rgba(255,255,255, 0.9);
}
.contact-formbg{
	width:100%;
	padding:5%;
}
.contact-formbg .contact_info_title{
	font-size:18px;
	font-weight:700;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	border-bottom:none;
}

/*Departments*/
.departments_header_wrap{
	padding:20px 80px 20px 20px;
	background-color:#819093;
	color:#fff;
	position:relative;
}
.departments_header{
	margin:0px;
	padding:0px;
	font-weight:700;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.department_slider{
	background-color:#103f6d;
	overflow:hidden;
	margin-bottom:60px;
}
.dp_nav{
	position:absolute;
	top:15px;
	right:0px;
	width:80px;
}
.dp_nav:after{
	content:" ";
	display:block;
	clear:both;
}
.dp_prev, .dp_next{
	display:block;
	height:30px;
	width:50%;
	float:left;
	font-size:34px;
	text-align:center;
	cursor:pointer;
	line-height:0;
}
.dp_prev .fa, .dp_next .fa{
	line-height:30px;
}
.department_box{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
.department_box .contact_info_list li.contact_info_title{
	border-bottom:1px solid rgba(255,255,255, 0.1);
	padding-top:30px;
	padding-bottom:30px;
}
.department_box .contact_info_list li:last-child{
	border-bottom:none;
}

/*Branches*/
.branch_table{
	display:table;
	table-layout:fixed;
	width:100%;
	position:relative;
}

.branch_cell{
	display:table-cell;
	vertical-align:top;
	padding:20px;
	position:relative;
	background-color:#819093;
	border:20px solid #fff;
}
.branch_cell.h_line:before{
	content:" ";
	display:block;
	width:40px;
	height:5px;
	background-color:#819093;
	position:absolute;
	top:50%;
	right:-40px;
	z-index:999;
}
.branch_cell.v_line:after{
	content:" ";
	display:block;
	width:5px;
	height:40px;
	background-color:#819093;
	position:absolute;
	bottom:-40px;
	left:50%;
	z-index:999;
}
.branch_cell.blank{
	background-image:url(../images/envelope.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.branch_info{
	position:relative;
	z-index:1;
	color:#fff;
	text-align:center;
	max-width:300px;
	margin:0px auto;
	padding:30px 0px;
}
.branch_info a{
	color:#fff;
}
.branch_info p{
	padding:10px 0px;
	margin:0px;
}
.branch_title{
	text-transform:uppercase;
	font-weight:700;
	position:relative;
	padding:0px 0px 20px;
	margin-bottom:10px;
}
.branch_title:after{
	content:" ";
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	width:40px;
	height:0px;
	border-bottom:1px solid #fff;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

.service-tab-nav{
	padding: 6px 0 0 0;
	margin: 0 0 6px 0;
	background: #7cacd0;
}
.service-tab-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-tab-nav ul li{
	float: left;
}
.service-tab-nav ul li a{
	position: relative;
	color: #fff;
	display: block;
	padding: 20px 28px;
	text-decoration: none;
}
.service-tab-nav ul li.active a{
	color: #0360a5;
	background: #fff;
}
.service-tab-nav ul li.active a:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 12px;
	margin: 0 auto;
	border-top: solid 15px #fff;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
}
.img-top{
	float: left;
	width: 100%;
	margin: 0 0 35px 0;
}
.img-top img{
	width: 100%;
}
.service-tab-content{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.listed-txt{
	float: left;
	width: 100%;
	margin-bottom: 35px;
	margin-top:35px;
}
.listed-content{
	float: left;
	width: 100%;
	padding: 0 30px;
}
.listed-content-row{
	width:100%;
	padding:0px 0 15px 35px;
}
.listed-txt h3{
	color: #0360a5;
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 22px 25px;
	margin: 0 0 40px 0;
	border-bottom: solid 5px #0360a5;
}
.listed-txt p{
	font-size: 16px;
	margin: 0 0 30px 0
}
.listed-txt ul{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}
.listed-txt ul li{
	position: relative;
	padding: 0 0 25px 35px;
}
.listed-txt ul li:before{
	content: "\f0e0";
	color: #0360a5;
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
}
.listed-txt .table-subscription{
	background: #f4ffff;
}
.listed-txt .table-subscription .blue{
	color: #fff;
	background: #0360a5;
}
.listed-txt .table-subscription .gr-blue{
	background: #e4f3f3;
}
.listed-txt .table-subscription .lt-blue{
	background: #eef9f9;
}

.report-tab-cover{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.report-nav-wrap{
	padding: 0;
}
.report-content-wrap{
	padding: 0;
}
.report-tab-nav{
	float: left;
	width: 100%;
}
.report-tab-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.report-tab-nav ul li a{
	display: block;
	color: #fff;
	font-weight: 600;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	padding: 25px;
	background: #0360a6;
	border-bottom: solid 1px #7cacd0;
	text-decoration: none;
}
.report-tab-nav ul li.active a{
	background: #7cacd0;
}
.report-tab-nav ul li a img{
	margin: 0 15px 0 0;
}
.report-tab-content{
	float: left;
	width: 100%;
}
.report-tab-content .panel-default{
	border: solid 0 transparent;
	border-radius: 0;
	margin: 0 0 1px 0;
}
.report-tab-content .panel-default + .panel-default{
	margin: 0 0 1px 0;
}
.report-tab-content .panel-default .panel-heading{
	border: 0;
	border-radius: 0;
	position: relative;
}
.report-tab-content .panel-default .panel-heading .fa{
	position: absolute;
	right: 25px;
	top: 40%;
	color: #fff;
	font-size: 20px;
	margin: 0 0 0 20px;
}
.report-tab-content .panel-default .panel-heading{
	padding: 0;
	background: #3d749e;
}
.report-tab-content .panel-default:nth-child(even) .panel-heading{
	background: #5490bd;
}
.report-tab-content .panel-default .panel-heading a{
	display: block;
	color: #fff;
	font-size: 20px;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	font-weight: 600;
	padding: 50px 50px 49px;
	background-color:#3d749e !important;
	text-decoration: none;
}
.report-tab-content .panel-default > .panel-heading a::after {
	display:none;
}
.report-tab-content .table-subscription{
	background: #f4ffff;
}
.report-tab-content .table-subscription .blue{
	color: #fff;
	background: #0360a5;
}
.report-tab-content .table-subscription .gr-blue{
	background: #e4f3f3;
}
.report-tab-content .table-subscription .lt-blue{
	background: #eef9f9;
}

.abt-vision-sec{
	color: #fff;
	padding: 120px 0 120px;
	background: url(../images/bg-abt-vision.jpg) center top no-repeat;
	background-size: cover;
}
.abt-vision-sec h2{
	font-size: 48px;
	font-weight: bold;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	margin: 0 0 5px 0;
	text-transform: uppercase;
	text-align: center;
}
.abt-vision-sec h4{
	position: relative;
	font-size: 24px;
	margin: 0 0 100px 0;
	text-align: center;
}
.abt-vision-sec h4:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 35px;
	height: 3px;
	background: #fff;
	margin: 0 auto;
	bottom: -20px;
}
.abt-vision-sec ul{
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.abt-vision-sec ul li{
	position: relative;
	padding: 0 0 30px 30px;
}
.abt-vision-sec ul li:before{
	content: "\f0e0";
	position: absolute;
	left: 0;
	top: 3px;
	color: #fff;
	font-family: 'FontAwesome';
}
.committee-sec{
	padding: 60px 0 60px;
}
.committee-row{
	margin-left: -35px;
	margin-right: -35px;
}
.committee-wrap{
	padding-right: 35px;
	padding-left: 35px;
}
.committee-cover{
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.committee-cover .committee-img{
	float: left;
	width: 100%;
	border-top: solid 30px #1a75bc;
}
.committee-cover .committee-img img{
	width: 100%;
}
.committee-cover .committee-dtl{
	color: #fff;
	float: left;
	width: 100%;
	padding: 30px 10px;
	background: #1a75bc;
	text-align: center;
}
.committee-cover .committee-dtl h3{
	font-size: 18px;
	margin: 0 0 10px 0;
	font-family: 'ITCHandelGothicArabicW23-Rg';
}
.committee-cover .committee-dtl h5{
	color: #88cbff;
	font-size: 14px;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	margin: 0;
}
.committee-cover.ceo .committee-dtl h3{
	font-size: 24px;
	font-weight: bold;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	margin: 0 0 10px 0;
}
.committee-cover.ceo .committee-dtl h5{
	color: #88cbff;
	font-size: 20px;
	font-weight: bold;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	margin: 0;
}
.committee-modal .modal-content {
    position: relative;
    background-color: rgba(26,117,188,0.95);
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
}
.committee-modal-dtls{
	float: left;
	width: 100%;
	padding: 100px 30px 10px 30px;
}
.committee-modal-dtls p{
	color: #fff;
	line-height: 26px;
	margin: 0 0 30px 0;
}
.committee-modal-dtls .modal-social{
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.committee-modal-dtls .modal-social li{
	float: left;
	margin: 0 0 0 20px;
}
.committee-modal-dtls .modal-social li a{
	color: #fff;
	font-size: 32px;
	text-decoration: none;
}
.committee-modal-dtls .modal-social li a:hover{
	color: #e9650e;
}
.committee-modal .modal-close{
	float: right;
    font-size: 30px;
    color: #fff;
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.post-location-sec{
	padding: 60px 0 60px;
}
.post-location-sec h3.sub-head{
	color: #023d81;
	font-size: 20px;
	font-weight: bold;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	margin: 0 0 30px 0;
}
.location-map-list{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.location-map-list ol{
	padding: 0 0 0 20px;
	margin: 0;
}
.location-map-list ol li{
	color: #464646;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.location-map-list ol li a{
	color: #464646;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	text-decoration: none;
}
.location-map-list ol li a:hover{
	color: #000;
}
.post-loc-map{
	position: relative;
	float: left;
	width: 100%;
}
.post-loc-map img{
	float: right;
}
.post-loc-map .loc-point{
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.post-loc-map .loc-point.point-01{
	right: 39%;
	bottom: 8%;
	width: 155px;
	height: 155px;
}
.post-loc-map .loc-point.point-02{
	right: 21%;
	bottom: 28%;
	width: 122px;
	height: 120px;
}
.post-loc-map .loc-point.point-03{
    right: 6%;
    bottom: 50%;
    width: 75px;
    height: 90px;
}
.post-loc-map .loc-point.point-04{
    right: 12%;
    bottom: 54%;
    width: 50px;
    height: 50px;
}
.post-loc-map .loc-point.point-05{
	right: 17%;
    bottom: 49%;
    width: 65px;
    height: 98px;
}
.post-loc-map .loc-point.point-06{
	right: 25%;
    bottom:55%;
    width: 75px;
    height: 95px;
}
.post-loc-map .loc-point.point-07{
	right: 9%;
    top: 26%;
    width: 45px;
    height: 45px;
}
.post-loc-map .loc-point.point-08{
	right: 20%;
    top: 21%;
    width: 55px;
    height: 50px;
}
.post-loc-map .loc-point.point-09{
	right: 28%;
    top: 20%;
    width: 50px;
    height: 50px;
}
.post-loc-map .loc-point.point-10{
	right: 30%;
    top: 19%;
    width: 45px;
    height: 53px;
}
.post-loc-map .loc-point.point-11{
	right: 21%;
    top: 2%;
    width: 90px;
    height: 50px;
}
.loc-map-modal .modal-content{
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(3,96,165,.85);
}
.map-loc-modal-cont{
	float: left;
	width: 100%;
}
.map-loc-modal-cont h2{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: center;
}
.map-loc-modal-cont .table{
	font-weight: bold;
	background: #fff;
	margin: 0;
}
.map-loc-modal-cont .table thead {
	color: #0360a5;
}
.map-loc-modal-cont .md-mp-icon{
	width: 46px;
	height: 39px;
	background: #616060;
	text-align: center;
	line-height: 39px;
}
.map-loc-modal-cont .md-mp-icon:hover{
	background: #d50c0c;
}
.loc-map-modal .close-map{
	float: right;
	font-size: 20px;
	color: #fff;
	background: transparent;
	border: 0;
}
.loc-map-modal .close-map:focus{
	outline: none;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(3, 96, 165, 0.8);
  width: 41px;
  height: 41px;
  display: block;
  text-decoration: none;
  display: none;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  line-height: 41px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(3, 96, 165, 1);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.featuredImg img{
	text-align:center !important;
	margin:0 auto;
}

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
.tab-content .row{
	margin:15px 0 !important;
}
.tab-btn{
	width:100px;
	height:35px;
	margin-left:14px;
	background-color:#e9650e;
	border-radius:3px;
	border:none;
}
.tab-btnmain{
	width:auto;
	margin-left:190px;
}

.tender{
	width:100%;
}
.tender tr, td{
	padding:10px;
}

/*====================Accordion menu Style Starting==================
===================================================================*/
.faq-accordionbg{
	width:100%;
	height:auto;
}
.faq-accordionbg #accordionMenu {
  max-width:100%;
}

.faq-accordionbg #accordionMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-accordionbg #accordionMenu .nav li {
  border:none !important;
  padding-bottom:5px;
  color:#666 !important;
}

.faq-accordionbg #accordionMenu .nav li::before {
    content: "\f0e0";
    color: #0360a5;
    font-family: 'FontAwesome';
    position: absolute;
    left: 17px;
    top: 10px;
}


.faq-accordionbg #accordionMenu .nav li a {
  font-size: 14px;
  color:#333 !important;
}

.faq-accordionbg .panel-body {
  padding: 0 0 30px 0;
  border:0px !important;
  
}

.faq-accordionbg .panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
  border:0 !important;
}

.faq-accordionbg .panel-group .panel {
  border-radius: 0;
  border:0 !important;
}

.faq-accordionbg .panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq-accordionbg .panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #0360a5;
    font-size: 20px;
	font-family: 'ITCHandelGothicArabicW23-Rg';
    font-weight: 600;
    padding: 0 0 22px 25px;
    margin: 0 0 40px 0;
    border-bottom: solid 5px #0360a5;
}

.faq-accordionbg .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.faq-accordionbg .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #FFF;
}

.faq-accordionbg .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\e113";
}

.faq-accordionbg .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\e114";
}

/*====================Accordion menu Style Ending==================
===================================================================*/

.tender-formbg{
	width:100%;
	background-color:#CCC;
	padding:5%;
	margin-bottom:25px;
	border-radius:10px;
}
.tender-lt{
	width:50%;
	float:left;
	margin-bottom:20px;
}
.tender-rt{
	width:50%;
	float:left;
	margin-bottom:20px;
}
.tenderform{
	width:95%;
	height:50px;
	margin:0 auto;
	padding:10px;
	border:1px solid #2a7dbb;
}
.tenderbutton{
	width:150px;
	margin:0 25px 0 0;
	padding:10px;
	float:right;
	border:1px solid #2a7dbb;
	background-color:#0360a5;
	color:#FFF;
	text-transform:uppercase;
}
.tend-hed{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.tender-formbg tr,td{
	margin:1px;
	border:1px solid #CCC;
}

.management-top{
	width:80%;
	margin:0 auto;
}
.management-top .committee-cover .committee-dtl{
	min-height:150px;
}
.postal-mainbg{
	width:100%;
}
.white-hed{
	font-size:18px;
	color:#FFF;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	font-weight:600;
}
.black-hed{
	font-size:14px;
	color:#000;
	font-weight:600;
}
.postal-mainbg tr, td{
	border:10px solid #FFF;
}

.career-hed{
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding:30px 0;
}
.career-hed2{
	width:100%;
	font-size:20px;
	font-weight:bold;
	color:#333;
	padding:0px 0 30px 0;
	border-bottom:1px solid #999;
	margin-bottom:15px;
}
.career-hed3{
	width:100%;
	font-size:14px;
	font-weight:normal;
	color:#333;
	padding:10px 0 0px 0;
}
.stamp-box{
	width:10%;
	float:left;
	margin:.54%;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.28);
box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.28);
}
.stamp-box img{
	width:100%;
	height:auto;
	display:block;
}

.postaltool-box{
	width:120px;
	position:relative;
	float:left;
	background-color:#0360a5;
}
.postaltool-box span.first-icon {
    display: block;
    padding: 10px 0 0;
    background: #0360a5;
    text-align: center;
    border-top: solid 10px #2a7dbb;
}
.postaltool-box span.first-lbl {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
	font-family: 'ITCHandelGothicArabicW23-Rg';
    padding: 15px 30px 0px;
    text-align: center;
}
.postaltool-rtmain{
	width:90%;
	float:right;
	padding-top:10px;
	position:relative;
}
.postal-carousel{
	float: left;
	width: 100%;
}
.postaltool-rtmain .carousel-control {
  padding-top:10%;
  width:5%;
  display:none;
}
.postaltool-rtmain .col-md-12{
	padding:0;
}
.postaltool-rtmain .col-sm-3{
	padding:0;
}
.postaltool-rtmain .hvr-buzz-out {
	width:100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.postaltool-rtmain a span.icon-link {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto -30px;
    line-height: 70px;
	text-align:center;
    background: #666666;
    border: solid 1px #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}
.postaltool-rtmain a span.icon-link img {
	width: auto;
	margin: 15px auto 0;
    vertical-align: middle;
}
.postaltool-rtmain a .quick-lbl {
    display: block;
    padding: 40px 56px 0;
    min-height: 80px;
	line-height:16px;
	text-align:center;
	border-right: solid 1px #094674;
}
.postaltool-rtmain a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.careeraccordionbg{
	width:100%;
	margin:20px 0;
}
.careeraccordionbg .faq-accordionbg .panel-default > .panel-heading a{
	margin:0;
	padding:20px 25px;
	border-bottom:1px solid #0360a5;
}
.careeraccordionbg .faq-accordionbg .panel-default > .panel-heading a[aria-expanded="true"]{
	background-color:#d4d6d6;
}
.careeraccordionbg .panel{
	background-color:#e8ebeb;
}
.careeraccordionbg .faq-accordionbg .panel-default > .panel-heading{
	background-color:#e8ebeb;
}
.careeraccordionbg .faq-accordionbg .panel-default > .panel-heading a{
	font-size:14px;
}
.careeraccordionbg .nav > li > a{
	padding: 10px 45px;
}

.panel-body {
  padding: 0;
}
.report-tab-content .panel-body{
	padding:15px;	
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\e113";
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\e114";
}


.service-tb-cont{
	float: left;
	width: 100%;
}
.service-tb-nav{
	float: left;
	width: 35%;
	padding: 0 10px 0 0;
}
.service-tb-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-tb-nav ul li{
	position: relative;
	margin-bottom: 10px;
}
.service-tb-nav ul li .nav-tb-cover{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 30px;
	width: 100%;
	height: 100%;
}
.service-tb-nav ul li .nav-table{
	display: table;
	width: 100%;
	height: 100%;
}
.service-tb-nav ul li .nav-cell{
	display: table-cell;
	vertical-align: middle;
}
.service-tb-nav ul li a{
	display: block;
	position: relative;
	min-height: 100px;
	color: #fff;
	font-size: 18px;
	font-family: 'ITCHandelGothicArabicW23-Rg';
	padding: 10px;
	background: #9c9a9a;
	text-decoration: none;
	overflow: hidden;
}
.service-tb-nav ul li.active a,
.service-tb-nav ul li a:hover{
	background: #0360a5;
}
.service-tb-nav ul li a:before{
	content: "";
    position: absolute;
    right: -100px;
    top: 60px;
    width: 200px;
    height: 200px;
	background-color: #aaaaaa;
	border: solid 10px #fff;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}
.service-tb-nav ul li.active a:before,
.service-tb-nav ul li a:hover:before{
	background: #0360a5;
}
.service-nav-scroll{
	float: left;
	width: 100% !important;
	height: 545px;
	padding: 60px 0;
	overflow: hidden;
}
.service-nav-scroll .mCSB_outside + .mCSB_scrollTools {
    right: 0px;
}
.service-nav-scroll .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-image: none;
    background-position: -16px 0;
}
.service-nav-scroll .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp:before{
	content: "\f077";
	position: absolute;
	left: -210px;
	top: 15px;
	font-family: 'FontAwesome';
	color: #989898;
	font-size: 24px;
}
.service-nav-scroll .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown:before{
	content: "\f078";
	position: absolute;
	left: -210px;
	bottom: 15px;
	font-family: 'FontAwesome';
	color: #989898;
	font-size: 24px;
}
.service-nav-scroll .mCSB_scrollTools .mCSB_buttonUp,
.service-nav-scroll .mCSB_scrollTools .mCSB_buttonDown {
    overflow: visible;
}
.service-nav-scroll .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp:hover:before,
.service-nav-scroll .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown:hover:before{
	color: #0360a5;
}
.service-nav-scroll .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0;
}
.service-tb-cont{
	float: left;
	width: 65%;
}

.service-tb-cont{
	float: left;
	width: 65%;
	padding: 15px;
	background: #fff;
}
.service-content{
	float: left;
	width: 100%;
}
.service-content .img-service{
	float: left;
	width: 100%;
}
.service-content .img-service img{
	width: 100%;
}
.service-content .service-txt-cover{
	font-family: 'ITCHandelGothicArabicW23-Rg';
	color: #fff;
	float: left;
	width: 100%;
	padding: 15px 15px;
	background-color: #0360a5;
}

.service-content .service-txt-cover .service-txt-hd{
	float: left;
	width: 100%;
	padding: 30px 75px 30px;
	border-bottom: solid 1px #1872b5;
}
.service-txt-cover .service-txt-hd h4{
	color: #55a6e2;
	font-size: 14px;
	margin: 0 0 5px 0;
}
.service-txt-cover .service-txt-hd h3{
	color: #fff;
	font-size: 18px;
	margin: 0 0 5px 0;
}
.service-txt-cont{
	float: left;
	width: 100%;
	padding: 30px 75px 30px;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	.top-toggle{
		display: none;
	}
	.slider-menu{
		display: none;
	}
	.banner .carousel-inner .item{
		background: none;
	}
}

@media (min-width: 992px) {
  
}

@media (min-width: 1200px) {
  .banner .carousel-indicators {
    bottom: 75px;
	}
	.committee-modal .modal-dialog {
    width: 1000px;
	}
}

@media (min-width: 1366px) {
  .container{
  	padding: 0;
  }
  .committee-modal .modal-dialog {
    width: 1100px;
	}
}

@media (min-width: 1440px) {
  
}

@media (min-width: 1600px) {
  
}

@media (min-width: 1920px) {
  
}

@media (max-width: 1919px) {

}

@media (max-width: 1599px) {

}

@media (max-width: 1365px) {
	.navbar-default .main-nav .navbar-nav > li > a {
    padding: 15px 16px;
	}
	.quick-links ul li a .quick-lbl {
	    padding: 40px 50px 0;
	}
}
@media (max-width: 1360px) {
	.quick-links ul li{
		width:25%;
	}
	
	.postaltool-rtmain{
		width:85%;
	}
}
@media (max-width: 1279px) {
	.top-links li a {
    font-size: 12px;
    padding: 6px 12px;
	}
	.top-links li:first-child a {
    padding: 6px 12px 6px 0;
	}
	.top-social li {
    font-size: 12px;
    line-height: 30px;
	}
	.logo {
    width: 190px;
	}
	.banner-txt-cover::after, .banner-txt-cover::before{
		left: 0;
	}
	.quick-links {
    margin: 0 0 0 0;
	}
	.quick-links ul li a{
		font-size: 14px;
	}
	.quick-links ul li span.first-icon img{
		width: 50px;
	}
	.quick-links ul li span.first-lbl {
    font-size: 14px;
    padding: 15px 30px 0px;
	}
	.quick-links ul li a span.icon-link img {
    max-width: 85%;
}
	.quick-links ul li a span.icon-link {
    width: 65px;
    height: 65px;
    margin: 0 auto -22px;
    line-height: 55px;
	}
	.quick-links ul li a .quick-lbl {
    display: block;
    padding: 40px 55px 0;
    min-height: 75px;
	}
}
@media (max-width: 1199px) {
	.navbar-default .main-nav .navbar-nav > li > a {
		font-size: 12px;
    padding: 12px 12px;
	}
	.logo {
    width: 175px;
	}
	.quick-links ul li span.first-icon img{
		width: 40px;
	}
	.quick-links ul li span.first-lbl {
    font-size: 14px;
    padding: 15px 20px 0px;
	}
	.quick-links ul li a span.icon-link {
    width: 50px;
    height: 50px;
    margin: 0 auto -22px;
    line-height: 40px;
	}
	.quick-links ul li a .quick-lbl {
    display: block;
    padding: 40px 30px 0;
    min-height: 75px;
	}
	.tab-btnmain{
	width:auto;
	margin-left:153px;
}
}
@media (max-width: 991px) {
	.top-links li a {
    font-size: 10px;
    padding: 6px 5px;
	}
	.top-links li:first-child a {
    padding: 6px 5px 6px 0;
	}
	.top-social li {
    font-size: 10px;
    line-height: 26px;
	}
	.navbar-default .main-nav .navbar-nav > li > a {
    font-size: 10px;
    padding: 8px 6px;
	}
	.header .navbar-default .spec-nav > li {
    padding: 5px 5px;
	}
	.header .navbar-default .spec-nav > li > a {
    padding: 5px 10px;
	}
	.header .navbar-default .spec-nav span{
		display: none;
	}
	.banner-txt-wrap{
		display: none;
	}
	.banner .carousel-indicators {
    bottom: 20px;
	}
	.quick-links ul li a {
    font-size: 12px;
	}
	.quick-links ul li a .quick-lbl {
    padding: 40px 18px 0;
	}
	
	.abt-title::before {
    display: none;
	}
	
	/*Internal Pages*/
	.page_banner_placeholder:after, .page_banner_placeholder:before {
	display:none;
	}
	.abt-vision-sec {
	    color: #fff;
	    padding: 30px 0 30px;
	}
	.abt-vision-sec h2 {
    font-size: 30px;
	}
	.abt-vision-sec h4 {
    font-size: 20px;
    margin: 0 0 50px 0;
	}
	.abt-vision-sec ul li {
    padding: 0 0 10px 30px;
	}
	.committee-modal-dtls {
	    float: left;
	    width: 100%;
	    padding: 20px 10px 10px 10px;
	}
		.tab-btnmain{
	width:auto;
	margin-left:0px;
	}
	.service-tb-nav {
	    width: 100%;
	}
	.service-tb-cont {
	    width: 100%;
	}
	.service-content .service-txt-cover .service-txt-hd {
	    padding: 20px 20px 20px;
	}
	.service-txt-cont {
	    padding: 20px 20px 20px;
	}
}
@media (max-width: 890px) {
	.quick-links ul li{
		width:25%;
	}
	.quick-links::before {
		height:100%;
	}
	.postaltool-rtmain{
		width:82%;
		padding-bottom:20px;
	}

}
@media screen and  (max-width: 767px) {

	.yamm .yamm-content {
	    padding: 10px 15px;
	}
	.main-nav .dropdown-menu:before {
	    display: none;
	}
	.main-nav .dropdown-menu .menu-bdr{
		border-right: solid 0px #98a6a9;
	}
	.main-nav .dropdown-menu h3{
		color: #333;
		font-size: 16px;
	}
	.main-nav .dropdown-menu p{
		color: #333;
		font-size: 12px;
	}
	.main-nav .dropdown-menu ul li a{
		color: #0360a5;
	}
	.main-nav .dropdown-menu ul li a:hover{
		color: #333;
	}
	.main-nav .dropdown-menu a{
		color: #0360a5;
	}
	.main-nav .dropdown-menu a:hover{
		color: #333;
	}
	.sec-top-links ul {
    	display: none;
	}
	.header .navbar-default .spec-nav > li{
		float: left;
		display: inline-block;
	}
	.header .navbar-default .spec-nav > li > a {
		padding: 0px 5px;
	}
	.header .navbar-default .spec-nav > li > a.quick {
	    padding: 5px 5px;
	}
	.header .navbar-collapse {
	    height: 160px;
	}
	
	.banner .carousel-inner .item{
		height: 250px;
	}
	.banner .carousel-inner .item img{
		display: block;
	}
    .banner .carousel-inner .item:nth-child(1),
.banner .carousel-inner .item:nth-child(2),
.banner .carousel-inner .item:nth-child(3),
.banner .carousel-inner .item:nth-child(4) {
   background: none;
}
	/*.quick-links ul li:first-child{
		display: none;
	}*/
	.logo {
    margin-left: 10px;
	}
	.navbar-nav {
    margin: 7.5px 0px !important;
}
	.navbar-default .main-nav .navbar-nav > li > a {
    font-size: 13px;
    padding: 12px 16px !important;
	}
	.navbar-default .main-nav .navbar-nav > li + li {
    border-left: solid 0px #d3d3d3;
	}
	.quick-links:before,
	.quick-links:after{
		display: none;
	}
	.quick-links .container{
		padding: 0;
	}
	.quick-links ul li{
		width: 33%;
	}
	.postaltool-box{
		width:100%;
		padding-bottom:20px;
	}
	.postaltool-rtmain{
		padding-top:0px;
		background-color:#0360a5;
		padding-bottom:15px;
	}
	.quick-links ul li{
		background: #0360a5;
		min-height: 65px;
	}
	.quick-links ul li a span.icon-link {
		width: 35px;
		height: 35px;
		margin: 0 auto -35px;
		line-height: 30px;
	}
	.quick-links ul li a {
    	font-size: 10px;
	}
	.quick-links ul li a .quick-lbl {
    border-right: solid 0px #094674;
	}
	.postaltool-rtmain{
		width:100%;
	}
	.gov-services .service-cover .service-hd h3{
		font-size: 18px;
	}
	.corp-services .service-cover .service-hd h3{
		font-size: 18px;
	}
	.copy-wrap{
		text-align: center;
	}
	.copy-wrap .privacy {
    text-align: center;
	}
	.header .navbar-default .navbar-toggle {
    border-color: #0360a5;
    border-radius: 0;
	}
	.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #0360a5;
	}
	.header .navbar-default .navbar-toggle:hover {
    border-color: #0360a5;
    background: #0360a5;
	}
	.header .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
	}
	.service-carousel-wrap {
    padding: 20px 0 0 0;
	}
	.gov-services h2 {
    font-size: 16px;
    margin: 0 0 15px 0;
	}
	.gov-services .owl-theme .owl-nav .owl-prev,
	.gov-services .owl-theme .owl-nav .owl-next{
		top: -32px;
	}
	.corp-services h2 {
    font-size: 16px;
    margin: 0 0 15px 0;
	}
	.corp-services .owl-theme .owl-nav .owl-prev,
	.corp-services .owl-theme .owl-nav .owl-next{
		top: -32px;
	}
	.news-wrap {
    margin-bottom: 20px;
	}
	.news-hd {
    margin: 0 0 20px 0;
	}
	.news-hd h2 {
    font-size: 18px;
    margin: 0 0 15px 0;
	}
	
	.section-footer {
    padding: 30px 0;
    border-top: solid 5px #878686;
	}
	.ft-address img{
    width: 175px
	}
	.ft-address h3 {
    font-size: 20px;
	}
	.ft-links h3 {
    margin: 0 0 20px 0px;
	}
	.ft-links ul {
    margin: 0 0 20px 0;
	}
/*Internal pages*/


h1{
	font-size:24px;
}
h2{
	font-size:22px;
}
h3{
	font-size:20px;
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}
h5{
	font-size:15px;
}

/*Intenral Page Header*/
.page_heading_button a, .page_heading_button span{
	padding:5px 7px;
	font-size:11px;
}

.section_title{
	padding:10px 0px;
	margin-bottom:10px;
}
.section_table{
	display:block;
}
.section_table.rtl{
	direction:ltr;
}
.section_table_cell{
	display:block;
	vertical-align:top;
}
.section_table_cell.image_cell:after{
	width:40px;
	height:30px;
}	

/*Govt Services*/
.govt_service_table{
	display:block;
}
.govt_service_table_cell{
	display:block;
	height:auto;
	min-height:300px;
}
.govt_service_action_button{
	width:40px;
	height:40px;
}
.govt_service_action_button .fa{
	line-height:40px;
}

/*Contact Us*/
.contact_info_table{
	display:block;
	margin-bottom:30px;
}
.contact_info_cell{
	display:block;
	width:100%;
}
.contact_info_list{
	padding-bottom:15px;
}
.contact_info_list li{
	padding:10px 20px;
}
.contact_info_social{
	padding:0px;
}

.department_slider{
	margin-bottom:30px;
}
.section_heading{
	margin-bottom:30px;
}
.branch_table{
	display:block;
}
.branch_cell{
	display:block;
	border-left:none;
	border-right:none;
	border-top:none;
}
.branch_cell.h_line:before, .branch_cell.v_line:after{
	display:none;
}
.branch_cell.blank{
	display:none;
}
.service-tab-nav ul li{
	width: 33.333
}
.service-tab-nav ul li a {
  padding: 10px 20px;
}
.service-tab-nav ul li.active a::before {
  width: 6px;
  border-top: solid 6px #fff;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}
.listed-txt h3 {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: solid 2px #0360a5;
}
.listed-content {
  padding: 0 10px;
}
.report-tab-nav ul li a {
  padding: 10px;
}
.report-tab-nav ul li a img {
	width: 40px;
  margin: 0 15px 0 0;
}
.report-tab-content .panel-default .panel-heading a {
  font-size: 16px;
  padding: 20px;
}
.post-loc-map{
	display: none;
}
.management-top{
	width:100%;
}
.main-nav .dropdown-menu .media .media-left img{
	width:80px;
}

.header .navbar-default .spec-nav > li{
	width:50%;
}
.header .navbar-default .spec-nav > li.cus-id2 input.form-control{
	width:70%;
}
.header .navbar-default .spec-nav > li.cus-id input.form-control{
	width:70%;
}

.header .navbar-default .spec-nav > li.cus-id2 input[type="submit"]{
	width:30%;
}
.header .navbar-default .spec-nav > li.cus-id input[type="submit"]{
	width:30%;
}
	
}
@media (max-width: 650px) {

}
@media (max-width: 550px) {
	.sec-middle {
	    padding: 10px 0 10px;
	}
	.banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
	}
	.banner .carousel-indicators li.active {
    width: 10px;
    height: 10px;
	}
	.banner .carousel-inner .item{
		height: 200px;
	}
}
@media (max-width: 450px) {
	.header .search-box {
	    width: 220px;
	}
	.header .search-box input {
    width: 170px;
	}
	.banner .carousel-indicators{
    display: none;
	}
	.banner .carousel-inner .item{
		height: 175px;
	}
	.header .navbar-default .spec-nav > li{
		padding: 0;
	}
	.header .navbar-default .spec-nav > li > a img {
    	margin: 0 0px 0 0;
	}
	.header .navbar-default .spec-nav > li.cus-id input.form-control {
	    width: 100px;
	}
	.career-full{
		width:100%;
	}
	.header .navbar-default .spec-nav > li{
		padding: 0 0 3px 0;
	}
	.header .navbar-default .spec-nav > li.cus-id2 input.form-control{
		width:80%;
	}
	.header .navbar-default .spec-nav > li.cus-id input.form-control{
		width:80%;
	}
	.header .navbar-default .spec-nav > li{
		width:100%;
	}
	.header .navbar-default .spec-nav > li.cus-id2 input[type="submit"]{
		width:20%;
	}
	.header .navbar-default .spec-nav > li.cus-id input[type="submit"]{
		width:20%;
	}
}

@media (max-width: 420px) {
	.quick-links ul li{
		width:50%;
	}
}

@media (max-width: 350px) {
	.header .navbar-collapse {
	    height: 300px;
	}
	.tender-lt, .tender-rt{
		width:100%;
	}
	.tenderform{
		width:100%;
	}
}

@media (max-width: 337px) {
.tab-btn{
	width:87%;
	margin-bottom:10px;
}
}
@media (max-width: 317px) {
	.header .navbar-default .spec-nav > li.cus-id2 input.form-control{
		width:70%;
	}
	.header .navbar-default .spec-nav > li.cus-id input.form-control{
		width:70%;
	}
	.header .navbar-default .spec-nav > li.cus-id2 input[type="submit"]{
		width:30%;
	}
	.header .navbar-default .spec-nav > li.cus-id input[type="submit"]{
		width:30%;
	}
}















.contact-formbg form {
   max-width: 600px;
   text-align: center;
   margin: 20px auto;
}

#contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 100%;
    padding: 10px;
    
    
    margin-bottom:5px;
    color:#3b7cbb !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    
  }

  .form:focus{
  }

  .textarea{
    height: 150px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:100%;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:50%;
	float:right;
    display: block;
    height: auto;
    padding:15px;
    color:#666;
    background:#CCC;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}
input {
    position: relative;
    z-index: 9999;
}
.view-btn{
	width:50%;
	padding:20px;
	float:right;
	text-align:center;
	border:3px solid #FFF;
	background-color:#666;
	color:#000;
	text-transform:uppercase;
}
.view-btn a{
	color:#000;
}
.view-btn:hover{
	background-color:#025fa6;
}
  
