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

/*---- Prevents iPhone from resizing in landscape mode ----*/
html
{
	-webkit-text-size-adjust: none;
}

/*---- apply a natural box layout model to all elements ----*/
*
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1
{
	font-size:30px;
}
h2
{
	font-size:28px;
}
h3
{
	font-size:24px;
}
h4
{
	font-size:20px;
}
h5
{
	font-size:18px;
}
h6
{
	font-size:16px;
}

p
{
	line-height:1.5;
}


/*---- body ----*/
body, html
{
	background-color:#f0f7e9;
	font-size:14px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}


/*---- container ----*/

#wrapper
{
	background-color:#fff;
}

#container
{
	min-width:320px;
	max-width:1024px;
	margin:0.6em auto;
	padding:1px 6px;
}


/*--------------------------------------
			index page begin
--------------------------------------*/

/*---- header ----*/

header hgroup
{
	text-align:center;
	width:100%;
}

header ul.headericons
{
	text-align:center;
	width:100%;
}

header ul.headericons li
{
	list-style:none;
	float:none;
	display:inline-block;
	margin-top:1em;
	vertical-align:middle;
}

header ul.headericons li a
{
	padding:6px 10px;
}
header ul.headericons li a:hover
{
	opacity:0.6;
}
header ul.headericons li a img
{
	vertical-align:middle;
}

header p
{
	float:none;
	text-align:center;
	font-style:italic;
	color:#666;
	margin-top:0.6em;
}

/*---- navigation ----*/

nav
{
	margin:12px 0px;
	display:block;
}


/*---- Mobile Menu Begin ----*/

.slicknav_menu {
	display:none;
}

@media only screen and (max-width: 599px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}

/*---- Mobile Menu End ----*/


/*---- Sidebar Begin ----*/

#sidebar
{
	padding:2px 4px;
}
#sidebar .col
{
	text-align:center;
	-webkit-transition: all 0.9s ease-out 0.0s;
	-moz-transition: all 0.9s ease-out 0.0s;
	-o-transition: all 0.9s ease-out 0.0s;
	transition: all 0.9s ease-out 0.0s;
	-webkit-transform: translateZ(0);
}
#sidebar .col p
{
	padding:10px 0px;
}

button
{
	background-color:#093;
	padding:4px 8px;
	border:none;
	cursor:pointer;
	color:#fff;
}

button a
{
	color:#fff;
	text-decoration:none;
}
button:hover
{
	text-decoration:underline;
	color:#fff;
}

.greybox
{
	background-color:#333;
	text-align:center;
	margin:2% 16%;
	padding:14px 2px;
	color:#fff;
	-webkit-transition: all 0.9s ease-out 0.0s;
	-moz-transition: all 0.9s ease-out 0.0s;
	-o-transition: all 0.9s ease-out 0.0s;
	transition: all 0.9s ease-out 0.0s;
	-webkit-transform: translateZ(0);
}

.greybox h3
{
	font-style:italic;
}
.greybox p
{
	margin:6% 0%;
}
.greybox p.bottombtn
{
	margin-top:8%;
	margin-bottom:0;
}
.greenbox
{
	background-color:#093;
	text-align:center;
	margin:2% 16%;
	padding:14px 2px;
	color:#fff;
	-webkit-transition: all 0.9s ease-out 0.0s;
	-moz-transition: all 0.9s ease-out 0.0s;
	-o-transition: all 0.9s ease-out 0.0s;
	transition: all 0.9s ease-out 0.0s;
	-webkit-transform: translateZ(0);
}

.greenbox h3
{
	font-style:italic;
	font-weight:600;
}
.greenbox p
{
	margin-top:4%;
}

/*---- Sidebar End ----*/


/*---- Sliderbottom Begin ----*/

.img1, .img2, .img3
{
	text-align:center;
	margin:0 auto;
	width:58%;
	margin-bottom:10px;
	-webkit-transition: all 0.9s ease-out 0.0s;
	-moz-transition: all 0.9s ease-out 0.0s;
	-o-transition: all 0.9s ease-out 0.0s;
	transition: all 0.9s ease-out 0.0s;
	-webkit-transform: translateZ(0);
}

.img1 p, .img2 p, .img3 p
{
	padding:14px 0px;
	background-color:#333;
	color:#fff;
	
}

article#slider #sliderbottom img {
	width: auto;
}

/*---- Sliderbottom End ----*/

/*---- Footer Begin ----*/
footer
{
	margin:0.6em auto;
	padding-top:14px;
	padding-left:8px;
	padding-right:8px;
}

footer ul li
{
	display:inline-block;
	border-right:1px solid #009933;
	padding:0px 6px;
	-webkit-transition: all 0.9s ease-out 0.0s;
	-moz-transition: all 0.9s ease-out 0.0s;
	-o-transition: all 0.9s ease-out 0.0s;
	transition: all 0.9s ease-out 0.0s;
	-webkit-transform: translateZ(0);
}

footer ul li:last-child
{
	border-right:0px;
}

footer ul li a 
{
	text-decoration:none;
	color:#151515;
	line-height:1.5;
}

footer ul li a:hover 
{
	text-decoration:underline;
	color:#000;
}

footer ul
{
	list-style:none;
	margin-bottom:8px;
}

