/* ----------  MIXINS -------------------  */
.fontAwesome {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
  margin-left: 5px;
}
.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ----------  END OF MIXINS -------------------  */
/* -------  START OF GENERIC STYLES -------- */
html {
  scroll-behavior: auto !important;
}
body {
  height: 100vh;
  font-family: 'Quicksand', sans-serif;
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .overflow {
    overflow-y: hidden;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans', sans-serif;
}
a {
  text-decoration: none;
  color: #938433;
}
a:hover {
  color: #333;
}
.btn-secondary {
  color: #938433;
  background-color: transparent;
  border: none;
}
/* -------------------  IMPORTED NABIGATION STYLES -----------------------  */
.veryTopNav {
  background: transparent;
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.veryTopNav .siteLogo {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  left: 20px;
  padding: 10px 20px;
  top: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}
.veryTopNav .siteLogo img {
  width: 180px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 575px) {
  .veryTopNav .siteLogo {
    top: 10px;
  }
  .veryTopNav .siteLogo img {
    width: 150px;
  }
}
.veryTopNav .theMainMenu.standard {
  display: none;
}
.veryTopNav.scrolled {
  background: rgba(41, 35, 92, 0.85);
  border-bottom: 1px solid #f19100;
}
.veryTopNav.scrolled .siteLogo {
  top: 7px;
}
.veryTopNav.scrolled .siteLogo img {
  width: 120px;
}
.veryTopNav.scrolled .hamburgerButton {
  padding-top: 14px;
}
/* -------------------  OFF CANVAS MENU  -----------------------  */
.leOffCanvas {
  background: #c97d2c;
  width: 100%;
  height: 100%;
  padding: 120px 50px;
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
@media (max-width: 575px) {
  .leOffCanvas {
    padding: 120px 20px;
  }
}
.leOffCanvas:after {
  position: absolute;
  background: url(../images/rainbow.png) top right no-repeat;
  height: 350px;
  background-size: contain;
  width: 350px;
  content: '';
  top: 0;
  right: 0;
  opacity: 0.5;
}
.leOffCanvas.open {
  visibility: visible;
  opacity: 1;
}
.leOffCanvas ul.navbar-nav {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 991px) {
  .leOffCanvas ul.navbar-nav {
    flex-direction: column;
  }
}
.leOffCanvas ul.navbar-nav li.nav-link {
  padding: 10px;
}
.leOffCanvas ul.navbar-nav li.nav-link a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.leOffCanvas ul.navbar-nav li.nav-link a:after {
  content: '|';
  margin-left: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .leOffCanvas ul.navbar-nav li.nav-link a:after {
    display: none;
  }
}
.leOffCanvas ul.navbar-nav li.nav-link a:hover {
  color: #333;
}
.leOffCanvas ul.navbar-nav li.nav-link:last-of-type a:after {
  display: none;
}
.leOffCanvas a.telNumber {
  background: #29235c;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 50px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.leOffCanvas a.telNumber:after {
  content: '';
  border: 1px solid #29235c;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.leOffCanvas a.telNumber:hover {
  background: #de8716;
}
.leOffCanvas a.telNumber:hover:after {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #e0b316;
}
/* -------------------  HAMBURGER BUTTON  -----------------------  */
.hamburgerButton {
  position: fixed;
  background: transparent;
  width: 150px;
  height: 125px;
  text-align: center;
  right: 0;
  padding: 22px;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9;
  /* ------ hover styles ---- */
}
.hamburgerButton #hamburger-icon {
  outline: 0;
  background-color: transparent;
  color: #fff;
  border: none;
  text-transform: uppercase;
  margin-left: 40px;
}
.hamburgerButton #hamburger-icon .line {
  display: block;
  background: #fff;
  height: 1px;
  width: 30px;
  margin: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hamburgerButton #hamburger-icon .line.line-1 {
  width: 22px;
  margin-left: 13px;
}
.hamburgerButton #hamburger-icon .line.active.line-1 {
  transform: translateY(5px) translateX(9px) rotate(45deg);
  -webkit-transform: translateY(5px) translateX(9px) rotate(45deg);
  -moz-transform: translateY(5px) translateX(9px) rotate(45deg);
  margin-left: 0;
}
.hamburgerButton #hamburger-icon .line.active.line-2 {
  opacity: 0;
}
.hamburgerButton #hamburger-icon .line.active.line-3 {
  transform: translateY(-6px) translateX(4px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(4px) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(4px) rotate(-45deg);
  width: 22px;
}
.hamburgerButton #hamburger-icon .menuText {
  position: relative;
  letter-spacing: 1px;
  font-size: 10px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hamburgerButton:hover #hamburger-icon .line {
  background: #f19100;
}
.hamburgerButton:hover #hamburger-icon .menuText {
  color: #f19100;
}
.hamburgerButton.open:hover #hamburger-icon .line {
  background: #fff;
}
.hamburgerButton.open:hover #hamburger-icon .menuText {
  color: #fff;
}
/* --------------------   BIG SERVICES ICONS IN OFF CANVAS -----------------   */
.offCanvasInnerContent {
  z-index: 9;
  position: relative;
}
.mainServices {
  max-width: 1000px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-content: center;
}
@media (max-width: 991px) {
  .mainServices {
    grid-template-columns: 1fr;
  }
}
.mainServices a {
  color: #fff;
  margin: 20px;
  font-size: 22px;
  padding: 10px 15px;
  background: #e0b316;
  line-height: 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  align-content: center;
  display: grid;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.mainServices a:after {
  content: '';
  border: 1px solid #e0b316;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mainServices a:hover {
  background: #de8716;
}
.mainServices a:hover:after {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.mainServices a img {
  width: 35px;
  margin: 10px auto;
}
.mainServices a:nth-of-type(5) {
  grid-column: 1/3;
}
.mainServices a:nth-of-type(6) {
  grid-column: 3/5;
}
@media (max-width: 991px) {
  .mainServices a:nth-of-type(5),
  .mainServices a:nth-of-type(6) {
    grid-column: auto;
  }
  .mainServices a {
    margin: 10px;
  }
}
/* -------------------  START OF SLIDER MODULE  -----------------------  */
.sliderModule {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 575px) {
  .sliderModule {
    max-height: 450px;
  }
}
.sliderModule:after {
  position: absolute;
  background: url(../images/rainbow.png) no-repeat;
  height: 350px;
  background-size: contain;
  width: 350px;
  content: '';
  top: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 991px) {
  .sliderModule:after {
    display: none;
  }
}
.sliderModule:before {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 9;
}
/* -------------------  SLIDER CAPTIONS  -----------------------  */
.sliderCaption {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translatey(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .sliderCaption {
    top: 55%;
    transform: translatey(-50%);
  }
}
@media (max-width: 575px) {
  .sliderCaption {
    top: auto;
    bottom: 70px;
    transform: none;
  }
}
.sliderCaption img {
  width: 50px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .sliderCaption img {
    margin-bottom: 10px;
  }
}
.sliderCaption h1 {
  font-size: 38px;
  letter-spacing: 3px;
  color: #fff;
}
.sliderCaption h1 .bolder {
  font-weight: 600;
}
@media (max-width: 575px) {
  .sliderCaption h1 {
    font-size: 30px;
  }
}
.sliderCaption h2 {
  font-size: 18px;
  margin-top: 15px;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}
.sliderCaption h4 {
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
  letter-spacing: 2px;
  background: rgba(241, 145, 0, 0.66);
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .sliderCaption h4 {
    display: none;
  }
}
@media (max-width: 991px) {
  .sliderCaption h2 {
    /*margin-top: 0;*/
  }
}
@media (max-width: 575px) {
  .sliderCaption h2 {
    line-height: 28px;
  }
  .sliderCaption h2 .stopBreak {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
/* -------------------  QUOTE BUTTON -----------------------  */
/* ---------------------   FREE QUOTE BUTTON -----------------   */
.quoteButtonModule {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  text-align: right;
}
.quoteButtonModule #quoteButton {
  background: #29235c;
  z-index: 9;
  position: relative;
  padding: 10px 25px;
  font-weight: 600;
  color: #f19100;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.quoteButtonModule #quoteButton:after {
  content: '\f106';
  font-family: "Font Awesome 5 Free";
  color: #f7e900;
  margin-left: 5px;
}
.quoteButtonModule #quoteButton.addArrow:after {
  content: '\f107';
}
.quoteButtonModule #quoteButton:hover {
  background: #120f29;
}
.quoteButtonModule #quoteButton .yellow {
  color: #f7e900;
}
.quoteButtonModule .quoteForm {
  height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: left;
}
.quoteButtonModule .quoteForm #cf_1 {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}
.quoteButtonModule .quoteForm.showQuoteForm {
  height: 311px;
}
.quoteButtonModule .quoteForm.showQuoteForm .convertforms.cf-success .cf-response {
  background-color: #518d70;
}
/* -------------------  SLIDER VIDEO -----------------------  */
#myVideo {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  -webkit-border-radius: 1px;
  object-fit: cover;
}
/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
#myBtn:hover {
  background: #ddd;
  color: black;
}
/* -------------------  HOME SECTION ONE -----------------------  */
.homeSectionOneContainer {
  background: url(../images/solarPanelsSheep.jpg) bottom center no-repeat;
  background-size: 100%;
}
@media (max-width: 991px) {
  .homeSectionOneContainer {
    background-size: 300%;
  }
}
.homeSection.one {
  text-align: center;
  max-width: 1399px;
  margin: 0 auto;
  padding: 80px 20px 350px 20px;
}
@media (min-width: 1400px) {
  .homeSection.one {
    padding-bottom: 550px;
  }
}
@media (min-width: 2000px) {
  .homeSection.one {
    padding-bottom: 750px;
  }
}
@media (max-width: 1399px) {
  .homeSection.one {
    padding-bottom: 450px;
  }
}
@media (max-width: 1199px) {
  .homeSection.one {
    padding-bottom: 350px;
  }
}
@media (max-width: 991px) {
  .homeSection.one {
    padding-bottom: 150px;
  }
}
.homeSection.one h1 {
  color: #29235c;
  font-size: 26px;
  line-height: 46px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .homeSection.one h1 {
    font-size: 24px;
  }
}
.homeSection.one h3 {
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  color: #f19100;
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 38px;
  margin-top: 30px;
}
.homeSection.one .fourBoxes {
  margin-top: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}
