body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
div,h1,h2,h3,h4,h5,p,input {
  max-width:100%;	
}
.project-holder.margintop20 {
	margin-top: 40px;
}
.margintop20{
	margin-top: 20px;
}
.marginbottom20 {
	margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
}

.firestop-logo {
	margin-top: 40px;
}
.div-block-12 {
	display: flex;
    flex-direction: column;
}
.team-img-holder ._24-width {
	width: 28%;
	margin-right: 2%;
	margin-left: 2%;
}
.black-text {
	color: #5a5454;
	font-weight: normal;
}
.white-text {
	color: white;
	font-weight: normal;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #webform-ajax-wrapper-42 div {
		display: flex;
		flex-wrap: no-wrap !important;
	}
	#webform-ajax-wrapper-42 div input {
		min-width:250px;	
	}
}
#webform-ajax-wrapper-42 div {
	display: flex;
	flex-wrap: wrap;
}

.w-icon-slider-left {
	background: url('../images/blackarrow.png') !important;
	background-position: 50% !important;
    background-size: 50 !important;
    background-repeat: no-repeat !important;
    background-color: rgba(0,0,0,0) !important;
}

.w-icon-slider-right {
	background: url('../images/rightblackarrow.png') !important;
	background-position: 50% !important;
    background-size: 50 !important;
    background-repeat: no-repeat !important;
    background-color: rgba(0,0,0,0) !important;
}
.company-bg.second {
	background-position: 50% 50% !important;
}

.news-p {
	min-height: 130px;
}

.lightholder{
    width: 100%;
	height: 100%;
    /*margin-top: 100px;*/
    z-index: 992;
    position: fixed;
    top: 0px;
    display: none;
	justify-content: center;
	align-items: center;
	/*transition: position 2s;*/
}

.div-block-4 .webform-component--email {
	max-width: 35%;
	margin-bottom: 0px;
}
#edit-submit--3{
	max-width: 40%;
	font-size: 16px;
}

