@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,600);
header {
	position:relative;
}
.top-nav {
	overflow:hidden;
	background:#f4f4f4;
	border-bottom:1px solid #eeeeee;
}
.top-nav-box {
	padding:10px 0px;
	margin:0px;
	float:right;
	color:#3c3b3b;
}
.top-nav-box a {
	color:#3c3b3b;
	margin:0 5px;
}
.top-nav-box a.active {
	text-decoration:underline;
}
.logo {
	float: left;
	width: 179px;
	background:url(../images/logo.png) top left no-repeat;
	height: 48px;
	margin:12px 0;
}
.logo a {
	display:block;
	height:100%;
}
.skype {
	width:125px;
	float:left;
	margin:12px 15px 12px 0;
	padding:8px 0 0 0;
	border-right:1px solid #ababab;
}
.skype h5 {
	margin:0px 0 0 44px;
	padding:0px;
	font-size:15px;
	line-height:20px;
}
.black {
	color:#000;
}
.blue {
	color:#0a57a2;
}
.green {
	color:#6d990b;
}
.skype h5 a:hover {
	text-decoration:none;
}
.phones {
	overflow:hidden;
	float:left;
	margin:13px 0 11px 0;
}
.phones h5 {
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:24px;
	color:#3c3b3b;
}
.phones h5 a {
	color:#3c3b3b;
}

/*nav ul {
	list-style:none;
	padding:0px;
}
nav ul li {
	float:left;
}
nav ul li a {
	color: #FFF;
	font-size:16px;
	margin:0 11px;
}*/

/*===== nav style ======*/
.nav {
	background:#1276b5;
	padding:0px 0;
	font-family: 'Dosis';
	position:relative;
}
#fdw nav select {
	display:none; /* this is just for the mobile display */
}
#fdw nav ul {
	display:block;
	z-index:999999;
	margin:0px;
	padding:0px;
}
#fdw nav ul li {
	display:inline-block;
	padding:10px 3px 10px;
	margin-left:14px;
	position:relative;
}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
	color:#fff;
	font:normal 16px 'Dosis';
	text-transform:capitalize;
	display:inline-block;
	position:relative;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
	color:#45e114;
	text-decoration:none;
}
#fdw nav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block;
	background:url(../images/nav_arrow.png) no-repeat left -8px;
	font:0/0 a;
}
#fdw nav ul li.current {
	
}
#fdw nav ul li.current a {
	color:#45e114;
}
#fdw nav ul li.current a span {
	background:url(../images/nav_arrow.png) no-repeat left 0;
}
#fdw nav ul li.current ul li a {
	cursor:pointer;
}

/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu {
	position:absolute;
	top:40px;
	left:0;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #ececec;
	border-top:5px solid #e25d29;
	display:none;
	z-index:999999;
    -moz-box-shadow: 0px 6px 7px #121012;
    -webkit-box-shadow: 0px 6px 7px #121012;
    box-shadow: 0px 6px 7px #121012;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url(../images/arrow_top.png) no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
	float:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ececec;
}
#fdw nav ul li ul.sub_menu li a {
	white-space: nowrap;
	width: 230px;
	padding:12px;
	font:13px Arial, tahoma, sans-serif;
	text-transform:capitalize;
	color:#777;
}
#fdw nav ul li ul.sub_menu li a:hover {
	background:#f9f9f9;
	color:#333;
}
#fdw nav ul li ul.sub_menu li a.subCurrent {
	color:#e25d29;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}


.quote {
	position:absolute;
	right:158px;
	top:0px;
	z-index:999;
}
.banner, .inner-banner {
	width:100%;
	position:relative;
	text-align:center;
}
 .inner-banner {
	 background-image:url(../images/inner-banner.jpg);
	 background-repeat:repeat-x;
	 height:131px;
	 overflow:hidden;
	 background-size:auto;
}
 .inner-banner h1{
	 font-size:48px;
	 color:#fff;
	 font-family: 'Roboto Condensed', sans-serif;
	 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
	 line-height:80px;
	 text-align:left;
}
.banner img, .inner-banner img {
	width: 100%;
}

/* Carousel base class */
.carousel {
	overflow:hidden;
}
/* Declare heights because of positioning of img element */

