.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  background-image: url(../images/bg.jpg);
  font-family: "montserratlight";
}

body, html {
  height: 100%;
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.container {
  position: relative;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
}

img {
  height: auto;
  max-width: 100%;
}

.wow {
  visibility: hidden;
}

.delay0-1s {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay0-2s {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay0-3s {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay0-4s {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay0-5s {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay0-6s {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay0-7s {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay0-8s {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay0-9s {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay1s {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay1-1s {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay1-2s {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay1-3s {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay1-4s {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay1-5s {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay1-6s {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay1-7s {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay1-8s {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay1-9s {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.delay2s {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.sfm-navicon-button.sf_label_default {
  display: none;
  top: 48px;
  left: -21px;
}

.notAtTop .sfm-navicon-button.sf_label_default {
  top: 0px;
  left: -13px;
}

header#mainHdr {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: solid 2px #1b1d1d;
  box-sizing: border-box;
  height: 111px;
  width: 100%;
  position: fixed;
  box-shadow: 0px -2px 10px 8px rgba(0, 0, 0, 0.4);
  z-index: 100;
  top: 0px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#mainHdr #headerInner {
  background-image: url(../images/header-left.png);
  background-repeat: no-repeat;
  background-position: calc(50%) 50%;
  height: 111px;
  width: 100%;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#mainHdr:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #42ace1;
  top: 0px;
  z-index: -1;
}
header#mainHdr #logo {
  position: relative;
  margin-top: 8px;
  margin-left: 19px;
  width: 202px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#mainHdr #logo img {
  width: 183px;
  height: 96px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#mainHdr #headerRight {
  width: calc(100% - 202px - 70px);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#mainHdr #headerRight #topBar {
  height: 40px;
  color: #ffffff;
  text-align: right;
  font-family: "oswaldlight";
  line-height: 40px;
}
header#mainHdr #headerRight #topBar .socialicon * {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
}
header#mainHdr #headerRight #topBar .tel {
  background-image: url(../images/tel-icon.png);
  background-repeat: no-repeat;
  margin-left: 20px;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  padding-left: 33px;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}
header#mainHdr #headerRight #bottomBar {
  padding-top: 10px;
}
header#mainHdr #headerRight #bottomBar #navWrap ul {
  margin: 0px;
  padding: 0px;
  letter-spacing: -4px;
  list-style: none;
  text-align: right;
  display: flex;
  justify-content: space-between;
}
header#mainHdr #headerRight #bottomBar #navWrap ul li {
  display: inline-block;
  letter-spacing: 0px;
  position: relative;
}
header#mainHdr #headerRight #bottomBar #navWrap ul li:after {
  content: "";
  display: block;
  background-color: #42ace1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: -23px;
  padding: 0 23px;
  transform-origin: center;
  -webkit-transform: skewX(49deg) scaleX(0);
  -moz-transform: skewX(49deg) scaleX(0);
  -o-transform: skewX(49deg) scaleX(0);
  transform: skewX(49deg) scaleX(0);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#mainHdr #headerRight #bottomBar #navWrap ul li a {
  color: #0f0f0f;
  text-decoration: none;
  font-size: 20px;
  font-family: "oswaldbold";
  text-transform: uppercase;
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#mainHdr #headerRight #bottomBar #navWrap ul li:hover:after, header#mainHdr #headerRight #bottomBar #navWrap ul li.current_page_item:after {
  -webkit-transform: skewX(49deg) scaleX(1);
  -moz-transform: skewX(49deg) scaleX(1);
  -o-transform: skewX(49deg) scaleX(1);
  transform: skewX(49deg) scaleX(1);
}
header#mainHdr #headerRight #bottomBar #navWrap ul li:hover a, header#mainHdr #headerRight #bottomBar #navWrap ul li.current_page_item a {
  color: #ffffff;
}
header#mainHdr.notAtTop {
  top: -40px;
}
header#mainHdr.notAtTop #headerInner {
  background-position: calc(50% - 100px) 50%;
}
header#mainHdr.notAtTop #headerRight {
  width: calc(100% - 103px - 70px);
}
header#mainHdr.notAtTop #logo {
  margin-top: 50px;
  width: 152px;
}
header#mainHdr.notAtTop #logo img {
  width: 100px;
  height: 52px;
}

#heroWrap {
  height: 800px;
  background-image: url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.border {
  background-color: #42ace1;
  height: 12px;
}

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

.content {
  line-height: 30px;
  font-size: 18px;
  color: #2b2c2b;
}
.content h1 {
  font-weight: normal;
  font-family: "montserratblack";
  font-size: 48px;
  line-height: 45px;
  text-transform: uppercase;
  color: #42ace1;
  margin-bottom: 0px;
}
.content h2 {
  font-weight: normal;
  font-family: "montserratblack";
  font-size: 36px;
  text-transform: uppercase;
  color: #42ace1;
  margin-bottom: 0px;
}
.content h2 + p {
  margin-top: 0px;
  padding-top: 0px;
}
.content h3 {
  font-weight: normal;
  font-family: "montserratblack";
  font-size: 24px;
  text-transform: uppercase;
  color: #2b2c2b;
  margin-bottom: 0px;
}
.content h3 + p {
  margin-top: 0px;
  padding-top: 0px;
}
.content strong {
  font-family: "montserratbold";
  font-weight: normal;
}
.content hr {
  border: 0px;
  padding: 0px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 50px 0;
}

#angledBox #bgImage {
  /* background-image: url(../images/parallax-bg-1.jpg); */
  background-repeat: no-repeat;
}
#angledBox #bgImage #angledBg {
  background-image: url(../images/angled-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  max-height: 703px;
}
#angledBox #bgImage #angledBg #angledTextContainer {
  width: 570px;
}
#angledBox #bgImage #angledBg #angledTextContainer.content {
  color: #ffffff;
}
#angledBox #bgImage #angledBg #angledTextContainer.content h2 {
  font-family: "montserratblack";
  font-size: 24px;
  color: #42ace1;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}
#angledBox #bgImage #angledBg #angledTextContainer.content h2 + p {
  margin-top: 0px;
  padding-top: 0px;
}
#angledBox #bgImage #angledBg #angledTextContainer.content h3 {
  font-family: "montserratbold";
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 50px;
}
#angledBox #bgImage #angledBg #angledTextContainer.content ul {
  margin-top: 0px;
  padding-left: 0px;
}
#angledBox #bgImage #angledBg #angledTextContainer.content ul li {
  list-style: none;
  background-image: url(../images/list-image.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-left: 0px;
}

.blockBtn {
  display: block;
  text-align: center;
  height: 75px;
  line-height: 75px;
  font-family: "oswaldbold";
  text-transform: uppercase;
  font-size: 30px;
  text-decoration: none;
  color: #ffffff;
  background-color: #2b2c2b;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blockBtn.altColor {
  background-color: #42ace1;
}
.blockBtn:hover {
  background-color: #444644;
}
.blockBtn:hover.altColor {
  background-color: #2195cf;
}

#threeServices #serviceItems {
  display: flex;
  justify-content: space-between;
}
#threeServices #serviceItems .item {
  width: 371px;
  padding: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#threeServices #serviceItems .item .pic {
  position: relative;
  width: 371px;
  height: 246px;
  background-color: #42ace1;
  overflow: hidden;
}
#threeServices #serviceItems .item .pic .overlay {
  background-color: rgba(66, 172, 225, 0.6);
  background-image: url(../images/item-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#threeServices #serviceItems .item .itemContent {
  padding: 20px;
  height: 282px;
  position: relative;
}
#threeServices #serviceItems .item .itemContent h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "montserratblack";
  color: #42ace1;
  font-size: 24px;
}
#threeServices #serviceItems .item .itemContent a {
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  position: absolute;
  width: 331px;
  bottom: 20px;
}
#threeServices #serviceItems .item:hover {
  background-color: white;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
}
#threeServices #serviceItems .item:hover .pic .overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#testimonials,
#getQuote {
  background-image: url(../images/testimonials-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#testimonials .section,
#getQuote .section {
  padding: 100px 0;
}
#testimonials h2,
#getQuote h2 {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  font-family: "montserratblack";
  margin: 0px 0px 50px 0;
  font-size: 48px;
}

