

/* start of custom CSS */


/* to hide the "i" showing on the left side of the small slider of home page */
.fa-info:before {
    content: "\f129";
    display:none;
}

.spacingSection{
    margin-bottom:20px;
    display:block;
    position:relative;

}

.hide-for-large-only {
    display: none !important;
}

.spacingArrow{
     margin-bottom:20px;
}

.yellowArrow{
     color:#f8901f!important;
     font-size: 35px!important;
}

label {
    font-size: .875rem;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

.glsr-bar-background:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 12px;
    content: "";
    background: rgba(158, 158, 158, 0.11)!important;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
    width: 16px;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #000;
}

.stylingHeaderTitleOne {
    text-transform: none;
    color: #fff;
    font-size: 25px;
}

.stylingHeaderTitleTwo {
    text-transform: none;
    color: #f8901f;
    font-size: 25px;
}
.orangeBar{
    color: #f8901f;
}

.sectionStyling {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 30px;
}
/* end of custom CSS */


#wpadminbar {display: none !important;}
body {
  font-family: "Open Sans", sans-serif;
  background: #f4f4f4;
  overflow-x: hidden;
}
.logo-wrapper {
    margin: 19px 0;
}
.gallery-wrapper.no-modal {
background: none;
}

.main-image {
    background: #f4f4f4 !important;
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}
h1,
 h1 a,