.slider-5.w-slider {
	/*height: 90%;*/
}
.slider-5.w-slider .w-slider-mask {
  height:unset;	
}
@-moz-document url-prefix() {
    #webform-ajax-wrapper-42 .webform-component-fieldset.webform-component--email.form-wrapper {
        margin-right:15px;
    }
}
.fieldset-wrapper {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
}
.easy-breadcrumb_segment {
	margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
a.easy-breadcrumb_segment {
	font-weight:600;	
}
.grayprintsection .container.margin-bottom{
	margin-bottom: 0px !important;
}

.webform-submit.button-primary {
	padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
	width: 100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
    padding: 15px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2926), to(#c11716));
    background-image: linear-gradient(180deg, #eb2926, #c11716);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
	border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.webform-submit.button-primary:hover{
	transform: scale(1.05);
}


/*.webform-component--locationset{
	padding-bottom: 10px;
    border-bottom: 2px solid #e2e2e2;
}*/
.webform-component--industry {
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e2e2;
}
.industry-service-title{
	margin-bottom: 10px;
}

.blogpageteaser p {
	font-family: Montserrat, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.service-p p{
	font-size: 16px !important;
    line-height: 150% !important;
}

.webform-client-form-40 {
	margin-top: 20px;
}

.form-wrapper {
	margin-bottom: 5px;
}

.webform-component--inquiry {
	margin-top:20px;
}

.webform-component--message {
	margin-top:15px;
	margin-bottom: 15px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

a {
  color: #d52d2a;
  font-weight: 600;
  text-decoration: none;
}

.section {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.herosection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 120px;
  padding-bottom: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/HeroBg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/HeroBg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.section.bgsection {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.75)), to(rgba(43, 43, 43, 0.75))), url('../images/Group-8.png');
  background-image: linear-gradient(180deg, rgba(43, 43, 43, 0.75), rgba(43, 43, 43, 0.75)), url('../images/Group-8.png');
  background-position: 0px 0px, 20% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.npt {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.grayprint-section {
  background-image: url('../images/Rectangle-11.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.testimonial-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d52d2a;
  background-image: url('../images/quotes-right.svg'), url('../images/quotes-left.svg');
  background-position: 100% 105%, 0px -5%;
  background-size: 20%, 20%;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.section.footer {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.services-section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, #fff)), url('../images/Rectangle-11.png');
  background-image: linear-gradient(180deg, transparent, #fff 33%), url('../images/Rectangle-11.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
}

.section.crossbeam-sec {
  background-image: url('../images/Layer-4-copy.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.container {
  width: 80%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-container.space-between {
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-container.vert-container {
  max-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-container.service-flex {
  overflow: hidden;
  max-width: 1400px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.flex-container.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-container.form-container {
  max-width: 1600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.flex-container.footer-expand {
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.right-align {
  text-align: right;
}

.container.right-align.small-container {
  width: 60%;
  margin-right: 10%;
}

.container.margin-bottom {
  margin-bottom: 25px;
}

.container.margin-bottom.flex-holder {
  width: 80%;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.margin-bottom.flex-holder.no-margin-bottom {
  margin-bottom: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.slidecontainer {
  height: 100%;
  background-image: url('../images/bed-bedroom-cozy-164595.png');
  /*background-position: 50% 50%;*/
  background-size: cover;
}

.container.center {
  text-align: center;
}

.hero-head {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 5px solid rgba(253, 0, 0, 0.7);
  font-size: 60px;
  line-height: 125%;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.home-subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.topreddiv {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: red;
  background-image: url('../images/Topbg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.social-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.hero-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75));
  color: red;
}

.text-block {
  padding-right: 15px;
  color: #d30000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.red {
  color: #d52d2a;
}

.red.bold {
  font-size: 20px;
  font-weight: 600;
}

.red.bold:hover {
  text-decoration: underline;
}

.service-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid red;
}

.service-holder.expert-holder {
  border-color: grey;
}

.service-holder.gray-borders {
  border-color: #565656;
}

.sliderserviceblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Servicebg.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  font-size: 20px;
}

.sliderserviceblock .red.bold {
  padding-top: 10px;	
}

.sliderserviceblock.expertblock {
  width: 25%;
  background-image: url('../images/Layer-15.png');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sliderserviceblock.expertblock.schools {
  background-image: url('../images/Layer-16.png');
}

.sliderserviceblock.expertblock.hospitality {
  background-image: url('../images/Layer-18.png');
}

.sliderserviceblock.expertblock.government {
  background-image: url('../images/Layer-17.png');
}

.sliderserviceblock.service2 {
  background-image: url('../images/dryicebg.png');
  background-position: 50% 50%;
}

.sliderserviceblock.service3 {
  background-image: url('../images/Concrete-floor-bg.png');
  background-position: 50% 50%;
}

.sliderserviceblock.service3.servicepage {
  width: 33.3333%;
  height: 250px;
}

.sliderserviceblock.service-page {
  width: 33.33333%;
  height: 250px;
  background-image: url('../images/Layer-13-copy.png');
  background-position: 50% 50%;
}

.sliderserviceblock.service-page.asbestos-abatement {
  background-image: url('../images/Layer-36.png');
  background-position: 50% 0%;
  background-size: auto 110%;
}

.sliderserviceblock.service-page.concrete-floor-prep {
  background-image: url('../images/Concrete-floor-bg.png');
  background-position: 50% 50%;
}

.sliderserviceblock.service-page.dry-ice-blasting {
  background-image: url('../images/dryicebg.png');
}

.sliderserviceblock.industry1 {
  background-image: url('../images/Layer-15.png');
}

.sliderserviceblock.industry2 {
  background-image: url('../images/Layer-16.png');
}

.sliderserviceblock.industry3 {
  background-image: url('../images/Layer-18.png');
}

.sliderserviceblock.industry4 {
  background-image: url('../images/Layer-17.png');
}

.sliderserviceblock.service4 {
  background-image: url('../images/Layer-13-copy.png');
}

.slide-nav {
  display: none;
}

.service-icon {
  height: 45px;
  max-height: 45px;
  margin-bottom: 25px;
}

.service-icon.horiz {
  width: auto;
  height: 40px;
  max-width: none;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 0%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85));
  color: #5a5454;
  text-align: center;
}

.overlay.alt {
  top: auto;
  bottom: 0px;
}

.service-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 0, 0, 0.75)), to(rgba(253, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, rgba(253, 0, 0, 0.75), rgba(253, 0, 0, 0.75));
  font-weight: 700;
  text-align: center;
}

.service-overlay.expert-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 94, 94, 0.8)), to(rgba(94, 94, 94, 0.8)));
  background-image: linear-gradient(180deg, rgba(94, 94, 94, 0.8), rgba(94, 94, 94, 0.8));
}

.service-overlay.dry-ice {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 64, 64, 0.5)), to(rgba(223, 64, 64, 0.5)));
  background-image: linear-gradient(180deg, rgba(223, 64, 64, 0.5), rgba(223, 64, 64, 0.5));
}

.service-overlay.gray-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 41.3%, 0.75)), to(hsla(0, 0%, 41.3%, 0.75)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 41.3%, 0.75), hsla(0, 0%, 41.3%, 0.75));
}

.section-title {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}

.section-title.red {
  color: #d52d2a;
}

.halfblock {
  width: 49%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.arc-construction-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Logo.png');
  background-position: 100% 50%;
  background-size: cover;
}

.flex-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-holder.logoholder {
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-holder.footer-holder {
  padding-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-holder.reverse {
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

/*.flex-holder.no-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-holder.no-wrap.border-bottom {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e2e2e2;
}*/

.webform-component--nameset--last-name {
	display: flex;
	justify-content: space-around;
	width: 49.5%;
	margin-bottom: 0px;
}

.webform-component--nameset--first-name {
	display: flex;
	justify-content: space-around;
	width: 49.5%;
	margin-bottom: 0px;
}

.webform-component--contactset--phone-number, .webform-component--contactset--email-address {
	width: 49.5%;
	margin-bottom: 0px;
}

.form-field._49-width.w-input.form-text {
	width: 100%;
}

.webform-component--locationset--address {
	width: 49.5%;
}

._49-width.flex-holder.form-item.webform-component.webform-component-textfield.webform-component--locationset--city,
._49-width.flex-holder.form-item.webform-component.webform-component-textfield.webform-component--locationset--state,
._49-width.flex-holder.form-item.webform-component.webform-component-textfield.webform-component--locationset--zip {
	width: 15.75%;
}

.logo-holder {
  padding: 20px;
  background-color: #fff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2926), to(#c11716));
  background-image: linear-gradient(180deg, #eb2926, #c11716);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
}

.button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button.signup-button {
  font-weight: 600;
}

.button.full-width {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.button.full-width:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.padding-top {
  margin-top: 15px;
}

.button.padding-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.slider {
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
}

.center {
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
}

.slideholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.headerphone {
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
  font-weight: 700;
}

.headerphone:hover {
  text-decoration: underline;
}

.largesub {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.graysubtitle {
  color: #797979;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 15px;
}

._60block {
  width: 50%;
  padding-right: 40px;
}

._60block.flex-holder {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._40block {
  width: 50%;
  max-width: 450px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._40block.flex-holder {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._40block.flex-holder.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.testimonial-text {
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
  font-weight: 500;
}

.testimonial-name {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.seen-logo {
  max-width: 100%;
  padding-bottom: 20px;
  height: 114.44px;
}

.smaller-text {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: underline;
}

.smaller-text:hover {
  color: #000;
}

._95width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
}

.newsholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsholder.homeholder {
  width: 24%;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.newsimage {
  width: 100%;
  height: 170px;
  margin-bottom: 30px;
  background-image: url('../images/Layer-1552.png');
  background-position: 50% 50%;
  background-size: cover;
}

.newsimage.second {
  background-image: url('../images/Hue_Saturation-3.png');
}

.newsimage.third {
  background-image: url('../images/Layer-1373.png');
}

.newstitle {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.newsdate {
  margin-bottom: 20.5px;
  padding-top: 12.5px;
  padding-bottom: 2.5px;
  border-bottom: 3px solid #d52d2a;
  color: #d52d2a;
  font-weight: 600;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #d62d2a;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  color: #333;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topsocial {
  width: auto;
  height: 20px;
  margin-left: 30px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.topsocial:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.graycontact {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e2e2e2;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 24px 60px 24px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray-sec-text {
  padding-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 600;
}

.form-block {
  margin-top: 15px;
}

.grayfootersocial {
  width: 25px;
  max-height: 25px;
  margin-right: 30px;
  margin-left: 0px;
}

.footer-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Layer-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 18px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._33block {
  width: 33%;
}

._33block.flex-holder.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._33block.flex-holder.vertical.less-than {
  width: 25%;
}

.footer-social-holder {
  display:none;
  margin-top: 25px;
}

.footer-phone {
  margin-top: 40px;
  color: #fefefe;
  font-size: 16px;
  line-height: 27px;
}

.link {
  color: #fff;
}

.semi-bold {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

._50block {
  width: 50%;
}

._50block.footer50 {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-page-link {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url('../images/keyboard-right-arrow-button-4.png');
  background-position: 0% 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-page-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.vertcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertcontainer.center {
  text-align: left;
}

.copyright-sec {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #262626;
  color: #c7c7c7;
  text-align: center;
}

.mojo-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.footer-logos {
  width: auto;
  height: 40px;
  margin-top: 10px;
  margin-right: 50px;
  margin-bottom: 10px;
}

.image {
  width: auto;
  height: 40px;
}

.homepage-sliders {
  height: 350px;
}

.text-block-2 {
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 2px;
}

.call-now-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f6f6f6;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}

.underline {
  text-decoration: underline;
}

.image-3 {
  margin-right: 10px;
}

.page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/carpenter-carpentry-close-up-1249611.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/carpenter-carpentry-close-up-1249611.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.white {
  color: #fff;
}

.hero-subtitle {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-3 {
  width: 75%;
  padding-right: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.paragraph {
  font-size: 16px;
  line-height: 150%;
}

.slider-3 {
  height: 440px;
  margin-top: 50px;
  background-color: #fff;
}

.icon {
  color: red;
}

.slide-nav-3 {
  left: 0%;
  top: 110%;
  right: 0%;
  bottom: 0%;
  color: red;
}

.grayprintsection {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/Rectangle-11.png');
  background-position: 0px 0px;
  background-size: cover;
}

.project-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #e0e0e0;
}

.projects-p {
  font-size: 15px;
  line-height: 160%;
}

.border-div {
  width: 20%;
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 4px solid #d62d2a;
}

.project-title {
  color: #d62d2a;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}

.projects-name {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
}

.slider-4 {
  height: 250px;
}

.icon-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.icon-3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.slide-2 {
  background-image: url('../images/Layer-1134.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2.otherbg {
  background-image: url('../images/Layer-1159.png');
}

._50container {
  width: 90%;
}

._50container.reverse {
  margin-left: 10%;
}

.page-node-33 ._50container {
	padding: 20px 0;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 15px 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
  text-align: center;
}

.slide-nav-4 {
  display: none;
}

.company-bg {
  width: 100%;
  height: 100%;
  border-bottom: 5px none #d52d2a;
  background-image: url('../images/Layer-1323.png');
  background-position: 50% 50%;
  background-size: cover;
}

.company-bg.border-bottom {
  min-height: 380px;
  border-bottom-style: solid;
  background-image: url('../images/Layer-1373.png');
}

.company-bg.second {
  background-image: url('../images/Layer-1335.png');
}

.company-bg.third {
  background-image: url('../images/about-us-collaboration-community-872955.png');
}

.paragraph-2 {
  font-size: 14px;
  line-height: 175%;
}

.bold-text {
  font-size: 18px;
}

._24-width {
  width: 24%;
  padding-top: 10px;
  padding-bottom: 0px;
  text-align: left;
}

.team-pic {
  width: 100%;
  margin-bottom: 15px;
}

.transparent-text {
  color: hsla(0, 0%, 100%, 0.5);
}

.paragraph-3 {
  margin-bottom: 0px;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Hue_Saturation-3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3.second {
  background-image: url('../images/Layer-1552.png');
}

.div-block-3.third {
  background-image: url('../images/Layer-1553.png');
  background-position: 50% 100%;
}

.blog-title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}

.blog-date.red {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.page-number-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-pager-link {
  padding: 5px 10px;
  border: 1px solid #d6d6d6;
}

.blog-pager-link.next {
  padding-right: 20px;
  padding-left: 20px;
  border-left-style: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blog-pager-link.number {
  padding-right: 15px;
  padding-left: 15px;
  border-left-style: none;
}

.blog-pager-link.number.active {
  background-color: #d62d2a;
  color: #fff;
}

.blog-pager-link.previous {
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.full-width {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.share-story {
  margin-right: 15px;
  text-transform: uppercase;
}

.text-block-5 {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.form-block-2 {
  width: 100%;
}

.form-field {
  height: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-radius: 5px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-field.dropdown-field {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.form-field::-webkit-input-placeholder {
  color: #000;
}

.form-field:-ms-input-placeholder {
  color: #000;
}

.form-field::-ms-input-placeholder {
  color: #000;
}

.form-field::placeholder {
  color: #000;
}

.form-field._49-width {
  width: 100%;
}

.form-field._32-width {
  width: 100%;
}

.form-field.message {
  height: 200px;
  padding-top: 20px;
  font-weight: 500;
}

.form-field.dropdown-field {
  height: 65px;
  background-color: #fff;
}

._49-width {
  width: 49%;
}

._49-width.flex-holder {
  width: 49.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select-field {
  height: 65px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 17px;
}

.contact-heading {
  margin-top: 0px;
  font-size: 22px;
  line-height: 34px;
}

.link-block {
  width: 100%;
  height: 100%;
  color: #fff;
}

.serv-ind-lb {
  width: 25%;
  height: 100%;
  flex-grow: 1;
}

.service-title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 28px;
}

.red-link {
  display: inline-block;
  margin-top: 15px;
  color: #d52d2a;
  font-size: 18px;
  font-weight: 600;
}

.red-link:hover {
  text-decoration: underline;
}

.heading-2 {
  max-width: 1000px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  line-height: 42px;
  font-weight: 500;
}

.paragraph-5 {
  font-size: 17px;
  line-height: 28px;
}

.white-link {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}

.white-link:hover {
  text-decoration: underline;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.image-4 {
  width: 220px;
}

.image-5 {
  width: 200px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-p {
  font-size: 15.5px;
  line-height: 26px;
}

.text-block-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.graycontact .div-block-7 {
	display: none;
}

.redsocial {
  width: 25px;
  max-height: 25px;
}

.social-lb {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.social-lb:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.reg-p {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.3px;
}

.red-link-paddingtop {
  display: inline-block;
  margin-top: 15px;
}

.form-2 {
  margin-top: 30px;
}

.blog-article-img {
  height: 400px;
  margin-top: 20px;
  margin-bottom: 30px;
  background-image: url('../images/Hue_Saturation-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-3 {
  margin-top: 0px;
}

.div-block-8 {
  width: 45%;
  padding-right: 10px;
  padding-left: 10px;
}

.image-6 {
  width: 300px;
}

.mojo-p {
  margin-right: 15px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.slider-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  /* margin-top: -30px; */
  /* margin-bottom: -50px; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider-p {
  width: 90%;
  margin: 30px auto;
  font-size: 16px;
  line-height: 150%;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  max-height: 180px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.right-arrow-2 {
  position: absolute;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-10 {
  position: relative;
  top: 15%;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-5 {
  display: none;
}

.slider-name {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.share-social-icon {
  width: 20px;
  max-height: 20px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
}

.hero-text-holder {
  width: 80%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.team-img-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  flex-wrap: wrap;
}

.industry-service-p {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 1500px) {
	.company-bg.second {
		background-position: 65% 50% !important;
	}
}

@media (max-width: 1400px) {
	.contact-heading br {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.webform-component-fieldset.webform-component--email.form-wrapper {
		width: 100%;
		margin-bottom: 15px;
	}
	.section {
    	padding-top: 50px;
    	padding-bottom: 50px;
  	}
	.page-node-33 ._50container {
		padding-bottom: 20px;
		padding-top: 0px;
	}
	.fieldset-wrapper {
		display: flex;
		flex-direction: column;
	}	
	.webform-client-form-40 .webform-component {
		width: 100% !important;
	}
	.url-textfield {
		display: none !important;
	}
	.form-actions {
		width: 100% !important
	}
	.div-block-4 .webform-component--email {
		max-width: 100%;
	}
	
	.flex-holder{
		justify-content: stretch;
	}
	
	.flex-holder.logoholder {
		justify-content: space-between;
	}
	
	._49-width.flex-holder{
		width: 100%;
	}
	
	
  .container.flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.flex-container.space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.flex-container.service-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container.flex-container.footer-expand {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container.right-align.small-container {
    width: 80%;
    text-align: center;
  }
  .container.margin-bottom.flex-holder {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container.margin-bottom.flex-holder.no-margin-bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-head {
    font-size: 50px;
  }
  .navbar {
    padding-right: 0%;
    padding-left: 0%;
  }
  .social-holder {
    width: auto;
  }
  .service-holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-holder.expert-holder {
    height: 100%;
  }
  .sliderserviceblock {
    width: 100%;
    height: 100%;
  }
  .sliderserviceblock.expertblock {
    width: 50%;
    height: 50%;
  }
  .sliderserviceblock.expertblock.schools {
    height: 50%;
  }
  .sliderserviceblock.service2 {
    height: 100%;
  }
  .sliderserviceblock.service3.servicepage {
    width: 50%;
  }
  .sliderserviceblock.service-page {
    width: 50%;
  }
  .service-overlay {
    text-align: center;
  }
  .section-title {
    font-size: 28px;
    line-height: 38px;
  }
  .arc-construction-image {
    width: 100%;
    margin-top: 60px;
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-holder.logoholder {
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-holder.footer-holder {
    padding-top: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-holder.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button.padding-top {
    margin-top: 0px;
  }
  .button.padding-tb {
    margin-top: 0px;
  }
  .center {
    font-size: 28px;
    line-height: 38px;
  }
  ._60block {
    width: 100%;
  }
  ._40block {
    width: 100%;
    max-width: none;
  }
  ._40block.flex-holder.right-align {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._95width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsholder.homeholder {
    width: 95%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .nav-link {
    color: #fff;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.w--current {
    color: #d52d2a;
  }
  .form {
    padding-bottom: 15px;
  }
  .text-field {
    margin-right: 10px;
  }
  .gray-sec-text {
    font-size: 18px;
  }
  .form-block {
    margin-top: 0px;
  }
  .grayfootersocial {
    margin-right: 30px;
    margin-left: 0px;
  }
  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
  }
  ._33block {
    width: 50%;
  }
  ._33block.flex-holder.vertical {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._33block.flex-holder.vertical.less-than {
    width: 100%;
  }
  .footer-social-holder {
    margin-top: 15px;
  }
  .footer-phone {
    margin-top: 15px;
  }
  .semi-bold {
    margin-bottom: 5px;
  }
  ._50block {
    width: 100%;
  }
  ._50block.footer50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-page-link {
    width: auto;
    padding-left: 0px;
    background-position: 70% 50%;
    text-align: left;
  }
  .vertcontainer {
    width: 100%;
  }
  .vertcontainer.center {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .homepage-sliders {
    height: 400px;
  }
  .text-block-2 {
    max-width: 75%;
  }
  .image-3 {
    margin-right: 15px;
  }
  .text-block-3 {
    width: 100%;
    padding-bottom: 15px;
  }
  ._50container {
    width: 100%;
    height: auto;
  }
  ._50container.reverse {
    margin-left: 0%;
  }
  ._50container.project-top {
    width: 100%;
    margin-bottom: 25px;
  }
  .company-bg {
    height: 200px;
  }
  .company-bg.border-bottom {
    margin-top: 40px;
  }
  .div-block-3 {
    height: 200px;
    margin-bottom: 20px;
  }
  .form-block-2 {
    width: 100%;
  }
  .form-field._49-width {
    width: 100%;
  }
  .form-field._32-width {
    width: 100%;
  }
  ._49-width.flex-holder {
    width: 100%;
  }
  .serv-ind-lb {
    width: 50%;
    height: 50%;
  }
  .heading-2 {
    font-size: 28px;
    line-height: 38px;
  }
  .div-block-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icon-4 {
    font-size: 54px;
  }
  .div-block-8 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  /* .slider-5 {
    margin-top: -45px;
  } */
  .hero-text-holder {
    margin-bottom: 20px;
  }
  .menu-button {
    background-color: #fff;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  /*.div-block-10 {
	  max-width:50%;
  }*/
  
  .testimonial-section .w-slider{
	  max-width:50%;
	  height:unset;
	}
  .testimonial-section .slider-p {
	  max-height: unset !important;
	  width: 85% !important;
	}
  .team-img-holder ._24-width {
	width: 100%;
	margin-left: unset;
	margin-right: unset;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container {
    width: 85%;
  }
  .container.flex-container {
    width: 85%;
  }
  .container.flex-container.space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.right-align.small-container {
    width: 85%;
    margin-right: auto;
  }
  .container.margin-bottom.flex-holder {
    width: 85%;
  }
  .container.margin-bottom.flex-holder.no-margin-bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-head {
    font-size: 40px;
  }
  .home-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .social-holder {
    margin-top: 2px;
    margin-bottom: 4px;
  }
  .red.bold {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 20px;
  }
  .service-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sliderserviceblock {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 35px;
  }
  .arc-construction-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .button.signup-button {
    width: 100%;
    margin-top: 5px;
  }
  .button.signup-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .center {
    margin-bottom: -10px;
    font-size: 24px;
    line-height: 35px;
  }
  ._40block.flex-holder.right-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .newsholder.homeholder {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .topsocial {
    margin-right: 20px;
    margin-left: 20px;
  }
  .form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-field {
    margin-top: 10px;
    margin-right: 0px;
  }
  .gray-sec-text {
    padding-right: 0px;
  }
  .footer-page-link {
    background-position: 80% 50%;
  }
  .mojo-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logos {
    height: 35px;
  }
  .homepage-sliders {
    height: 450px;
  }
  .image-2 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-2 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .call-now-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-3 {
    width: 50px;
    margin-right: 0px;
    padding-bottom: 10px;
  }
  .text-block-3 {
    width: 100%;
  }
  ._24-width {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .transparent-text {
    text-align: center;
  }
  .paragraph-3 {
    text-align: center;
  }
  .form-block-2 {
    width: 100%;
  }
  .contact-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .service-title {
    font-size: 18px;
  }
  .heading-2 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 35px;
  }
  .div-block-4 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-7 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0px;
  }
  .mojo-p {
    margin-right: 0px;
  }
  .slider-5 {
    margin-bottom: 0px;
  }
  .hero-text-holder {
    width: 85%;
  }
  .div-block-13 {
    width: 65%;
  }
  .team-img-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-8 {
    margin-bottom: 7px;
    text-align: center;
  }
  .industry-service-title {
    font-size: 16px;
    line-height: 22px;
  }
  .industry-service-p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonial-section .slider-p {
	height:unset;  
  }
  .container {
    width: 90%;
  }
  .container.flex-container {
    width: 90%;
  }
	.testimonial-section .w-slider{
	  max-width:90%;
	  width:90%;
	  height:unset;
	}
  .container.flex-container.service-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.margin-bottom.flex-holder {
    width: 90%;
  }
  .hero-head {
    font-size: 30px;
  }
  .home-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .sliderserviceblock {
    width: 100%;
    height: 100%;
  }
  .sliderserviceblock.expertblock {
    width: 100%;
    height: 25%;
  }
  .sliderserviceblock.service2 {
    height: 100%;
  }
  .sliderserviceblock.service3.servicepage {
    width: 100%;
  }
  .sliderserviceblock.service-page {
    width: 100%;
  }
  .service-icon {
    height: 30px;
    max-height: 30px;
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 20px;
    line-height: 26px;
  }
  .flex-holder.logoholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button.signup-button {
    width: 100%;
  }
  .slider {
    height: 500px;
  }
  .seen-logo {
    width: 50%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  ._95width {
    width: 90%;
  }
  .newsholder.homeholder {
    width: 100%;
    padding: 0px;
  }
  .form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-field {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-right: 20px;
    text-align: center;
  }
  ._33block.flex-holder.vertical.less-than {
    width: 100%;
  }
  .homepage-sliders {
    height: 700px;
  }
  .right-arrow {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .serv-ind-lb {
    width: 100%;
    height: 25%;
  }
  .news-p {
    font-size: 14px;
    line-height: 24px;
  }
  .hero-text-holder {
    width: 90%;
  }
  .div-block-13 {
    width: 100%;
  }
  .text-block-9 {
    letter-spacing: 0px;
  }
}