footer p
{
	color:#1E1E1E;
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
}

footer hr
{
	margin-top:14px;
	margin-bottom:14px;
	border-color:#14840B;
}

footer p.copyright
{
	background-color:#093;
	margin-top:12px;
	text-align:center;
	font-size:11px;
	vertical-align:middle;
	padding:8px 0px;
	color:#fff;
	font-weight:300;
	font-style:italic;
	font-family:'calibri';
}

footer p.copyright a
{
	color:#fff;
	text-decoration:none;
}

footer p.copyright a:hover
{
	color:#fff;
	text-decoration:underline;
}

/*---- Footer Begin ----*/



/*--------------------------------------
			2. About page begin
--------------------------------------*/

#about ul
{
	list-style:none;
	margin:10px 2px;
}
#about ul li
{
	border-top:1px solid #999999;
	padding:8px 0px;
}

#about ul li:last-child
{
	border-bottom:1px solid #999999;
}

#about ul li a
{
	text-decoration:none;
	color:#333;
}

#about ul li a:hover
{
	font-weight:600;
	text-decoration:underline;
}

.paragraph
{
	color:#333333;
	font-size:15px;
	line-height:1.5;
}

address
{
	font-style:normal;
	line-height:1.5;
}

.aboutactive
{
	font-weight:600;
	color:#009933;
}

.table-row
{  
     display:table-row;
	 line-height:1.6;
}
.table-row1
{  
     display:table-row;
	 line-height:1.0;
}

.columnss1
{
	display:table-cell;
	padding:0px 10px 0px 0px;
	width:90%;
	color:#333333;
}

.columnss2
{
	display:table-cell;
	padding:0px 10px;
	width:8%;
}
.columnss3
{
	display:table-cell;
	padding:0px 10px 0px 0px;
	width:30%;
	color:#333333;
}
.columnss4
{
	display:table-cell;
	padding:0px 10px;
	width:70%;
}

#about .column-three-fourths ul.whyuslist
{
	padding-left:60px;
	font-size:15px;
}
#about .column-three-fourths ul.whyuslist li
{
	border:0;
	list-style:disc;
	color:#333;
	line-height:1.5;
	padding:3px 0px;
}
/*--------------------------------------
			About page end
--------------------------------------*/
#clients
{
	text-align:center;
}
.colgrid
{
	display:inline-block;
	margin-right:0.612%;
	margin-top:4px;
	margin-bottom:4px;
	border:1px solid #B3B3B3;
	background-color:#fff;
	text-align:center;
}
#clients .colgrid img
{
	width:100%;
}

#workculture .gallery
{
	list-style:none;
}
#workculture .gallery li
{
	display:inline-block;
	width:100%;
	padding:12px;
	-webkit-transition: all 0.9s ease-out 0.0s;
	-moz-transition: all 0.9s ease-out 0.0s;
	-o-transition: all 0.9s ease-out 0.0s;
	transition: all 0.9s ease-out 0.0s;
	-webkit-transform: translateZ(0);
}
#workculture .gallery li img
{
	width:100%;
}
#workculture .gallery li img:hover
{
	opacity:0.8;
}



/*------------- Career Form begin--------------*/

#careeform
{
	padding:4px 30px;
}
#careeform label
{
    display:block;
	margin-bottom:4px;
	font-weight:600;
	color:#444;
}

/* Centre the form within the page */
#careeform form {
    margin:0 auto;
    width:100%;
}

/* Style the text boxes */
#careeform input{
	width:80%;
	background:#fff;
	border:1px solid #dedede;
	padding:8px;
	margin-top:3px;
	margin-bottom:14px;
	font-size:1em;
	color:#3a3a3a;
}
#careeform input:focus{
	outline:0;
	background-color:#FBFBFB;
}
#careeform textarea {
	width:80%;
	background:#fff;
	border:1px solid #dedede;
	padding:8px;
	margin-top:3px;
	margin-bottom:14px;
	font-size:16px;
	color:#3a3a3a;
	resize:none;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#careeform textarea:focus{
	outline:0;
	background-color:#FBFBFB;
}
#careeform input#submit {
	width:auto;
	background:#333;
	border:0;
	padding:9px 14px;
	margin-top:3px;
	margin-bottom:14px;
	font-size:1em;
	color:#3a3a3a;
	color:#fff;
	cursor:pointer;
	margin-right:16px;
}
#careeform input#reset {
	width:auto;
	background:#333;
	border:0;
	padding:9px 14px;
	margin-top:3px;
	margin-bottom:14px;
	font-size:1em;
	color:#3a3a3a;
	color:#fff;
	cursor:pointer;
}

#careeform input#submit:hover
{
	opacity:0.9;
}
#careeform input#reset:hover
{
	opacity:0.9;
}
/*------------- Career Form End--------------*/

.backto
{
	text-decoration:none;
	color:#000;
	font-weight:600;
}
.backto:hover
{
	text-decoration:underline;
}

/*--------------------------------------
			Other Stuf
--------------------------------------*/

.clean
{
	clear:both;
}

.imgwidth100
{
	margin-bottom:0px;
}

.gmap{
	background-color:#fff;
}

.link
{
	color:#333;
	text-decoration:none;
}
.link:hover
{
	text-decoration:underline;
}