.heading-1 {
  color: #a1a0a5;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  margin: 25px 0;
  text-transform: uppercase;
}h2, .heading-2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  line-height: 1.5rem;
  letter-spacing: 1px;
  margin: 25px 0;
  text-transform: uppercase;
}h3,
.heading-3 {
  color: #a1a0a5;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1.5rem;
  margin: 25px 0;
  text-transform: uppercase;
}h4,
.heading-4 {
  font-family: Lato, sans-serif;
  color: #a1a0a5;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5rem;
  margin: 0 0 20px;
  text-transform: uppercase;
}p {
  color: #f98f1f;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 31px;
  margin: 0 0 30px;
}ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 26px;
  font-family: Lato, sans-serif;
}.content-wrapper h1,
 .content-wrapper .heading-1,
 .content-wrapper h2,
 .content-wrapper .heading-2{
  padding-bottom: 5px;
}.main-content{
}.main-content ul {
  margin: 0 0 20px 0;
}.main-content ul li {
  color: #a1a0a5;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 25px;
  position: relative;
}.main-content ul.plus-icon li::before,
 .main-content .plus-icon p::before {
  content: "\f0c8";
  color: #f98f1f;
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  left: -25px;
}.main-content .plus-icon p::before{
  left: 0;
}.row {
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
}.contain-to-grid {
  background: none !important;
}.contain-to-grid .top-bar {
  max-width: 1360px;
}.content-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  background: #f4f4f4;
}.page-wrapper {
  max-width: 1360px;
  clear: both;
}.button-one {
    background: #a1a0a5;
    color: #f4f4f4;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 46px;
    padding: 15px 15px;
    width: 100%;
    font-family: Lato, sans-serif;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.button-two {
  background: #a1a0a5;
  border-radius: 5px;
  color: #f4f4f4;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
  line-height: 52px;
  margin: 0 auto;
  padding: 0 15px;
  width: 340px;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-animation: shadowPulse 2.25s infinite;
  animation: shadowPulse 2.25s infinite;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.button-one.alt{
  background: #f98f1f;
  color: #fff;
  font-weight: 600;
}.button-two:hover,
 .button-two:focus {
  color: #f4f4f4;
  letter-spacing: 2px;
}header.header-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index:9;
}header.header-wrapper.interior-page,
 header.header-wrapper.contact-page {
  min-height: 75vh;
  position: relative;
  overflow: hidden;
}.header-details{
  padding: 0px;
  background: #fff;
  z-index: 1;
}.header-company-wrapper {
  padding-left: 30px;
}.header-company-title {
  margin: 0;
}.header-company-title a {
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 34px;
  line-height: normal;
  color: #f4f4f4;
  text-decoration: none;
  float: left;
  width: 100%;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}.header-company-serviceorder {
  color: #f4f4f4;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: lighter;
}.header-company-title,
 .header-company-serviceorder {
  margin: 0;
}.header-cta{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-top: 23px;
  color: #f4f4f4;
  font-weight: 400;
  font-family: Lato, sans-serif;
  font-size: 14px;
}.header-cta .button-one {
  margin: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  line-height: 32px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}.header-cta a.button-one[href^="tel:"] {
  margin-right: 10px;
}
/* CLEAR NAVIGATION BACKGROUNDS */
.top-bar,
.top-bar-section ul li,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: none;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  background: none;
}
/* NAVIGAITON LINK DEFAULT STYLES */
.top-bar .name {
  background: #fff;
}.top-bar-section .has-dropdown > a {
  padding: 0 26px !important;
}.top-bar-section .has-dropdown > a::after {
  display: none !important;
}.top-bar-section ul li > a,
 .top-bar-section li:not(.has-form) a:not(.button) {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 0 26px;
  letter-spacing: 2px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.top-bar-section ul > li:not(:last-child) {
  margin: 0 18px 0 0;
}.top-bar ul {
  padding: 0;
}
/* NAVIGAITON LINK ACTIVE/HOVER STYLES */
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  color: #000;
  padding: 0 26px;
  text-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li,
 .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a,
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:not(.button) {
  background: none;
  border: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown,
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown {
  background: #f98f1f;
  overflow: hidden;
}.top-bar-section ul li:not(.has-form) ul.dropdown li a,
 .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a {
  border: none;
  font-size: 13px;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a:hover:not(.button),
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:hover:not(.button),
 .top-bar-section ul li:not(.has-form) ul.dropdown li.active a,
 .top-bar-section ul li:hover:not(.has-form) ul.dropdown li.active a:hover,
 .top-bar-section ul li:hover:not(.has-form) ul.dropdown li.active a,
 .top-bar-section ul li:hover:not(.has-form) ul.dropdown li.active a,
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li.active a:not(.button){
  background: #f4f4f4;
  color: #a1a0a5;
  border: none;
  text-shadow: none;
}.top-bar.expanded .toggle-topbar a {
  color: #000;
}.top-bar-section .has-dropdown.moved > .dropdown {
  background: #a1a0a5;
}
/*Slider Styles*/
.slider-wrapper,
.slick-button-container {
  display: block;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top:0; 
}.slider-wrapper.interior-page {
  height: 75vh;
}
.slick-button-container .slick-prev {
  left: 0 !important;
}.slick-button-container .slick-next {
  right: 0 !important;
}.slick-button-container .slick-prev,
 .slick-button-container .slick-next {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 0;
  margin: 0;
}.slick-button-container .slick-prev::before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 38px;
  color: #f4f4f4;
}.slick-button-container .slick-next::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 38px;
  color: #f4f4f4;
}.interior-page .slick-button-container .slick-prev,
 .interior-page .slick-button-container .slick-next{
  height: 75vh;
}.slick-dots{
  bottom: auto;
  top: calc(100vh - 90px);
  right: 100px;
  width: auto;
}.interior-page .slick-dots{
  top: calc(75vh - 35px);
}.slick-dots li{
  margin: 0;
}.slick-dots li button{
  background: #f4f4f4;
  width: 10px;
  height: 10px;
}.slick-dots li.slick-active button{
  background: #f98f1f;
}.slick-dots li button:before{
  display: none;
}
/**/
.tagline-arrow-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 9;
}.tagline-arrow-bar .scroll-arrow {
  position: relative;
  text-align: center;
  width: 85px;
  margin:0 auto 25px;
}.tagline-arrow-bar .scroll-arrow .fa {
  color: #f98f1f;
  cursor: pointer;
  font-size: 36px;
  line-height: 45px;
  width: 100%;
  -webkit-animation: pulse 1.75s infinite;
  animation: pulse 1.75s infinite;
    padding-top: 30px;
}.located-in {
  background: #f98f1f;
  text-align: center;
  height: 45px;
}.located-in p {
  color: #f4f4f4;
  line-height: 45px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  margin: 0;
  letter-spacing: 3px;
}.intro-bar {
  background: #fff1e2;
  position: relative;
}.intro-bar .row {
  padding: 50px 0 65px;
}.intro-bar h1{
  color: #f4f4f4;
  margin: 16px 0;
  text-transform: uppercase;
  font-size: 46px;
}.interior-page .intro-bar h1,
 .interior-page .intro-bar h2 {
  color: #f4f4f4;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 46px;
}.interior-page .intro-bar h1{
      color: #282828;
  }.intro-bar p {
  color: #777;
  font-size: 18px;
  line-height: 26px;
}.intro-bar .mi-heading {
  color: #777;
  margin: 15px 0;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  text-align: center;
  line-height: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}.intro-bar .midbar-item .animate-icon{
  width: 62px;
  height: 62px;
  margin: 0 auto;
  display: block;
  position: relative;
}.intro-bar .midbar-item .animated-wrapper{
  display: block;
  position: absolute;
  border: 2px solid #f98f1f;
  border-radius: 31px;
  width: 100%;
  height: 100%;
}.intro-bar .midbar-item:hover .animated-wrapper{
  animation-name: rotate;
  animation-duration: 0.7s;
  border-color: #f98f1f;
}.intro-bar .midbar-item .fa {
  font-size: 30px;
  color: #a1a0a5;
  display: block;
  line-height: 62px;
  width: 100%;
}.intro-bar .midbar-item:nth-of-type(1) {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}.intro-bar .midbar-item:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}.intro-bar .midbar-item:nth-of-type(3) {
  opacity: 0;
  -webkit-transition: all 3000ms ease;
  -moz-transition: all 3000ms ease;
  -ms-transition: all 3000ms ease;
  -o-transition: all 3000ms ease;
  transition: all 3000ms ease;
}.intro-bar .midbar-item.complete:nth-of-type(1),
 .intro-bar .midbar-item.complete:nth-of-type(2),
 .intro-bar .midbar-item.complete:nth-of-type(3) {
  opacity: 1;
}.contact-page-wrapper {
  position: relative;
  background: #a1a0a5;
}.contact-page-offset {
  position: relative;
  top: -25px;
}.sidebar-contact {
  border-radius: 0 5px 0 0;
  min-height: 400px;
}.contact-page-wrapper .contact-info-left {
  padding: 0 25px 0 75px;
}.contact-page-offset h1,
 .contact-page-offset h2,
 .contact-page-offset h3,
 .contact-page-offset .heading-1,
 .contact-page-offset .heading-2,
 .contact-page-offset .heading-3{
  color: #f4f4f4;
}.contact-page-wrapper p {
  color: #f4f4f4;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
}.contact-address,
 .contact-phone,
 .contact-fax,
 .contact-email  {
  padding: 0 0 0 25px;
  position: relative;
}.contact-address::before {
  content: "\f041";
  color: #f4f4f4;
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}.contact-phone::before {
  content: "\f095";
  color: #f4f4f4;
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}.contact-fax::before {
  content: "\f1ac";
  color: #f4f4f4;
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}.contact-email::before {
  content: "\f0e0";
  color: #f4f4f4;
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}.contact-form-wrapper {
  padding: 10px 0 45px;
}.contact-form-wrapper .columns {
  padding: 0 12px;
}.contact-form-wrapper .contactForm  {
  margin-top: 20px;
}.contact-form-wrapper .contactForm  label{
  font-weight: bold;
  display: block;
}.contact-form-wrapper .contactForm input {
  height: 45px;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  width: 100%;
  font-family: Lato, sans-serif;
}.contact-form-wrapper .contactForm textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 105px;
  font-family: Lato, sans-serif;
}.contact-form-wrapper .contactForm input#captchaCode {
  float: left;
  width: 165px;
}.contact-form-wrapper .contactForm .captchaWrapper {
  clear: both;
  float: left;
  width: 100%;
}.contact-form-wrapper .captchaImages {
  width: calc(100% - 165px);
  float: left;
}.contact-form-wrapper .captchaImages .captchaLeft {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}.contact-form-wrapper .captchaImages .captchaRight {
  width: 17%;
  display: inline-block;
  vertical-align: middle;
}.contact-form-wrapper .captchaImages .captchaLeft img {
  max-height: 45px;
}.contact-form-wrapper .contactForm .submitWrapper {
  clear: both;
  float: left;
  text-align: center;
  width: 100%;
}.contact-form-wrapper .contactForm .submitWrapper span.submit {
  cursor: pointer;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  padding: 3px 20px;
  width: 100%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.contact-form-wrapper .contactForm .submitWrapper span.submit:hover {
  background-color: #a1a0a5;
  color: #f4f4f4;
}.emailConfirmation {
  background: rgba(20, 40, 48, 0.9);
  margin: 0 auto;
  padding: 40px 0 20px;
  text-align: center;
  width: 100%;
}.emailConfirmation h1,
 .emailConfirmation p {
  color: #f98f1f;
}.emailConfirmation {
  text-align: center;
}.emailConfirmation h1 {
  color: #f98f1f;
  margin: 0;
  line-height: 60px;
}.cta-wrapper {
  background: #282828;
  padding: 100px 0 85px;
}.cta-wrapper h3,
 .cta-wrapper .heading-3 {
  color: #f4f4f4;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  margin: 0 0 30px 0;
  letter-spacing: 2px;
}.cta-wrapper p{
  font-family: Lato, sans-serif;
  color: #f4f4f4;
  font-size: 15px;
}.toTop {
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
  width: 440px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}.toTop .fa {
  color: #f4f4f4;
  font-size: 28px;
  cursor: pointer;
  position: relative;
  width: 40px;
  z-index: 2;
}.toTop::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: 0 3px 10px #f4f4f4;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 2;
}.toTop::after {
  border-left: 220px solid transparent;
  border-right: 220px solid transparent;
  border-top: 35px solid #ff6306;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 1;
}.footer-wrapper {
  background: #555558;
}.footer-wrapper .top-bar-section ul li > a,
 .footer-wrapper .top-bar-section li:not(.has-form) a:not(.button){
  color: #f4f4f4;
  line-height: 36px;
  font-size: 12px;
}.footer-wrapper .top-bar-section ul li:hover:not(.has-form) > a,
 .footer-wrapper .top-bar-section li.active:not(.has-form) a:not(.button),
 .footer-wrapper .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  color: #f98f1f;
}.footer-wrapper .social-icons .fa {
  border: 2px solid transparent;
  border-radius: 45px;
  color: #f4f4f4;
  font-size: 20px;
  line-height: 40px;
  margin: 0 3px;
  text-align: center;
  width: 45px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.footer-wrapper .social-icons .fa:hover {
  border-color: #f98f1f;
}.footer-wrapper .disclaimer {
  background: #555558;
  padding: 15px 0;
}.footer-wrapper .disclaimer p {
  color: #f4f4f4;
  font-size: 9px;
  line-height: 16px;
  margin: 0;
}.footer-wrapper .disclaimer .lnm-image img {
  width: 105px;
}.footer-wrapper .top-bar .dropdown {
  display: none !important;
}
/* Blog Post Styles */
.single-wrapper {
  background: #f4f4f4;
  max-width: 100% !important;
  width: 100%;
}#primary {
  clear: both;
  max-width: 1360px !important;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}