#getQuote .content {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
#getQuote .content h2 {
  margin-bottom: 10px;
}
#getQuote .content input,
#getQuote .content textarea,
#getQuote .content select {
  display: block;
  width: 100%;
  height: 60px;
  max-width: none;
  font-family: "montserratlight";
  border: 0px;
  font-size: 20px;
  border-radius: 0px;
}
#getQuote .content textarea {
  height: 150px;
}
#getQuote .content .wpforms-submit {
  width: 375px;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "oswaldbold";
  font-size: 30px;
  padding: 0px;
  background-color: rgba(43, 44, 43, 0.8);
  border: 0px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#getQuote .content .wpforms-submit:hover {
  background-color: #42ace1;
}
#getQuote div.wpforms-container-full {
  margin-bottom: 0px;
}

#testimonialSlider .testimonial {
  text-align: center;
  color: #ffffff;
}
#testimonialSlider .testimonial .inner {
  position: relative;
  padding: 0 60px;
}
#testimonialSlider .testimonial .inner:before {
  content: "";
  background-image: url(../images/left-quote.png);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 29px;
  height: 26px;
}
#testimonialSlider .testimonial .inner:after {
  content: "";
  background-image: url(../images/right-quote.png);
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 29px;
  height: 26px;
}
#testimonialSlider .slick-dots {
  bottom: -40px;
}
#testimonialSlider .slick-dots li {
  margin: 2px;
  width: 13px;
  height: 13px;
}
#testimonialSlider .slick-dots li button {
  padding: 0px;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
}
#testimonialSlider .slick-dots li button:before {
  display: none;
}
#testimonialSlider .slick-dots li.slick-active button {
  background-color: #2b2c2b;
}
#testimonialSlider.pageTesti .testimonial {
  color: #2b2c2b;
  padding: 140px 0;
}
#testimonialSlider.pageTesti .testimonial:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5);
}
#testimonialSlider.pageTesti .testimonial .inner {
  font-size: 20px;
}
#testimonialSlider.pageTesti .testimonial .inner:before {
  background-image: url(../images/left-quote-alt.png);
}
#testimonialSlider.pageTesti .testimonial .inner:after {
  background-image: url(../images/right-quote-alt.png);
}

