@charset "utf-8";
/* CSS Document */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');




body { margin:0; padding:0; width:100%;}
html { padding:0; margin:0;}

/* main */
.main {
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #9E9E9E;	
}
.resize {
	width: 1250px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.containerIndex{
	width: 1200px;
	height: 1600px;
	margin-left: 25px;
	float: left;
}

.contactIndex{
	width: 1200px;
	height: 1425px;
	margin-left: 25px;
	float: left;
}




.headerCon{
	height: 200px;
	width: 1200px;
	margin-bottom: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	background-color: #FFF;
	}

.leftHeaderCon{
	float: left;
	height: 200px;
	width: 800px;
	background-image: url(../images/logoBG.png);
	background-repeat: no-repeat;
	}

.rightHeaderCon{
	float: right;
	height: 190px;
	width: 350px;
	position: relative;
	padding-top: 7px;
	}



.rightHeaderCon_one{
	float: left;
	height: 40px;
	width: 280px;
	background-color: #EEE;
	margin-bottom: 7px;
		}
	
	
	
.right_oneParent{
	height: 30px;
	width: 280px;
	background-color: #0064AE;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	text-transform: capitalize;
	padding-top: 15px;
	}	

.right_oneChild{
	visibility:hidden; /* This hides the menu until we hover */
	position:absolute;
	top:42px;
	left:0px;
	width:230px;
	height:257px;
	overflow:hidden;
	z-index: 1000;
	opacity: 1;
	filter:Alpha(opacity=100);
	padding-left: 50px;
	background-color: #FFF;
	border: thin solid #666;
}	





	
.right_oneParent:hover.right_oneChild{
	
	visibility:visible; 
	text-align:center;
	}

.right_twoParent:hover.right_twoChild{
	
	visibility:visible; 
	text-align:center;
}



	
.rightButons{
	height: 25px;
	width: 280px;
}

#one{

visibility:visible!important;
height:0;
opacity:0;
transition:opacity 0.4s ease-in-out;
-moz-transition:opacity 0.4s ease-in-out;
-webkit-transition:opacity 0.4s ease-in-out;
-o-transition:opacity 0.4s ease-in-out;
}

.right_oneParent:hover #one{
height:200px;
opacity:1;

}



	
.rightHeaderCon_two{
	float: left;
	height: 20px;
	width: 280px;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #333;
	margin-bottom: 27px;
	}

.right_twoParent{
	height: 30px;
	width: 280px;
	background-color: #0064AE;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	text-transform: capitalize;
	padding-top: 15px;
	}	

.right_twoChild{
	visibility:hidden; /* This hides the menu until we hover */
	position:absolute;
	top:45px;
	left:0px;
	width:280px;
	height:150px;
	overflow:hidden;
	background-color: #FFF;
	z-index: 2000;
	opacity: 1;
	filter:Alpha(opacity=100);
}





#two{

visibility:visible!important;
opacity:0;
transition:opacity 0.4s ease-in-out;
-moz-transition:opacity 0.4s ease-in-out;
-webkit-transition:opacity 0.4s ease-in-out;
-o-transition:opacity 0.4s ease-in-out;
height:0px;
}

.right_twoParent:hover #two{
	height:150px;
	opacity:1;
}

.social-icons {
	text-align: right;
	height: 40px;
}

.social-icons li {
	display: inline-block;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}

.social-icons li a {
	width: 36px;
	height: 36px;
	color: #005988;
	text-align: center;
	line-height: 36px;
}

.social-icons li a:hover {
	background-color: #005988;
	color: #FFF;
}


.social-icons1 {
	text-align: right;
	height: 40px;
	margin-top: 10px;
}

.social-icons1 li {
	display: inline-block;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}

.social-icons1 li a {
	width: 36px;
	height: 36px;
	color: #000000;
	text-align: center;
	line-height: 36px;
}

.social-icons1 li a:hover {
	background-color: #003;
	color: #FFFFFF;
}






.socialMedTab{
	float: left;
	height: 100%;
	width: 100%;	
	}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 1em;
	text-decoration: none;
	font-size: 12px;
	padding: 1em;
	display: none;
	color: #FFF;
	background-color: #0064AE;
}

.go-top:hover {
	color: #FFF;
	background-color: #000066;
}






.rightHeaderCon_three{
	float: left;
	height: 25px;
	width: 280px;
	background-color: #f6f6f6;
	position: relative;
	margin-top: 15px;
	}
	
.right_threeParent{
	height: 30px;
	width: 280px;
	background-color: #0064AE;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	text-transform: capitalize;
	padding-top: 15px;
	}	

.right_threeChild{
	visibility:hidden; /* This hides the menu until we hover */
	position:absolute;
	top:45px;
	left:0px;
	width:280px;
	height:50px;
	overflow:hidden;
	background-color: #FFF;
	opacity: 1;
	filter:Alpha(opacity=100);
	border: thin solid #B5B5B5;
	z-index: 5000;
}
	
	
#three{