/* Default Styles */
.scrollfade {
  opacity: 0;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}.scrollfade.complete {
  opacity: 1;
}.scrollfade .sliding-box {
  position: relative;
  right: -50px;
}.scrollfade.complete .sliding-box {
  right: 0;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}.scrollfade .sliding-box.alt {
  position: relative;
  left: -50px;
}.scrollfade.complete .sliding-box.alt {
  left: 0;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}.strip-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}.vertical-padding-extra-large {
  padding-top: 100px;
  padding-bottom: 90px;
}.vertical-padding-large {
  padding-top: 75px;
  padding-bottom: 65px;
}.vertical-padding-medium {
  padding-top: 55px;
  padding-bottom: 45px;
}.vertical-padding-small {
  padding-top: 35px;
  padding-bottom: 25px;
}.accent-one {
  color: %COLOR8% !important;
}[class*="fadein-"] {
  opacity: 0;
}.slick-slider {
  left: 0;
  position: relative;
  top: 0;
  z-index: -1;
  width: 101% !important;
  overflow: hidden;
}
.slick-prev, .slick-next{
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
}

/*---Custom Styles---*/


.logo-header {
    margin-bottom: 22px;
    margin-top: 13px;
}
header.header-wrapper {
    min-height: 100vh;
    position: relative;
    overflow: hidden;  
}

