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

*
{
	margin:0;padding:0;
}
a,img
{
	border:0;outline:0;
}
body
{
	background-color: #e9e9e9;
    background-image: url(../images/bg-light.png);
    background-position: 50% 0;
    background-repeat: no-repeat;       
	font-family: 'Lato', sans-serif;
    position: relative;
	line-height:20px;
}
.clear
{
	clear:both;
}
.heading
{
	font-size:35px;color:#fff;line-height:58px;padding-top:50px;text-align:center;
}
.mt8
{
	margin-top:8px;
}
.mt18
{
	margin-top:18px;
}
.sub-heading {
   font-size: 20px;
   padding-bottom: 22px;
   line-height: 29px;
   color: #0f426f;  
   font-weight: 900;
   }
   .sub-heading1 {
   font-size: 20px;
   padding-bottom: 18px;  
   color: #0f426f;  
   font-weight: 900;
   }
 .text-font
 {
	 font-size:16px;color:#333333;
 }
 p 
 {   
   margin: 0 0 1.2em 0;
 }
 .pt8
 {
	 padding-top:6px;
 }
 .pt12
 {
	 padding-top:12px;
 }
 .fleft
 {
	 float:left;
 }
 .fright
 {
	 float:right;
 } 
#main
{
	width:100%;height:auto;
}
#header
{
	position: relative;
    z-index: 99;
    border-top: 7px solid #0f426f;
    width: 100%;
	min-height:125px;
	color:#939598;
	
}
.container_960
{
	position: relative;
    width: 960px;
    margin: 0 auto;  clear:both;   
}
.logo
{
	float: left;
    position: relative;
    margin: 14px 0 0 0;
}

.logo .tagline {
    font: 900 14px/15px 'Lato', sans-serif;   
    text-transform: uppercase;
    padding: 2px 0 0 2px;
}

/***********menu**************/
.primary {
	position:relative;
	z-index:2;
	max-width:760px;
	margin-top:40px;
	float:right;
	background:url(../images/menu-lineH.png) 0 100% repeat-x;	
}
.sf-menu li {
	float:left;
	padding-bottom:1px; list-style-type:none;line-height:1.0;padding:0px 4px 0px 0px;position:relative;
	}
