/*
Theme Name: Twenty Eleven
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


	

body{
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;
}
img{border:none;}
.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

#wrapper{width:100%; float:left;
		 }
#header{
	width:100%;
	height:117px;
	float:left;
	border-top:solid 4px #f2e29c;		 
}
.header{
	width:1002px;
	margin:auto;
	height:117px;
}
.logo{
	width:240px;
	height:67px;
	float:left;
	margin-top:33px;
}
.top-left{
	width:760px;
	float:right;
	margin-top:23px;
}
.top-1{
	width:680px;
	float:right;
}
.ph{
	width:210px;
	float:left;
	font-family: 'Bitter', serif;
	font-size:15px;
	color:#333333;
	text-indent:18px;
	background-image:url(images/ph.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:30px;
	line-height:23px;
	margin-top:4px;
}

.top-email{
	width: 240px;
	float:left;
	font-family: 'Bitter', serif;
	font-size:15px;
	color:#333333;
	text-indent:40px;
	background-image:url(images/top-email.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	height:30px;
	line-height:23px;
	margin-top:4px;
}
.top-email a{color:#333;}

.search2{
	width:211px;
	float:right;
}
.search2 input[type='text']{
	width:167px;
	height:33px;
	float:left;
	border:none;
	padding:0;
	margin:0;
	background-image:url(images/search-bg.png);
	text-indent:8px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	color:#333;
}
.search2 input[type='submit']{
	width:44px;
	height:33px;
	float:left;
	margin:0;
	padding:10;
	border:none;
	background-image:url(images/submit.png);}
.nav{
	float:left;
	width:100%;
	margin-top:18px;
	height:42px;
}
.nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}
.nav ul li{
	float:left;
	padding:0 2px;
}
.nav ul li:first-child{padding-left:0;}
.nav ul li:last-child{padding-right:0;}
.nav ul li a{
	float:left;
	height:42px;
	font-family: 'Bitter', serif;
	font-size:13px;
	color:#333;
	padding:0 8px;
	text-transform:uppercase;
	line-height:42px;
}


.nav ul li a:hover, .nav ul li.current-menu-item a{
	background-image:url(images/hover.png) ;
	text-decoration:none;
	position:relative;
	height:42px;	
}
.nav ul li a:hover:after{
    z-index: 2;
    position: absolute;
    top: 83%;
    left: 46%;
	margin:auto;
    content:'';
    width: 0;
    height: 0;
    border-bottom: solid 4px #000;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
.nav ul li.current-menu-item a:after {
    z-index: 2;
    position: absolute;
    top: 83%;
    left: 46%;
	margin:auto;
    content:'';
    width: 0;
    height: 0;
    border-bottom: solid 4px #000;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
#banner{
	width:100%;
	float:left;
	height:auto;
	background-image:url(images/shadow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:14px;
	position:relative;
	z-index:99;
}
#main-content-area{
	width:100%;
	float:left;
	background-image:url(images/content.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin-top:-14px;
}
.main-conetent{
	width:1000px;
	margin:auto;
	margin-top:70px;
	padding-bottom:30px;
}
.services-m{
	width:100%;
	float:left;
}
.how{
	margin:0;
	padding:0;
	font-weight:normal;
	width:917px;
	margin:auto;
	text-align:center;
	font-family: 'Bitter', serif;
	font-size:30px;
	background-image:url(images/h1.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.service{
	width:177px;
	min-height:193px;
	float:left;
	margin-top:20px;
	margin-right:20px;
}
.service p span{font-weight:bold;}
.service:hover{
	/* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

.f-b{
	width:100px;
	height:100px;
	margin:auto;
}

.service h1{
	font-family: 'Bitter', serif;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0;
	width:100%;
	float:left;
	text-align:center;
	color:#333;
	margin-top:15px;
}
.service p{
	margin:0;
	padding:0;
	font-size:14px;
	color:#5d5d5d;
	font-family: 'Ubuntu', sans-serif;
	text-align:center;
	margin-top:5px;
	line-height:18px;
	width:100%;
	float:left;
}
.aerow{
	float:left;
	margin-left:28px;
	width:40px;
	height:29px;
	background-image:url(images/aero.png);
	background-repeat:no-repeat;
	margin-top:40px;
}
.aer4{
	display:none !important;
}

.column-1{
	width:100%;
	float:left;
	margin-top:30px;
}
.testi{
	width:652px;
	min-height:310px;
	float:left;
}
.testi h1{
	font-family: 'Ubuntu', sans-serif;
	font-size:21px;
	margin:0;
	padding:0;
	color:#333;
	background-image:url(images/testi.png);
	background-repeat:repeat-x;
	background-position:right 16px;
	width:580px;
}
.testi h1 span{
	background:#FFF;
	padding-right:8px;
	font-weight:normal;
}

.testim{
	width:651px;
	height:300px;
	background-image:url(images/testimonials.png);
	background-repeat:no-repeat;
	margin-top:20px;
}
.c-contact{
	width:318px;
	height:311px;
	float:right;
	border-radius:3px;
	background-image:url(images/shadow-2.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.c-contact-inner{
	background-image:url(images/form-bg.png);
	background-repeat:repeat-x;
	border:solid 1px #cdcbcc;
	border-radius:3px;
	width:318px;
	height:298px;
	float:right;
	border-radius:3px;
}
.c-contact-inner h1{
	font-size:20px;
	margin:0;
	padding:0;
	font-weight:normal;
	color:#333;
	background-image:url(images/h1-form.png);
	height:38px;
	line-height:38px;
	text-indent:10px;
	text-shadow: 2px 1px 0 #FFFFFF;
	font-family: 'Bitter', serif;
	text-transform:uppercase;
}
.c-contact-inner input[type='text']{
	width:283px;
	height:24px;
	background:#FFF;
	border:solid 1px #CCC;
	border-radius:4px;
	margin-bottom:10px;
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	color:#333;
	text-indent:7px;
	margin-left:15px;
}
.c-contact-inner input[type='email']{
	width:283px;
	height:24px;
	background:#FFF;
	border:solid 1px #CCC;
	border-radius:4px;
	margin-bottom:10px;
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	color:#333;
	text-indent:7px;
	margin-left:15px;
}
.c-contact-inner textarea{
	width:283px;
	height:79px;
	background:#FFF;
	border:solid 1px #CCC;
	border-radius:4px;
	margin-bottom:10px;
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	color:#333;
	text-indent:7px;
	margin-left:15px;
}
.c-contact-inner input[type='submit']{
	padding:0 9px;
	height:25px;
	float:left;
	background:#2f2f2f;
	color:#FFF;
	border:solid 1px #161333;
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	margin-left:15px;
	cursor:pointer;
}
.c-contact-inner span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 10pt;
    left: 7%;
    padding: 2px;
    position: absolute;
    top: -4%;
    width: 226px;
    z-index: 100;
}
.c-contact-inner div.wpcf7-validation-errors {
    border: 1px solid #F7E700;
    float: left;
    font-size: 12px;
}
.c-contact-inner div.wpcf7-mail-sent-ng {
    border: 1px solid #FF0000;
    font-size: 12px;
}
#footer{
	width:100%;
	float:left;
	min-height:234px;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#009933;
	padding-top:22px;
}
.footer{
	width:995px;
	margin:auto;
}
.quick{
	width:33%;
	float:left;
}
.quick h1{
	margin:0;
	padding:0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	color:#FFF;
	width:100%;
	float:left;
	margin-bottom:15px;
	font-size:17px;
}
.quick ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.quick ul a{
	float:left;
	width:90%;
	color:#FFF;
	background-image:url(images/quick.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
	margin-bottom:10px;
	font-size:13px;
}

.quick ul a:hover{color:#f0de8d; text-decoration:underline;}
.get-in{
	width:33%;
	float:left;

}
.get-in h1{
	margin:0;
	padding:0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	color:#FFF;
	width:100%;
	float:left;
	margin-bottom:15px;
	font-size:17px;
}
.get-in span{
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color:#FFF;
	font-size:14px;
	padding-left:26px;
	line-height:19px;
	float:left;
	width:90%;
	background-repeat:no-repeat;
	margin-bottom:12px;
}
.get-in span a{color:#FFF;}
.get-in span a:hover{color:#f0de8d; text-decoration:underline;}
.location{
	background-image:url(images/location.png);
	background-position:left 2px;
}
.ph-b{
	background-image:url(images/ph-b.png);
	background-position:left 2px;
}
.email{
	background-image:url(images/email.png);
	background-position:left 2px;
}
.fax{
	background-image:url(images/fax.png);
	background-position:left 2px;
}
.follow-us{
	width:33%;
	float:left;
	min-height:178px;
	background-image:url(images/b-logo.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.follow-us h1{
	margin:0;
	padding:0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	color:#FFF;
	width:100%;
	float:left;
	margin-bottom:15px;
	font-size:17px;
	text-align:center;
}
.social{
	width:90px;
	height:40px;
	margin:auto;
}
.fb{float:left;}
.in{float:right;}
.copyright{
	font-size:15px;
	color:#FFF;
	text-align:center;
	width:100%;
	float:left;
	font-family: 'Ubuntu', sans-serif;
	margin-top:30px;
}
.inr-main-content{
	/*min-height:550px;*/
	background-image:none !important;
}
.inr-m{
	margin-top:25px !important;}