.padding-left {
    padding-left: 7%;
}
.padding-right {
    padding-right: 7%;
}
.header-company-title {
    margin: 30px 0;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
.header-company-title a {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 50px;
    line-height: normal;
    color: #8c8b90;
    background: #f98f1f;
    width: 686px !important;
    padding: 5px 20px;
    text-decoration: none;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.header-company-title a span {
    color: #fff;
}
.header-company-serviceorder {
  color:#f98f1f;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: bold;
  padding: 30px 0;
}
.header-company-serviceorder span {
color: #fff;
}
span.logo-white-bg {
    background: #fff;
}
.header-company-title a span.logo-white-bg {
    color: #a1a0a5;
    padding: 0 12px;
}
.navigation-wrapper {
    background: #fff;
    z-index: 10;
}
.service-order {
    margin-top: 9%;
}
hr {
    border: solid #f98f1f;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}
p.logo-tagline {
    margin: 0 auto;
    color: #000;
    font-size: 27px;
    font-weight: bold;
    padding-left: 10%;
}

.content-wrapper.bg-home {
    background-image: url("https://concreteinsight.com/wp-content/uploads/2018/11/home-bg.jpg");
}
.bg-home p,
.bg-home h1 {
    color: #fff;
}
.main-image,
.gallery-wrapper.no-modal {
  background: none !important;
}

.home-services {
    margin: 60px 0;
}
.content-wrapper {
  background: #282828;
}
.content-wrapper.dark-wrapper {
  background: #282828;
}
i.fa.fa-arrow-right {
    margin-top: 43px;
}
.contact-paragraph {
    margin-top: 50px;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #f98f1f;
}
.slide-content {
    top: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
}
p.slider-text {
    top: 50%;
    position: relative;
    color: #fff;
    z-index: 99999999;
    text-align: center;
    margin: 0 auto;
    font-size: 87px;
    line-height: 104px;
}
.slick-slide::after {
    content: " ";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b0;
}
.content-wrapper.bg-home::after {
    content: " ";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.48);
}
.index-bg {
    z-index: 999999;
}
.slider-wrapper.bottom-slider {
    height: 600px;
    text-align: center;
}

.slick-client-slider {
    position: relative;
    z-index: 999;
}

.slick-client-slider::after {
    display: none;
}

.slick-client-slider .slick-slide::after {
    display: none;
}
.slick-initialized .slick-slide {
    display: block;
    background: #fff;
    border-bottom:2px solid #e1d3c5;
}
.slick-slide img {
    display: block;
    text-align: center;
    float: none;
    margin: 0 auto;
}
.white-bg {
    background: #fff !important;
}
.white-bg h3,
.white-bg p,
.white-bg h2 {
  color: #000;
}
.glsr-shortcode.shortcode-site-reviews-summary {
    color: #fff;
}
.glsr-field select[name=rating] {
    display: block;
    height: 41px !important;
}
.fa {
  color: #ffe1c1;
  font-size: 49px;
}
.interior-page .intro-bar h1 {
  font-size: 30px;
}.form h2 {
  color: #f8901f;
  line-height: 1.9rem;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  line-height: 1.9rem;
  letter-spacing: 1px;
  margin: 25px 0;
  text-transform: unset;
}.form p {
  font-size: 21px;
}.has-shadow {
  box-shadow: 1px 13px 20px #808080;
}.form .fa{
    margin-bottom: 0;
}p.thanks{
    font-size: 27px;
    margin-bottom: 5vh;
}h2.thanks {
    font-size: 32px;
}



/*---End Custom Styles---*/

@keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 15px -4px #f98f1f;
    -webkit-box-shadow: 0 0 15px -4px #f98f1f;
    -moz-box-shadow: 0 0 15px -4px #f98f1f;
  }
  50% {
    box-shadow: 0 0 15px 2px #f98f1f;
    -webkit-box-shadow: 0 0 15px 2px #f98f1f;
    -moz-box-shadow: 0 0 15px 2px #f98f1f;
  }
  100% {
    box-shadow: 0 0 15px -4px #f98f1f;
    -webkit-box-shadow: 0 0 15px -4px #f98f1f;
    -moz-box-shadow: 0 0 15px -4px #f98f1f;
  }
}header.header-wrapper.interior-page, header.header-wrapper.contact-page {
    min-height: 5vh;
    position: relative;
    overflow: visible;
}h1.stylingHeaderTitleOne {
    color: black;
}
@media only screen and (max-width: 1400px) {
  .header-cta  {
    padding: 0;
  }.header-cta .button-one {
    width: 190px;
    float: right;
}.logo-wrapper {
    padding: 0;
  }.logo-wrapper .logo {
    max-width: 80px;
  }.header-company-wrapper {
    display: block;
    margin: 0 0 0 10px;
    width: calc(100% - 95px);
  }.slick-button-container {
    display: none;
  }.navigation-wrapper,
   .navigation-wrapper ul {
    padding: 0;
  }.top-bar-section .has-dropdown > a {
    padding: 0 15px !important;
  }.top-bar-section ul li > a,
   .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 14px;
    padding: 0 15px;
  }.top-bar-section ul > li:not(:last-child) {
    margin: 0 5px 0 0;
  }
  /* NAVIGAITON LINK ACTIVE/HOVER STYLES */
  .top-bar-section ul li:hover:not(.has-form) > a,
  .top-bar-section li.active:not(.has-form) a:not(.button),
  .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    padding: 0 15px;
  }.row.header-details {
    padding-bottom: 0;
  }.main-content {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1025px) {
.hide-for-large-only {
    display: contents !important;
}
.slick-client-slider .slick-list {
    margin: 10px 0px;
}
.cta-wrapper {
    padding: 10px 0 85px;
}

p.logo-tagline {
    font-size: 22px;
    padding-left: 6%;
}

.slick-list {
    margin: 255px 0px;
}

p.slider-text {
    top: 50%;
    font-size: 19px;
    line-height: 10px;
}

  .vertical-padding-large{
    padding: 30px 0;
  }.top-bar{
    width: 100%;
  }.top-bar-section .dropdown li.title h5 a,
   .top-bar-section .dropdown li.parent-link a{
    line-height: 45px;
  }.top-bar-section ul li > a,
  .top-bar-section ul li > a:hover,
  .top-bar-section .has-dropdown > a,
  .top-bar-section li:not(.has-form) a:not(.button),
  .top-bar-section ul li:hover:not(.has-form) > a,
  .top-bar-section li:not(.has-form) a:not(.button),
  .top-bar-section li:not(.has-form) a:hover:not(.button),
  .top-bar-section li.active:not(.has-form) a:not(.button),
  .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: #8a8a8a;
    border-radius: 0;
    line-height: 45px;
    text-align: center;
  }.top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: #3e3e3e;
  }.top-bar-section ul > li:not(:last-child) {
    margin: 0;
  }header.header-wrapper,
   header.header-wrapper.interior-page,
   header.header-wrapper.contact-page {
    min-height: 80vh;
    height: auto;
  }.header-details{
    border: none;
  }.header-company-wrapper{
    padding: 0;
  }.header-cta .button-one{
    width: 50%;
  }.header-cta a.button-one[href^="tel:"]{
    margin: 0;
  }.slider-wrapper{
    position: absolute;
    top: 0;
    z-index: -1;
  }.slick-dots{
    display: none!important;
  }.intro-bar .midbar-item .animated-wrapper{
    border-color: #f98f1f;
  }.main-content.interior-page .content-wrapper {
    padding: 25px;
  }.contact-page-offset{
    top: 0;
  }.contact-page-wrapper .contact-info-left{
    padding: 0 0 0 35px;
  }footer.footer-wrapper nav {
    /* display: none; */
  }footer.footer-wrapper .social-icons {
    text-align: center;
  }footer.footer-wrapper .vertical-padding-medium {
    padding: 25px 0;
  }footer.footer-wrapper .disclaimer {
    text-align: center;
  }.intro-bar .mi-heading {
    color: #a1a0a5;
    margin: 15px 0;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    text-align: center;
    line-height: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}.header-company-serviceorder {
    color: #f98f1f;
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 30px 0;
}