.sf-menu li:last-child{ padding-right:0;}
.sf-menu li a {display:block;position:relative; color:#333333; padding:14px 12px 17px;-webkit-transition:color 0.5s ease,background 0.5s ease;-moz-transition:color 0.5s ease,background 0.5s ease;-o-transition:color 0.5s ease,background 0.5s ease;transition:color 0.5s ease,background 0.5s ease; text-decoration:none;font-size:14px;}
.sf-menu li.sfHover a,.sf-menu li.current-menu-item a,.sf-menu li a:hover{color:#fff; background:#0f426f; text-decoration:none;}
.sf-menu li a:hover{color:#0f426f; background:#CCCCCC; }
.sf-menu li.current-menu-item a
{
	font-weight:bold;
}

/* Essential styles for dropdown menu */

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}

.sf-menu  ul.sub-menu  li a
{
	border-bottom:1px solid #999999;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
	
}
/***********end menu**********/


/* Slider
---------------------------------------- */
#slider-wrapper {
	margin: 12px auto 20px;
	width:980px; 
	position:relative;  
	background:url(../images/slider-bg.png) 0px 0 no-repeat; overflow:hidden;
	height:325px;
	clear:both;
	
	}
.flexslider-holder {
	width:357px;
	height:224px;
	margin:22px 0 0 99px;
	background:#000 url(../images/loading.gif) 50% 50% no-repeat;
	}
.lineH {
    background: url(../images/menu-lineH.png) 0 0 repeat-x;
    width: 100%;
    height: 2px;
}
.work-container
{
	 width:100%; min-height:285px !important;
    height:auto !important; margin-top:20px;overflow:hidden;
}
.work-text
{
	 width:460px;float: left;
     display: inline;    
     margin-right: 10px;padding: 10px 0 0 0;height:100%;
}

.more-button
{
	display: inline-block;
    color: #fff;
    background: #717171;
    text-decoration: none;
    padding: 5px 16px 7px;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   margin-top:5px;
   border-radius:3px;
}
.more-button:hover
{
	background-color:#0f426f;
	
}
.work-img
{
	 width:465px;float: right;
     display: inline;
     margin-left: 10px;
     padding: 10px 0 0 0;height:100%;
}
.work-img img
{
   margin-bottom:14px;box-shadow: 0 3px 1px rgba(0,0,0,.1);
}
.work-img img:nth-child(2n)
{
	margin-left:16px;
}

.business-bg
{    
     width:100%;margin:auto;
	 background-image:url(../images/business-bg.jpg);
	 background-repeat:no-repeat;
	 background-position:center;
	 height:213px;	padding-bottom:12px;
}
.clientele-container
{
	 clear:both; padding-top:25px;
}
.images-box img
{
	margin-left:15px;margin-bottom:8px;box-shadow: 0 2px 1px rgba(0,0,0,.1);
}
.images-box img:first-child
{
	margin-left:0px;
}
#footer
{
	width:100%;
	height:50px;margin-top:10px;	
	position: relative;
    z-index: 99;
    border-bottom: 7px solid #0f426f;
    width: 100%;	
	font-size:12px;
	clear:both;
}
.footer-left
{
	float:left;margin-top:3px;
}
.footer-right
{
	float:right;margin-top:12px;
}
.footer-right img
{
	vertical-align:middle;margin-left:3px;
}
#footer a
{
	text-decoration:none;color:#333333;
}
::selection {
background: rgb(255,255,158);
}
/****************************about page css********************************************/
.image-responsive{
    width:100%;
    height:358px;
    position: relative;
    display:block;
    margin:0 auto;
	clear:both;
}
.image-responsive img{
    width:100% !important;
    height:100% !important;
    display:block;
}
.abt-container
{
	width:100%;min-height:460px;overflow:hidden;
}
.abt-text
{
	width:580px;height:452px; float:left;
}
.abt-container1
{
	width:100%;min-height:375px;overflow:hidden;
}
.abt-text1
{
	width:595px; float:left;height:100%;
}
.abt-images
{
	width:365px;height:100%; float:right; text-align:center;
}
.abt-images img
{
	margin:8px 0px 0px 0px;
}

/*********************************************contact******************************************/
.contact-container
{
	width:100%;clear:both;min-height:502px;overflow:hidden;
}
.contact
{
	width:490px;float:left;height:100%;
}
.enquiry
{
	width:410px;float:right;height:100%;
}
.address-text
{
	width:312px;float:right;height:240px;
}
.add-text
{
	font-size:14px;color:#0f426f;font-weight:bold;
}
.address-text img
{
	vertical-align:middle;margin-right:8px;
}
.address-text div
{
	margin-top:3px;
}
.map
{
	 border:1px solid #939393;padding:5px; width:100%;height:185px;clear:both;border-radius:5px;
	 position:relative;top:10px;
}

input
{
	display:block;margin-top:11px;width:380px;padding:8px;border:1px solid #939393;border-radius:5px;	
}
input:focus,textarea:focus
{
	border:1px solid #0f426f;outline:none;
}
textarea
{
	display:block;margin-top:11px;width:380px;padding:8px;border:1px solid #939393;border-radius:5px;
	height:235px;
}
.form-button
{
	float:left;width:65px;height:32px;background-color:#717171;color:#fff;margin-right:10px;padding:2px;
	margin-top:16px;
}
.form-button:hover
{
	cursor:pointer;background-color:#0f426f;border:none;
}
::-webkit-input-placeholder { color:#666666; }
::-moz-placeholder { color:#666666; } /
:-ms-input-placeholder { color:#666666; } 
input:-moz-placeholder { color:#666666; }

::-webkit-textarea-placeholder { color:#666666;font-weight:bold;font-size:15px; }
::-moz-placeholder { color:#666666;font-weight:bold;font-size:15px; } /
:-ms-textarea-placeholder { color:#666666;font-weight:bold;font-size:15px; } 
textarea:-moz-placeholder { color:#666666;font-weight:bold;font-size:15px; }

/*******************************************projects and achivements css********************************/

.bg-color
{
	background-color:#ebebeb;padding-top:10px;	

}
 .bg-color #footer
 {
	 padding-top:12px;
 }
 .achivements
 {
	 float:left;width:350px;min-height:750px;
 }
.accordion-container
{
	float:right;width:585px;min-height:590px;
}
.acc-text
{
	width:530px;float:right;
}
.acc_content img
{
	margin-top:5px;margin-left:8px;
}
.acc_content p
{
	margin: 0 12px .8em 0;}

/***************************services pafe****************************/

.service-icon
{
	float:left;margin-top:3px;
}
.service-text
{
	width:500px;float:left;margin-left:18px;
}
p.service-text
{
	margin-bottom:3px;
}
.text_prme{
	font-weight:bold;}