.carousel-inner > .item > img {
	top: 0;
	left: 0;
}
.carousel-control {
	width:5%;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel-control.left{
 background:url(../images/right.png) center right no-repeat !important;
}
.carousel-control.right {
 background:url(../images/left.png) center left no-repeat !important;
}


.tittle {
	width:650px;
	margin:0 auto;
	position:relative;
}
.welcome, .services-hm, .clients, .footer {
	position:relative;
	margin:30px 0;
}
.footer {
	background:url(../images/footer-bg.jpg) top left repeat;
	margin-bottom:0px;
}
.welcome h1, .services-hm h1, .clients h1 {
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
}
.welcome h1::after, .welcome h1::before, .services-hm h1::after, .services-hm h1::before, .clients h1::after, .clients h1::before {
 content: "";
 display: block;
 width: 180px;
 height: 1px;
 position: absolute;
 top: 50%;
 margin-top: 0px;
 background-color: #1e77d9;
}
.welcome h1::before, .services-hm h1::before, .clients h1::before {
 right: 0px;
}
.services-hm h1::after, .services-hm h1::before, .clients h1::after, .clients h1::before {
 width: 240px;
}
.welcome p {
	color:#4c4c4c;
	text-align:center;
	line-height:24px;
	padding:0 15px;
}
.thumb-pad1 {
	margin: 20px 0 20px 0;
	overflow: hidden;
	text-align:center;
}
.thumb-pad1 .badge {
	width:86px;
	height:88px;
	margin:0px;
	padding:0px;
	background: none;
	line-height: 88px;
}
.thumb-pad1 h2 {
	font-size:18px;
	color:#003958;
}
.thumb-pad1 p {
	line-height:20px;
	padding:0 5px;
}
.btn1 {
	background:#0e6e92;
	padding:5px 12px;
	line-height:30px;
	color:#fff;
	border:none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn1:hover {
	text-decoration:none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.clients-list {
	overflow:hidden;
	border:1px solid #f3f3f3;
	margin:0px;
	padding:6px 0px;
}
.clients-list li {
	list-style:none;
	float:left;
	border:1px solid #e9e9e9;
	margin:0 12px;
}
.footer h3 {
	font-size:18px;
	color:#65b03f;
	margin-left:8px;
}
.footer-nav {
	margin:10px 0 0 10px;
	padding:0px;
}
.footer-nav li {
	list-style:none;
	line-height:24px;
}
.footer-nav li a {
	color:#fff;
}
.f-map{
	background:url(../images/footer_map.png) center left no-repeat;
	background-size: 100% 60%;
}
.social {
	margin-left:10px;
	margin-top:15px;
}
.social a {
	margin:0 1px;
}
footer {
	border-top:1px solid #363739;
	margin:10px 0 0 0;
	padding:15px 0 5px 0;
}
footer p {
	color:#FFF;
}
/*about-us*/
.about-us, .contact-us {
	position:relative;
	margin:20px 0;
}
.about-text {
	width:100%;
	float:left;
}
.about-text p {
	line-height:24px;
	text-align:justify;
}
.about-text h2 {
	font-size: 18px;
	color: #1276b5;
	text-transform:uppercase;
}
.breadcrumb {
	padding: 2px 0px !important;
	background:#fff !important;
}
.breadcrumb > li + li:before {
	content: "" !important;
}
.breadcrumb > li > img {
	vertical-align:sub;
}
.breadcrumb > li > a {
	color:#4c4c4c;
}
.org {
	color:#e34b1f;
}
.vertical-nav, .get{
	position:relative;
	overflow:hidden;
}
.vertical-nav .h2, .get .h2{
	font-size:18px;
	background:#1276b5;
	margin:0px;
	padding:12px 0;
	color:#fff;
	text-indent:16px;
	text-transform:uppercase;
	
}
.vertical-nav ul{
	margin:0px 0 10px 0;
	padding:0px;
}
.vertical-nav ul li{
	line-height:42px;
	border-bottom:1px solid #e8e9eb;
}
.vertical-nav ul li a{
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
	display:block;
	background:url(../images/v-nav-arw.png) 10px 12px no-repeat;
	padding:0 0 0 32px;
	text-transform:capitalize;
}
.vertical-nav ul li a:hover{
	background:#f5f5f5 url(../images/v-nav-arw.png) 10px 12px no-repeat;
	text-decoration:none;
}
.get-text{
	background-color:#f3f3f3;
	padding:12px 0 12px 10px;
	font-size:13px;
	line-height:24px;
	display:inline-block;
	width:100%;
}
.get-text a{
	color:#F00;
}
.get-text a:focus{
	outline:none;
	text-decoration:none;
}
.modal-dialog {
  margin: 80px auto;
}
.contact-form, .map, .address{
	overflow:hidden;
}
.contact-form h2, .address h2, .enquiry-form h2{
	font-size:18px;
	color:#1276b5;
	margin:10px 0 15px 0;
}
.contact-form form, .enquiry-form form{
	width:100%;
	float:left;
}
.contact-form form label, .enquiry-form form label{
	width:100%;
	float:left;
}
.contact-form input[type="text"], .contact-form input[type="file"], .contact-form textarea, .enquiry-form input[type="text"], .enquiry-form input[type="file"], .enquiry-form textarea{
	width:100%;
	padding:8px;
	border-radius: 4px;
	border:1px solid #e8e8e8;
	font-weight:normal;
	outline:none;
}
.contact-form input[type="text"]:focus, .contact-form input[type="file"]:focus, .contact-form textarea:focus, .enquiry-form input[type="text"]:focus, .enquiry-form input[type="file"]:focus, .enquiry-form textarea:focus{
	border:1px solid #0e64a9;
}
.contact-form input[type="submit"], .enquiry-form input[type="submit"]{
	padding:8px 25px;
	border-radius: 4px;
	background:#0e6e92;
	border:none;
	outline:none;
	color:#fff;
	font-size:15px;
	margin:0px;
	float:left;
}
#captcha {
	width:120px;
	display:inline-block;
	margin-left:15px;
}

.map img{
	border:1px solid #e24a1f;
}
.address p{
	line-height:24px;
	color:#303030;
}


.approach{
	margin:0px 0 0 20px;
	padding:0px;
}
.approach li{
	list-style:circle;
	line-height:26px;
}
.web{
	margin:0px 0 0 20px;
	padding:0px;
}
.web li{
	list-style:circle;
	line-height:24px;
}


/**** PORTFOLIO STYLES*****/
.portfolio-content {
	width:100%;
	float:left;
	padding:0px;
	margin-top:10px;
}
.portfolio-area {
	width:100%;
	float:left;
	padding:0px;
	margin-top:10px;
}
.portfolio-categ {
	width:100%;
	float:left;
	border:1px solid #EFEFEF;
	margin:0px 0 10px 0;
	padding:0px;
}
.portfolio-categ li {
	font-size:14px;
	font-weight:normal;
	line-height:40px;
	list-style:none;
	margin-bottom:1px;
	cursor:pointer;
	float:left;
	margin:0 10px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	transition: all 0.3s ease 0s;
}
.portfolio-categ li a{
	color:#373737;
}
.portfolio-categ li a:hover {
	text-decoration:none;
	color:#1276b5;
}
.portfolio-categ li.active a{
	text-decoration:none;
	color:#1276b5;
}
.portfolio-categ li a:hover, .portfolio-categ li a:focus{
	text-decoration:none !important;
}

.image-block {
	display:block;
	position: relative;
}
.image-block img {
	border: 1px solid #d5d5d5;
	background:#FFFFFF;
	padding:0px;
}
.image-block img:hover {
	border: 1px solid #A9CF54;
	box-shadow:0 0 5px #A9CF54;
}
.portfolio-area li {
	float: left;
	margin: 0px 8px 16px;
	overflow: hidden;
	width: 226px;
	padding:0px;
}
/* clients */
#clients {
	width:100%;
	padding:0px;
	margin:0px;
}
#clients li {
	list-style:none;
	float:left;
	border:1px solid #d5d5d5;
	margin:5px 7px 5px 0;
	transition: all 0.3s ease 0s;
}
#clients li:hover {
	border: 1px solid #02a9f0;
	transition: all 0.3s ease 0s;
}
/* openings */
.openings{
	width:100%;
	float:left;
}
.panel-title a{
	color:#0082c8;
	font-weight:600;
}
.panel-title a:hover, .panel-title a:focus{
	text-decoration:none;
}
.panel-group .panel {
   border-radius: 0px; 
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #029bde;
  border-color: #ddd;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-title a {
	color:#fff;
  font-weight: normal;
  display: block;
}
.panel-body p {
  line-height: 24px;
  text-align: justify;
}



#request-quotation{
	width:100%;
	float:left;
}
#request-quotation label{
	width:100%;
	margin-bottom:6px;
}
#request-quotation input[type="text"], 
#request-quotation textarea{
	width: 99%;
	padding:10px 8px;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	font-weight: normal;
	outline: none;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	color:#000;
	height:auto;
}
#request-quotation select {
	width: 30%;
	padding:0px 8px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
#request-quotation input[type="text"]:focus, 
#request-quotation textarea:focus, 
#request-quotation select:focus {
	border:1px solid #0e64a9;
}
#request-quotation .check {
	margin: 0px 20px 10px 0px;
	float: left;
}
#request-quotation input[type="button"] {
	padding: 8px 25px;
	border-radius: 4px;
	background: #0e6e92;
	border: none;
	outline: none;
	color: #fff;
	font-size: 15px;
	margin: 0px;
	float: left;
}
.check input[type="checkbox"]{
	float:left;
}
.check label{
	width:auto !important;
	margin:0px 0 0 5px !important;
	float:left !important;
	display:block !important;
	font-weight:normal;
	cursor:pointer;
}