visibility:visible!important;
opacity:0;
transition:opacity 0.4s ease-in-out;
-moz-transition:opacity 0.4s ease-in-out;
-webkit-transition:opacity 0.4s ease-in-out;
-o-transition:opacity 0.4s ease-in-out;
height:0px;
}

.right_threeParent:hover #three{
height:60px;
opacity:1;
z-depth:1000
}



.rightHeaderCon_four{
	float: left;
	height: 25px;
	width: 280px;
	background-color: #f6f6f6;
	position: relative;
	margin-bottom: 7px;
	}
	
.right_fourParent{
	height: 30px;
	width: 280px;
	background-color: #0064AE;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	text-transform: capitalize;
	padding-top: 15px;
	}	

.right_fourChild{
	visibility:hidden; /* This hides the menu until we hover */
	position:absolute;
	top:45px;
	left:0px;
	width:280px;
	height:50px;
	overflow:hidden;
	background-color: #F6F6F6;
	z-index: 4000;
	opacity: 1;
	filter:Alpha(opacity=100);
	border: thin solid #B5B5B5;
}
	
	
#four{

visibility:visible!important;
opacity:0;
transition:opacity 0.4s ease-in-out;
-moz-transition:opacity 0.4s ease-in-out;
-webkit-transition:opacity 0.4s ease-in-out;
-o-transition:opacity 0.4s ease-in-out;
height:0px;
}

.right_fourParent:hover #four{
height:230px;
opacity:1;
z-depth:2000;
}








.clearHeader{
	float: left;
	height: 15px;
	width: 280px;
	
	
	}
	
.right_threeParent:hover.right_threeChild{
	
	visibility:visible; 
	text-align:center;
	}

	
.logoCon{
	float: left;
	height: 120px;
	width: 140px;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}	

.compNameCon{
	float: right;
	height: 160px;
	width: 550px;
	margin-left: 10px;
	margin-top: 35px;
	font-family: Cambria, "Cambria Math", sans-serif;
	font-size: 30px;
	color: #363636;
	line-height: 36px;
	position: relative;
	}
	
.compNameConTop{
	width: 600px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: -7px;
	font-size: 30px;
	line-height: 36px;
	font-family: Cambria, "Cambria Math", sans-serif;
	}

.compNameConMid{
	width: 235px;
	background-color: #ED008B;
	float: left;
	height: 3px;
	margin-right: 300px;
	left: 0px;
	top: 68px;
	position: absolute;
	}

.compNameConBot{
	width: 600px;
	float: left;
	height: 40px;
	/* [disabled]margin-top: 4px; */
	position: absolute;
	left: 0px;
	top: 70px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	}
	
.compNameConBotTag{
	width: 600px;
	float: left;
	height: 30px;
	/* [disabled]margin-top: 4px; */
	position: absolute;
	left: 0px;
	top: 110px;
	background-color: #FFF;
	font-family: "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #232176;
	}
	

.menuCon{
	height: 40px;
	width: 1200px;
	color: #FFF;
	float: left;
	position: relative;
	background-color: #000033;
	z-index: 900;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";	
	}





	
.nav-container{
	margin-top: 0px;
	width: 85%;
	height: 40px;
	margin-left: 25px;
	padding-left: 225px;
}
.f-nav{
	z-index: 9999;
	position: fixed;
	left: 50px;
	top: 0px;
	width: 975px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	height: 40px;
	background-color: #000033;
	
}



.menu li{
	list-style: none;
	float: left;
	position: relative;
	height: 40px;
	margin-top: 0px;
}

.menu > li{
	background-color: #000033;
	
	border-left: 1px solid #5f5f5f;
	border-right: 1px solid #7e0000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.menu li:first-child{
border-radius: 3px 0px 0px 3px;
border-left: none;
}

 .menu li:last-child{
border-radius: 0px 3px 3px 0px;
 border-right: none;
 }

.menu a{
	display: block;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 0 20px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	margin: 0;
	position: relative;
	font-size: 12px;
	line-height: 40px;
}

