
* {
	padding: 0px;
	margin: 0px;
	font-family: 'Ubuntu', Tahoma;
	line-height: 100%;
	outline: none;
}

html {
	border: 0px;
}

#cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70;
	overflow: auto;
}
.onepage, .onepage .page-header {

}
.copy {
	text-shadow: #111 1px 1px 0px;
	text-align: center;
	padding: 10px 0px;
	line-height: 150%;
}
.top-bar .pull-left p {
color: #fff !important;
font-size: 16px !important;
}
.home-slider {
padding: 0 !important;
min-height: auto !important;
margin-top: 0 !important;
}
.section {
    padding: 50px 0;
	
	}
	
.flexslider .slides img {
    width: 100%;
    display: block;
    z-index: -1;
    position: absolute !important;
}	
.flex-caption { 
top: 30% !important;
margin: 70px !important;
position: relative !important;
max-width: 100% !important;
}	
.flex-caption h3 {
font-size: 50px !important;
}	
.flex-caption h3 span {
font-size: 30px;
display: block;
line-height: 10px;
}	
.flex-direction-nav a {
margin: -100px 0 0 !important;
}	
.heading_logo {
	background-image: url("../img/heading-logo.png");
	background-size: cover cover;
	padding: 44px 60px;
	background-repeat: no-repeat;
	background-position: center top;
}
.heading-wrap {
	margin-bottom: 30px;
}
.sub-company {
display: table;
background-color: #eee;
width: 100%;
height: 100px;
}
.sub-company div{
display: table-cell;
vertical-align: middle;
padding: 5px;
text-align: center;
width: 11.11%;
}
.featured-services {
width: 75%;
margin: 0 auto;
}
.featured-services div {
float: left;
padding: 0 10px;
}
.featured-services div:first-child{
width: 45%;
}
.featured-services div:first-child img{
width: 100%;
}
.featured-services div:nth-child(2){
border: 1px solid #eee;
color: #000;
width: 55%;
}
.featured-services div:nth-child(2) ul{
list-style: none;
padding: 10px;
float: left;
width: 50%;
margin-bottom: 0;
}
.featured-services div:nth-child(2) ul li{
text-transform: uppercase;
font-size: 14px;
padding-bottom: 5px;
color: #878787;
}
.companyM {
background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.65), 
      rgba(0, 0, 0, 0.65)
    ),
    /* bottom, image */
    url(../img/bg-1.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
padding: 50px 0;
}
.companyM p {
color: #fff !IMPORTANT;
line-height: 26px;
}
.section-header .heading span {
padding: 5px;
}
.section-header-type2 {
margin: 0 auto;
}
.portfolio-navigation {
background-color: #000;
}

.review-slider .main-review {
width: 1200px !important;
border: none !important;
margin: 0 !important;
}

.sub-review-slider li {
width: 555px !important;
float: left;
display: inline;
border: 1px solid #DDD !important;
margin: 5px 15px 100px 15px !important;
}
.avatar-review {
width: 30%;
float: left;
}
.avatar-review img {
width: 100%;
}
.btns i {
font-weight: 700;
}
.portfolio-item .item-hover .details {
padding: 0 !important;
}
.vertical-center .btn {
transform: none !Important;
width: 100%;
height: 100%;
display:block;
position:absolute;
background: none !important;
}
.pp_full_res #fullResImage {
width: 100% !important;
}


.map img {
width: 100%;
}

@media (max-width: 991px) {
.onepage .page-header {
position: relative !important;
}
.sticky.page-header {
    position: fixed !important;
    top: 0px;
}
.top-bar {
margin-bottom: -10px !important;
}
.flex-caption { 
top: 10% !important;
}	
.flex-caption h3 {
font-size: 40px !important;
}	
.flex-caption h3 span {
font-size: 25px;
}	
}
@media (max-width: 881px) {
.flex-caption { 
top: 5% !important;
max-width: 100% !important;
margin: 30px !important;
}	
}

@media (max-width: 567px) {

.featured-services {
width: 100%;
padding: 20px;
}
.featured-services div:first-child{
width: 100%;
margin-bottom: 20px;
padding: 0;
}
.featured-services div:nth-child(2){
width: 100%;
}

}