@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	
}

body{
	font: 15px/1.5 Arial, Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
}

ul{
	padding: 0;
	margin: 0;
}

.button_1{
	height: 36px;
	background: #e8491d;
	border:2px solid #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-weight: bold;
}

.dark{
	
	padding:15px;
	background: #35424a;
	color:#ffffff;
	margin-top: 10px;
	margin-bottom: 10px
}

/*global*/

.container{
	width: 90%;
	margin: auto;
	overflow: hidden;
}

header{
	background-color: #35424a;
	color: #ffffff;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #e8491d 3px solid;
}

header a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header li{
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}

header nav{
  float:right;
  margin-top:30px;
}
header .highlight, header .current a{
	color:#e8491d;
	font-weight: bold;
}

header a:hover{
	color: #cccccc;
	font-weight: bold;
}



/*show calse*/


#showcase{
	min-height: 400px;
	background: url(../images/showcase.jpg) no-repeat 0 -400px;
	text-align: center;
	color: #ffffff;
}


#showcase h1{
	margin-top: 100px;
	font-size: 55px;
	margin-bottom: 10px;
}

#showcase p{
	font-size: 20px;
}


/* newlseeter */

#newsletter{
	padding: 15px;
	color: #ffffff;
	background: #35424a
}

#newsletter h1{
	float: left;
}

#newsletter form{
	float: right;
	margin-top: 15px;
}

#newsletter input[type="email"]{
	padding:4px;
	height: 25px;
	width: 250px;
}

/*boxes*/

#boxes{
	margin-top: 20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:30%;
  padding:10px;
}

#boxes .box img{
	width: 90px,
}

/*main-col*/

article#main-col{
	float: left;
	width: 65%;
}



/* sidebar*/

aside#sidebar{
	float: right;
	width: 33%;
	margin-top: 15px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:10px;
}

.float-form_content{
    font-size: 16px;
    line-height: 1;
}

.float-form_content{
		/* width:100%; */
		/* border-right:none; */
		padding-bottom:15px;
	}
	
.float-form_content{float:left;color:#fff;border-right:1px solid #fff;padding:0 10px 0 0;margin:0 10px 0 0;font-size:15px; width: 50%;}

html,body {
	margin: 0;
	padding: 0;
}
.slider {
	width: 1024px;
	margin: 2em auto;
	
}

.slider-wrapper {
	width: 100%;
	height: 400px;
	position: relative;
}

.slide {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 3s linear;
}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}

/*service*/

ul#services{
	padding: 20px;
	border: #cccccc solid 1px;
	margin-bottom: 5px;
	background: #e6e6e6;
	
}
ul#services li{
	margin-left: 20px;
	
}

h3{
 margin:5px;
}

h5
{
	margin:0px;
	margin-left: 15px;
}

ul#services li.spaceline{
	margin:0px;
	margin-left: 20px;
}


footer{
	padding: 15px;
	margin-top: 15px;
	color: #ffffff;
	background: #e8491d;
	text-align: center;
}


article p{
	font-size: 16px;
	
	
}



/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
}

#success_message{ display: none;} 

nav ul li ul li{
	display: none;
}
nav ul li:hover ul li {
	display: block;
	float: none;
	margin: 0px;
	padding: 3px;
}



/*staffing*/
.intro-section {
    max-width: 100%;
    margin-left: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    float: center;
    width: 100%;
    position: relative;
}

.intro-section h2 {
    text-align: center;
    color: #333333;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.intro-section h4{
	padding: 5px;
}


element {
}
.col-lg-4 {
    width: 33.33333%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-md-4 {
    width: 33.33333%;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}

.boxes1{
	margin-top: 20px;
}

#boxes .box2{
  float:left;
  text-align: center;
  width:30%;
  padding:10px;
}
/*contact start*/
element {
}
.contactus {
}
.address-details1 {
    background: #e7f0f4 none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    padding: 2em 1em;
    text-align: center;
}

.address-details2 {
    background: #f4e3e0 none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    padding: 2em 1em;
    text-align: center;
}



element {

}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.address-details3 {

    background: #d9f0d1 none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    padding: 2em 1em;
    text-align: center;
}

.address-details4 {
    background: #f0e9cb none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    padding: 2em 1em;
    text-align: center;
}

.address-details5 {
    background: #fad1ca none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    padding: 2em 1em;
    text-align: center;
}

.fa-3x {
    font-size: 3em;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ol, ul {
    list-style: none;
}

/* contact end*/