.homeSection.one .fourBoxes .box {
  margin: 0 10px;
  padding: 20px;
  background: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  line-height: 32px;
}
@media (max-width: 991px) {
  .homeSection.one .fourBoxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .homeSection.one .fourBoxes {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.homeSection.one .fourBoxes .box {
  margin: 0 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .homeSection.one .fourBoxes .box {
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  .homeSection.one .fourBoxes .box {
    margin: 0 10px;
    padding: 20px;
    background: #f4f4f4;
  }
  .homeSection.one .fourBoxes .box.one,
  .homeSection.one .fourBoxes .box.two {
    margin-bottom: 40px;
  }
  .homeSection.one .fourBoxes .box.three {
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .homeSection.one .fourBoxes .box.three {
    grid-column: auto;
  }
}
.homeSection.one .fourBoxes .box h5 {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translatex(-50%);
  color: #f19100;
  opacity: 0.1;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 991px) {
  .homeSection.one .fourBoxes .box h5 {
    top: 5px;
    left: 50px;
  }
}
.homeSection.one .fourBoxes .box .yellowIcon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 30px;
}
.homeSection.one .fourBoxes .box .yellowIcon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/circleSurround.png) center center no-repeat;
  background-size: 127px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeSection.one .fourBoxes .box .yellowIcon:hover:after {
  background-size: 157px;
}
.homeSection.one .fourBoxes .box .yellowIcon img {
  width: 100px;
}
.homeSection.one .fourBoxes .box h2 {
  color: #f19100;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .homeSection.one .fourBoxes .box h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.homeSection.one a.callToAction {
  color: #fff;
  margin-top: 70px;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
  background: #e0b316;
  line-height: 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  align-content: center;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
@media (max-width: 991px) {
  .homeSection.one a.callToAction {
    margin-top: 40px;
  }
  .homeSection.one a.callToAction .hideSmall {
    display: none;
  }
}
.homeSection.one a.callToAction:after {
  content: '';
  border: 1px solid #e0b316;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeSection.one a.callToAction:hover {
  background: #de8716;
}
.homeSection.one a.callToAction:hover:after {
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
}
.homeSection.one a.callToAction .fa {
  margin-left: 10px;
}
/* -------------------  HOME SECTION TWO -----------------------  */
.homeSection.two {
  text-align: center;
  max-width: 1399px;
  margin: 0 auto;
  padding: 0 20px 110px 20px;
  margin-top: -111px;
  background: url(../images/dottedCircles.png) 50% 120px no-repeat;
  background-size: 1150px;
  /* ---------------------------   START OF FIVE GRID HOW IT WORKS DIAGRAM ----------------  */
}
@media (max-width: 991px) {
  .homeSection.two {
    margin-top: -78px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .homeSection.two {
    margin-top: 30px;
    background-position: 50% 30px;
  }
}
.homeSection.two .headerTwo {
  background: url(../images/rainbowHeader.png) top center no-repeat;
  background-size: 1270px;
}
@media (max-width: 991px) {
  .homeSection.two .headerTwo {
    background-size: 900px;
  }
}
@media (max-width: 767px) {
  .homeSection.two .headerTwo {
    background: none;
  }
}
.homeSection.two .headerTwo h1 {
  color: #29235c;
  /*font-size: 42px;*/
  margin-bottom: 15px;
  font-weight: 600;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .homeSection.two .headerTwo h1 {
    font-size: 36px;
  }
}
.homeSection.two .headerTwo h3 {
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  color: #8c8a9b;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 200;
  line-height: 28px;
}
.homeSection.two .fiveGrid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
  margin-top: 120px;
  color: #808080;
  line-height: 22px;
}
@media (max-width: 991px) {
  .homeSection.two .fiveGrid {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}
.homeSection.two .fiveGrid h2 {
  color: #f19100;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 991px) {
  .homeSection.two .fiveGrid h2 {
    margin-top: 20px;
  }
}
.homeSection.two .fiveGrid .pic {
  padding: 20px 70px 30px 70px;
}
@media (min-width: 992px) {
  .homeSection.two .fiveGrid .pic {
    grid-column: 2/4;
    grid-row: 1/3;
  }
}
@media (max-width: 1199px) {
  .homeSection.two .fiveGrid .pic {
    padding: 20px 40px 30px 40px;
  }
}
@media (max-width: 991px) {
  .homeSection.two .fiveGrid .pic {
    padding: 20px;
    grid-row: 1/1;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .homeSection.two .fiveGrid .two {
    grid-row: 3/4;
  }
}
@media (min-width: 992px) {
  .homeSection.two .fiveGrid .three {
    grid-column: 1/5;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .homeSection.two .fiveGrid .three {
    grid-row: 4/5;
  }
}
@media (max-width: 991px) {
  .homeSection.two .fiveGrid .four {
    grid-row: 5/6;
  }
}
/* -------------------  HOME SECTION THREE -----------------------  */
.homeSectionThreeContainer {
  position: relative;
  padding: 180px 0 0 0;
  margin-top: -150px;
}
@media (max-width: 991px) {
  .homeSectionThreeContainer {
    padding-top: 120px;
  }
}
.homeSectionThreeContainer:before,
.homeSectionThreeContainer:after {
  display: block;
  position: absolute;
  top: 50%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fefbd4 70%);
  height: 50%;
  width: 100%;
  content: '';
  top: 0;
  z-index: -1;
}
.homeSectionThreeContainer:after {
  top: auto;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, #fefbd4 70%);
}
.homeSection.three {
  text-align: center;
}
.homeSection.three h6 {
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  color: #8c8a9b;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 200;
  line-height: 28px;
  margin-bottom: 30px;
}
/* -------------------  PROJECTS MODULE HOME PAGE -----------------------  */
.homePageProjectsModule {
  background: #f39700;
  display: grid;
  padding: 50px 0 50px 130px;
  justify-content: flex-end;
  width: 80%;
  margin-left: 20%;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media (max-width: 1199px) {
  .homePageProjectsModule {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .homePageProjectsModule {
    padding: 40px;
    text-align: center;
  }
}
.homePageProjectsModule h2 {
  color: #fff;
  font-size: 48px;
  letter-spacing: 1.5px;
  font-weight: 500;
  padding: 0 10px;
}
.homePageProjectsModule h4 {
  text-transform: uppercase;
  color: #f1f0f0;
  margin-top: 7px;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  font-size: 20px;
  line-height: 30px;
  padding: 0 10px;
}
.homePageProjectsModule .leGrid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.8fr;
  position: relative;
}
@media (max-width: 767px) {
  .homePageProjectsModule .leGrid {
    grid-template-columns: 1fr;
  }
}
.homePageProjectsModule .leGrid:before {
  content: '';
  position: absolute;
  bottom: -90px;
  left: -195px;
  height: 450px;
  width: 450px;
  background: url(../images/yellowCircle.png) bottom left no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .homePageProjectsModule .leGrid:before {
    bottom: -80px;
    left: -195px;
    height: 250px;
    width: 250px;
  }
}
.homePageProjectsModule .leGrid .box {
  position: relative;
}
@media (max-width: 767px) {
  .homePageProjectsModule .leGrid .box {
    margin-bottom: 30px;
  }
}
.homePageProjectsModule .leGrid .box:first-of-type {
  grid-row: 1/3;
}
.homePageProjectsModule .leGrid .box:first-of-type img {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media (max-width: 767px) {
  .homePageProjectsModule .leGrid .box:nth-of-type(2) img,
  .homePageProjectsModule .leGrid .box:nth-of-type(3) img {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.homePageProjectsModule .leGrid .box a figure {
  margin: 0;
  height: 100%;
}
.homePageProjectsModule .leGrid .box a figure img {
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .homePageProjectsModule .leGrid .box a figure img {
    min-height: 250px;
    max-height: 400px;
    width: 100%;
  }
}
.homePageProjectsModule .leGrid .box .item-info {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  align-content: center;
  height: 100%;
  background: rgba(41, 35, 92, 0.81);
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.homePageProjectsModule .leGrid .box .item-info a {
  position: absolute;
  display: block;
  display: grid;
  color: #f19100;
  padding: 0 20px;
  text-align: center;
  align-content: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homePageProjectsModule .leGrid .box .item-info a:before {
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #dddddd;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homePageProjectsModule .leGrid .box .item-info h5 {
  margin: 0;
  height: 100%;
  width: 100%;
}
.homePageProjectsModule .leGrid .box:hover .item-info {
  visibility: visible;
  opacity: 1;
}
.homePageProjectsModule .leGrid .box:first-of-type .item-info {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media (max-width: 767px) {
  .homePageProjectsModule .leGrid .box:nth-of-type(2) .item-info,
  .homePageProjectsModule .leGrid .box:nth-of-type(3) .item-info {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.homePageProjectsModule .leGrid .moreProjects {
  background: url(../images/moreProjects.jpg) top left no-repeat;
  background-size: cover;
  grid-row: 1/3;
  grid-column: 3/4;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 767px) {
  .homePageProjectsModule .leGrid .moreProjects {
    display: none;
  }
}
.homePageProjectsModule .leGrid .moreProjects:after {
  display: grid;
  align-content: flex-end;
  padding: 30px 10px 90px 30px;
  position: absolute;
  content: 'See All Projects';
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(243, 151, 0, 0.45);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
}
.homePageProjectsModule .leGrid .moreProjects:before {
  content: '\f04e';
  position: absolute;
  left: -80px;
  bottom: 50px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 24px;
  z-index: 99;
  font-weight: 600;
}
.homePageProjectsModule .leGrid .moreProjects:hover:after {
  right: 0;
}
.homePageProjectsModule .leGrid .moreProjects:hover:before {
  left: 30px;
}
/* -------------------  HOME SECTION FOUR -----------------------  */
.homeSectionFour {
  position: relative;
  text-align: center;
  padding: 120px 20px;
  margin-top: 100px;
}
.homeSectionFour:before,
.homeSectionFour:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 250px;
  width: 200px;
  background: url(../images/left.jpg) top left no-repeat;
  background-size: contain;
}
@media (min-width: 1400px) {
  .homeSectionFour:before,
  .homeSectionFour:after {
    height: 85%;
    width: 85%;
  }
}
@media (max-width: 1199px) {
  .homeSectionFour:before,
  .homeSectionFour:after {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .homeSectionFour:before,
  .homeSectionFour:after {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .homeSectionFour:before,
  .homeSectionFour:after {
    height: 120px;
  }
}
.homeSectionFour:after {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  background: url(../images/right.jpg) bottom right no-repeat;
  background-size: contain;
  z-index: -1;
}
.homeSectionFour .custom {
  max-width: 800px;
  margin: 0 auto;
}
.homeSectionFour h2 {
  color: #29235c;
  font-weight: 600;
  line-height: 42px;
}
.homeSectionFour h2 .you {
  position: relative;
  text-transform: uppercase;
  font-size: 38px;
}
@media (max-width: 575px) {
  .homeSectionFour h2 .you {
    display: block;
    margin-top: 25px;
  }
}
.homeSectionFour h2 .you:after {
  content: '';
  position: absolute;
  background: url(../images/sunshine.png) center center no-repeat;
  width: 50px;
  height: 25px;
  background-size: contain;
  left: 49%;
  transform: translatex(-50%);
  top: -25px;
}
.homeSectionFour h2 .save {
  color: #f19100;
}
.homeSectionFour h4 {
  color: #8c8a9b;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
  margin: 10px 0;
  line-height: 28px;
}
.homeSectionFour p {
  color: #8c8a9b;
  max-width: 700px;
  margin: 20px auto 40px auto;
}
.homeSectionFour a {
  background: #f39200;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 1px;
  padding: 10px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeSectionFour a:after {
  content: '';
  border: 1px solid #f19100;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeSectionFour a:hover {
  background: #f7e900;
  color: #333;
}
.homeSectionFour a:hover:after {
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
}
/* -------------------  HOME SECTION FIVE  -----------------------  */
.homeSectionFive {
  background: url(../images/urban.jpeg) center center no-repeat;
  background-size: cover;
  margin-top: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.homeSectionFive:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  content: '';
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0.85) 100%);
}
@media (max-width: 767px) {
  .homeSectionFive:before {
    width: 100%;
    height: 550px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #000000 100%);
  }
}
@media (min-width: 1200px) {
  .homeSectionFive {
    min-height: 650px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.homeSectionFive .custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 110px 50px 110px 50px;
}
@media (max-width: 767px) {
  .homeSectionFive .custom {
    grid-template-columns: 1fr;
  }
}
.homeSectionFive .custom .leftTitles {
  width: 70%;
}
@media (max-width: 767px) {
  .homeSectionFive .custom .leftTitles {
    width: 90%;
  }
}
.homeSectionFive .custom .leftTitles h2 {
  font-weight: 600;
  color: #fff;
  font-size: 88px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.homeSectionFive .custom .leftTitles h2:after {
  content: '';
  background: #f19100;
  height: 5px;
  width: 50px;
  position: absolute;
  bottom: 4px;
  left: 10px;
}
.homeSectionFive .custom .leftTitles h2:before {
  content: '';
  background: #f7e900;
  height: 5px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.homeSectionFive .custom .leftTitles p {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .homeSectionFive .custom .leftTitles p {
    margin-bottom: 25px;
  }
}
.homeSectionFive .custom .faqBox {
  width: 100%;
}
.homeSectionFive .custom .faqBox ul {
  padding: 0;
}
.homeSectionFive .custom .faqBox li {
  list-style: none;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 90%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeSectionFive .custom .faqBox li:hover {
  width: 95%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .homeSectionFive .custom .faqBox li {
    width: 100%;
  }
}
.homeSectionFive .custom .faqBox li p {
  cursor: pointer;
  margin: 0;
  position: relative;
  color: #29235c;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
}
.homeSectionFive .custom .faqBox li p:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  color: #f19100;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
  margin-left: 10px;
  font-size: 20px;
}
.homeSectionFive .custom .faqBox li p.active:after {
  content: '\f106';
}
.homeSectionFive .custom .faqBox li .accord-content {
  color: #333;
  display: none;
}
@media (max-width: 767px) {
  .homeSectionFive .custom .faqBox .twoButtons {
    text-align: center;
  }
}
.homeSectionFive .custom .faqBox .twoButtons a {
  background: #f39200;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 1px;
  padding: 10px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .homeSectionFive .custom .faqBox .twoButtons a {
    margin: 15px;
  }
}
.homeSectionFive .custom .faqBox .twoButtons a:after {
  content: '';
  border: 1px solid #f19100;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeSectionFive .custom .faqBox .twoButtons a:hover {
  background: #f7e900;
  color: #333;
}
.homeSectionFive .custom .faqBox .twoButtons a:hover:after {
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
}
/* -------------------  HOME SECTION SIX  -----------------------  */
.homeArticle .mainContent {
  max-width: 100%;
  background: url(../images/iconbg.png) 100% 60px no-repeat;
  background-size: 220px;
  padding: 100px 20px 110px 20px;
}
@media (max-width: 1199px) {
  .homeArticle .mainContent {
    background-size: 180px;
    background-position: 100% 30px;
  }
}
@media (max-width: 991px) {
  .homeArticle .mainContent {
    background: none;
    padding-top: 60px;
  }
}
.item-page.homeArticle {
  max-width: 1180px;
  margin: 0 auto;
}
.item-page.homeArticle .page-header {
  text-align: center;
}
.item-page.homeArticle .page-header h1 {
  font-weight: 600;
  color: darkblue;
  margin-bottom: 40px;
  font-size: 48px;
}
@media (max-width: 767px) {
  .item-page.homeArticle .page-header h1 {
    font-size: 32px;
  }
}
.item-page.homeArticle .com-content-article__body {
  padding-top: 40px;
}
.item-page.homeArticle ul {
  list-style-type: none;
  color: #8c8a9b;
  line-height: 34px;
  font-size: 16px;
}
.item-page.homeArticle ul li {
  position: relative;
}
.item-page.homeArticle ul li .fa-check {
  position: absolute;
  left: -30px;
  top: 10px;
  color: #f19100;
}
.item-page.homeArticle ul li span.highlight {
  font-weight: 600;
  color: #f19100;
  font-size: 1.1em;
}
@media (min-width: 992px) {
  .item-page.homeArticle {
    display: block;
    grid-template-columns: 2.6fr 2fr;
    grid-template-rows: 160px auto;
  }
  .item-page.homeArticle .item-image {
    grid-column: 1/2;
    grid-row: 1/3;
    max-width: 650px;
    margin: 20px auto 50px auto;
  }
  .item-page.homeArticle .com-content-article__body {
    grid-column: 2/3;
    padding-left: 40px;
    padding-top: 0;
  }
  .item-page.homeArticle .page-header {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 20px;
  }
  .item-page.homeArticle .page-header h1 {
    font-weight: 600;
    color: darkblue;
    margin-bottom: 10px;
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .item-page.homeArticle {
    grid-template-rows: 110px auto;
  }
  .item-page.homeArticle .page-header {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .item-page.homeArticle .com-content-article__body {
    padding-left: 10px;
  }
}
/* -------------------  START OF MAIN CONTENT COMPONENT AREA -----------------------  */
.mainContent.withSidebar {
  display: grid;
  grid-template-columns: 8fr 4fr;
}
@media (max-width: 991px) {
  .mainContent.withSidebar {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .mainContent .componentArea {
    padding-bottom: 60px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .mainContent .componentArea .com-content-article__body {
    padding-right: 80px;
  }
}
/* -------------  SIDEBAR STYLES --------------  */
.sidebarBox {
  padding: 20px;
  background: #f1eedf;
  margin-bottom: 50px;
}
/* -------------------  START OF FOOTER -----------------------  */
.footer {
  background: url(../images/footer_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 20px 10px 20px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer .addressFooter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1399px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .footer .addressFooter {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .addressFooter {
    grid-template-columns: 1fr;
  }
}
.footer .addressFooter a {
  color: #fff;
  display: block;
}
.footer .addressFooter a:hover {
  color: #f19100;
}
.footer .addressFooter .address {
  opacity: 0.8;
}
.footer .addressFooter .socialIcons {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .footer .addressFooter .socialIcons {
    justify-content: center;
  }
}
.footer .addressFooter .socialIcons img {
  width: 20px;
  margin: 7px;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .addressFooter .socialIcons a:hover img {
  opacity: 1;
}
.footer .addressFooter img.footerLogo {
  width: 180px;
  margin-bottom: 40px;
}
.footer .addressFooter .footerBox.two {
  font-family: 'DM Sans', sans-serif;
}
@media (max-width: 991px) {
  .footer .addressFooter .footerBox.two {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .footer .addressFooter .footerBox.two {
    margin-bottom: 20px;
  }
}
.footer .addressFooter .footerBox.two a.telNumber {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 60px 0;
}
@media (max-width: 991px) {
  .footer .addressFooter .footerBox.two a.telNumber {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer .addressFooter .footerBox.two a.telNumber {
    margin: 30px auto 20px auto;
  }
}
.footer .addressFooter .footerBox.two a {
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 991px) {
  .footer .addressFooter .footerBox.three {
    margin-bottom: 80px;
  }
}
.footer .addressFooter .footerBox.three .links {
  font-size: 13px;
}
.footer .addressFooter .footerBox.three a.email {
  margin: 10px 0 60px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .addressFooter .footerBox.three a.email {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .footer .addressFooter .footerBox.three a.email {
    margin-bottom: 40px;
  }
}
.footer .addressFooter .footerBox.four {
  text-align: right;
}
@media (max-width: 991px) {
  .footer .addressFooter .footerBox.four {
    text-align: center;
  }
}
.footer .addressFooter .footerBox.four .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer .addressFooter .footerBox.four .logos {
    max-width: 300px;
    margin: 0 auto 50px auto;
  }
}
.footer .addressFooter .footerBox.four .logos img {
  max-width: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .addressFooter .footerBox.four .logos img {
    max-width: 90px;
  }
}
.footer .addressFooter .footerBox.four .logos a:last-of-type img {
  max-width: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .addressFooter .footerBox.four .logos a:last-of-type img {
    max-width: 100px;
  }
}
.footer .addressFooter .footerBox.four .links a {
  display: inline-block;
  position: relative;
  color: #ccc;
  font-size: 12px;
}
.footer .addressFooter .footerBox.four .links a:hover {
  color: #f19100;
}
.footer .addressFooter .footerBox.four .links a:after {
  content: '|';
  margin: 0 7px;
  color: #ccc;
}
.footer .addressFooter .footerBox.four .links a:last-of-type:after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .addressFooter .footerBox.four .links a {
    display: block;
  }
  .footer .addressFooter .footerBox.four .links a:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer .addressFooter .footerBox.four .links a {
    display: block;
  }
  .footer .addressFooter .footerBox.four .links a:after {
    display: none;
  }
}
.footer .veryBottomFooter {
  position: relative;
  padding-top: 15px;
  color: #a6a6a6;
  max-width: 1399px;
  margin: 90px auto 5px auto;
  border-top: 1px solid #7a7979;
  font-size: 12px;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .footer .veryBottomFooter {
    display: block;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer .veryBottomFooter {
    margin-top: 60px;
  }
}
.footer .veryBottomFooter p {
  margin-bottom: 0;
}
.footer .veryBottomFooter .websiteBy {
  position: absolute;
  right: 0;
  top: 15px;
}
@media (max-width: 1199px) {
  .footer .veryBottomFooter .websiteBy {
    position: relative;
    margin-top: 7px;
    right: auto;
    top: auto;
  }
}
.footer .veryBottomFooter .websiteBy a {
  color: #bda786;
}
.footer .veryBottomFooter .websiteBy a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .veryBottomFooter .footerBreak {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
/* -------------------  --- ----------------------------------------- -------------------------------- ----------------------------------INNER PAGE STYLES ----------------------------------------------------------  -------------------------------------------------- -----------------------------  */
.caseStudy .inner .item-page .page-header {
  display: none;
}
/* ----------------- INNER PAGE CASE STUDIES ------------------------------- */
body.innerPage.caseStudy a.caseStudiesLink {
  position: fixed;
  color: #fff;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 23px;
  font-size: 12px;
}
body.innerPage.caseStudy a.caseStudiesLink:hover {
  color: #f19100;
}
body.innerPage.caseStudy .veryTopNav .siteLogo {
  left: 10px;
  top: 5px;
  padding: 15px;
}
body.innerPage.caseStudy .veryTopNav .siteLogo img {
  width: 50px;
}
body.innerPage.caseStudy .veryTopNav .hamburgerButton #hamburger-icon {
  background-color: #f19100;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.innerPage.caseStudy .veryTopNav .hamburgerButton #hamburger-icon:hover {
  background: #c67802;
}
body.innerPage.caseStudy .veryTopNav .hamburgerButton #hamburger-icon .menuText {
  display: none;
}
body.innerPage.caseStudy .veryTopNav .hamburgerButton #hamburger-icon .line {
  background: #fff;
  height: 2px;
}
body.innerPage.caseStudy .veryTopNav .hamburgerButton #hamburger-icon .line.active {
  height: 1px;
}
body.innerPage.caseStudy .veryTopNav.scrolled .siteLogo {
  left: 0;
  top: 0;
  padding: 10px 15px;
}
body.innerPage.caseStudy .veryTopNav.scrolled .hamburgerButton {
  padding-top: 9px;
  padding-right: 9px;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container {
  margin: 0 0 100px 0;
  padding: 0 40px;
  position: relative;
  text-align: center;
  flex-direction: column;
  display: flex;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container {
    padding: 20px;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container > li {
  max-width: 1399px;
  margin: 0 auto;
  list-style-type: none;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container .main-pic {
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container .main-pic .field-label {
  display: none;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container .main-pic:before {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  content: '';
  bottom: 0;
  left: 0;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container .main-pic img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.power,
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.type {
  background: rgba(241, 145, 0, 0.85) url(../images/wholeSunshine.png) 50% 20px no-repeat;
  background-size: 50px;
  position: relative;
  color: #fff;
  margin: 150px auto 0 auto;
  font-size: 38px;
  display: grid;
  align-items: center;
  height: 200px;
  width: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.type {
  font-size: 15px;
  align-items: flex-end;
  background: none;
  margin-top: -200px;
  padding-bottom: 47px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f7e900;
  cursor: pointer;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.type:before {
  border: 1px solid #f7e900;
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.type:after {
  content: 'Case Study';
  display: block;
  position: absolute;
  line-height: 20px;
  bottom: 30px;
  font-size: 12px;
  left: 50%;
  transform: translatex(-50%);
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.type:hover:before {
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.project-title {
  position: relative;
  margin-top: 60px;
  padding: 0 20px;
  line-height: 60px;
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-size: 48px;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.project-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.location {
  position: relative;
  color: #f19100;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 20px;
  font-size: 18px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.location {
    font-size: 15px;
    letter-spacing: 2px;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief {
  margin-top: 240px;
  background: #f0eff5;
  padding: 100px 50px;
  position: relative;
  margin-bottom: 100px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #63626b;
  line-height: 28px;
}
@media (max-width: 575px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief {
    padding: 70px 20px;
  }
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief {
    padding-bottom: 50px;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief .field-label {
  max-width: 50%;
  display: block;
  font-size: 38px;
  margin-bottom: 30px;
  padding-right: 50px;
  font-family: 'DM Sans', sans-serif;
  color: #29235c;
  font-weight: 600;
  position: relative;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief .field-label {
    max-width: 100%;
    padding-right: 0;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief .field-label:before {
  content: '\f071';
  font-family: "Font Awesome 5 Free";
  color: #d2cfdd;
  margin-left: 5px;
  display: block;
  font-size: 48px;
  margin-bottom: 50px;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief p {
  max-width: 50%;
  padding-right: 50px;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief p {
    max-width: 100%;
    padding-right: 0;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief p:first-of-type {
  font-weight: 800;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief p:last-of-type {
  right: 0;
  position: absolute;
  width: 50%;
  bottom: 0;
  margin-bottom: 0;
  top: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief p:last-of-type {
    width: 100%;
    position: relative;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief p:last-of-type img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-brief p:last-of-type img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 30px;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-solution {
  margin-bottom: 30px;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-solution .field-label {
  display: block;
  font-size: 38px;
  margin-bottom: 30px;
  font-family: 'DM Sans', sans-serif;
  color: #29235c;
  font-weight: 600;
  position: relative;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-solution .field-label:before {
  width: 90px;
  margin: 10px auto 30px auto;
  height: 85px;
  display: block;
  content: '';
  background: url(../images/wholeSun.png) top center no-repeat;
  background-size: contain;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-solution .field-value {
  max-width: 850px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #63626b;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.gallery {
  margin-bottom: 80px;
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.gallery img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.gallery .masonry,
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.gallery .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.gallery .masonry figure:last-of-type,
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.gallery .grid figure:last-of-type {
    grid-column: 1/-1;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-benefit {
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  max-width: 1209px;
  padding: 90px 95px 75px 95px;
  background: #f39200;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-benefit {
    padding: 70px 20px;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-benefit:after {
  position: absolute;
  background: url(../images/rainbowLight.png) top right no-repeat;
  height: 250px;
  background-size: contain;
  width: 250px;
  content: '';
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-benefit:after {
    height: 150px;
    width: 150px;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-benefit .field-label {
  display: block;
  font-size: 42px;
  margin-bottom: 30px;
  font-family: 'DM Sans', sans-serif;
  color: #29235c;
  font-weight: 600;
  position: relative;
}
@media (max-width: 991px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-benefit .field-label {
    line-height: 52px;
  }
}
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.the-benefit .field-value {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #29235c;
}
.com-content-category-blog.blog .page-header h1 {
  margin: -250px 0 20px 0;
  padding: 0 20px;
  line-height: 60px;
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-size: 48px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .com-content-category-blog.blog .page-header h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}
.com-content-category-blog.blog .category-desc p {
  position: relative;
  color: #f19100;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 20px;
  font-size: 18px;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .com-content-category-blog.blog .category-desc p {
    font-size: 15px;
    letter-spacing: 2px;
  }
}
.com-content-category-blog.blog .category-desc .catImage {
  position: relative;
}
.com-content-category-blog.blog .category-desc .catImage:before {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  content: '';
  bottom: 0;
  left: 0;
}
.com-content-category-blog.blog .category-desc .catImage img {
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.com-content-category-blog.blog .items-leading {
  margin: 250px auto 0 auto;
  max-width: 1180px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .com-content-category-blog.blog .items-leading {
    grid-template-columns: 1fr;
  }
}
.com-content-category-blog.blog .items-leading .blog-item {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.com-content-category-blog.blog .items-leading .blog-item .item-image {
  margin: 0;
}
.com-content-category-blog.blog .items-leading .blog-item .item-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .com-content-category-blog.blog .items-leading .blog-item .item-image img {
    height: auto;
    min-height: 400px;
  }
}
.com-content-category-blog.blog .items-leading .blog-item .page-header h2 a {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  display: block;
  display: grid;
  color: #f19100;
  padding: 0 20px;
  text-align: center;
  align-content: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.com-content-category-blog.blog .items-leading .blog-item .page-header h2 a:before {
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #dddddd;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.com-content-category-blog.blog .items-leading .blog-item .item-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.com-content-category-blog.blog .items-leading .blog-item .item-content ul.fields-container {
  color: #ccc;
  position: absolute;
  text-transform: uppercase;
  bottom: 10px;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translatex(-50%);
  letter-spacing: 2px;
  padding: 20px 20px 10px 20px;
  list-style-type: none;
}
.com-content-category-blog.blog .items-leading .blog-item .item-content ul.fields-container li.field-entry.main-pic,
.com-content-category-blog.blog .items-leading .blog-item .item-content ul.fields-container li.field-entry.the-brief,
.com-content-category-blog.blog .items-leading .blog-item .item-content ul.fields-container li.field-entry.the-solution,
.com-content-category-blog.blog .items-leading .blog-item .item-content ul.fields-container li.field-entry.gallery,
.com-content-category-blog.blog .items-leading .blog-item .item-content ul.fields-container li.field-entry.the-benefit,
.com-content-category-blog.blog .items-leading .blog-item .item-content ul.fields-container li.field-entry.project-title {
  display: none;
}
.com-content-category-blog.blog .items-leading .blog-item:hover .page-header h2 a {
  background: rgba(0, 0, 0, 0.75);
}
.com-content-category-blog.blog .items-leading .blog-item:hover .page-header h2 a:before {
  color: #f19100;
}
.innerPageMoreCaseStudies {
  margin: 80px 0;
  position: relative;
  padding-top: 30px;
  padding-top: 46px;
}
.innerPageMoreCaseStudies .text-center {
  position: absolute;
  top: 0;
  padding: 10px 40px;
  background: #29235c;
  color: #fff;
  left: 50%;
  transform: translatex(-50%);
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-transform: uppercase;
}
.innerPageMoreCaseStudies .text-center a {
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
}
.innerPageMoreCaseStudies .text-center a:hover {
  color: #f7e900;
}
@media (max-width: 767px) {
  .innerPageMoreCaseStudies .text-center a {
    letter-spacing: 0;
    width: 140px;
    display: inline-block;
  }
}
.innerPageMoreCaseStudies .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .innerPageMoreCaseStudies .row {
    grid-template-columns: 1fr;
  }
}
.innerPageMoreCaseStudies .row .col-md-3 {
  width: 100%;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .innerPageMoreCaseStudies .row .col-md-3 {
    margin-bottom: 30px;
  }
}
.innerPageMoreCaseStudies .row .col-md-3 .mod-project-item {
  height: 100%;
}
.innerPageMoreCaseStudies .row .col-md-3:first-of-type figure img {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.innerPageMoreCaseStudies .row .col-md-3:last-of-type figure img {
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.innerPageMoreCaseStudies .row .col-md-3 figure {
  margin: 0;
  height: 100%;
}
.innerPageMoreCaseStudies .row .col-md-3 figure img {
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .innerPageMoreCaseStudies .row .col-md-3 figure img {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
  }
}
.innerPageMoreCaseStudies .row .col-md-3 .item-info {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  align-content: center;
  height: 100%;
  background: rgba(41, 35, 92, 0.81);
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.innerPageMoreCaseStudies .row .col-md-3 .item-info .inner {
  height: 100%;
  width: 100%;
}
.innerPageMoreCaseStudies .row .col-md-3 .item-info a {
  position: absolute;
  display: block;
  display: grid;
  color: #f19100;
  padding: 0 20px;
  text-align: center;
  align-content: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.innerPageMoreCaseStudies .row .col-md-3 .item-info a:before {
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #dddddd;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.innerPageMoreCaseStudies .row .col-md-3 .item-info h5 {
  margin: 0;
  height: 100%;
  width: 100%;
}
.innerPageMoreCaseStudies .row .col-md-3:first-of-type .item-info {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.innerPageMoreCaseStudies .row .col-md-3:last-of-type .item-info {
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.innerPageMoreCaseStudies .row .col-md-3:hover .item-info {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .innerPageMoreCaseStudies .row .col-md-3:hover .item-info {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
body.hideMoreCaseStudies .innerPageMoreCaseStudies {
  display: none;
}
.standardInnerPage .homeSectionFive {
  margin-top: 0;
}
.standardInnerPage .veryTopNav .siteLogo {
  left: 10px;
  top: 5px;
  padding: 15px;
}
.standardInnerPage .veryTopNav .siteLogo img {
  width: 50px;
}
.standardInnerPage .veryTopNav .hamburgerButton #hamburger-icon {
  background-color: #f19100;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.standardInnerPage .veryTopNav .hamburgerButton #hamburger-icon:hover {
  background: #c67802;
}
.standardInnerPage .veryTopNav .hamburgerButton #hamburger-icon .menuText {
  display: none;
}
.standardInnerPage .veryTopNav .hamburgerButton #hamburger-icon .line {
  background: #fff;
  height: 2px;
}
.standardInnerPage .veryTopNav .hamburgerButton #hamburger-icon .line.active {
  height: 1px;
}
.standardInnerPage .veryTopNav.scrolled .siteLogo {
  left: 0;
  top: 0;
  padding: 10px 15px;
}
.standardInnerPage .veryTopNav.scrolled .hamburgerButton {
  padding-top: 9px;
  padding-right: 9px;
}
.standardInnerPage .item-page {
  background: url(../images/iconbg.png) 100% 470px no-repeat;
  background-size: 220px;
  position: relative;
}
@media (max-width: 1199px) {
  .standardInnerPage .item-page {
    background: url(../images/iconbg.png) 100% 220px no-repeat;
    background-size: 150px;
  }
}
.standardInnerPage .item-page:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fefbd4 200%);
  height: 100%;
  width: 100%;
  content: '';
  bottom: 0;
  z-index: -1;
}
.standardInnerPage .item-page .sunshineIcon {
  position: relative;
  width: 120px;
  background: rgba(241, 145, 0, 0.85);
  border-radius: 50%;
  padding-bottom: 10px;
  display: grid;
  justify-content: center;
  align-content: center;
  height: 120px;
  margin: -350px auto 40px auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.standardInnerPage .item-page .sunshineIcon:before {
  border: 1px solid #f7e900;
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.standardInnerPage .item-page .sunshineIcon:hover {
  background: rgba(241, 145, 0, 0.9);
}
.standardInnerPage .item-page .sunshineIcon:hover:before {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
.standardInnerPage .item-page .sunshineIcon img {
  width: 50px;
}
.standardInnerPage .item-page .page-header h1 {
  padding: 0 20px;
  line-height: 50px;
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .standardInnerPage .item-page .page-header h1 {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 2px;
  }
}
.standardInnerPage .item-page .page-header h2 {
  position: relative;
  text-align: center;
  color: #f19100;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 20px;
  font-size: 18px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .standardInnerPage .item-page .page-header h2 {
    font-size: 15px;
    letter-spacing: 2px;
  }
}
.standardInnerPage .item-page .item-image {
  position: relative;
}
.standardInnerPage .item-page .item-image:before {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  content: '';
  bottom: 0;
  left: 0;
}
.standardInnerPage .item-page .item-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.standardInnerPage .item-page .com-content-article__body {
  max-width: 1180px;
  margin: 160px auto 0 auto;
  padding: 0 20px;
  background: url(../images/dottedCircles.png) 50% 0px no-repeat;
  background-size: contain;
  padding-bottom: 100px;
}
.standardInnerPage .item-page .com-content-article__body h1,
.standardInnerPage .item-page .com-content-article__body h2,
.standardInnerPage .item-page .com-content-article__body h3,
.standardInnerPage .item-page .com-content-article__body h4,
.standardInnerPage .item-page .com-content-article__body h5,
.standardInnerPage .item-page .com-content-article__body h6 {
  display: inline-block;
  background: none;
  color: #29235c;
  padding: 10px 0;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 10px;
}
.standardInnerPage .item-page .com-content-article__body h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .standardInnerPage .item-page .com-content-article__body h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.standardInnerPage .item-page .com-content-article__body h4 {
  font-size: 20px;
  background: none;
}
@media (max-width: 767px) {
  .standardInnerPage .item-page .com-content-article__body h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.standardInnerPage .item-page .com-content-article__body h5 {
  font-size: 18px;
  background: none;
}
@media (max-width: 767px) {
  .standardInnerPage .item-page .com-content-article__body h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
.standardInnerPage .item-page .com-content-article__body h6 {
  font-size: 16px;
  background: none;
}
@media (max-width: 767px) {
  .standardInnerPage .item-page .com-content-article__body h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
.standardInnerPage .item-page .com-content-article__body .fiveGrid h2 {
  color: #f19100;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  margin: 0;
}
.mainContent [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button] {
  background-color: rgba(255, 165, 0, 0.05);
  transition: background-color 200ms, border 200ms;
  border: none;
  margin-top: 10px;
  height: 70px;
}
.mainContent [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=panel],
.mainContent [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=panels] > [data-rlta-element=panel] {
  background: none;
  border: none;
}
.mainContent div[data-rlta-element=button] h3 {
  background: none !important;
  color: #29235c !important;
}
.mainContent [data-rlta-element="button"]:after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  color: #f19100;
  font-size: 16px;
  font-weight: 600;
}
.mainContent [data-rlta-element="button"][data-rlta-state=open] {
  background: #f19100 !important;
}
.mainContent [data-rlta-element="button"][data-rlta-state=open]:after {
  content: '\f106';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.mainContent [data-rlta-element="button"][data-rlta-state=open] h3 {
  color: #fff !important;
}
.standardInnerPage .homeSectionOneContainer {
  background: #fff;
}
.standardInnerPage .homeSectionOneContainer .homeSection.one {
  padding-bottom: 100px;
}
.standardInnerPage .underSliderModule {
  display: flex;
  flex-direction: column;
}
.standardInnerPage .underSliderModule .homeSectionFour {
  order: 3;
}
.contactPage {
  display: grid;
  grid-template-columns: 4fr 2.5fr;
}
@media (max-width: 991px) {
  .contactPage {
    grid-template-columns: 1fr;
  }
}
.contactPage .contactDetails {
  padding: 40px 0 40px 40px;
}
@media (max-width: 991px) {
  .contactPage .contactDetails {
    padding: 20px 0;
    text-align: center;
  }
}
.contactPage .contactDetails .inner {
  background: rgba(41, 35, 92, 0.85);
  color: #fff;
  padding: 20px 30px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 991px) {
  .contactPage .contactDetails .inner {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
  }
}
.contactPage .contactDetails .inner a {
  color: #fff;
}
.contactPage .contactDetails .inner a:hover {
  color: #f19100;
}
/* -------------------   SMART SLIDER CSS OVERRIDES -----------------  */
body.site.homeArticle .sliderModule:before {
  display: none;
}
@media (max-width: 575px) {
  body.site.homeArticle .sliderModule {
    max-height: none;
  }
}
/* add gallery field on standard inner page but hide from top of page */
.standardInnerPage ul.fields-container {
  display: none;
}
/* ---------------------  MAKE CASE STUDY TITLES SMALLER ---------------   */
body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.project-title {
  line-height: 36px;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
}
.com-content-category-blog.blog .items-leading .blog-item .page-header h2 a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 28px;
}
.com-content-category-blog.blog .items-leading .blog-item .page-header h2 a:before {
  font-size: 32px;
}
@media (max-width: 575px) {
  body.innerPage.caseStudy .mainContent.inner .item-page ul.fields-container li.field-entry.location,
  .com-content-category-blog li.field-entry.type {
    display: none;
  }
}
/* ----------  FIX LONG IMAGES ON HOME PAGE CASE STUDY GRID ------------------------------   */
@media (min-width: 768px) {
  .homePageProjectsModule .leGrid {
    grid-template-rows: 50% 50%;
    height: 600px;
  }
  .homePageProjectsModule .leGrid .box a figure img {
    width: 100%;
    max-height: 100%;
  }
}
/*  END OF 768 MEDIA */
@media (min-width: 768px) and (max-width: 991px) {
  .homePageProjectsModule .leGrid {
    height: 450px;
  }
}
/* ----------------  NEW MEET TEAM PAGE ------------------------------   */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.border-0 {
  border: 0 !important;
}
.position-relative {
  position: relative !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgb(0 0 0%) !important;
}
.card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.member-profile {
  top: -50px;
  left: 0;
}
.text-center {
  text-align: center !important;
}
.w-100 {
  width: 100% !important;
}
.position-absolute {
  position: absolute !important;
}
.member-profile img {
  width: 100px;
  height: 100px;
}
.rounded-circle {
  border-radius: 50% !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0%) !important;
}
.standardInnerPage .item-page .com-content-article__body .team-section {
  text-align: center;
}
.standardInnerPage .item-page .com-content-article__body .team-section h5 {
  background: none;
  display: block;
  color: #f19100 !important;
}
/* ------------------------------   NEW SOLAR PV PAGE BROKEN UP CONTENT  --------------------------   */
.fourPicsBroken {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 80px;
}
.brokenWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.brokenWrapper > * {
  background: #f19100;
  line-height: 34px;
  font-size: 20px;
  width: 48%;
  color: #fff;
  margin: 10px;
  padding: 30px;
  text-align: center;
}
.brokenWrapper .leFirst,
.brokenWrapper .leLast {
  color: #333;
  background: none;
}
.brokenWrapper .leThird {
  background: rgba(41, 35, 92, 0.5);
}
/* same page broken benefits section */
.brokenBenefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  grid-gap: 20px;
}
.brokenBenefits > * {
  background: #efefef;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.brokenBenefits strong {
  font-size: 16px;
  color: #f17e41;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.brokenBenefits p:last-of-type {
  grid-column: 1/3;
}
.brokenBenefits .fa-check,
.brokenBenefits .fa-exclamation {
  font-size: 28px;
  margin-bottom: 20px;
  color: #c1c1c1;
}
/* media queries for new solar panels broken up page */
@media (max-width: 1199px) {
  .brokenWrapper > * {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .brokenBenefits {
    display: flex;
    flex-direction: column;
  }
}
/* sitemap links */
div#osmap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 20px 20px 60px;
}
/* encase case study titles in h1 tag */
li.field-entry.project-title h1 {
  font-size: 24px;
}
@media (min-width: 992px) {
  li.field-entry.project-title h1 {
    font-size: 30px;
  }
}
/* ------------------------------ ---------------------------------- -----------------------------   UPDATES AUGUST 2024 -------------------------------- --------------- /////////////////////////////////   */
.homeArticle .mainContent {
  display: none;
}
.innerPage.caseStudy .com-content-article__body {
  display: none;
}
.undersliderposition.no-card.approvedQualified {
  max-width: 1399px;
  margin: 80px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .undersliderposition.no-card.approvedQualified {
    margin-top: 50px;
  }
}
.undersliderposition.no-card.approvedQualified h2 {
  text-transform: uppercase;
  color: #f39200;
  font-size: 34px;
}
@media (max-width: 991px) {
  .undersliderposition.no-card.approvedQualified h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .undersliderposition.no-card.approvedQualified h2 {
    width: 300px;
    margin: 0 auto;
    line-height: 38px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .undersliderposition.no-card.approvedQualified h2 {
    width: 280px;
    line-height: 34px;
    font-size: 20px;
  }
}
.undersliderposition.no-card.approvedQualified h2 .navy {
  color: #29235c;
}
.undersliderposition.no-card.approvedQualified p {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  line-height: 32px;
}
@media (max-width: 575px) {
  .undersliderposition.no-card.approvedQualified p {
    font-size: 16px;
    line-height: 28px;
  }
}
.undersliderposition.no-card.blueLogoStripHome {
  background: #384b70;
  padding: 20px;
  margin-top: 70px;
}
.undersliderposition.no-card.blueLogoStripHome .logosInner {
  display: grid;
  max-width: 999px;
  margin: 0 auto;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  align-items: center;
  justify-items: center;
  grid-gap: 40px;
  padding: 20px;
}
@media (max-width: 767px) {
  .undersliderposition.no-card.blueLogoStripHome .logosInner {
    grid-gap: 20px;
  }
}
@media (max-width: 480px) {
  .undersliderposition.no-card.blueLogoStripHome .logosInner {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
}
.undersliderposition.no-card.whyChooseUs {
  max-width: 1399px;
  margin: 80px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}
.undersliderposition.no-card.whyChooseUs h3 {
  text-transform: uppercase;
  color: #f39200;
  font-size: 34px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .undersliderposition.no-card.whyChooseUs h3 {
    font-size: 24px;
  }
}
.undersliderposition.no-card.whyChooseUs h3 .navy {
  color: #29235c;
}
.undersliderposition.no-card.whyChooseUs .whyChooseBoxes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
}
@media (max-width: 991px) {
  .undersliderposition.no-card.whyChooseUs .whyChooseBoxes {
    grid-gap: 20px;
  }
}
.undersliderposition.no-card.whyChooseUs .whyChooseBoxes .box {
  padding: 20px;
  background: #384b70;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  grid-column: span 2;
}
.undersliderposition.no-card.whyChooseUs .whyChooseBoxes .box:nth-of-type(4),
.undersliderposition.no-card.whyChooseUs .whyChooseBoxes .box:nth-of-type(5) {
  grid-column: span 3;
}
@media (max-width: 991px) {
  .undersliderposition.no-card.whyChooseUs .whyChooseBoxes .box {
    grid-column: span 3;
  }
  .undersliderposition.no-card.whyChooseUs .whyChooseBoxes .box:nth-of-type(5) {
    grid-column: span 6;
  }
}
@media (max-width: 575px) {
  .undersliderposition.no-card.whyChooseUs .whyChooseBoxes .box {
    grid-column: span 6;
  }
  .undersliderposition.no-card.whyChooseUs .whyChooseBoxes .box:nth-of-type(4) {
    grid-column: span 6;
  }
}
.undersliderposition.no-card.whyChooseUs .whyChooseBoxes .box h6 {
  text-transform: uppercase;
  color: #f19100;
  margin: 10px 0 15px 0;
  font-size: 20px;
  line-height: 30px;
}
.undersliderposition.no-card.whyChooseUs .whyChooseBoxes .box p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 32px;
}
.undersliderposition.no-card.googleReviewsHome {
  max-width: 1399px;
  margin: 120px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}
.undersliderposition.no-card.googleReviewsHome h3 {
  text-transform: uppercase;
  color: #f39200;
  font-size: 34px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .undersliderposition.no-card.googleReviewsHome h3 {
    font-size: 24px;
  }
}
.undersliderposition.no-card.googleReviewsHome h3 .navy {
  color: #29235c;
}
.undersliderposition.no-card.googleReviewsHome h6 {
  font-weight: bold;
  margin-bottom: 50px;
}
.undersliderposition.no-card.justTitleForProjects {
  max-width: 1399px;
  margin: 120px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}
.undersliderposition.no-card.justTitleForProjects h3 {
  text-transform: uppercase;
  color: #f39200;
  font-size: 34px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .undersliderposition.no-card.justTitleForProjects h3 {
    font-size: 24px;
  }
}
.undersliderposition.no-card.justTitleForProjects h3 .navy {
  color: #29235c;
}
.undersliderposition.no-card.justTitleForProjects a {
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #29235c;
  font-weight: 600;
  text-decoration: underline;
  display: block;
  margin-top: 20px;
}
.undersliderposition.no-card.justTitleForProjects a:hover {
  color: #f39200;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-template-areas: 'pic .' 'pic title' 'pic text' 'pic button' 'pic .';
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item:last-of-type {
  margin-bottom: 120px;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item figure.newsflash-image {
  margin: 0;
  grid-area: pic;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item figure.newsflash-image img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  min-height: 600px;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item h4.newsflash-title {
  grid-area: title;
  background: #fff;
  margin-left: -50px;
  z-index: 8;
  margin-bottom: 0;
  padding: 30px 20px 10px 30px;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item h4.newsflash-title a {
  color: #29235c;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item h4.newsflash-title a:hover {
  color: #f39200;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item p:first-of-type {
  grid-area: text;
  background: #fff;
  margin-left: -50px;
  z-index: 8;
  margin-bottom: 0;
  padding: 10px 20px 10px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  line-height: 32px;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item p.readmore {
  grid-area: button;
  background: #fff;
  margin-left: -50px;
  z-index: 8;
  padding: 10px 20px 30px 30px;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item p.readmore a {
  padding: 15px 30px;
  background: #f39200;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item p.readmore a:hover {
  background: #29235c;
}
.undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item p.readmore a span {
  display: none;
}
@media (min-width: 768px) {
  .undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item:nth-of-type(even) {
    grid-template-areas: '. pic' 'title pic' 'text pic' 'button pic ' '. pic';
  }
  .undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item:nth-of-type(even) h4.newsflash-title,
  .undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item:nth-of-type(even) p:first-of-type,
  .undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item:nth-of-type(even) p.readmore {
    margin-left: auto;
    margin-right: -50px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item {
    grid-template-columns: 1fr;
    grid-template-areas: 'pic' 'title' 'text' 'button';
    text-align: center;
    margin-bottom: 60px;
  }
  .undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item h4.newsflash-title,
  .undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item p:first-of-type,
  .undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item p.readmore {
    margin: 0;
    padding: 15px;
  }
  .undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item h4.newsflash-title {
    width: 80%;
    margin: -30px auto 0 auto;
    padding-bottom: 0;
  }
  .undersliderposition.no-card.completedProjectsNew .mod-articlesnews__item figure.newsflash-image img {
    max-height: 300px;
    min-height: 300px;
    height: 300px;
  }
}
.newSolarPage .newContent {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.newSolarPage .newContent h2 {
  font-size: 24px;
  font-weight: bold;
}
.newSolarPage .bigButton {
  background: #f19100;
  color: #fff;
  border-radius: 4px;
  padding: 15px 20px;
  margin-top: 25px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newSolarPage .bigButton:hover {
  background: #29235c;
}
.undersliderposition.no-card.commercialDomestic {
  max-width: 1399px;
  margin: 120px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}
.undersliderposition.no-card.commercialDomestic .domCom .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .undersliderposition.no-card.commercialDomestic .domCom .box {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.undersliderposition.no-card.commercialDomestic .domCom .box .pic {
  position: relative;
}
.undersliderposition.no-card.commercialDomestic .domCom .box .pic:before {
  content: '';
  background: #f19100;
  position: absolute;
  width: 90%;
  height: 90%;
  z-index: -1;
  top: -10px;
  left: -10px;
}
.undersliderposition.no-card.commercialDomestic .domCom .box .pic img {
  min-height: 350px;
  width: 100%;
  object-fit: cover;
}
.undersliderposition.no-card.commercialDomestic .domCom .box .text {
  text-align: left;
  align-content: center;
  padding: 80px;
}
@media (max-width: 1200px) {
  .undersliderposition.no-card.commercialDomestic .domCom .box .text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .undersliderposition.no-card.commercialDomestic .domCom .box .text {
    margin-left: 40px;
    margin-top: -90px;
    z-index: 5;
    background: #fff;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .undersliderposition.no-card.commercialDomestic .domCom .box .text {
    margin-left: 10px;
  }
}
.undersliderposition.no-card.commercialDomestic .domCom .box .text p {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.undersliderposition.no-card.commercialDomestic .domCom .box .text a {
  text-transform: uppercase;
  font-weight: bold;
  color: #f19100;
}
.undersliderposition.no-card.commercialDomestic .domCom .box .text a:hover {
  color: #29235c;
}
.undersliderposition.no-card.commercialDomestic .domCom .box .text h6 {
  text-transform: uppercase;
  font-weight: bold;
  color: #29235c;
  font-size: 28px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .undersliderposition.no-card.commercialDomestic .domCom .box .text h6 {
    font-size: 18px;
    line-height: 30px;
  }
}
.undersliderposition.no-card.commercialDomestic .domCom .box .text h6 a {
  color: #29235c;
}
.undersliderposition.no-card.commercialDomestic .domCom .box .text h6 a:hover {
  color: #f19100;
}
@media (max-width: 991px) {
  .undersliderposition.no-card.commercialDomestic .domCom .box.com .pic {
    order: -1;
  }
}
.undersliderposition.no-card.commercialDomestic .domCom .box.com .pic:before {
  left: auto;
  right: -10px;
}
.undersliderposition.no-card.blueBenefitsStrip {
  background: #384b70;
  padding: 20px;
  margin-top: 120px;
}
.undersliderposition.no-card.blueBenefitsStrip .benefitsInner {
  max-width: 1399px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
.undersliderposition.no-card.blueBenefitsStrip .benefitsInner h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 36px;
}
.undersliderposition.no-card.blueBenefitsStrip .benefitsInner h3 .orange {
  color: #f19100;
}
.undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes {
    grid-gap: 20px;
  }
}
.undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box {
  padding: 20px;
  background: #41557c;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  grid-column: span 2;
}
.undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box:nth-of-type(4),
.undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box:nth-of-type(5) {
  grid-column: span 3;
}
@media (max-width: 991px) {
  .undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box {
    grid-column: span 3;
  }
  .undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box:nth-of-type(5) {
    grid-column: span 6;
  }
}
@media (max-width: 575px) {
  .undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box {
    grid-column: span 6;
  }
  .undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box:nth-of-type(4) {
    grid-column: span 6;
  }
}
.undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box i {
  font-size: 36px;
}
.undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box h6 {
  text-transform: uppercase;
  color: #f19100;
  margin: 10px 0 15px 0;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
.undersliderposition.no-card.blueBenefitsStrip .benefitsInner .benefitsBoxes .box p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 32px;
}
.goodInvestment {
  max-width: 1399px;
  margin: 80px auto 30px auto;
  text-align: center;
  padding: 40px 20px;
}
.goodInvestment h3 {
  text-transform: uppercase;
  color: #f39200;
  font-size: 34px;
  margin-bottom: 10px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .goodInvestment h3 {
    font-size: 24px;
  }
}
.goodInvestment h3 .navy {
  color: #29235c;
}
.goodInvestment ol {
  list-style-position: inside;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 40px;
  padding: 0;
}
.goodInvestment ol li {
  margin-bottom: 15px;
}
.goodInvestment ol li b {
  color: #f39200;
}
.quotationStrip {
  background: #d98302;
  margin: 0 0 60px 0;
}
@media (max-width: 991px) {
  .quotationStrip {
    margin: 0;
  }
}
.quotationStrip .inner {
  max-width: 1399px;
  padding: 40px 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  justify-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .quotationStrip .inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.quotationStrip .inner h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  margin: 0;
}
.quotationStrip .inner div#quoteButtonTwo {
  background: #29235c;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}
.quotationStrip .inner div#quoteButtonTwo:hover {
  color: #f19100;
}
@media (max-width: 767px) {
  .quotationStrip .inner div#quoteButtonTwo {
    margin-top: 20px;
  }
}
.undersliderposition.no-card.installationProcessStrip {
  padding: 20px;
  margin-top: 30px;
}
.undersliderposition.no-card.installationProcessStrip .installationInner {
  max-width: 1399px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
.undersliderposition.no-card.installationProcessStrip .installationInner h3 {
  color: #41557c;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 36px;
}
.undersliderposition.no-card.installationProcessStrip .installationInner h3 .orange {
  color: #f19100;
}
.undersliderposition.no-card.installationProcessStrip .installationInner .installationBoxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .undersliderposition.no-card.installationProcessStrip .installationInner .installationBoxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .undersliderposition.no-card.installationProcessStrip .installationInner .installationBoxes {
    grid-template-columns: 1fr;
  }
}
.undersliderposition.no-card.installationProcessStrip .installationInner .installationBoxes .box {
  padding: 15px;
  background: #f1f1f1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.undersliderposition.no-card.installationProcessStrip .installationInner .installationBoxes .box .number {
  width: 30px;
  background: #f19100;
  border-radius: 50%;
  height: 30px;
  margin: 10px auto 25px auto;
}
.undersliderposition.no-card.installationProcessStrip .installationInner .installationBoxes .box i {
  font-size: 28px;
  color: #41557c;
}
.undersliderposition.no-card.installationProcessStrip .installationInner .installationBoxes .box h6 {
  text-transform: uppercase;
  color: #41557c;
  margin: 10px 0 15px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .undersliderposition.no-card.installationProcessStrip .installationInner .installationBoxes .box h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
.undersliderposition.no-card.installationProcessStrip .installationInner .installationBoxes .box p {
  color: #555;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 32px;
}
.designStrip .designButton {
  background: #29235c;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}
.designStrip .designButton:hover {
  color: #f19100;
}
@media (max-width: 767px) {
  .designStrip .designButton {
    margin-top: 20px;
  }
}
