/*!
Theme Name: Mid-state
Theme URI: https://www.dotcomdesign.com/
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mid-state
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mid-state is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Generated by less 2.5.1 */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,700,700i,900,900i');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.animation, a, .custom-btn:after, header .banner-slider .owl-nav button.owl-prev:after, header .banner-slider .owl-nav button.owl-next:after, .inner-pages .treatment-container .testimonial-wrapper .owl-nav button:after, .inner-pages .the-facts .facts-slider .owl-nav button:after, header .nav-container .inner-wrapper .custom-nav ul li ul, .services .services-listing li .mask, .services .services-listing li img, .testimonials .owl-carousel .owl-nav button:after, .eswt .eswt-logo, footer .contact-info-wrapper .info a, footer .contact-info-wrapper .info p, footer .contact-info-wrapper .ft-social-links, .inner-pages .the-facts .facts-slider .owl-nav button i, .inner-pages .the-facts .case-studies .pdf-thumb:before, .more-info-container .article-slider .item .article-thumb .info h3 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.container-lg {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 0px 15px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Rubik', sans-serif;
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}
p {
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px;
}
a {
  color: #e48703;
}
a:hover {
  color: #000;
}
.animation {
  transition: all ease 0.4;
}
.yellow-gradient {
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
}
.default-btn {
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
  padding: 0px 0px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all ease 0.4;
  position: relative;
}
.default-btn em {
  font-style: normal;
  position: relative;
  z-index: 2;
}
.default-btn:before {
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all ease 0.4;
}
.default-btn:hover {
  text-decoration: none;
  color: #fff;
}
.default-btn:hover:before {
  height: 100%;
}
h1 {
  line-height: normal;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
}
h2 {
  color: #ebebeb;
  font-size: 42px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 40px;
  font-style: italic;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 40px;
}
h2:after {
  position: absolute;
  bottom: 0;
  width: 70px;
  content: "";
  left: 0;
  height: 6px;
  right: 0;
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
  margin: 0 auto;
}
h2 em {
  background: linear-gradient(to right, #e06b03 10%, #eb9104 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px 3px;
}
.web-wrapper{
	max-width: 100%;
    overflow-x: hidden;
    position: relative;	
}
.container {
  max-width: 1170px;
}
header {
  min-height: 1220px;
  position: relative;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all ease 0.4;
}
header .menu-container {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.63);
  top: 93px;
  justify-content: center;
  align-items: center;
}
header .menu-container .main-menu {
  display: inline-block;
}
header .menu-container .menu-wrapper {
  text-align: center;
}
header .menu-container .menu-wrapper ul {
  display: inline-block;
  vertical-align: middle;
}
header .menu-container .menu-wrapper ul li {
  display: inline-block;
}
header .menu-container .menu-wrapper ul li a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0px 22px;
  display: inline-block;
}
header .menu-container .menu-wrapper ul li a:hover {
  color: #efbe1b;
  text-decoration: none;
}
header .menu-container .menu-wrapper ul li.active-link a {
  color: #efbe1b;
}
header .menu-container .logo {
  display: inline-block;
  width: 305px;
  vertical-align: middle;
  margin-top: -50px;
  margin-bottom: -50px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all ease 0.4;
}
header .menu-container .logo img {
  width: 100%;
  margin-left: 20px;
}
header #menu-header-menu-2 {
  margin-left: 30px;
}
header .menu-container .logo:hover {
  transform: scale(0.9);
}
header .menu-container .logo.mb {
  display: none;
}
header .menu-container .fb-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  line-height: normal;
}
header .menu-container .fb-icon:hover {
  opacity: 0.8;
}
header .menu-container.header_fixed {
  position: fixed;
  top: 0;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.9);
}
header .menu-container.header_fixed .logo {
  width: 100px;
  margin: 0;
  padding: 10px 0px;
  line-height: 0;
}
header #carouselExampleCaptions {
  height: 1220px;
  background: #000;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 61%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 61%);
}
header #carouselExampleCaptions .carousel-control-next {
  right: 220px;
}
header #carouselExampleCaptions .carousel-control-prev {
  left: 220px;
}
header #carouselExampleCaptions .carousel-indicators {
  bottom: 535px;
}
header #carouselExampleCaptions .carousel-indicators li {
  width: 45px;
  height: 6px;
  margin: 0px 10px;
}
header #carouselExampleCaptions .carousel-indicators li.active {
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
}
header #carouselExampleCaptions .carousel-indicators li:hover {
  cursor: pointer;
}
header #carouselExampleCaptions .carousel-control-prev-icon {
  background: url(assets/images/banner-left-arrow.png) no-repeat center center;
  width: 70px;
  height: 100px;
  background-size: 70px 100px;
  position: relative;
  top: -90px;
}
header #carouselExampleCaptions .carousel-control-next-icon {
  background: url(assets/images/banner-right-arrow.png) no-repeat center center;
  width: 70px;
  height: 100px;
  background-size: 70px 100px;
  position: relative;
  top: -90px;
}
header #carouselExampleCaptions .carousel-caption {
  top: 380px;
  bottom: auto;
}
header #carouselExampleCaptions .carousel-caption h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  max-width: 511px;
  margin: 0 auto 50px auto;
}
.carousel-caption .default-btn {
  min-width: 250px;
  font-size: 16px;
  padding: 10px 20px;
}
.carousel-caption .btn-phone {
  margin-left: 16px;
}
.carousel-caption .btn-phone em:last-child {
  display: none;
}
header #carouselExampleCaptions .carousel-inner {
  height: 1220px;
}
header #carouselExampleCaptions .carousel-inner .carousel-item img {
  max-height: 1220px;
  min-height: 1220px;
  object-fit: cover;
  opacity: 0.7;
}
header .fb-icon img {
  width: 20px;
}
.call-icon {
  display: none;
}
.mobile-social {
  display: none !important;
}
div.wpcf7-response-output {
  display: none !important;
}
.about-us {
  background: url(assets/images/about-bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 1050px;
  position: relative;
  margin-top: -482px;
  padding-top: 440px;
}
.detail span .fa {
  border: 3px solid #ff7403;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 34px;
}
.info span .fa-check {
  border: 3px solid #ff7403;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 35px;
}
#about.content-page:before {
  content: inherit;
  background: inherit;
  height: inherit;
}
.about-us .about-wrapper {
  position: relative;
  overflow: hidden;
}
.about-us .col-lg-6 h2 {
  padding-bottom: 0;
}
.about-us .col-lg-6 h2:after {
  display: none;
}
.about-us:before {
  content: "";
  position: absolute;
  top: -52px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 1012px;
  background: url(assets/images/about-top-bg.png) no-repeat center top;
  background-size: cover;
}
.about-us .container {
  position: relative;
}
.about-us .about-img {
  position: absolute;
  right: 0px;
  z-index: 3;
  top: 80px;
  max-width: 100%;
}
.about-us h3 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 40px;
}
.about-us h3:after {
  position: absolute;
  bottom: 0;
  width: 70px;
  content: "";
  left: 0;
  height: 6px;
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
}
.about-us .services-container {
  padding: 120px 0px;
}
.about-us .services-container .owl-nav {
  display: none;
}
.about-us .services-container .owl-carousel {
  margin: 0px -15px;
  padding-top: 15px;
  width: auto;
}
.about-us .services-container .owl-carousel .item {
  margin: 0px 15px;
}
.about-us .services-container .service-thumb {
  height: 244px;
  position: relative;
  background: #efbe1b;
  background: -moz-linear-gradient(top, #efbe1b 0%, #e38c13 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #efbe1b), color-stop(100%, #e38c13));
  background: -webkit-linear-gradient(top, #efbe1b 0%, #e38c13 100%);
  background: -o-linear-gradient(top, #efbe1b 0%, #e38c13 100%);
  background: -ms-linear-gradient(top, #efbe1b 0%, #e38c13 100%);
  background: linear-gradient(to bottom, #efbe1b 0%, #e38c13 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efbe1b', endColorstr='#e38c13', GradientType=0);
}
.about-us .services-container .service-thumb .main-img {
  width: auto;
  min-height: 245px;
  max-width: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.about-us .services-container .service-thumb h3 {
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  line-height: 27px;
  text-shadow: 1px 1px 1px #000;
  padding: 0px 15px;
}
.about-us .services-container .service-thumb .detail {
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  padding: 12px;
  z-index: 2;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all ease 0.4;
}
.about-us .services-container .service-thumb .detail:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background: #fff;
  width: 70%;
  height: 6px;
  top: -6px;
}
.about-us .services-container .service-thumb .detail p {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 24px;
}
.about-us .services-container .service-thumb:hover .detail {
  top: 0;
}
.about-us .about-cta {
  display: flex;
  align-items: center;
  padding: 0px 35px;
  z-index: 3;
  position: relative;
}
.about-us .about-cta .title-section {
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
  min-height: 258px;
  position: relative;
  top: 20px;
  flex: 0 0 45%;
  transform: skewX(-14deg);
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0px 35px;
}
.about-us .about-cta .title-section p {
  color: #fff;
  font-size: 34px;
  max-width: 306px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  transform: skewX(14deg);
  font-style: italic;
}
.about-us .about-cta .detail-section {
  min-height: 258px;
  background: #fff;
  transform: skewX(-14deg);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
}
.about-us .about-cta .detail-section div {
  transform: skewX(14deg);
}
.about-us .about-cta .detail-section div p {
  margin-bottom: 15px;
  font-weight: 400;
  padding-right: 40px;
  font-size: 18px;
}
.service-info-section {
  background: #1b1b1b;
  position: relative;
  padding: 80px 0px;
  background: url(assets/images/AsphaltPaving.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.service-info-section:after {
  position: absolute;
  content: "";
  left: 0;
  width: 41%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.service-info-section ul {
  margin: 0px;
}
.service-info-section ul li {
  width: calc(100% / 2 - 0px);
  float: left;
  font-weight: 300;
  padding-left: 40px;
  background-size: 26px 26px;
  margin-bottom: 10px;
  background-image: url(assets/images/check-icon.png);
  background-repeat: no-repeat;
}
.service-info-section .container {
  position: relative;
  z-index: 3;
}
.service-info-section .container > .row {
  align-items: center;
}
.service-info-section .container p {
  font-weight: 300;
}
.service-info-section .container h2 {
  text-align: left;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}
.service-info-section .container h2 em {
  display: block;
  padding: 0px 0px;
}
.service-info-section .container h2:after {
  display: none;
}
.service-info-section .mask {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.85);
  z-index: 1;
  top: 0;
}
.service-info-section.asphalt-section {
  margin-top: -100px;
  padding-top: 180px;
}
.service-info-section.seacoating {
  background: url(assets/images/AsphaltSealcoating.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.service-info-section.seacoating h2 {
  text-align: right;
}
.service-info-section.seacoating ul li {
  width: 100%;
}
.service-info-section.seacoating:after {
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.service-info-section.concrete {
  background: url(assets/images/Concrete.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.service-info-section.concrete ul li {
  width: 100%;
}
.service-info-section.crack-paving {
  background: url(assets/images/CrackPatching.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.service-info-section.crack-paving h2 {
  text-align: right;
}
.service-info-section.crack-paving ul li {
  width: 100%;
}
.service-info-section.crack-paving:after {
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.wpcf7-validation-errors {
  font-size: 0px !important;
  border: none !important;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.7em !important;
}
.gallery-section {
  background: #f2f2f2;
  padding-top: 120px;
  position: relative;
}
.gallery-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: #2d2d2d;
  top: 0;
}
.gallery-section .nav {
  text-align: center;
  display: flex;
  justify-content: center;
}
.gallery-section .nav li {
  float: none;
  display: inline-block;
  padding: 0px 15px;
}
.gallery-section .nav li a {
  font-size: 16px;
  color: #a1a1a1;
  padding: 5px 2px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.gallery-section .nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all ease 0.4;
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
}
.gallery-section .nav li a:hover {
  color: #fff;
}
.gallery-section .nav li a:hover:after {
  width: 100%;
}
.gallery-section .nav li a.active {
  color: #fff;
}
.gallery-section .nav li a.active:after {
  width: 100%;
}
.gallery-section .gallery-listing-wrapper {
  margin-top: 30px;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  position: relative;
}
.gallery-section .gallery-listing-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 16;
  height: 110px;
  width: 100%;
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
}
.gallery-section .gallery-listing-wrapper .owl-stage-outer {
  z-index: 14;
}
.gallery-section .gallery-listing-wrapper .owl-nav {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 1170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: space-between;
}
.gallery-section .gallery-listing-wrapper .owl-nav button {
  margin: 0px;
  padding: 0px !important;
  position: relative;
  z-index: 15;
}
.gallery-section .gallery-listing-wrapper .owl-nav button:hover, .gallery-section .gallery-listing-wrapper .owl-nav button:focus, .gallery-section .gallery-listing-wrapper .owl-nav button:active {
  background: none;
  outline: none;
}
.gallery-section .gallery-listing-wrapper .owl-nav .arrow-left {
  background: url(assets/images/gallery-slider-arrow-left.jpg) no-repeat 0 0;
  width: 70px;
  height: 100px;
  background-size: 70px 100px;
  display: inline-block;
}
.gallery-section .gallery-listing-wrapper .owl-nav .arrow-right {
  background: url(assets/images/gallery-slider-arrow-right.jpg) no-repeat 0 0;
  width: 70px;
  height: 100px;
  background-size: 70px 100px;
  display: inline-block;
  z-index: 15;
}
.gallery-section .gallery-thumb {
  position: relative;
  height: 520px;
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
  overflow: hidden;
}
.gallery-section .gallery-thumb .main-img {
  object-fit: cover;
  max-height: 520px;
  min-height: 520px;
  max-width: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all ease 0.4;
}
.gallery-section .gallery-thumb .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all ease 0.4;
}
.gallery-section .gallery-thumb .info a {
  width: 106px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #fff solid 2px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.gallery-section .gallery-thumb .info p {
  color: #fff;
  font-weight: 400;
}
.gallery-section .gallery-thumb:hover .info {
  transform: scale(1);
}
.gallery-section .gallery-thumb:hover .main-img {
  -webkit-filter: grayscale(100%) blur(1px);
  filter: grayscale(100%) blur(1px);
  opacity: 0.3;
}
.testimonials-section {
  background: #f2f2f2;
  padding: 120px 0px 120px 0px;
}
.testimonials-section .container {
  padding-bottom: 80px;
}
.testimonials-section .owl-carousel {
  margin: 0px -15px;
  width: auto;
}
.testimonials-section .owl-carousel .owl-stage-outer {
  z-index: 16;
}
.testimonials-section .owl-carousel .owl-dots {
  display: none;
}
.testimonials-section .owl-carousel .owl-nav {
  position: absolute;
  height: auto;
  display: flex;
  align-items: center;
  width: 1170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  bottom: -120px;
}
.testimonials-section .owl-carousel .owl-nav button {
  margin: 0px;
  padding: 0px !important;
  position: relative;
  z-index: 15;
  margin-right: 10px;
}
.testimonials-section .owl-carousel .owl-nav button:hover, .testimonials-section .owl-carousel .owl-nav button:focus, .testimonials-section .owl-carousel .owl-nav button:active {
  background: none !important;
  outline: none;
}
.testimonials-section .owl-carousel .owl-nav .arrow-left {
  background: url(assets/images/gallery-slider-arrow-left.jpg) no-repeat 0 0;
  width: 70px;
  height: 100px;
  display: inline-block;
  background-size: 70px 100px;
}
.testimonials-section .owl-carousel .owl-nav .arrow-right {
  background: url(assets/images/gallery-slider-arrow-right.jpg) no-repeat 0 0;
  width: 70px;
  height: 100px;
  display: inline-block;
  z-index: 15;
  background-size: 70px 100px;
  margin-right: 10px;
}
.testimonials-section .item {
  margin: 0px 15px;
}
.testimonials-section .testimonials-thumb {
  display: block;
  background: #2c2c2c;
  background: -moz-linear-gradient(top, #2c2c2c 0%, #272727 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2c2c2c), color-stop(100%, #272727));
  background: -webkit-linear-gradient(top, #2c2c2c 0%, #272727 100%);
  background: -o-linear-gradient(top, #2c2c2c 0%, #272727 100%);
  background: -ms-linear-gradient(top, #2c2c2c 0%, #272727 100%);
  background: linear-gradient(to bottom, #2c2c2c 0%, #272727 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#272727', GradientType=0);
  padding: 80px 50px;
  position: relative;
}
.testimonials-section .testimonials-thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(75%);
  height: 14px;
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
}
.testimonials-section .testimonials-thumb img {
  width: auto;
  position: absolute;
  right: 30px;
  top: 30px;
}
.testimonials-section .testimonials-thumb h3 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.testimonials-section .testimonials-thumb p {
  font-size: 16px;
  line-height: 26px;
  max-height: 260px;
  overflow: auto;
  min-height: 170px;
}
.clients-section {
  background: #fff;
  padding: 120px 0px;
}
.clients-section .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-section .item {
  margin: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-section .client-logo img {
  max-width: 100%;
  width: auto;
}
.contact-form-wrapper {
  background: url(assets/images/footer-bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 1300px;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  padding-top: 130px;
}
.contact-form-wrapper .white-layer {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  height: 160px;
  z-index: 1;
  bottom: 0px;
  -webkit-clip-path: polygon(0 0, 100% 98%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 98%, 100% 100%, 0 100%);
}
.contact-form-wrapper .google-map .map-image {
  width: 150%;
  height: 100%;
  transform: skewX(6deg);
  position: relative;
  right: 40px;
  background-size: cover;
  background-position: center;
}
.contact-form-wrapper .google-map>div {
  transform: skewX(6deg);
}
.contact-form-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 156px;
  top: 0;
  left: 0;
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 2%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 2%);
}
.contact-form-wrapper:before {
  content: "";
  position: absolute;
  left: -65px;
  top: 0;
  background: rgba(223, 124, 3, 0.84);
  width: 40%;
  height: 100%;
  transform: skew(-6deg);
}
.contact-form-wrapper h2 {
  color: #fff;
}
.contact-form-wrapper h2:after {
  display: none;
}
.contact-form-wrapper .google-map {
  background: #212121;
  height: 613px;
  transform: skewX(-6deg);
  margin-left: 0;
  position: relative;
  left: -15px;
  overflow: hidden;
  top: 60px;
}
.contact-form-wrapper .contact-form {
  background: #fff;
  margin-top: 107px;
  padding: 60px 100px;
  transform: skewX(-6deg);
  position: relative;
  left: -45px;
  z-index: 1;
}
.contact-form-wrapper .contact-form .form-wrapper {
  transform: skewX(6deg);
}

.contact-form-wrapper .contact-form .form-wrapper .form-group{
	margin-bottom: 30px;
}
.contact-form-wrapper .contact-form .form-wrapper .wpcf7-form.invalid .form-group {
  margin-bottom: 20px;
}
.contact-form-wrapper .contact-form .form-wrapper .form-group .input-style {
  width: 100%;
  border: none;
  border-bottom: solid #cccccc 1px;
  color: #4c4c4c;
  font-size: 18px;
  height: 60px;
}
.contact-form-wrapper .contact-form .form-wrapper .form-group .input-style:hover, .contact-form-wrapper .contact-form .form-wrapper .form-group .input-style:focus {
  outline: none;
  border-color: #efbe1b;
}
.contact-form-wrapper .contact-form .form-wrapper .form-group .input-style::-webkit-input-placeholder {
 color: #4c4c4c;
}
.contact-form-wrapper .contact-form .form-wrapper .form-group .input-style::-moz-placeholder {
 color: #4c4c4c;
}
.contact-form-wrapper .contact-form .form-wrapper .form-group .input-style:-ms-input-placeholder {
 color: #4c4c4c;
}
.contact-form-wrapper .contact-form .form-wrapper .form-group .input-style:-moz-placeholder {
 color: #4c4c4c;
}
.contact-form-wrapper .contact-form .form-wrapper .form-group .input-style.text-area {
  height: 100px;
}
.contact-form-wrapper .contact-form .form-wrapper .default-btn {
  font-size: 18px;
  font-weight: normal;
  border: none;
  cursor: pointer;
}
.contact-form-wrapper .contact-form .form-wrapper .default-btn:hover, .contact-form-wrapper .contact-form .form-wrapper .default-btn:focus {
  outline: none;
}
.contact-form-wrapper .contact-info {
  padding-left: 0px;
  margin-top: 56px;
  padding-bottom: 90px;
}
.contact-form-wrapper .contact-info .detail {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact-form-wrapper .contact-info .detail img {
  margin-right: 12px;
}
.contact-form-wrapper .contact-info .detail span p {
  color: #a1a1a1;
  font-size: 16px;
  max-width: 377px;
  line-height: 27px;
}
.contact-form-wrapper .contact-info .detail a {
  color: #a1a1a1;
  font-size: 16px;
}
.contact-form-wrapper .contact-info .detail a:hover {
  color: #fff;
}

.footer-listing {
  background: #202020;
  padding: 150px 0px 80px 0px;
  margin-top: -134px;
  position: relative;
}
.footer-listing:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  bottom: 0;
}
.footer-listing .wrapper-listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-listing .wrapper-listing .info {
  display: flex;
  align-items: center;
  flex: 0 0 20%;
}
.footer-listing .wrapper-listing .info img {
  margin-right: 15px;
}
.footer-listing .wrapper-listing .info span {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  max-width: 150px;
  font-weight: 400;
}
ul#menu-policies-menu {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
ul#menu-policies-menu li {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #999;
  line-height: 13px;
}
ul#menu-policies-menu li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
ul#menu-policies-menu li a {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
ul#menu-policies-menu li a:hover {
  color: #e48703;
}
.copyright-container {
  padding: 50px 0px 40px;
  background: #fff;
}
#menu-item-223 {
  display: none;
}
.seo-sec {
  padding: 80px 0px;
  text-align: center;
  background: #2d2d2d;
}
.seo-sec h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.seo-sec ul li {
  font-size: 14px;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid;
  line-height: 13px;
  margin-bottom: 10px;
}
.seo-sec ul li:last-child {
  border-right: none;
}
.seo-sec ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
ul#menu-seo-menu {
  color: #fff;
  /*margin-bottom: 10px;*/
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#menu-seo-menu li {
  margin-top: 0;
  margin-right: 5px;
  padding-right: 0px;
  line-height: 14px;
}
#menu-seo-menu li a {
  color: #999;
  text-transform: capitalize;
  font-size: 12px;
  padding: 0;
}
#menu-seo-menu li a:hover {
  color: #e48703;
}
#menu-seo-menu li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.copyright-container .wrapper {
  text-align: center;
  align-items: center;
}
.copyright-container .wrapper p {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 12px;
}
.copyright-container .wrapper p a {
  color: #666666;
}
.copyright-container .wrapper p a:hover {
  color: #e48703;
}
.copyright-container .wrapper p a:last-child {
  color: #e48703;
  text-decoration: underline;
}
.fix-request-btn {
  position: fixed;
  z-index: 1049;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg) skewX(13deg);
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
  padding: 15px 35px;
  text-transform: uppercase;
  font-weight: 400;
  left: -105px;
  color: #fff;
}
.fix-request-btn em {
  transform: skewX(-13deg);
  display: inline-block;
}
.fix-request-btn:hover {
  color: #fff;
  text-decoration: none;
}
.mobile-title {
  display: none;
}
.mb-map {
  display: none;
}
.menu-btn, .show-sm, .select-serviceDropdown {
  display: none;
}
.inner-header {
  min-height: 1024px;
}
.inner-header .header-title-container {
  position: relative;
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
  top: 320px;
}
.inner-header h1 {
  position: relative;
  z-index: 2;
}
.inner-header .contact-form {
  background: #fff;
  margin-top: 0px;
  padding: 60px 50px;
  transform: skewX(-6deg);
  position: relative;
  left: 0px;
  z-index: 4;
}
.inner-header .contact-form .form-wrapper {
  transform: skewX(6deg);
}
.inner-header .contact-form .form-wrapper .form-group {
  margin-bottom: 30px;
}
.inner-header .contact-form .form-wrapper .form-group .input-style {
  width: 100%;
  border: none;
  border-bottom: solid #cccccc 1px;
  color: #4c4c4c;
  font-size: 18px;
  height: 60px;
}
.inner-header .contact-form .form-wrapper .form-group .input-style:hover, .inner-header .contact-form .form-wrapper .form-group .input-style:focus {
  outline: none;
  border-color: #efbe1b;
}
.inner-header .contact-form .form-wrapper .form-group .input-style::-webkit-input-placeholder {
 color: #4c4c4c;
}
.inner-header .contact-form .form-wrapper .form-group .input-style::-moz-placeholder {
 color: #4c4c4c;
}
.inner-header .contact-form .form-wrapper .form-group .input-style:-ms-input-placeholder {
 color: #4c4c4c;
}
.inner-header .contact-form .form-wrapper .form-group .input-style:-moz-placeholder {
 color: #4c4c4c;
}
.inner-header .contact-form .form-wrapper .form-group .input-style.text-area {
  height: 100px;
}
.inner-header .contact-form .form-wrapper .default-btn {
  font-size: 18px;
  font-weight: normal;
  border: none;
  cursor: pointer;
}
.inner-header .contact-form .form-wrapper .default-btn:hover, .inner-header .contact-form .form-wrapper .default-btn:focus {
  outline: none;
}
.inner-banner {
  /*background: url(assets/images/inner-banner.jpg) no-repeat center center;*/
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 52%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 52%);
  z-index: 1;
}
.inner-banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.breadcrumb-wrapper {
  margin: 10px 0px 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}
.breadcrumb-wrapper li {
  display: inline-block;
  position: relative;
  line-height: normal;
  padding-right: 10px;
  margin-right: 7px;
}
.breadcrumb-wrapper li:after {
  content: "";
  position: absolute;
  right: 0;
  background: #acacac;
  height: 100%;
  width: 1px;
}
.breadcrumb-wrapper li a {
  color: #ff9502;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
.breadcrumb-wrapper li a:hover {
  color: #fff;
}
.breadcrumb-wrapper li:last-child:after {
  display: none;
}
.breadcrumb-wrapper li.active a {
  color: #acacac;
  text-decoration: none;
}
.inner-about-section {
  background: #2d2d2d;
}
.page-content-section {
  background: #1f1f1f;
  padding: 95px 0px 200px 0px;
  margin-bottom: -133px;
  margin-top: -2px;
}
.page-content-section h2:after {
  left: 0;
  right: auto;
}
.page-content-section h3 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: 400;
}
.page-content-section p {
  font-weight: 400;
  color: #a1a1a1;
  line-height: 27px;
}
.page-content-section ul {
  margin: 30px 0px;
}
.page-content-section ul li {
  display: block;
  font-weight: 400;
  padding-left: 40px;
  margin-bottom: 15px;
  background: url(assets/images/check-icon.png) no-repeat 0 0;
}
.inner-page-gallery {
  background: #1f1f1f;
}
/* new footer css */
.seo-section {
  background: #fff;
}
.seo-menu li a, .dotcom strong {
  color: #ccc;
  font-size: 16px;
}
.seo-menu .nav-link {
  padding: initial;
  display: initial;
}
.seo-menu li {
  padding-right: 4px;
  line-height: 14px;
  padding-left: 4px;
  margin-bottom: 10px;
}
.seo-menu li:after {
  content: ",";
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
}
.seo-menu li:last-child:after {
  content: "";
}
.seo-menu {
  display: flex;
  justify-content: center;
  padding: 20px 0px 10px;
  flex-wrap: wrap;
}
.bdr-top {
  border-top: 1px solid #999;
}
.seo-section .inner-seo {
  max-width: 900px;
  margin: 0px auto;
  margin-top: 10px;
}
.seo-menu li:last-child {
  border-right: none;
}
.footer-top-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.footer-top-menu li a {
  text-transform: uppercase;
  color: #4c4c4c !important;
  font-size: 14px !important;
}
.footer-top-menu li {
  padding-right: 6px;
  border-right: 1px solid #4c4c4c;
  line-height: 14px;
  padding-left: 6px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-top-menu li:last-child {
  border-right: none;
}
.dotcom-design {
  color: #ff9500 !important;
  text-decoration: underline;
}
/* blog page */
.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {width: 50px;height: 50px;background: #191613;box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);border-radius: 10px;border: none;outline: none;color: #ffffff !important;font-size: 20px;z-index: 10;transition: 0.3s;display: inline-flex;justify-content: center;align-items: center;margin: 0 5px 15px 0;text-decoration: none !important;}

.page-numbers li {
margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {background: linear-gradient(to right,#ff7403 0%,#ffb805 100%);color: #ffffff !important;}

.page-numbers:first-child {
margin-left: 0;
}

.page-numbers:last-child {
margin-right: 0;
}


a.next.page-numbers ,a.prev.page-numbers {
display: none;
}
/*Responsive Style*/
@media only screen and (min-width: 2000px) {
	.home .about-us{
    margin-top: -640px;
    padding-top: 600px;
}
}
@media only screen and (max-width: 1919px) {
.about-us .about-img {
  right: -172px;
}
.service-info-section:after {
  width: 38%;
}
.contact-form-wrapper:before {
  left: -96px;
}
}

@media only screen and (max-width: 1599px) {
.about-us .about-img {
  right: -250px;
}
.contact-form-wrapper:before {
  left: -108px;
}
.about-us:before {
  height: 835px;
}
}

@media only screen and (max-width: 1439px) {
#contact .container-lg {
  padding: 0px 50px;
}
header .menu-container .logo {
  width: 200px;
  margin-top: -30px;
  margin-bottom: -30px;
}
.service-info-section:after {
  width: 35%;
}
}

@media only screen and (max-width: 1365px) {
.testimonials-section .owl-carousel .owl-nav .arrow-right {
  margin-right: 30px;
}
.testimonials-section .owl-carousel .owl-nav button {
  z-index: 16;
}
.testimonials-section .owl-carousel .owl-nav .arrow-left {
  margin-left: 30px;
}
.about-us .about-img {
  right: -350px;
}
#contact .container-lg > .row {
  padding: 0px 33px;
}
.contact-form-wrapper:before {
  left: -95px;
}
header #carouselExampleCaptions .carousel-control-next {
  right: 150px;
}
header #carouselExampleCaptions .carousel-control-prev {
  left: 150px;
}
header #carouselExampleCaptions {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 73%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 73%);
}
.about-us .about-cta {
  padding: 0px 88px;
}
.container-lg {
  max-width: 100%;
}
.about-us:before {
  height: 830px;
  top: -36px;
}
.inner-about-section:before {
  height: 830px;
  top: -76px;
}
.inner-header .contact-form {
  margin: 0px 31px;
}
}

@media only screen and (max-width: 1279px) {
.inner-header h1 {
  font-size: 30px;
}
.inner-about-section:before {
  height: 830px;
  top: -122px;
}
header #carouselExampleCaptions .carousel-control-next {
  right: 30px;
}
header #carouselExampleCaptions .carousel-control-prev {
  left: 30px;
}
.gallery-section .gallery-listing-wrapper .owl-nav,  .testimonials-section .owl-carousel .owl-nav {
  width: 100%;
}
.about-us .about-img {
  right: -450px;
}
.fix-request-btn {
  top: auto;
  bottom: 0;
  transform: translate(0);
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
}
.fix-request-btn em {
  transform: rotate(0);
}
.about-us .services-container .owl-nav {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: space-between;
}
.about-us .services-container .owl-nav button {
  margin: 0px;
  padding: 0px !important;
  position: relative;
  z-index: 9999;
  width: 100%;
}
.about-us .services-container .owl-nav button .arrow-left {
  background: url(assets/images/gallery-slider-arrow-left.jpg) no-repeat 0 0;
  width: 70px;
  height: 100px;
  display: inline-block;
  margin-left: 30px;
}
.about-us .services-container .owl-nav button .arrow-right {
  background: url(assets/images/gallery-slider-arrow-right.jpg) no-repeat 0 0;
  width: 70px;
  height: 100px;
  background-size: 70px 100px;
  margin-right: 30px;
  display: inline-block;
}
.about-us .services-container .owl-nav button:hover,  .about-us .services-container .owl-nav button:focus {
  outline: none;
  background: none;
}
.about-us .about-cta {
  padding: 0px;
  display: block;
}
.about-us .about-cta .title-section,  .about-us .about-cta .title-section p,  .about-us .about-cta .detail-section,  .about-us .about-cta .detail-section div {
  transform: skew(0);
}
.about-us .container-lg {
  padding: 0px 0px;
}
.about-us .about-cta .title-section {
  min-height: inherit;
  padding: 20px 15px;
  top: 0;
}
.about-us .about-cta .title-section p {
  max-width: inherit;
  margin: 0px;
}
.about-us .about-cta .detail-section {
  text-align: center;
  padding: 40px 15px;
  min-height: inherit;
}
.gallery-section .gallery-listing-wrapper .owl-nav .arrow-right {
  margin-right: 30px;
}
.gallery-section .gallery-listing-wrapper .owl-nav .arrow-left {
  margin-left: 30px;
}
.contact-form-wrapper .container-lg > .row .col-lg-8,  .contact-form-wrapper .container-lg > .row .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px 0px;
}
.contact-form-wrapper .container-lg > .row .order-lg-4 {
  -webkit-box-ordinal-group: inherit;
  -ms-flex-order: inherit;
  order: inherit;
}
.contact-form-wrapper .contact-form,  .contact-form-wrapper .contact-form .form-wrapper,  .contact-form-wrapper .google-map {
  transform: skewX(0);
  left: 0;
  margin-top: 0;
}
#contact .container-lg {
  padding: 0px 15px;
}
#contact .container-lg > .row {
  padding: 0px;
}
.contact-form-wrapper:before {
  left: 0;
  transform: skewX(0);
  width: 100%;
}
.desktop-title {
  display: none;
}
.mobile-title {
  display: block;
}
.mb-map {
  display: block;
  width: 100%;
  height: 560px;
}
.hide-mb {
  display: none;
}
.contact-form-wrapper {
  -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
  min-height: inherit;
}
.contact-form-wrapper .contact-info {
  background: #2d2d2d;
  margin-top: 0;
  padding-bottom: 150px;
  text-align: center;
  padding-top: 82px;
}
.contact-form-wrapper .contact-info .detail {
  text-align: center;
  display: block;
  padding: 0px 15px;
}
.contact-form-wrapper .contact-info .detail img {
  display: block;
  margin: 0 auto;
}
.contact-form-wrapper .contact-info .detail span {
  max-width: 450px;
  display: inline-block;
  margin-top: 20px;
}
.contact-info .d-inline-block {
  margin: 0px !important;
  width: 100%;
}
.contact-form-wrapper .contact-info .detail a {
  margin-top: 20px;
  display: block;
}
.copyright-container {
  margin-bottom: 30px;
}
}

@media only screen and (max-width: 1023px) {
.page-banner .page-title {
  font-size: 30px;
  text-align: center;
  align-items: center;
  margin-top: 100px;
}
div.blog-sec .page-title {
  color: #212529;
  font-size: 27px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.page-banner h1 {
  font-size: 30px;
  text-align: center;
  align-items: center;
  margin-top: 100px;
}
.mobile-social {
  display: block !important;
}
header .mobile-social img {
  width: 30px;
}
.cross-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.fb-icon {
  display: none !important;
}
header .menu-container .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu-container .menu-wrapper .main-menu {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
  z-index: 9999;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  left: -100%;
  transition: all 0.5s;
  -webkit-transition: all 0.25s;
  overflow: hidden;
  padding-top: 70px;
}
header .menu-container .menu-wrapper.active-main-nav .main-menu {
  left: 0;
  display: block !important;
  transition: all 0.5s;
  -webkit-transition: all 0.25s;
}
.about-us .services-container .owl-nav button .arrow-right {
  right: 19px;
  position: absolute;
  bottom: -44px;
  z-index: 9999;
}
header #menu-header-menu-2 {
  margin-left: 0px;
}
.about-us .services-container .owl-nav button .arrow-left {
  left: 19px;
  position: absolute;
  bottom: -44px;
  z-index: 9999;
}
header .menu-container .menu-wrapper .main-menu ul {
  display: block;
  width: 100%;
}
header .menu-container .menu-wrapper .main-menu li {
  display: block;
  margin: 20px auto;
}
header .menu-container .logo {
  display: none;
}
header .menu-container .logo.mb {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.menu-btn {
  display: inline-block;
  margin-left: auto;
  padding: 0px;
  line-height: 0;
  border: none;
  background: none;
}
.menu-btn img {
  width: 40px;
  position: relative;
}
.menu-btn:hover,  .menu-btn:focus {
  outline: none;
}
header .menu-container.header_fixed .menu-wrapper .main-menu {
  background: rgba(0, 0, 0, 0.9);
}
.about-us .about-img {
  display: none;
}
.about-us:before {
  background: url(assets/images/about-top-bg-mb.png) no-repeat center top;
  background-size: cover;
  height: 520px;
  top: 104px;
}
header .menu-container {
  top: 60px;
}
header #carouselExampleCaptions .carousel-caption {
  top: 215px;
}
header #carouselExampleCaptions .carousel-indicators {
  bottom: 345px;
}
header #carouselExampleCaptions .carousel-control-next-icon,  header #carouselExampleCaptions .carousel-control-prev-icon {
  top: -134px;
}
header #carouselExampleCaptions .carousel-control-prev {
  left: 0;
}
header #carouselExampleCaptions .carousel-control-next {
  right: 0;
}
header #carouselExampleCaptions {
  height: 890px;
}
header {
  min-height: inherit;
}
header #carouselExampleCaptions .carousel-inner .carousel-item img {
  /* max-height: 990px;
    min-height: 990px; */
  max-height: inherit;
  min-height: inherit;
  height: 100vh;
  object-fit: cover;
}
.about-us {
  padding-top: 500px;
  background: #2d2d2d;
}
.about-us .services-container .owl-carousel {
  margin: 0px 60px;
}
.about-us .services-container .owl-stage-outer {
  z-index: 16;
}
.about-us .services-container .owl-nav button .arrow-right {
  margin-right: -64px;
}
.about-us .services-container .owl-nav button .arrow-left {
  margin-left: -64px;
}
.service-info-section.asphalt-section {
  margin-top: 0;
  padding: 30px 0px;
}
.service-info-section {
  background-attachment: unset !important;
  color: #fff;
}
.service-info-section p {
  color: #fff;
}
}