#weValue h2 {
  text-align: center;
  color: #2b2c2b;
  text-transform: uppercase;
  font-family: "montserratblack";
  font-weight: normal;
  font-size: 48px;
  margin: 0px;
  margin-bottom: 75px;
}

#weValueBoxes {
  display: flex;
  justify-content: space-between;
}
#weValueBoxes .item {
  width: 373px;
  text-align: center;
}
#weValueBoxes .item .icon {
  background-repeat: no-repeat;
  background-position: center center;
  height: 187px;
  width: 187px;
  background-color: #42ace1;
  border-radius: 187px;
  margin: 0 auto;
}
#weValueBoxes .item h3 {
  font-family: "montserratblack";
  color: #2b2c2b;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 0 10px 0;
}

#imageSlider {
  margin: 2px 0;
  height: 348px;
  overflow: hidden;
}

footer {
  margin-top: 2px;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
footer .content {
  color: #ffffff;
}
footer .content hr {
  border: 0px;
  padding: 0px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 20px 0;
}
footer #areasWeServeF p {
  margin: 0px;
  padding: 0px;
}
footer #footerLinks {
  display: flex;
  flex-wrap: wrap;
}
footer #footerLinks .linksCol h3 {
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "montserratbold";
  font-size: 20px;
  color: #42ace1;
}
footer #footerLinks .linksCol ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
}
footer #footerLinks .linksCol ul li a {
  color: #ffffff;
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer #footerLinks .linksCol ul li a:hover {
  color: #42ace1;
}
footer #footerSocials {
  margin-top: 30px;
}
footer #footerSocials #socialsWrap * {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer #footerSocials #socialsWrap *:hover {
  color: #42ace1;
}
footer #footerSocials .tel {
  background-image: url(../images/tel-icon-alt.png);
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin-left: 40px;
  text-decoration: none;
  font-size: 22px;
  display: inline-block;
  height: 29px;
  padding-left: 40px;
  line-height: 29px;
  font-family: "montserratblack";
  color: #ffffff;
}
footer #footerSocials .tel .label {
  font-size: 14px;
  text-transform: uppercase;
  color: #42ace1;
  font-family: "montserratlight";
  position: absolute;
  top: -18px;
}
footer #footerLogo img {
  margin-top: -20px;
  position: relative;
}

#pageTitle {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  border-bottom: solid 12px #42ace1;
}
#pageTitle #pageTitleOverlay {
  background-color: rgba(0, 0, 0, 0.5);
}
#pageTitle #leftBlack {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 349px;
}
#pageTitle h1 {
  font-family: "montserratblack";
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 48px;
  height: 349px;
  line-height: 238px;
  margin: 0px;
  padding: 0px;
  padding-top: 111px;
  padding-right: 250px;
  box-sizing: border-box;
  background-image: url(../images/page-title-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  display: inline-block;
  white-space: nowrap;
}

#photoGallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 39px;
}
#photoGallery .item {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 12px;
  width: 350px;
  height: 350px;
  position: relative;
}
#photoGallery .item img {
  display: block;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#photoGallery .item .before,
#photoGallery .item .after,
#photoGallery .item .single {
  background-color: #42ace1;
}
#photoGallery .item .before,
#photoGallery .item .after {
  position: absolute;
  top: 0px;
  left: 0px;
}
#photoGallery .item .before .beforeText,
#photoGallery .item .after .beforeText {
  background-image: url(../images/before-bg.png);
  background-repeat: no-repeat;
  width: 210px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  box-sizing: border-box;
  padding-left: 5px;
  color: #42ace1;
  font-size: 20px;
  font-family: "montserratbold";
  text-transform: uppercase;
}
#photoGallery .item .before .afterText,
#photoGallery .item .after .afterText {
  background-image: url(../images/after-bg.png);
  background-repeat: no-repeat;
  width: 210px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  box-sizing: border-box;
  padding-right: 5px;
  text-align: right;
  color: #42ace1;
  font-size: 20px;
  font-family: "montserratbold";
  text-transform: uppercase;
}
#photoGallery .item .before {
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}
#photoGallery .item .after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#photoGallery .item a:hover img {
  opacity: 0.3;
}

