body{
 background-color:;  
 /*height:auto; */
  margin: :0;
   background-image: url("../images/back.png");
   background-size: cover;


}

img{
max-width:100%; /* image will remain in their container */

}


iframe{
	max-width: 100%;
}



a{
	text-decoration: none;
}
@import url(http://fonts.googleapis.com/css?family=Arvo:700);
@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);


/* Container columns
_____________________________ */

.container{
width:100%;
margin:0 auto; 

}

.row{
clear:both;
width:100%; }


.container .columns{
float:left;
margin:0 0 0.4em;
text-align: center;

 }


/* END OF  Container columns
_____________________________ */

/* CLEAR FIX
_____________________________ */

.clearfix:after,
.container:after{
content:"";
display: block;
overflow: hidden;
visibility: hidden;
height: 0;
width: 0;
clear: both;
}

/*  END CLEAR FIX
_____________________________ */

/*  Header
_____________________________ */



.container .columns.sixteen.logo{
width:100%; 
text-align: center;
max-height:600px;
background-color:#1D1D21;

}


.logo{
text-align: center;

}




.container .columns.sixteen.head {
width:100%; 
text-align: center;
max-height:600px;
background-color:#16476C;
margin-top:-20px;

}



.navigation{

float: left;

}

.menu-icon{
display: none;
}

.nv{
	display: inline-block;
	font-size:18px;
    padding-left: 35px;
    margin-top:10px;
    text-align: center;

}

.nv a{
    color:white;
    font-family: 'Lato', sans-serif;



}



.nv a:hover{
    text-decoration: none;
    background-color:#da5221;
    border-radius: 5px;
    padding:15px;
    opacity:5;

}




/*  Header end - Navigation
_____________________________ */



/* Slider Start
_____________________________ */


.container .columns.sixteen.slider{
width:100%; 
text-align: center;
margin-top:-7px;



}





/* Slider end
_____________________________ */







/* Bottom Body
_____________________________ */


.container .columns.sixteen.bottom-body{
width:100%; 
text-align: center;
min-height:300px;
margin-top:-6px;
background-color:#C55129;
background: #16476c;

border-bottom:4px solid #16476C;

background: #c4532c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0NTMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYjY3MzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c4532c 0%, #db6732 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4532c), color-stop(100%,#db6732)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c4532c 0%,#db6732 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c4532c 0%,#db6732 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c4532c 0%,#db6732 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c4532c 0%,#db6732 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4532c', endColorstr='#db6732',GradientType=0 ); /* IE6-8 */


}

.slogan{
	    font-family: 'Droid Sans', sans-serif;
	    color:white;
	    font-weight: bold;
	    letter-spacing:3px;
}






.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:13px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}





/* Bottom Body End
_____________________________ */


/* Locations
_____________________________ */



.container .columns.sixteen.locations{
width:100%; 
text-align: center;
min-height:60px;
margin-top:-6px;
background-color:#E6E6E6;



}

/* Locations end
_____________________________ */

.locations{
list-style-type: none;
text-align: center;
margin-top:40px;
}




.loc{
display: inline-block;
font-size:30px;
padding-left:50px;
padding-right:50px;
letter-spacing:2px;
font-weight: bolder;
color:#3C3F48;


}


.locButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#D1512B;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:13px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.locButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.locButton:active {
	position:relative;
	top:1px;
}






/* Services Page
_____________________________ */


.container .columns.sixteen.top{
width:100%; 
text-align: center;
background-image: url("../images/service-top.png");
background-size: cover;
height:202px;
margin-top:-7px;



}