@media only screen and (max-width: 991px) {
#about.seo-about {
  margin-top: -450px;
}
.inner-header .contact-form {
  transform: skew(0);
  margin: 30px 0px 0px 0px;
}
.inner-header .contact-form .form-wrapper {
  transform: skewX(0);
}
.header-title-container {
  text-align: center;
}
.inner-header .contact-form {
  padding: 30px 15px;
}
.about-us.inner-about-section {
  margin-top: -500px;
}
.show-sm {
  display: block;
}
.hidden-lg {
  display: none;
}
.service-info-section {
  padding: 30px 0px;
}
.service-info-section.seacoating h2,  .service-info-section.crack-paving h2 {
  text-align: left;
}
.service-info-section:after {
  width: 500px !important;
  height: 105px !important;
  left: 0 !important;
  right: auto !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%) !important;
}
.service-info-section .container h2 {
  margin-bottom: 30px;
  font-size: 34px;
}
.service-info-section .container h2 em {
  display: inline-block;
  padding-left: 5px;
}
.service-info-section .container p {
  margin-top: 30px;
  margin-bottom: 15px;
}
.select-serviceDropdown {
  display: flex;
  justify-content: space-between;
  color: #a1a1a1;
  font-weight: 400;
  background: #000;
  position: relative;
  width: 100%;
  max-width: calc(100% - 29px);
  padding: 20px 30px;
  margin: 0 auto;
}
.select-serviceDropdown i {
  color: #fff;
}
.gallery-section:before {
  height: 70%;
}
.gallery-section .nav {
  display: none;
  background: #000;
  position: relative;
  padding: 15px 0px;
  max-width: calc(100% - 29px);
  margin: 0 auto 30px auto;
}
.gallery-section .nav li {
  display: block;
}
.testimonials-section,  .clients-section {
  padding: 60px 0px;
}
.testimonials-section .owl-carousel .owl-nav {
  display: none;
}
.testimonials-section .owl-carousel .owl-dots {
  display: block;
  margin-top: 40px;
}
.testimonials-section .owl-carousel .owl-dots .owl-dot:hover,  .testimonials-section .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.testimonials-section .owl-carousel .owl-dots .owl-dot span {
  width: 45px;
  height: 6px;
  margin: 0px 10px;
  background: #a5a5a5;
  border-radius: 0;
}
.testimonials-section .owl-carousel .owl-dots .owl-dot.active span {
  background: #ff7403;
  background: -moz-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7403), color-stop(100%, #ffb805));
  background: -webkit-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -o-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: -ms-linear-gradient(left, #ff7403 0%, #ffb805 100%);
  background: linear-gradient(to right, #ff7403 0%, #ffb805 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7403', endColorstr='#ffb805', GradientType=1);
}
.contact-form-wrapper {
  background: url(assets/images/footer-bg.jpg) no-repeat center top;
  background-size: auto;
}
.footer-listing .wrapper-listing {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-listing .wrapper-listing .info img {
  display: none;
}
.footer-listing .wrapper-listing .info {
  display: inline-block;
  padding: 0px 5px;
  position: relative;
  flex: initial;
}
.footer-listing .wrapper-listing .info:after {
  /*content: "";
    position: absolute;
    right: -3px;
    background: #666666;
    width: 1px;
    height: 75%;
    top: 5px;*/
  display: none;
}
.copyright-container .wrapper {
  display: block;
  text-align: center;
}
}

@media only screen and (max-width: 767px) {
.contact-form-wrapper .contact-info .detail span p br {
  display: none;
}
.full-section.page-content-section h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 5px;
}
.gallery-section .gallery-thumb .info {
  transform: scale(1);
}
.gallery-section .gallery-thumb .info p {
  display: none;
}
.gallery-section .gallery-thumb .info a {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}
.info .fa-search {
  display: none;
}
.cross-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
header .menu-container .logo img {
  margin-left: 0px;
}
header #menu-header-menu-2 {
  margin-left: 0px;
}
.info span .fa-check {
  display: none;
}
.gallery-section .gallery-thumb:hover .main-img {
  opacity: 1;
  filter: inherit;
  -webkit-filter: inherit;
}
header .mobile-social li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .mobile-social li a {
  padding: 0px 10px !important;
  vertical-align: bottom;
}
header .mobile-social img {
  width: 30px;
}
.fb-side {
  display: block !important;
}
.mobile-social {
  display: block !important;
}
#menu-header-menu-1 {
  padding-top: 20px;
}
.gallery-section .nav li a:after {
  content: none;
  background: none;
}
/*.call-icon {
    display:block;
  }*/