#primary{width:655px; float:left;}
#primary h1 {
    background-image: url("images/testi.png");
    background-position: right 16px;
    background-repeat: repeat-x;
    color: #333333;
    font-family: 'Ubuntu',sans-serif;
    font-size: 26px;
    margin: 0;
    padding: 0;
    width: 100%;
	font-weight:normal;
	float:left;
	margin-bottom:15px;
}
#primary h1 span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-right: 8px;
}
#primary h2 {
    color: #333333;
    font-family: 'Ubuntu',sans-serif;
    font-size: 21px;
    margin: 0 0 20px;
    padding: 0;
	float:left;
    font-weight:normal;
    width: 100%;
}
#primary p {
    color: #5D5D5D;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0;
    padding: 0;
    width: 100%;
    text-align:justify;
}
#primary ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	margin-top:5px;
}
#primary ul li{
	width:90%;
	float:left;
	margin-bottom:15px;
	background-image: url("images/aerow.png");
	background-repeat:no-repeat;
	background-position:left 2px;
	color: #5D5D5D;
	padding-left:22px;
	font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
}
#primary a {
    color: #333;
    float: left;
    font-family: 'Bitter',serif;
    margin: 0;
    padding: 0;
    width: 100%;
}
#primary a:hover{
	color:#e6c736;
}