.fa {
    margin-bottom: 20px;
}
}


/* START of custom CSS */
#blog-main-wrapper {
    margin-top: 400px;
}

p.post-excerpt {
    color: #000;
}
.whiteText{
    color: #fff!important;
}.slick-slider {
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
    width: 101% !important;
    overflow: hidden;
  }
/* END of custom CSS */


@media only screen and (max-width: 768px) {
p.slider-text {
    font-size: 19px;
}

h2, .heading-2 {
    font-size: 19px;
}
.fa {
    margin-bottom: 20px;
}

.stylingHeaderTitleOne {
    text-transform: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.stylingHeaderTitleTwo {
    text-transform: none;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

}

@media only screen and (max-width: 767px) {

.stylingHeaderTitleOne {
    text-transform: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}.tagline-arrow-bar .scroll-arrow{
  display: none;
}

.stylingHeaderTitleTwo {
    text-transform: none;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}.header-cta .button-one{
  width: 100%;
}
.fa {
    margin-bottom: 20px;
}

h2, .heading-2 {
    font-size: 19px;
}
  header.header-wrapper {
    min-height: 77vh;
    height: auto;
  }.header-details{
    padding: 30px;
    z-index: 1;
  }.header-company-wrapper{
    width: 100%;
    margin: 0;
  }.header-cta{
    margin: 10px 0;
  }.main-content.interior-page .content-wrapper{
    padding: 15px;
  }.sliding-box {
    display: block;
    float: none;
    margin: 0 auto;
  }.intro-bar .row{
    padding: 20px 0;
  }.toTop {
    width: 260px;
  }.toTop::after {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
  }.google-map {
    max-height: 250px;
  }.contact-page-wrapper .contact-info-left,
   .contact-page-wrapper .contact-info-right {
    padding: 0 15px;
  }.header-company-title a {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 3vw;
    line-height: normal;
    color: #8c8b90;
    background: #f98f1f;
    width: 260px !important;
    padding: 5px 5px;
    text-decoration: none;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}.button-one {
    background: #a1a0a5;
    color: #f4f4f4;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 46px;
    padding: 15px 0px;
    width: 221px;
    font-family: Lato, sans-serif;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.logo-header {
    padding: 0px;
    margin: 0 auto;
    display: block;
}
}


@media only screen and (max-width: 375px) {

.fa {
    margin-bottom: 20px;
}

h2, .heading-2 {
    font-size: 19px;
}
.located-in p {
    line-height: 22px;
    font-size: 15px;
    letter-spacing: 1px;
}

}

@media only screen and (max-width: 320px) {

.fa {
    margin-bottom: 20px;
}

h2, .heading-2 {
    font-size: 19px;
}


p.slider-text {
    font-size: 16px;
}
.located-in {
    height: 50px;
    position: relative;
    margin-bottom: 115px;
}

.located-in p {
    line-height: 15px;
    font-size: 12px;
    margin: 0;
    letter-spacing: 1px;
}

p.logo-tagline {
    font-size: 19px;
}

.content-wrapper.bg-home {
    margin-top: 3px;
}


.slick-list {
    margin: 248px 0px;
}

.tagline-arrow-bar {
    position: relative!important;
    width: 100%;
    bottom: 0;
    top: 115px!important;
    z-index: 0;
}

}