.Button {
	-moz-box-shadow:inset 0px 0px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 0px 0px 0px #cf866c;
	box-shadow:inset 0px 0px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:17px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.Button:active {
	position:relative;
	top:1px;
}


.Button{
margin-top:150px;
text-align: center;
}




.container .columns.sixteen.heading-services{
width:100%; 
text-align: center;
margin-top:-6px;
background-color:#F0F0F1;
background-image: url("../images/about_body.png");
 


}
.service-heading{
 color:#16476C;
 letter-spacing: 2px;
 font-size:40px;
 font-family: 'Arvo', serif; 



}

hr{
	max-width: 20%;
	
}



.container .columns.sixteen.cival{
width:100%; 
text-align: center;
margin-top:-6px;





background-image: url("../images/serviceback.png");

background-size:cover;


}



.tog{
	display: none;
}




p{
	line-height: 28px;
	text-align:center;
	font-family: 'Arvo', serif; 
	font-size: 19px;
	font-weight: normal;
	color:black;


}

.cival{
	color:#16476c;
}

.container .columns.sixteen.property{
width:100%; 
text-align: center;
margin-top:-6px;
background-color:#dfdddd;



background-image: url("../images/serviceback.png");

background-size:cover;

}


.prop_heading{
	line-height: 28px;
	text-align:center;
	font-family: 'Arvo', serif; 
	font-size: 19px;
	font-weight: normal;
	color:black;


}


.prop_head{
	color:#16476c;
}
/*

/*  END Services Page
_____________________________ */



/* Team Page
_____________________________ */




.container .columns.sixteen.team{
width:100%; 
text-align: center;
margin-top:-6px;
background-color:#F0F0F1;
border-top:5px solid  #C0522D;
background-image: url("../images/body_back.png");






}


.teampara{
	text-align: center;
}

.team-heading{

	margin-left:20px;
	letter-spacing:2px; 
	font-size:45px;
	 font-family: 'Lato', sans-serif;
	 color:#DF5728;
	 font-weight: bolder;
	 
	 font-style: italic;
}



 .columns.four.team-left{
width:25%; 

min-height:500px;
margin-left: 50px;

}


.teampics{
margin-top:25px;

}



.team-button {
	-moz-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	-webkit-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	box-shadow:inset 0px 34px 0px -15px #b54b3a;
	background-color:#a73f2d;

	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 35px;
	text-decoration:none;
	text-shadow:0px -1px 0px #7a2a1d;
}
.team-button:hover {
	background-color:#b34332;
}
.team-button:active {
	position:relative;
	top:1px;
}


.teamA{
	list-style-type: none;
	font-size:26px;
	color:#16476C; 
	margin-top:20px;
	font-weight: bold;
    padding-top:30px;

    
}





.tog{
	
	text-align: left;
border-bottom:1px solid black;
}


.teampara{
	text-align: left;
}
/* Team Page END
_____________________________ */




/* About
_____________________________ */


.container .columns.sixteen.about{
width:100%; 
text-align: center;
margin-top:-6px;
background-color:#F0F0F1;
border-top:5px solid  #C0522D;
background: #f0f0f1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjBmMGYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  #f0f0f1 0%, #d6d6d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f0f0f1), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #f0f0f1 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #f0f0f1 0%,#d6d6d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #f0f0f1 0%,#d6d6d6 100%); /* IE10+ */
background: linear-gradient(135deg,  #f0f0f1 0%,#d6d6d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f1', endColorstr='#d6d6d6',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */


background-image: url("../images/about_back.png");

background-size:cover;


border-bottom:5px solid  #C0522D;

}


.about-heading{

margin-left:40px;
font-weight: bold;
font-family: Impact, Charcoal, sans-serif;
font-size:40px;
letter-spacing: 5px;


}

.us{
	color:#c0522d;
}



.about-headingtwo{

	color:#C0522D;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;

}



.about-headingthree{
	color:black;
	font-family:Tahoma, Geneva, sans-serif;
   text-align: left;
   margin-left:20px;
   color:#16476C;
   text-transform: uppercase;
}


.headingth{
font-size: 16px;
line-height: 40px;
text-align: left;
margin-left:20px;


}


.aboutul{
 text-align: left;
}

.about-list{
	list-style-type: circle;
	line-height: 30px;
}

/* About END
_____________________________ */



/* Contact 
_____________________________ */

.container .columns.sixteen.contact{
width:100%; 
text-align: center;
margin-top:-6px;
background-image: url("../images/about_body.png");


}


.conhead{
	text-align: left;
	margin-top:70px;
	margin-left:100px;
	border-bottom:1px solid black;
	text-transform: uppercase;
	letter-spacing: 5px;
	color:#C9522A;
}



.container .columns.sixteen.contact_form{
width:100%; 
text-align: center;
margin-top:-6px;
background-image: url("../images/about_body.png");


}

/* Contact END 
_____________________________ */




/*  Footer
_____________________________ */



.columns.sixteen.footer{
width:100%;
background-color:#1D1D21;
margin-top:-10px;
min-height:100px;
text-align: center;

}


.foot_list{
text-align: center;
}

.fv{
	display: inline-block;
	font-size:10px;
    padding-left: 35px;
    margin-top:40px;
    text-align: center;



}

.fv a{
    color:#E6E6E6;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.fv a:hover{
   text-decoration: underline;

}



.power{
	font-size:10px;
}


/*  END  Footer
_____________________________ */




/*  Responsive START
_____________________________ */


@media screen and (max-width:850px) {

.columns.sixteen.head{
min-width:100%;
margin-top:-6px;

}

.menu-icon{
display: block;
   cursor: hand;
   
}

.nv{
 display: inline-block;
 line-height: 50px;
 text-align: center;
 min-width: 100%;
 background-color:#D85425;
 margin-left: -40px;



}

.nv a{
    color:white;
    font-family: 'Lato', sans-serif;




}

.nv a:hover{
   
    background-color:#083F65;




}




}