#primary > p img {
    border: 2px solid;
    color: #adadbd;
    float: left;
    margin-right: 20px;
    width: 28%;
}
.featured{
	width:100%;
	height:330px;
	height:auto;
	float:left;
	background-image: url("images/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	padding-bottom:14px;
	position:relative;
	z-index:2;
}

.featured img{
	width:100%;
	height:auto;
}
#secondary{
    width: 318px;
	float:right;
}
.c-address{width:46%; float:left;}.c-2{float:right !important;}
.c-address h1 {
    display: block !important;
}
.get-in-2{width:100% !important; }
.get-in-2 span{color:#333;}
.get-in-2 span a{float:none !important;}

.page-id-14 #primary{width:100%;}
.page-id-14 #secondary{display:none;}
.page-id-14 #primary h1{width:100%; display:none;}

.c-address label{
	font-family: 'Ubuntu',sans-serif;
	font-size:14px;
	color:#333;
	float:left;
	width:100%;
	margin-bottom:5px;
}
.c-address input[type='text']{
	width:100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
    font-size: 14px;
    margin-top: 5px;
    padding: 10px 15px;
    width: 100%;
	min-height:20px;
	margin-bottom:15px;
}

.c-address input[type='email']{
	width:100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
    font-size: 14px;
    margin-top: 5px;
    padding: 10px 15px;
    width: 100%;
	min-height:20px;
	margin-bottom:15px;
}


.c-address textarea{
	width:100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
    font-size: 14px;
    margin-top: 5px;
    padding: 10px 15px;
    width: 100%;
	height:120px;
	margin-bottom:15px;
}
.c-address input[type="submit"] {
    background: none repeat scroll 0 0 #2f2f2f;
    border: 1px solid #161333;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 16px;
    height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
}
.c-address div.wpcf7-validation-errors {
    border: 1px solid #f7e700;
    float: left;
    font-size: 14px;
    margin: 0;
}
.c-address span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ff0000;
    font-size: 10pt;
    left: 4%;
    padding: 2px;
    position: absolute;
    top: -36%;
    width: 280px;
    z-index: 100;
}
.c-address div.wpcf7-mail-sent-ok{
	float: left;
	border: 1px solid #398f14;
    font-size: 14px;
    margin: 0;