.fb-icon {
  display: none !important;
}
.mobile-social .call-icon img {
  margin-left: 0px;
  vertical-align: initial;
}
.call-icon img {
  width: 30px;
  margin-left: 5px;
  vertical-align: middle;
}
.service-info-section .container p {
  margin-top: 60px;
  margin-bottom: 15px;
}
.service-info-section:after {
  width: 100% !important;
}
header .menu-container .logo.mb {
  width: 150px;
}
header .menu-container.header_fixed .logo.mb {
  width: 100px;
}
#carouselExampleCaptions .carousel-caption.d-none {
  top: 40% !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex !important;
  left: 0;
  right: 0 !important;
  text-align: center !important;
  transform: translateY(-50%);
}
header #carouselExampleCaptions .carousel-caption h1 {
  font-size: 30px;
}
header #carouselExampleCaptions .carousel-control-prev {
  display: none;
}
header #carouselExampleCaptions .carousel-control-next {
  display: none;
}
.default-btn {
  padding: 10px 30px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h2 {
  font-size: 28px;
}
.about-us h3 {
  font-size: 18px;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.about-us .services-container,  .gallery-section {
  padding: 30px 0px;
}
.about-us .services-container .owl-nav button .arrow-right,  .about-us .services-container .owl-nav button .arrow-left,  .gallery-section .gallery-listing-wrapper .owl-nav .arrow-right,  .gallery-section .gallery-listing-wrapper .owl-nav .arrow-left {
  width: 50px;
  height: 80px;
  background-size: 100%;
}
.about-us .about-cta .title-section {
  text-align: center;
}
.about-us .about-cta .title-section p {
  font-size: 19px;
}
.about-us .about-cta .detail-section div p {
  margin-bottom: 40px;
  font-weight: 400;
  padding-right: 0;
}
.service-info-section:after {
  height: 85px !important;
}
.service-info-section .container h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.service-info-section ul li {
  width: 100%;
  font-size: 14px;
}
.gallery-section .gallery-listing-wrapper .owl-nav .arrow-left {
  margin-left: 0;
}
.gallery-section .gallery-listing-wrapper .owl-nav .arrow-right {
  margin-right: 0;
}
.contact-form-wrapper .contact-form {
  padding: 30px 15px;
}
.testimonials-section .testimonials-thumb {
  padding: 80px 20px;
}
.select-serviceDropdown span {
  font-size: 14px;
}
.about-us .services-container .owl-carousel {
  margin: 0px 40px;
}
.about-us .services-container .owl-nav button .arrow-right {
  right: 19px;
  position: absolute;
  bottom: -44px;
  z-index: 9999;
}
.about-us .services-container .owl-nav button .arrow-left {
  left: 19px;
  position: absolute;
  bottom: -44px;
  z-index: 9999;
}
.page-content-section ul li {
  font-size: 14px;
}
header #carouselExampleCaptions .carousel-caption{
  padding-top: 120px;
}
header #carouselExampleCaptions .carousel-caption h1{
  margin-bottom: 30px;
}
.carousel-caption .default-btn{
  margin-bottom: 20px;
}
.carousel-caption .btn-phone{
  margin: 0;
}
.carousel-caption .btn-phone em:first-child{
  display: none;
}
.carousel-caption .btn-phone em:last-child{
  display: block;
}
ul#menu-policies-menu li:first-child{
  width: 100%;
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
  margin-bottom: 5px;
}
ul#menu-policies-menu {
    flex-wrap: wrap;
}
}

@media only screen and (max-width: 575px) {
.about-us .about-cta .title-section p {
  font-size: 17px;
}
	.page-numbers li a, .page-numbers li, span.page-numbers, .page-numbers{
    width: 35px;
    height: 35px;
    font-size: 14px;
}

.page-numbers li {
    margin-bottom: 10px;
}
}
#text {
  display: none;
}
#toggle.default-btn {
  margin-top: 20px;
}
#toggle.default-btn:hover {
  background: #fff;
  color: #ff7403;
}
#toggle.default-btn:before {
  background: none;
}
.grecaptcha-badge {
  display: none !important;
}

@media screen and (max-width: 400px) {
  .h-captcha {
    transform: scale(0.80);
    transform-origin: left;
  }
  
  .h-captcha iframe {
    max-width: unset;
  }
}