@import 'fonts.css';
body {
	padding:0px;
	margin:0px;
	outline:none;
	font-family: 'gothic';
	background-color:#FFF;
}
.clear {
	clear:both;
}
.top-container {
	width:100%;
	padding:0px;
	margin:auto;
	background-image:url(../images/top-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFF;
}
.main-wrap {
	width:1000px;
	padding:0px;
	margin:auto;
}
.inner-wrap {
	width:1000px;
	padding:0px;
	margin:auto;
}
.logo {
	width:1000px;
	height:133px;
	padding:20px 0 0 0px;
	margin:0px;
}
.menu-con {
	width:1000px;
	height:60px;
	padding:0px;
	margin:22px 0 0 0px;
}
#nav, #nav ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
}
#nav a {
	display:block;
	padding:18px 25px;
	font-weight:bold;
	color:#3e3e3e;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}
#nav a:hover {
	color:#FFF;
	background-color:#004ea0;
	-webkit-transition: .75s;
   -moz-transition: .75s;
   -o-transition: .75s;
   cursor: pointer;
}
#nav li {
	float:left;
	position:relative;
}
#nav ul {
	position:absolute;
	display:none;
	width:16em;
	top:1.5em;
	background-color:#FFF;
	margin:33px 0 0 0px;
	padding:0px 0 15px 0px;
	z-index:200;
}
#nav li ul a {
	width:19em;
	height:auto;
	float:left;
	background:none !important;
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	padding:5px 0 5px 20px;
}
#nav li ul a:hover {
	width:12em;
	color:#FFF;
	background-color:#004ea0 !important;
	-webkit-transition: .75s;
   -moz-transition: .75s;
   -o-transition: .75s;
   cursor: pointer;
}
#nav ul ul {
	top:auto;
}	
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}
.banner-con {
	width:100%;
	padding:0px;
	margin:auto;
}
.banner-block-wrap {
	width:1000px;
	padding:0px;
	margin:auto;
}
.banner-block-wrap-inner {
	width:694px;
	padding:0px;
	margin:87px 0 0 160px;
	position:absolute;
	z-index:200;
}
.banner-block {
	width:333px;
	height:178px;
	padding:0px;
	margin:21px 14px 0 0px;
	background-image:url(../images/bg-1.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	float:left;
}
.banner-block img {
	width:319px;
	height:125px;
	padding:8px 7px 0 7px;
	margin:0px;
}
.banner-block h3 {
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	padding:10px 0 0 19px;
	margin:0px;
}
.banner-block h3 a {
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
	padding:18px 0 0 19px;
	margin:0px;
}
.banner-block h3 a:hover {
	color:#f0bf00;
}
.banner-block:hover h3 a {
	color:#f0bf00;
}
h1 {
	font-size:30px;
	font-weight:bold;
	color:#5f5f5f;
	padding:0px;
	margin:0px;
}
p {
	font-size:12px;
	font-weight:normal;
	font-family:Arial;
	line-height:18px;
	text-align:justify;
	color:#5f5f5f;
	padding:0px;
	margin:0px;
}
.main-container {
	width:100%;
	padding:0px 0 20px 0px;
	margin:auto;
	background-image:url(../images/main-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#D3D3D3;
}
.projects-wrap {
	width:1000px;
	padding:28px 0 0 0px;
	margin:auto;
}
.projects-wrap > h1 {
	text-align:center;
}
.projects-wrap > h1:hover {
	color:#f0bf00;
	-webkit-transition: .75s;
   -moz-transition: .75s;
   -o-transition: .75s;
}
.project {
	width:230px;
	padding:0px;
	margin:30px 26px 0 0px;
	float:left;
}
.project.right {
	margin:30px 0 0 0px;
	float:right;
}
.project > h1 {
	font-size:18px;
	font-weight:normal;
	min-height:43px;
	color:#000;
	padding:10px 0 10px 0px;
	margin:0px;
}
.project > h1:hover {
	color:#f0bf00;
	-webkit-transition: .75s;
   -moz-transition: .75s;
   -o-transition: .75s;
}
.project > p {
	padding:0px 0 20px 0px;
	min-height:70px;
}
.project-image {
	width:230px;
	height:244px;
	padding:0px;
	margin:0px;
	background-color:#c4c4c4;
}
.project-image img {
	width:217px;
	height:230px;
	padding:7px 6px 4px 6px;
	margin:0px;
}
.button {
   padding:10px 20px;
   background-color:#f0bf00;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   color:#646464;
   font-size: 12px;
   font-family:Arial;
   font-weight:bold;
   text-decoration:none;
   -webkit-transition: .75s;
   -moz-transition: .75s;
   -o-transition: .75s;
   transition: .75s;
   cursor: pointer;
}
.button:hover {
   background-color:#372e88;
   color:#FFFFFF;
}
/* ============================================================
  GLOBAL
============================================================ */
.effects .img {
  position: relative;
  overflow: hidden;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 200;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #f0bf00;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}
a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #f0bf00;
  text-align: center;
  color: #f0bf00;
  line-height: 50px;
  font-weight: 700;
  font-size: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
#effect-5 .img.hover .overlay {
  opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.welcome-wrap {
	width:1000px;
	padding:31px 0 0 0px;
	margin:auto;
}
.welcome-con {
	width:490px;
	padding:0px;
	margin:0px;
	float:left;
}
.welcome-con > h1 {
	padding:0px 0 18px 0px;
}
.welcome-con > h1:hover {
	color:#f0bf00;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.welcome-con > p {
	padding:0px 0 54px 0px;
}
.enquiry-con {
	width:230px;
	padding:0px;
	margin:0px 0 0 27px;
	float:left;
}
.enquiry-con > h1 {
	padding:0px 0 22px 0px;
}
.enquiry-con > h1:hover {
	color:#f0bf00;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.online-input {
	width:190px;
	height:28px;
	background-color:#e8e8e8;
	color:#a1a1a1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	border: 2px solid#d8d4fa;
	box-shadow: 0px 0px 27px rgb(204, 204, 204) inset #f0bf00;
	-webkit-transition:500ms all ease;
  	-moz-transition:500ms all ease;
  	-o-transition:500ms all ease;
	transition:500ms all ease;
	padding:3px 3px 3px 10px;
	margin:0px 0 4px 0px;
}
.online-input:hover, .online-input:focus {
	width:200px;
	-webkit-transition:500ms all ease;
  	-moz-transition:500ms all ease;
  	-o-transition:500ms all ease;
	transition:500ms all ease;
	background-position:96% 62%;
	padding:3px 32px 3px 10px;
}
.online-input .name:hover, .online-input.name:focus {
	background:url(../images/name.png) no-repeat right;
	background-size:16px 15px;
	background-position:96% 62%;
}
.online-input .email:hover, .online-input.email:focus {
	background:url(../images/email.png) no-repeat right;
	background-size:16px 12px;
	background-position:96% 62%;
}
.online-input .phone:hover, .online-input.phone:focus {
	background:url(../images/phone.png) no-repeat right;
	background-size:16px 14px;
	background-position:96% 62%;
}
.online-textarea {
	width:190px;
	height:64px;
	background-color:#e8e8e8;
	color:#a1a1a1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	border: 2px solid#d8d4fa;
	box-shadow: 0px 0px 27px rgb(204, 204, 204) inset #f0bf00;
	-webkit-transition:500ms all ease;
  	-moz-transition:500ms all ease;
  	-o-transition:500ms all ease;
	transition:500ms all ease;
	padding:7px 3px 3px 10px;
	margin:0px 0 10px 0px;
}
.online-textarea:hover, .online-textarea:focus {
	width:200px;
	-webkit-transition:500ms all ease;
  	-moz-transition:500ms all ease;
  	-o-transition:500ms all ease;
	transition:500ms all ease;
	background-position:96% 62%;
	padding:7px 32px 3px 10px;
	background:url(../images/message.png) no-repeat right;
	background-size:16px 14px;
	background-position:96% 12%;
}
.contact-wrap {
	width:230px;
	height:294px;
	padding:0px;
	margin:0px;
	float:right;
}
.contact-wrap > h1 {
	padding:0px 0 22px 0px;
}
.contact-wrap > h1:hover {
	color:#f0bf00;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.contact-con {
	width:230px;
	padding:0px;
	margin:0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color:#f0bf00;
}
.contact-con-inner {
	width:195px;
	padding:33px 19px 55px 19px;
	margin:0px;
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.contact-con > p {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#6f6f6f;
	padding:0px;
	margin:0px;
}
.footer-wrap {
	width:100%;
	height:182px;
	padding:0px;
	margin:auto;
	background-color:#999999;
}
.footer-con {
	width:1000px;
	padding:0px;
	margin:auto;
}
.icons a {
	display: inline-block;
	width:26px;
	height:26px;
	margin:0px;
	vertical-align:middle;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.icons a.twitter { background:url(../images/twitter.png) left top no-repeat; }
.icons a.facebook { background:url(../images/facebook.png) left top no-repeat; }
.icons a.google { background:url(../images/google.png) left top no-repeat; }
.icons a:hover { background-position: left -26px; }
.footer-menu {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	padding:0px;
	margin:0px;
}
.footer-menu a {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	padding:0px;
	margin:0px;
}
.footer-menu a:hover {
	color:#000;
	border-bottom:2px solid#f0bf00;
	border-top:2px solid#f0bf00;
	padding:10px 0 10px 0px;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.copyright {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
	padding:0px;
	margin:0px;
}
.copyright a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	padding:0px;
	margin:0px;
}
.copyright a:hover {
	color:#000;
	text-transform:uppercase;
	border-bottom:2px solid#f0bf00;
	border-top:2px solid#f0bf00;
	padding:10px 0 10px 0px;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
/* ============================================================
  INNER PAGE STYLES STARTS
============================================================ */
.inner-container {
	width:100%;
	padding:0px 0 20px 0px;
	margin:auto;
	background-color:#e1dfdf;
}
.inner-banner-con {
	width:100%;
	height:225px;
	padding:0px;
	margin:auto;
}
.inner-page-wrap {
	width:1000px;
	padding:28px 0 0 0px;
	margin:auto;
}
.inner-page-left {
	width:743px;
	padding:0px;
	margin:0px;
	float:left;
}
.inner-page-left > h1 {
	padding:0px 0 20px 0px;
}
.inner-page-left > h1:hover {
	color:#f0bf00;
}
.inner-page-right {
	width:230px;
	padding:0px;
	margin:0px;
	float:right;
}
.inner-page-right > h1:hover {
	color:#f0bf00;
}
.enquiry-con.inner {
	margin:0px;
}
.enquiry-con.inner h1 {
	padding:10px 0 15px 0px
}
.enquiry-con.projects {
	margin:22px 0 0 0px;
}
.contact-wrap.inner > h1 {
	padding:20px 0 22px 0px;
}
.project.inner {
	margin:0px 26px 40px 0px;
}
.project.inner.right {
	margin:0px 0 40px 0px;
	float:right;
}
.list {
	padding:0px;
	margin:10px 0 10px 10px;
	list-style-type:none;
}
.list li {
	font-size:12px;
	font-weight:normal;
	font-family:Arial;
	line-height:24px;
	color:#5f5f5f;
	padding:0px 0 0 20px;
	margin:0px;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
}
.list li:hover {
	color:#352C85;
	background-image:url(../images/arrow-hover.png);
	background-repeat:no-repeat;
	background-position:left;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.team-wrap {
	width:743px;
	padding:0px;
	margin:20px 0 0 0px;
}
.team-wrap > h1 {
	text-align:center;
	padding:0px 0 22px 0px;
}
.team-wrap > h1:hover {
	color:#f0bf00;
}
.team {
	width:140px;
	padding:10px 0 10px 0px;
	margin:0px 0px 30px 0px;
	float:left;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
}
.team.right {
	margin:0px 0 10px 0px;
	float:right;
}
.team.center {
	margin:0px 0 10px 300px;
	float:left;
}
.team.left1 {
	margin:0px 0 10px 100px;
	float:left;
}
.team.right1 {
	margin:0px 100px 10px 0px;
	float:right;
}
.team.right1 img {
	padding:0px;
}
.team img {
	width:120px;
	height:154px;
	padding:0px 0 0 10px;
	margin:0px;
}
.team > h2 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#5f5f5f;
	padding:0px;
	margin:0px;
}
.team > h3 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#5f5f5f;
	padding:0px;
	margin:0px;
}
.team > h4 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#5f5f5f;
	padding:0px;
	margin:0px;
}
.team:hover {
	color:#000;
	padding:10px 0 10px 0px;
	border-top:2px solid#f0bf00;
	border-bottom:2px solid#f0bf00;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.team:hover h2 {
	color:#000;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.team:hover h4 {
	color:#000;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.team1 {
	width:90px;
	padding:10px 0 10px 0px;
	margin:0px 18px 30px 0px;
	float:left;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
}
.team1.right {
	margin:0px 0 10px 0px;
	float:right;
}
.team1 img {
	width:90px;
	height:116px;
	padding:0px;
	margin:0px;
}
.team1 > h2 {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	text-align:center;
	color:#484848;
	padding:0px;
	margin:0px;
}
.team1 > h3 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#5f5f5f;
	padding:5px 0 0 0px;
	margin:0px;
}
.team1 > h4 {
	font-size:12px;
	font-weight:normal;
	font-family:Arial;
	text-align:center;
	color:#000;
	padding:0px;
	margin:0px;
}
.team1:hover {
	color:#000;
	padding:10px 0 10px 0px;
	border-top:2px solid#f0bf00;
	border-bottom:2px solid#f0bf00;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.team1:hover h2 {
	color:#000;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.team1:hover h4 {
	color:#484848;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.download {
	width:120px;
	padding:0px 0 10px 0px;
	margin:0px 35px 30px 0px;
	float:left;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
}
.download.right {
	margin:0px 0 10px 0px;
	float:right;
}
.download img {
	width:120px;
	height:154px;
	padding:0px;
	margin:0px;
}
.download > h2 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#5f5f5f;
	padding:0px;;
	margin:0px;
}
.download > h2 a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#5f5f5f;
	padding:0px;;
	margin:0px;
}
.download:hover {
	color:#000;
	padding:0px 0 10px 0px;
	border-top:2px solid#f0bf00;
	border-bottom:2px solid#f0bf00;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.download:hover h2 a {
	color:#000;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	-webkit-transition: all .75s;
	-ms-transition: all .75s;
}
.online-input1 {
	width:390px;
	height:38px;
	background-color:#e8e8e8;
	color:#a1a1a1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	border: 2px solid#d8d4fa;
	box-shadow: 0px 0px 27px rgb(204, 204, 204) inset #f0bf00;
	-webkit-transition:500ms all ease;
  	-moz-transition:500ms all ease;
  	-o-transition:500ms all ease;
	transition:500ms all ease;
	padding:3px 3px 3px 10px;
	margin:0px 0 4px 0px;
}
.online-input1:hover, .online-input1:focus {
	width:400px;
	-webkit-transition:500ms all ease;
  	-moz-transition:500ms all ease;
  	-o-transition:500ms all ease;
	transition:500ms all ease;
	background-position:96% 62%;
	padding:3px 32px 3px 10px;
}
.online-input1 .name:hover, .online-input1.name:focus {
	background:url(../images/name.png) no-repeat right;
	background-size:16px 15px;
	background-position:96% 62%;
}
.online-input1 .email:hover, .online-input1.email:focus {
	background:url(../images/email.png) no-repeat right;
	background-size:16px 12px;
	background-position:96% 62%;
}
.online-input1 .phone:hover, .online-input1.phone:focus {
	background:url(../images/phone.png) no-repeat right;
	background-size:16px 14px;
	background-position:96% 62%;
}
.online-textarea1 {
	width:390px;
	height:124px;
	background-color:#e8e8e8;
	color:#a1a1a1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	border: 2px solid#d8d4fa;
	box-shadow: 0px 0px 27px rgb(204, 204, 204) inset #f0bf00;
	-webkit-transition:500ms all ease;
  	-moz-transition:500ms all ease;
  	-o-transition:500ms all ease;
	transition:500ms all ease;
	padding:7px 3px 3px 10px;
	margin:0px 0 10px 0px;
}
.online-textarea1:hover, .online-textarea1:focus {
	width:400px;
	-webkit-transition:500ms all ease;
  	-moz-transition:500ms all ease;
  	-o-transition:500ms all ease;
	transition:500ms all ease;
	background-position:96% 62%;
	padding:7px 32px 3px 10px;
	background:url(../images/message.png) no-repeat right;
	background-size:16px 14px;
	background-position:96% 12%;
}
h2 {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	color:#5f5f5f;
	padding:0px 0 20px 0px;
	margin:0px;
}
h2:hover {
	color:#000;
}
.inner-project-image {
	width:216px;
	height:190px;
	padding:0px 10px 0 0px;
	margin:0px;
	float:left;
}