#teamMembers {
  margin-top: 30px;
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
}
#teamMembers .teamItem {
  /* width: 570px; */
  margin-bottom: 40px;
}
#teamMembers .teamItem .picWrap {
  width: 210px;
  height: 250px;
  box-sizing: border-box;
  border: solid 1px #8a8a8a;
}
#teamMembers .teamItem .infoWrap {
  /* width: 332px; */
  width: 100%;
}
#teamMembers .teamItem .infoWrap h3 {
  font-family: "montserratbold";
  font-weight: normal;
  margin-top: 0px;
  font-size: 18px;
}

.darkBG {
  background-image: url(../images/black-section-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.darkBG .content {
  color: #ffffff;
}
.darkBG .content h3 {
  color: #42ace1;
}

#ourProcess h2 {
  margin-top: 0px;
  font-size: 36px;
  margin-bottom: 30px;
}
#ourProcess .stepWrap {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
#ourProcess .stepWrap .stepNumber {
  align-self: center;
  width: 63px;
  min-width: 63px;
  font-size: 20px;
  text-align: center;
}
#ourProcess .stepWrap .stepNumber span {
  font-family: "montserratblack";
  font-size: 47px;
}
#ourProcess .stepWrap .line {
  width: 2px;
  min-width: 2px;
  height: 68px;
  background-color: #42ace1;
}
#ourProcess .stepWrap .stepText {
  align-self: center;
}

#weValueRoof h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 48px;
}
#weValueRoof #weValueBoxes .item h3 {
  color: #ffffff;
}

#twoImagesWrap {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
#twoImagesWrap .imageWrap {
  border: solid 12px rgba(0, 0, 0, 0.1);
}
#twoImagesWrap .imageWrap img {
  display: block;
}

#leftCont {
  width: 787px;
}

#rightCont {
  width: 373px;
}
#rightCont ul {
  margin-top: 0px;
  padding-left: 0px;
}
#rightCont ul li {
  list-style: none;
  background-image: url(../images/list-image.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-left: 0px;
}

#areasWeServe {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
#areasWeServe .item {
  width: 46%;
}
#areasWeServe .item h2 {
  text-align: center;
}
#areasWeServe .item .cities {
  text-align: center;
}
#areasWeServe.morethan2 .item {
  width: 360px;
}

#faqWrap {
  margin-top: 50px;
}
#faqWrap .faqItem .question {
  font-family: "montserratblack";
  font-size: 24px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  cursor: pointer;
  margin-bottom: 2px;
  position: relative;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#faqWrap .faqItem .question:after {
  content: "+";
  font-size: 30px;
  font-family: "montserratblack";
  position: absolute;
  right: 15px;
  top: 15px;
}
#faqWrap .faqItem .question:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#faqWrap .faqItem .answer {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}
#faqWrap .faqItem.active .question {
  background-color: #42ace1;
  margin-bottom: 0px;
  color: #ffffff;
}
#faqWrap .faqItem.active .question:after {
  content: "-";
}

div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: 49% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
  margin-left: 2% !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: none !important;
}

#leftContact,
#rightContact {
  width: 570px;
}

#leftContact .tel {
  background-image: url(../images/tel-icon-alt.png);
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  text-decoration: none;
  font-size: 22px;
  display: block;
  height: 29px;
  padding-left: 40px;
  line-height: 29px;
  font-family: "montserratblack";
  color: #2b2c2b;
  margin-bottom: 20px;
}
#leftContact .tel .label {
  font-size: 14px;
  text-transform: uppercase;
  color: #42ace1;
  font-family: "montserratlight";
  position: absolute;
  top: -18px;
}

#rightContact input,
#rightContact textarea {
  display: block;
  width: 100%;
  max-width: none;
  font-family: "montserratlight";
  font-size: 20px;
  height: 50px;
  box-sizing: border-box;
}
#rightContact textarea {
  height: 150px;
}
#rightContact .wpforms-submit {
  display: block;
  text-align: center;
  height: 75px;
  line-height: 75px;
  font-family: "oswaldbold";
  text-transform: uppercase;
  font-size: 30px;
  text-decoration: none;
  color: #ffffff;
  padding: 0px;
  width: 100%;
  background-color: #42ace1;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#rightContact .wpforms-submit:hover {
  background-color: #2195cf;
}

body .glightbox-container {
  z-index: 9999999 !important;
}

/*# sourceMappingURL=styles.css.map */
