@font-face {
		font-family: 'Roboto-Black';
		src: url('../fonts/robotoblack.eot');
		src: url('../fonts/robotoblack.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/robotoblack.woff') format('woff'),
				 url('../fonts/robotoblack.ttf') format('truetype'),
				 url('../fonts/robotoblack.svg#robotoblack') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'Roboto-Regular';
		src: url('../fonts/robotoregular.eot');
		src: url('../fonts/robotoregular.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/robotoregular.woff') format('woff'),
				 url('../fonts/robotoregular.ttf') format('truetype'),
				 url('../fonts/robotoregular.svg#robotoregular') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'Roboto-Bold';
		src: url('../fonts/robotobold.eot');
		src: url('../fonts/robotobold.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/robotobold.woff') format('woff'),
				 url('../fonts/robotobold.ttf') format('truetype'),
				 url('../fonts/robotobold.svg#robotobold') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'Roboto-Light';
		src: url('../fonts/robotolight.eot');
		src: url('../fonts/robotolight.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/robotolight.woff') format('woff'),
				 url('../fonts/robotolight.ttf') format('truetype'),
				 url('../fonts/robotolight.svg#robotolight') format('svg');
		font-weight: normal;
		font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;    
	background: #ffffff;
	color: #747474;
	font: 400 17px/24px 'Roboto-Light';   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h1 {
	font: 400 80px/28px 'Changa One', 'cursive';
	color: #ffffff; 
	text-transform: uppercase;
	letter-spacing: -0.75px;
}

h2 {
	font: 400 40px/24px 'Changa One', 'cursive';
	color: #0047AB; 
	letter-spacing: -0.75px;
	text-transform: capitalize;
}

h3 {
	font: 400 25px/31px 'Changa One', 'cursive';
	color: #ffffff; 
	text-transform: capitalize;
	letter-spacing: -0.75px;
}

h4 {
	font: 400 24px/28px 'Changa One', 'cursive';
	color: #ffffff; 
}

h5 {
	font: 400 23px/24px 'Roboto-Black';
	color: #1a1718; 
	text-transform: capitalize;
	letter-spacing: -0.75px;
    margin-bottom: 10px;
}

h6 {
	font: 400 20px/20px 'Roboto-Bold';
	color: #ffffff; 
	text-transform: uppercase;
	letter-spacing: -0.75px;
}

p {
    margin: 0 0 18px 0;
    padding: 0px; 
    letter-spacing: -0.3px;
}

p strong {    
    font-family: 'Roboto-Black';
    font-weight: 400;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

ul {
    background: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul li {
    background: none;
    margin: 0px;
    padding: 0px;
}

a {
	-webkit-transition: background 300ms, color 300ms;
	   -moz-transition: background 300ms, color 300ms;
			transition: background 300ms, color 300ms; 	
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0px none !important;
}

img,
a img {
    max-width: 180%;
    margin: 0px;
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

input:focus,
textarea:focus,
a:focus {
    outline: 0px none !important;
}

/*==== Header Starts ====*/

.header-section {
	float: left;
	width: 100%;
}

.header-top-container {
	float: left;
	width: 100%;	
	padding: 27px 0 10px;	
}

.logo-outer {
	float: left;
	width: 100%;	
}

.header-contact-outer {
	float: left;
	width: 100%;	
	padding: 12px 0 15px;	
}

.header-contact-outer h5 {
	float: right;
}

.header-contact-outer a {
	color: #0047AB;
}

.header-bottom-container {
	float: left;
	width: 100%;	
	background: #0047AB;
}

.header-bottom-outer {
	float: left;
	width: 100%;	
}

.header-bottom-outer ul {
    float: left;
    width: 100%;
}

.header-bottom-outer ul > li {
    float: left;
    padding: 16px 19px 17px;
	font: 400 24px/28px 'Changa One', 'cursive';
    text-transform: capitalize;   
    text-align: center; 
    position: relative;
    
	-webkit-transition: all 50ms ease-in-out 0s;
	   -moz-transition: all 50ms ease-in-out 0s;
			transition: all 50ms ease-in-out 0s;        
}

.header-bottom-outer ul > li:hover,
.header-bottom-outer ul > li.active {
    background: #e27123;   
}

.header-bottom-outer ul > li:hover::after,
.header-bottom-outer ul > li.active::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0; 
	height: 0; 
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;	
	border-top: 13px solid #e27123;
	margin: 0 auto;
	z-index: 1; 	
}	

.header-bottom-outer ul > li a {
    color: #ffffff;
    display: block;

}

/* hide the link until viewport size is reached - Mean Menu Starts*/

a.meanmenu-reveal {
    display: none;
}
/* when under viewport size, .mean-container is added to body */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999999;
    background: #0047AB;
}

.mean-container a.meanmenu-reveal {
    width: 38px;
    height: 32px;
    padding: 6px 5px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: "Roboto-Black";
    font-weight: 700;
    text-align: right !important;
    float: right;
    margin: 0 10px 0 0;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 4px;
    margin-top: 4px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0047AB;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    position: inherit;
    top: 0;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border-top: solid 3px #ffffff;
    padding: 0;
}

.menu-title {
    float: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 8px 20px;
    font-family: "Roboto-Black";
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    text-decoration: none;
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 12%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 24px;
    height: 20px;
    padding: 12px 9px 5px !important;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
    font-weight: 700;
    border: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-remove {
    display: none !important;
}

.mean-container .mean-nav ul li a.mean-expand {
    font-size: 20px !important;
    line-height: 19px;
    padding: 0 !important;
    right: 12px;
    top: 5px;
    width: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    padding: 4px 5px 5px !important;
}

.mean-container .mean-nav ul li li li a {
    padding: 1em 45px;
}

.mean-container .mean-nav ul li li a {
    padding: 1em 30px;
}

.mean-container .mean-nav ul li a {
    border-bottom: medium none;
    padding: 0.7em 19px;
    width: 100%;
}

.slider-container {
	float: left;
	width: 100%;	
}

/*==== Header Ends ====*/



/*==== Content Starts ====*/

.content-section {
	float: left;
	width: 100%;
}

/*====slider start ====*/

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
}

.flexslider .slides > li {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-direction-nav a {
    width: 38px;
    height: 75px;
    margin: -38px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.flex-direction-nav .flex-next {
    background: url(../images/next.png) no-repeat center #0047AB;
    right: 10%;
    border-radius: 50%;
    height: 87px;
    padding: 23px;
    width: 87px;        
}

.flex-direction-nav .flex-prev {
    background: url(../images/prev.png) no-repeat center #0047AB;
    right: 17%;
    border-radius: 50%;
    height: 87px;
    padding: 23px;
    width: 87px;    
}

.flexslider:hover .flex-next {
    opacity: 0.9;
}

.flexslider:hover .flex-prev {
    opacity: 0.9;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-prev:hover {
    background: url(../images/prev.png) no-repeat center #1a1718;   
}

.flexslider:hover .flex-next:hover {
    background: url(../images/next.png) no-repeat center #1a1718;   
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.flex-control-nav li {
    margin: 0 7px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 16px;
    height: 16px;
    display: block;
    background: none;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    border: solid 2px #456d2f;
}

.flex-control-paging li a:hover {
    background: #e5f6d8;
}

.flex-control-paging li a.flex-active {
    background: #456d2f;
    cursor: default;
}

.slides-caption {
    bottom: 77px;
    float: left;
    position: absolute;
    right: 0;
    width: 100%;
}

.slide-content h1 span {
	float: left;
	width: 72.87%;
	padding: 39px 0;
}

.slide-content h1 span:first-child {
	background: url("../images/orange-txt-bg.png") no-repeat left top;
	background-size: 100% 100%; 
	margin-left: 25px;
	padding-left: 28px;
}

.slide-content h1 span.excav {
	background: url("../images/_orange-txt-bg.png") no-repeat left top; 
	background-size: 100% 100%; 
	margin-left: 157px;
	padding-left: 46px;
	font-size: 60px;
	line-height: 28px;
}

.description-container {
	float: left;
	width: 100%;	
	padding: 55px 0 39px;
	text-align: center;
}

.description-outer {
	float: left;
	width: 100%;	
}

.description-outer h2 {
	padding-bottom: 29px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 27px;
}

.description-outer p strong {
	display: inline-block;
}

.sub-banner-container {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	width: 100%;	
}

.inner-description.description-container {
	padding-bottom: 52px;
} 

.image-description-container {
	float: left;
	width: 100%;	
}

.image-description-outer {
	float: left;
	width: 100%;
	border-top: 1px solid #d5d5d5;	
    border-bottom: 1px solid #d5d5d5;
	padding: 25px 0 25px;
}

.image-outer {
	float: left;
	width: 100%;
	padding-right: 4px;
}

.equip2.image-outer {
	padding-left: 4px;
	padding-right: 0;
}

.grey-bg {
	background: #dcdcdc;
}

.grey-about.description-container {
	padding: 96px 0 83px;
}

.grey-about .description-outer h2 {
    border-bottom: 1px solid #bdbdbd;
    color: #747474;
}

.services-title-block {
	float: left;
	width: 100%;
	margin-bottom: 50px;	
}

.serivices.image-description-container {
	text-align: center;
}

.serivices .image-description-outer {
    border-top: none;
    padding-bottom: 48px;
}

.serivices .image-outer ul {
	float: left;
	width: 100%;	
}

.serivices .image-outer li {
	float: left;
	width: 100%;	
	margin-bottom: 33px;
}

.black .service-txt-outer {
	background: #e27123;
}

.service-block {
	float: left;
	width: 100%;	
	min-height: 141px;
	position: relative;	
}

.service-block:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 5px solid #dcdcdc ;
	border-right: 5px solid transparent;	
	left: -39px;
	top: 100%;
	z-index: 1;
}

.service-block:after {
	content: "";
	position: absolute;
	top: 100%;
	left: -37px;
	width: 100%;
	height: 5px;
	border-bottom: 5px solid #c6c6c6;
}

.service-img-outer {
	float: left;
	width: 32.67%;
	overflow: hidden;
	max-height: 141px;
	position: absolute;
	left: 0;	
	z-index: 2;
	
	-webkit-transform: skewX(-31deg) scale(1); 
        -ms-transform: skewX(-31deg) scale(1);    	
            transform: skewX(-31deg) scale(1);
}

.service-img-outer a:hover img {
	-moz-box-shadow: 0 0 10px #000; 
	-webkit-box-shadow: 0 0 10px #000; 
	box-shadow: 0 0 10px #000; 
}

.service-img-outer img {
	max-width: none;
}

.service-txt-outer {
	float: left;
	width: 70%;	
	background: #0047AB;
	padding: 47px 29px 54px 0;
	text-align: right;
	position: absolute;
	right: 42px;
	z-index: 1;
	min-height: 141px;
}

.service-txt-outer:after {
	content: "";
	position: absolute;
	top: 5px;
	right: -5px;
	width: 5px;
	height: 100%;
	border-right: 5px solid #c6c6c6;	
}

.service-txt-outer h6 a {
	color: #ffffff;
}

.service-txt-outer h6 a:hover {
	color: #acb0ba;
}

.equip2 .service-txt-outer {
  	left: 0;
  	right: auto;
  	text-align: left;
  	padding: 47px 0 54px 29px;
}

.equip2 .service-img-outer {
  	right: 42px;
  	left: auto;
  	
	-webkit-transform: skewX(31deg); 
        -ms-transform: skewX(31deg);    	
            transform: skewX(31deg);
}

.equip2 .service-block:after {
  	left: 5px;
}

.equip2 .service-block::before {
	border-top: 5px solid #dcdcdc;
	border-left: 5px solid transparent;
	border-right: none;
	left: auto;
	right: -5px;
  	top: 100%;
}

/*form*/
.quote-section {
    width: 100%;
    float: left;
    padding: 30px 0 50px;
    background: #1a1718;
}
.form-block {
    width: 100%;
    float: left;
}
.form-block h2 {
    text-align: center;
    line-height: 44px;
    padding-bottom: 20px;
}
.info-block {
    width: 100%;
    float: left;
    background: #232021;
    text-align: center;
    padding: 20px 5px 29px;
    border-top: 1px solid #353334;
    border-bottom: 1px solid #353334;
    border-left: 1px solid #1e1b1c;
    border-right: 1px solid #1e1b1c;
}
.info-block p {
    color: #cccccc;
    font-size: 17px;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Roboto-Light';
    letter-spacing: .1px;
}
.info-block span {
    color: #fff;
    font-size: 21px;
    font-family: 'Roboto-Black';
    letter-spacing: .1px;
}
.left-block {
    width: 50%;
    float: left;
}
.right-block {
    width: 50%;
    float: left;
    padding-left: 6%;
}
.single-field {
    width: 100%;
    float: left;
}
.column-left {
    width: 22%;
    float: left;
}
.column-right {
    width: 78%;
    float: left;
    margin-bottom: 18px;
}
.form-outer {
    width: 100%;
    float: left;
    padding-top: 55px;
}
.button-outer {
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px solid #353334;
    padding-top: 40px;
    margin-top: 6px;
}
.form-outer label {
    font-family: 'Roboto-Light';
    color: #666666;
    font-weight: normal;
    font-size: 15px;
    height: 46px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 10px;
    line-height: 16px;
}
.form-outer input {
    font-family: 'Roboto-Regular';
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    border: 0;
    height: 46px;
    padding: 7px 18px;
    width: 100%;
    line-height: 24px;
}

    .form-outer input::-webkit-input-placeholder { color:#ccc; }
    .form-outer input::-moz-placeholder { color:#ccc; } /* firefox 19+ */
    .form-outer input:-ms-input-placeholder { color:#ccc; } /* ie */
    .form-outer input:-moz-placeholder { color:#ccc; }
    
.left-block .column-left {
    width: 34%;
}
.left-block .column-right {
    width: 66%;
}
.column-right .sbHolder {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    height: 46px;
}
.sbSelector {
    width: 86%;
    height: 44px;
    line-height: 30px;
    font-family: 'Roboto-Regular';
    font-size: 18px;
    color: #666666;
    padding: 7px 18px 7px 12px; 

}
    .sbSelector::-webkit-input-placeholder { color:#ccc; }
    .sbSelector::-moz-placeholder { color:#ccc; } /* firefox 19+ */
    .sbSelector:-ms-input-placeholder { color:#ccc; } /* ie */
    .sbSelector:-moz-placeholder { color:#ccc; }
    
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #666666;
}
.sbOptions{
      width: 100%;
       top: 44px !important;
       background-color:#fff;
}
.button-outer input[type="submit"]{
    width: 190px;
    display: inline-block;
    font-family: 'Roboto-Black';
    color:#fff;
    line-height:46px;
    height:auto; 
     
    -webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    4px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         4px 5px 5px 0px rgba(0, 0, 0, 0.75);
    
    background-color: #0047ab;
    background-image: -moz-linear-gradient(top, #0047ab, #002c6b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0047ab), to(#002c6b));
    background-image: -webkit-linear-gradient(top, #0047ab, #002c6b);
    background-image: -o-linear-gradient(top, #0047ab, #002c6b);
    background-image: linear-gradient(to bottom, #0047ab, #002c6b);
    background-repeat: repeat-x; 
    font-size: 17px;
    text-align: center;
    outline:none;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.button-outer input[type="submit"]:hover,.button-outer input[type="submit"]:active,.button-outer input[type="submit"]:focus{
    outline:none;
    opacity: .8;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.sbToggle {
    background: url("../images/down-arrow.png") no-repeat  center center #0047AB;
    display: block;
    height: 44px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
}
.sbToggle:hover {
    background: url("../images/down-arrow.png") no-repeat  center center #0047AB;
}
.sbOptions a:link, .sbOptions a:visited {
    color: #666666;
}
.sbToggle.sbToggleOpen{
    background: url("../images/up-arrow.png") no-repeat  center center #0047AB;
}


/*form*/

/*==== Content Ends ====*/



/*==== Footer Starts ====*/

.footer-section {
	float: left;
	width: 100%;
}

.footer-top-container {
	float: left;
	width: 100%;	
	background: #0047AB;
	padding: 65px 0 57px;
}

.footer-top-outer {
	float: left;
	width: 100%;	
}

.wide-gap.footer-link-block {
	max-width: 200px;
}

.footer-link-block:first-child {
	max-width: 257px;	
}

.footer-link-block {
	float: left;
	width: 100%;
	max-width: 240px;	
}

.footer-link-block h3 {
	border-bottom: 1px solid #f09a69;
	padding-bottom: 18px;
	margin-bottom: 16px;
}

.footer-link-block ul {
	float: left;
	width: 100%;	
}

.footer-link-block li:before {
	position: absolute;
	left: 0;
	content: "\2192";
	color: #ffffff;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
}

.footer-link-block li {
	color: #ffffff;
	float: left;
	width: 100%;	
	padding: 2px 0 11px 35px;
	position: relative;
	letter-spacing: -0.5px;
	font: 400 13px/15px 'Roboto-Light';  
	text-transform: capitalize;
}

.footer-link-block li a {
	color: #ffffff;
}

.footer-link-block li a:hover {
	color: #1a1718;
}

.last-link-block.footer-link-block h3 {
	text-align: center;
	width: 100%;
}

.last-link-block.footer-link-block li {
	margin-left: 44px;
}

.footer-bottom-container {
	float: left;
	width: 100%;	
	background: #002c6b;
	padding: 35px 0;
}

.footer-bottom-outer {
	float: left;
	width: 100%;
	text-align: center;
	font: 400 14px/24px 'Roboto-Black';   	
	color: #ffffff;
	text-transform: uppercase;
}


/*==== Footer Ends ====*/


/*==== IE 8 ====*/
.ie8 .service-block:after {
    left: 0px;
    width: 92%;
}