.menu li:hover{
	-webkit-box-shadow: inset 0 0 10px #000000;
	-moz-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
	color: #000;
	background-image: -webkit-linear-gradient(#f50191, #9d015d);
	background-image: -moz-linear-gradient(#f50191, #9d015d);
	background-image: -o-linear-gradient(#f50191, #9d015d);
	background-image: linear-gradient(#f50191, #9d015d);
*/	
}

.menu li:hover span:after{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}

ul.menu-hover{
	visibility: hidden;
	position: absolute;
	top:100%;
	opacity: 0;
	height: 0;
	width: 200px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: -35px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu li:hover .menu-hover{
	visibility: visible;
	height: 100%;
	opacity: 1;
	
}

.menu-hover li{
	height: 100%;
	/* [disabled]border-bottom: 1px solid #696969; */
	background-color: #000;
	border-left: none;
	border-right: none;
	width: 100%;
}

.menu-hover li:hover{

	box-shadow: none;
}

.menu-hover a{
	color: #000;
	font-size: 11px;
	width: 200px;
	background-color: #FFF;
}

.menu-hover a:hover{
	color: #FFF;
	font-size: 11px;
	width: 200px;
	background-color: #0064AE;
}



.menu a span:after{
content: "";
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 3px solid white;
position: absolute;
top: 30px;
right: 45px;

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; 

}

.menu-hover li:first-child, .menu-hover li:last-child{
border-radius: 0;
}

.menu a:after {
    background: rgba(255,255,255,.07);
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}







	
.sliderShowCon{
	height: 380px;
	width: 1200px;
	margin-top: 2px;
	/* [disabled]margin-bottom: 10px; */
	overflow: hidden;
	float: left;
	background-color: #FFF;
	}
	
	
	
.inheaders{
	height: 300px;
	width: 1200px;
	/* [disabled]margin-top: 20px; */
	/* [disabled]background-color: #052A54; */
	float: left;
	}



.slideBlindCon{
	height: 383px;
	width: 1200px;
	
	position: absolute;
	z-index: 71;
	
	background-repeat: no-repeat;
	left: -5px;
	top: -5px;
	}


.homeTextCon{
	background-color: #FFF;
	height: 750px;
	width: 1200px;
	float: left;
	}
	
.aboutTextCon{
	background-color: #FFF;
	height: 700px;
	width: 1200px;
	/* [disabled]margin-top: 20px; */
	float: left;
	}

.servicesTextCon{
	background-color: #FFF;
	height: 1480px;
	width: 1200px;
	float: left;
	}	

.servicesTextConEq{
	background-color: #FFF;
	height: 600px;
	width: 1200px;
	/* [disabled]margin-top: 20px; */
	float: left;
	}
	
	
.surveyTextConEq{
	background-color: #FFF;
	height: 600px;
	width: 1200px;
	float: left;
	}



.contactTextConEq{
	background-color: #FFF;
	height: 700px;
	width: 1200px;
	/* [disabled]margin-top: 20px; */
	float: left;
	}

.projectsTextConEq{
	background-color: #FFF;
	height: 950px;
	width: 1200px;
	/* [disabled]margin-top: 20px; */
	float: left;
	}

.projectsTextConEq2{
	background-color: #FFF;
	height: 380px;
	width: 1200px;
	/* [disabled]margin-top: 20px; */
	float: left;
	}




		
.homeTextConIn{
	float: left;
	height: 740px;
	width: 1180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}	

.aboutTextConIn{
	float: left;
	height: 670px;
	width: 1180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	}	

.servicesTextConIn{
	float: left;
	height: 1460px;
	width: 1180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	}
	
	
.servicesTextConInEq{
	float: left;
	height: 570px;
	width: 1180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.surveyTextConInEq{
	float: left;
	height: 570px;
	width: 1180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}



.contactTextConInEq{
	float: left;
	height: 680px;
	width: 1180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}




.projectsTextConInEq{
	float: left;
	height: 950px;
	width: 1180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.projectsTextConInEq2{
	float: left;
	height: 300px;
	width: 1180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}










.hometextConLeft{
	float: left;
	height: 710px;
	width: 560px;
	/* [disabled]background-color: #F5F5F5; */
	}

.homeWordsConL{
	float: left;
	width: 535px;
	height: 100%;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	}





.hometextConRight{
	float: right;
	height: 630px;
	width: 600px;
	position: relative;
}

.homeRightTabConLeft{
	background-color: #004672;
	float: left;
	height: 280px;
	width: 290px;
	margin-bottom: 10px;	
}


/*  Box Slider CSS begins  */

.boxgrid{
	width: 270px;
	height: 350px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
	color: #4E4E4E;
	line-height: 22px;
	text-align: justify;
	background-color: #F5F5F5;
	padding-right: 10px;
	padding-left: 10px;
}






.gridboxText{
	width: 260px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	height: 35px;
	padding-top: 10px;
	line-height: 22px;
	text-align: justify;
	color: #000033;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EB178F;
	margin-bottom: 10px;
	}



.boxgrid img{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.boxcaption{
    float: left;
    position: absolute;
    background: #000;
    height: 100px;
    width: 100%;
    opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

.captionfull .boxcaption {
    top: 260;
    left: 0;
}
.caption .boxcaption {
    top: 220;
    left: 0;
}




/*   Box Slider CSS ends   */







.homereadmore{
	float: left;
	height: 40px;
	width: 540px;
	margin-top: 40px;
}


.homereadmoreOne{
	float: left;
	height: 40px;
	width: 270px;
	margin-top: 10px;
}




.homereadmoreClick{
	color: #FFF;
	float: right;
	height: 25px;
	width: 80px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 13px;
	font-style: normal;
	padding-top: 3px;
	text-align: center;
	font-weight: lighter;
	background-color: #0453AA;
	-webkit-transition: all .3s 	ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	/* [disabled]border: 1px solid #2087F9; */
	}

.homereadmoreClick:hover{
	color: #FFFFFF;
	float: right;
	height: 25px;
	width: 80px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 13px;
	font-style: normal;
	padding-top: 3px;
	text-align: center;
	font-weight: lighter;
	background-color: #032F59;
	-webkit-transition: all .3s 	ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #202020;
	}







.homeWordsConLetters{
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	text-decoration: none;
	text-align: justify;
	line-height: 25px;
	}


	
.homePic_one{
	float: left;
	height: 320px;
	width: 535px;
	background-color: #4066A7;
	margin-bottom: 15px;
	border: 2px solid #003;	
	}
	
.aboutTag_one{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 1180px;
	padding-top: 10px;
	text-align: center;
	color: #4E4E4E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	background-color: #F6F6F6;
	}
	
.servicesTag_one{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 1180px;
	padding-top: 10px;
	text-align: center;
	color: #4E4E4E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	clear: both;
	background-color: #F6F6F6;
	}


.surveyTag_one{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 1180px;
	padding-top: 10px;
	text-align: center;
	color: #4E4E4E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	clear: both;
	background-color: #F6F6F6;
	}


.contactTag_one{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 1180px;
	padding-top: 10px;
	text-align: center;
	color: #4E4E4E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	clear: both;
	background-color: #F6F6F6;
	}



.projectsTag_one{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 1180px;
	padding-top: 10px;
	text-align: center;
	color: #4E4E4E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	clear: both;
	background-color: #F6F6F6;
	}



.servicesTabDvd{
	float: left;
	height: 10px;
	width: 1180px;
	}

.surveyTabDvd{
	float: left;
	height: 10px;
	width: 1180px;
	}


.contactTabDvd{
	float: left;
	height: 10px;
	width: 1180px;
	}


.projectsTabDvd{
	float: left;
	height: 10px;
	width: 1180px;
	}



.servicesFirstLine{
	float: left;
	height: 30px;
	width: 1180px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #202020;
	text-align: center;
	}

.surveyFirstLine{
	float: left;
	height: 30px;
	width: 1180px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #202020;
	text-align: center;
	}



	
.contactFirstLine{
	float: left;
	height: 30px;
	width: 1180px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #202020;
	text-align: center;
	}

.contactFirstLineLf{
	float: left;
	height: 25px;
	width: 590px;
	background-color: #F5F5F5;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 18px;
	color: #202020;
	text-align: center;
	padding-top: 5px;
	}

.contactFirstLineRt{
	float: right;
	height: 25px;
	width: 590px;
	background-color: #F5F5F5;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 18px;
	color: #202020;
	text-align: center;
	padding-top: 5px;
	}


	
	
	
.projectsFirstLine{
	float: left;
	height: 30px;
	width: 1180px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #202020;
	text-align: center;
	}
	
.projectsLastLine{
	float: left;
	height: 30px;
	width: 1180px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #202020;
	text-align: center;
	}	
	
.projPageNos1{
	color: #003;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	border: thin solid #757575;
	}

.projPageNos1:hover{
	color: #FFF;
	background-color: #003;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	}

.projPageNos2{
	color: #003;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	
	}

.projPageNos2:hover{
	color: #FFF;
	background-color: #003;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	}










.servicesEquiPageBG{
	float: left;
	height: 445px;
	width: 1160px;
	background-image: url(../images/servicesEquip_BGpic_.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	}

.surveyEquiPageBG{
	float: left;
	height: 445px;
	width: 1160px;
	position: relative;
	}

.surveyEquiPageBGUp{
	float: left;
	height: 222px;
	width: 1160px;
	position: relative;
	margin-bottom: 5px;
	}


.surveyEquiPageBGDown{
	float: left;
	height: 222px;
	width: 1160px;
	position: relative;
	margin-top: 5px;
	}



/*----start-contact----*/
.contact{
	/* [disabled]margin: -0.29em 0 9em; */
}
/*----*/
/*  Contact Form  */
.contact form{
	font-family: 'Open Sans', sans-serif;
}
.map{
	margin-bottom:30px;
}
.list3 li>img {
	float: left;
	margin-right:10px;
}
.extra-wrap {
	overflow: hidden;
}
.extra-wrap p {
	color: #626262;
	line-height: 1.8em;
	font-size: 0.85em;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}
span.mail a {
	color:#2BD5B4;
}
span.mail a:hover{
	color:#626262;
}
.contact-to input[type="text"] {
	width: 80%;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	border: 1px solid rgba(51, 153, 225, 0.8);
	color: #999999;
	background: #FFF;
	float: left;
	outline: none;
	font-size: 14px;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.contact-to input[type="text"]:nth-child(2),.contact-to input[type="text"]:nth-child(3){
	/* [disabled]margin-left:10px; */
}
.text2 input[type="text"], .text2 textarea {
	width: 80%;
	border: 1px solid rgba(51, 153, 255, 0.8);
	color: #999999;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	outline: none;
	/* [disabled]margin-bottom: 25px; */
	height: 100px;
	font-size: 1em;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	margin-top: 12px;
	/* [disabled]margin-right: 0; */
	margin-left: 5px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}
.text2 textarea{
	height:100px;
}
.text2 input[type="text"]:hover,.text2 textarea:hover,.contact-to input[type="text"]:hover{
	border: 1px solid rgba(214, 0, 0, 0.7);
}
.contact-form input[type="submit"] {
	color: #FFF;
	padding: 7px;
	text-transform: capitalize;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	background-color: #000033;
}
.contact-form input[type="submit"]:hover{
	color: #FFF;
	background-color: #39F;
}
.span_1_of_first1 h5{
	color: #2C3E50;
	text-transform: uppercase;
	font-size: 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0.6em;
}
.span_1_of_first1 {
	width: 29.5%;
}
.col_1_of_bottom:first-child {
	margin-left: 0;
}
.col_1_of_bottom {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.contact-grids {
	margin-bottom: 1em;
}
/*----//End-contact----*/






.contactInPageBG{
	float: left;
	height: 530px;
	width: 1160px;
	padding: 10px;
	background-color: #F5F5F5;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	line-height: 25px;
	color: #000;
	}

.contactInPageBGLeft{
	float: left;
	height: 500px;
	width: 560px;
	padding: 10px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	line-height: 25px;
	color: #000;
	}
	




.contactInPageBGLeftForm{
	float: left;
	height: 490px;
	width: 550px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CACACA;
	}
	
	
.contactInPageBGRightForm{
	float: right;
	height: 490px;
	width: 550px;
	/* [disabled]background-color: #660; */
	}

.contactInPageBGRightFormTop{
	float: right;
	height: 245px;
	width: 550px;
	}

.contactInPageBGRightFormBottom{
	float: right;
	height: 245px;
	width: 550px;
	margin-top: 10px;
	border: 1px solid #000;
	}


.contactSubmitbutCon{
	float: left;
	height: 40px;
	width: 520px;
	margin-left: 10px;
	margin-top: 30px;
	/* [disabled]background-color: #939; */
	}


.contactInPageBGLeftFormLine{
	float: left;
	height: 35px;
	width: 550px;
	margin-bottom: 5px;
	
	}





.contactInPageBGLeftFormLineLeft{
	float: left;
	height: 30px;
	width: 150px;
	background-color: #FFF;
	margin-top: 5px;
	}

.contactInPageBGLeftFormLineRight{
	float: right;
	height: 30px;
	width: 400px;
	background-color: #FC0;
	margin-top: 5px;
	}


.contactInPageBGRight{
	float: right;
	height: 500px;
	width: 560px;
	padding: 10px;
	/* [disabled]background-color: #33CC33; */
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	line-height: 25px;
	color: #000;
	}


.projectsEquiPageBG{
	float: left;
	height: 800px;
	width: 1160px;
	padding: 10px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #000;
	background-color: #F5F5F5;
	}

.projectsEquiPageBG2{
	float: left;
	height: 230px;
	width: 1160px;
	padding: 10px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #000;
	background-color: #F5F5F5;
	}






.projectsEquiPageBGTopicleft{
	float: left;
	height: 20px;
	width: 95px;
	padding: 10px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	}

.projectsEquiPageBGTopicmid{
	float: left;
	height: 20px;
	width: 889px;
	padding: 10px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	}

.projectsEquiPageBGTopicright{
	float: left;
	height: 20px;
	width: 115px;
	padding: 10px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	}

.projectsEquiPageBGContentstrip{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	background-color: #F5F5F5;
	height: 20px;
	width: 1160px;
	-webkit-transition: all .6s ease-in-out .3s;
	-moz-transition: all .6s ease-in-out .3s;
	-ms-transition: all .6s ease-in-out .3s;
	-o-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
	}

.projectsEquiPageBGContentstrip:hover{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	background-color: #012965;
	height: 20px;
	width: 1160px;
	-webkit-transition: all .6s ease-in-out .3s;
	-moz-transition: all .6s ease-in-out .3s;
	-ms-transition: all .6s ease-in-out .3s;
	-o-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s;
	color: #FFF;
	}



.servicesEquiPageBGTop{
	float: left;
	height: 200px;
	width: 1160px;
	/* [disabled]border: thin solid #FFF; */
	padding-top: 10px;
	}

.surveyEquiPageBGTop{
	float: left;
	height: 200px;
	width: 1160px;
	/* [disabled]border: thin solid #FFF; */
	padding-top: 10px;
	}



.servicesEquiPageBGLeft{
	float: left;
	height: 190px;
	width: 381px;
	margin-left: 2px;
	background-image: url(../images/equipmentSmallTabBG.png);
	background-repeat: no-repeat;
	}
	
.servicesEquiPageBGMid{
	float: left;
	height: 190px;
	width: 380px;
	/* [disabled]border: 1px solid #B9B9B9; */
	margin-left: 3px;
	/* [disabled]background-color: #FFF; */
	}



.servicesEquiPageBGRight{
	float: right;
	height: 190px;
	width: 381px;
	/* [disabled]border: 1px solid #B9B9B9; */
	margin-right: 3px;
	/* [disabled]background-image: url(../images/equipmentSmallTabBG.png); */
	/* [disabled]background-repeat: no-repeat; */
	}

	
.servicesEquiPageBGBottom{
	float: left;
	height: 200px;
	width: 1160px;
	/* [disabled]border: thin solid #FFF; */
	margin-top: 10px;
	padding-top: 10px;
	}

.surveyEquiPageBGBottom{
	float: left;
	height: 200px;
	width: 1160px;
	/* [disabled]border: thin solid #FFF; */
	margin-top: 10px;
	padding-top: 10px;
	}


	
.servicesEquiPageBGTextTopic{
	float: left;
	height: 25px;
	width: 380px;
	background-color: #F5F5F5;
	clear: both;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 16px;
	color: #000;
	text-align: center;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
	}

.servicesEquiPageBGTextTopicBase{
	float: left;
	height: 160px;
	width: 365px;
	clear: both;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #FFF;
	padding-left: 15px;
	background-color: #012965;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	list-style-position: inside;
	list-style-type: square;
	}

.servicesEquiPageBGTextTopicBase:hover{
	float: left;
	height: 160px;
	width: 365px;
	clear: both;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #000;
	padding-left: 15px;
	background-color: #F5F5F5;
	-webkit-transition: all 0.6s ease-in-out 0.3s;
	-moz-transition: all 0.6s ease-in-out 0.3s;
	-ms-transition: all 0.6s ease-in-out 0.3s;
	-o-transition: all 0.6s ease-in-out 0.3s;
	transition: all 0.6s ease-in-out 0.3s;
	list-style-type: square;
	list-style-position: inside;
	}


	
.aboutConTop{
	width: 1140px;
	height: 600px;
	background-color: #012965;
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	text-align: justify;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-transition: all 0.6s ease-in-out 0.3s;
	-moz-transition: all 0.6s ease-in-out 0.3s;
	-ms-transition: all 0.6s ease-in-out 0.3s;
	-o-transition: all 0.6s ease-in-out 0.3s;
	transition: all 0.6s ease-in-out 0.3s;
	}
	
.aboutConTop:hover{
	width: 1140px;
	height: 600px;
	background-color: #F5F5F5;
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	line-height: 30px;
	color: #000;
	text-align: justify;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-transition: all 0.6s ease-in-out 0.3s;
	-moz-transition: all 0.6s ease-in-out 0.3s;
	-ms-transition: all 0.6s ease-in-out 0.3s;
	-o-transition: all 0.6s ease-in-out 0.3s;
	transition: all 0.6s ease-in-out 0.3s;
	}	
	
.aboutConMid{
	width: 1200px;
	height: 350px;
	background-color: #FFF;
	float: left;
	}
	
	
.aboutConMidIn{
	float: left;
	height: 330px;
	width: 1180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	}
	
	
.aboutConMidTextCon{
	width: 1160px;
	height: 305px;
	float: left;
	padding: 10px;
	background-color: #F2F2F2;
	}

.aboutConMidTextConLeft{
	width: 240px;
	height: 290px;
	float: left;
	border: thin solid #CCC;
	padding: 5px;
	}

.aboutConMidTextConRight{
	width: 890px;
	height: 210px;
	float: right;
	padding: 5px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #333;
	line-height: 23px;
	}

.aboutConMidTextConBottom{
	width: 890px;
	height: 50px;
	float: right;
	padding: 5px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #333;
	line-height: 23px;
	}


.aboutConMidList{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #000033;
	float: left;
	height: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 300px;
	background-color: #FFFFFF;
	clear: both;
	margin-bottom: 5px;
	list-style-type: square;
	list-style-position: inside;
	border: 1px solid #F5F5F5;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	}

.aboutConMidList:hover{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #FFF;
	float: left;
	height: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 300px;
	clear: both;
	margin-bottom: 5px;
	list-style-type: square;
	list-style-position: inside;
	border: 1px solid #F5F5F5;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	background-color: #012965;
	}






.aboutConMidTextConRighTop{
	width: 700px;
	height: 170px;
	float: left;
	/* [disabled]background-color: #F5F5F5; */
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 10px;
	}



.aboutPicCon{
	float: left;
	height: 255px;
	width: 590px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: thin solid #737373;
	padding: 5px;
	}

.aboutWriteTopUp{
	height: 100%;
	/* [disabled]width: 100%; */
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	float: right;
	}




.headerTag_one{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 530px;
	padding-top: 10px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EA178C;
	}


	
	
.quickContactCon{
	background-color: #F5F5F5;
	height: 355px;
	width: 1160px;
	padding: 20px;
	float: left;
	color: #000;
	}

.servicesTabCon{
	/* [disabled]background-color: #99CC33; */
	height: 280px;
	width: 1180px;
	float: left;
	}
	
	
.servicesTabConLeft{
	/* [disabled]background-color: #000066; */
	height: 280px;
	width: 590px;
	float: left;	
	
	}
	
.servicesTabConRight{
	/* [disabled]background-color: #CCCCCC; */
	height: 255px;
	width: 590px;
	float: right;	
	}		

.servicesTabConHolder{
	height: 255px;
	width: 590px;
	float: left;
	background-color: #C00;
	}
	
.servicesTabConHolderTextDeepBlue{
	height: 280px;
	width: 590px;
	float: left;
	background-color: #003;
	}

.servicesTabConHolderTextLightBlue{
	height: 255px;
	width: 590px;
	float: left;
	background-color: #39F;	
	
	}

.servicesTabConHolderTextTopFloatright{
	height: 30px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 18px;
	color: #FFF;
	text-align: right;
	float: right;
	width: 560px;
	text-decoration: none;
	clear: both;
	padding-top: 10px;
	padding-right: 30px;
	background-color: #003;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
	}

.servicesTabConHolderTextBottomFloatright{
	height: 235px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 13px;
	color: #FFF;
	text-align: right;
	float: right;
	width: 560px;
	text-decoration: none;
	clear: both;
	background-color: #0246AC;
	padding-top: 10px;
	padding-right: 30px;
	list-style-type: square;
	-webkit-transition: all 0.6s ease-in-out 0.3s;
	-moz-transition: all 0.6s ease-in-out 0.3s;
	-ms-transition: all 0.6s ease-in-out 0.3s;
	-o-transition: all 0.6s ease-in-out 0.3s;
	transition: all 0.6s ease-in-out 0.3s;
	}

.servicesTabConHolderTextBottomFloatright:hover{
	height: 235px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 13px;
	color: #000;
	text-align: right;
	float: right;
	width: 560px;
	text-decoration: none;
	clear: both;
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-right: 30px;
	list-style-type: square;
	-webkit-transition: all 0.6s ease-in-out .3s;
	-moz-transition: all 0.6s ease-in-out .3s;
	-ms-transition: all 0.6s ease-in-out .3s;
	-o-transition: all 0.6s ease-in-out .3s;
	transition: all 0.6s ease-in-out .3s;
	}


.servicesTabConHolderTextBottomFloatleft{
	height: 235px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 13px;
	color: #FFF;
	text-align: left;
	float: right;
	width: 560px;
	text-decoration: none;
	clear: both;
	background-color: #39F;
	padding-top: 10px;
	padding-left: 30px;
	list-style-type: square;
	-webkit-transition: all 0.6s ease-in-out 0.3s;
	-moz-transition: all 0.6s ease-in-out 0.3s;
	-ms-transition: all 0.6s ease-in-out 0.3s;
	-o-transition: all 0.6s ease-in-out 0.3s;
	transition: all 0.6s ease-in-out 0.3s;
	}

.servicesTabConHolderTextBottomFloatleft:hover{
	height: 235px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 13px;
	color: #000;
	text-align: left;
	float: right;
	width: 560px;
	text-decoration: none;
	clear: both;
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-left: 30px;
	list-style-type: square;
	-webkit-transition: all 0.6s ease-in-out 0.3s;
	-moz-transition: all 0.6s ease-in-out 0.3s;
	-ms-transition: all 0.6s ease-in-out 0.3s;
	-o-transition: all 0.6s ease-in-out 0.3s;
	transition: all 0.6s ease-in-out 0.3s;
	}


.servicesTabConHolderTextTopFloatleft{
	height: 30px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 18px;
	color: #FFF;
left;
	float: left;
	width: 560px;
	text-decoration: none;
	clear: both;
	background-color: #003;
	padding-top: 10px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}

.servicesTabConHolderPics{
	width: 590px;
	height: 280px;
	background-color: #FFFFFF;
	float: left;
	}
	
.servicesTabConIn{
	height: 100%;
	width: 100%;
	background-color: #FC0;
	}


.quickContactConIn{
	height: 100%;
	width: 100%;
	/* [disabled]border: thin solid #828282; */
	}



.quickContactCon01{
	height: 330px;
	width: 450px;
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	color: #FFF;
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C8C8C8;
	}
	
.quickContactCon01Header01{
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	color: #000;
	height: 28px;
	font-size: 16px;
	text-decoration: none;
	/* [disabled]background-color: #330; */
	clear: both;
	width: 450px;
	margin-bottom: 5px;
	}
	
.quickContactCon02Header01{
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	color: #000;
	height: 28px;
	font-size: 16px;
	text-decoration: none;
	clear: both;
	width: 160px;
	margin-bottom: 5px;
	}



	
.quickContactCon02Header01Base{
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	color: #000;
	height: 300px;
	text-decoration: none;
	clear: both;
	width: 250px;
	}
	

.footerNavMenu{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 13px;
	line-height: 18px;
	float: left;
	height: 25px;
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 5px;
	padding-left: 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	}

.footerNavMenu:hover{
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 13px;
	line-height: 18px;
	float: left;
	height: 25px;
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 5px;
	padding-left: 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background-color: #0453AA;
	}




	
	
.quickContactCon01Header02{
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	color: #000;
	height: 28px;
	font-size: 14px;
	text-decoration: none;
	/* [disabled]background-color: #330; */
	clear: both;
	width: 450px;
	margin-bottom: 5px;
	line-height: 24px;
	text-transform: uppercase;
	}	

.quickContactCon01Header02Base{
	width: 450px;
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	color: #000;
	height: 270px;
	/* [disabled]background-color: #099; */
	clear: both;
}

	
.quickContactCon02{
	height: 330px;
	width: 260px;
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 13px;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C8C8C8;
	}

.quickContactCon03{
	height: 330px;
	width: 355px;
	float: right;
	padding: 10px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 12px;
	line-height: 23px;
	color: #000;
	text-decoration: none;
	text-align: left;
	}
	
.quickContactCon03Header01{
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	color: #000;
	height: 28px;
	font-size: 16px;
	text-decoration: none;
	clear: both;
	width: 355px;
	/* [disabled]margin-bottom: 5px; */
	}
	
.dividerSmall{
	width: 355px;
	height: 15px;
	clear: both;
	float: left;
	}


.quickContactCon03Base{
	float: left;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	color: #000;
	text-decoration: none;
	clear: both;
	width: 345px;
	text-align: justify;
	}



.footerCon{
	height: 80px;
	width: 1200px;
	background-color: #F5F5F5;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	}	
	
.footerText{
	height: 50px;
	width: 550px;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	font-size: 12px;
	color: #000;
	text-align: left;
	float: left;
	padding-left: 50px;
	padding-top: 30px;
	}

.footerSocial{
	float: right;
	height: 80px;
	width: 550px;	
	}
	

/* ===================================
5. Section: Featured
==================================== */

#featured{
	width: 100%;
	background:#fcfcfc;
	position:relative;
	margin:0;
	padding:0;
}

/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
	padding: 0;
	background: #fff;
	position: relative;
	zoom: 1;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption { 
	top: 300px; 
	background-color: rgba(0, 0, 0, 0.8); 
	color: #fff; 
	margin: 0; 
	padding: 25px 25px 25px 30px; 
	position: absolute; 
	right: 20px; 
	width: 300px;
	}
.flex-caption h3 {
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-family: Cambria, "Cambria Math", sans-serif, "Arial Narrow";
	text-align: left;
	font-size: 20px;
}
.flex-caption p {margin: 0 0 15px;}



/* ===================================

	
/* ===============================
12. Gallery
================================ */

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 10px 30px 0;
	padding: 0;
	float:left;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 50%;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;	
	opacity: 1;
	filter: alpha(opacity=100);
}


/* --- Portolio filter --- */

ul.portfolio-categ{
	margin:10px 0 30px 0;
	padding:0;
	float:left;
	list-style:none;
}

ul.portfolio-categ li{
	margin:0;
	padding:0 20px 0 0;
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:600;
}

ul.portfolio-categ li a{
	display:block;
	padding:35x 0 35x 0;
	color:#353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
	text-decoration:none;
	outline:0;
}
    


/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}
	
/* --- gallery display begins --- */

/* --- Portolio filter --- */

ul.portfolio-categ{
	margin:10px 0 30px 0;
	padding:0;
	float:left;
	list-style:none;
}

ul.portfolio-categ li{
	margin:0;
	padding:0 20px 0 0;
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:600;
}

ul.portfolio-categ li a{
	display:block;
	padding:35x 0 35x 0;
	color:#353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
	text-decoration:none;
	outline:0;
}
    


/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}


.row,.row-fluid {
	margin-bottom:30px;
}

.row .row,.row-fluid .row-fluid{
	margin-bottom:30px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}


/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 70%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	-moz-transform: rotateY(180deg) scale(0.5,0.5);
	-ms-transform: rotateY(180deg) scale(0.5,0.5);
	-o-transform: rotateY(180deg) scale(0.5,0.5);
	transform: rotateY(180deg) scale(0.5,0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 70%;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background: #000;
	left: -1px;
	top: -1px;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 70%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	filter: alpha(opacity=100);
}









/* --- gallery display ends --- */
