@import url("https://use.typekit.net/uey4wra.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}
a {
 text-decoration: none;
}
body {
    font-family: neue-kabel,sans-serif;
    font-size: 16px;
    line-height: 1.7;	
}

.latest-news__slider::-webkit-scrollbar,
.topicsarea__slider::-webkit-scrollbar {
  height: 9px;
  background-color: #D9EDBE;
}

.latest-news__slider::-webkit-scrollbar-thumb,
.topicsarea__slider::-webkit-scrollbar-thumb {
  background: #00713D; 
}

.container {
    width: 900px;
    margin: auto;
}
.quote {
    position: absolute;
    background-color: #8ABB2A;
    padding: 23px 33px;
    color: #fff;
    z-index: 1000;
    top: 0;
    right: 0;
    border-bottom-left-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.quote a {
   color: #fff;
}
.quote:hover {
    background-color: #1C5F2C;
}
.search-bar input {
    margin-top: -5px;
    margin-left: 10px;
}
.search__icon {
    color: #1C5F2C;
    font-size: 22px;
}
/* Mobile menu */
.topnav {
    overflow: hidden;
    position: relative;
    display: none;
  }
  
  .topnav #myLinks {
    display: none;
  }
.mobile_logo {
  display: inline-block;
  margin-top: 10px;
}
  .topnav .icon {
      margin-top: 20px;
  }
  .topnav a {
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    display: block;
    background-color: #fff;
    border: 1px solid #fff;
  }
  #myLinks > a {
    background-color: #8ABB2A;
    border: 1px solid #8ABB2A;
  }
  .home__dropdown a,
.business__dropdown a,
.special__dropdown a {
   background-color: #fff;
   color: #484848;
  }
.home__dropdown a.highlight {
 background-color: #8ABB2A;
margin-top: 15px;
color: #fff;
}
  .topnav a.icon {
    background: #8ABB2A;
    display: block;
    position: absolute;
    right: 10px;
    top: -6px;
    border: 1px solid #fff;
  }
  
  .active {
    background-color: #fff;
    color: white;
  }
  .home__dropdown a,
  .home__dropdown span,
  .business__dropdown a,
  .business__dropdown span,
.special__dropdown a,
  .special__dropdown span {
      font-size: 18px;
      padding: 3px;
      padding-left: 20px;
      margin: 0;
      outline: none;
      border: 0.5px solid #fff;
  }
  .home__dropdown span,
  .business__dropdown span {
      color: #8ABB2A;
      display: inline-block;
      margin: 10px 0px;
  }
  .home__dropdown,
  .business__dropdown,
.special__dropdown {
      display: none;
      background-color: #fff;
  }
.topbar {
    background-color: #ECF3DB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    padding-right: 200px;
    position: relative;
}
.topbar input {
    border: none;
    background-color: #ECF3DB;
    outline: none;
    text-transform: uppercase;
    font-size: 19px;
    font-family: neue-kabel, sans-serif;
    font-weight: 400;
    position: absolute;
    top: 17px;
}
.topbar .contact p {
    color: #1C5F2D;
   font-size: 18px;
   font-weight: 600;
}
.topbar .contact a {
    color: #1C5F2D;
   font-size: 18px;
   font-weight: 600;
}
.header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 6%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 3%;
}
.header .logo-box {
    width: 25%;
}
.header-container {
    flex: 1;
}
.header ul {
    margin-left: 20%;
}
.header ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.header ul li a {
    text-decoration: none;
    color: #484848;
    margin-left: 30px;
    font-weight: 400;
    position: relative;
    padding-bottom: 4px;
    font-family: neue-kabel, sans-serif;
}
.header ul li a::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1C5F2C;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 250ms ease-in;
}
.header ul li a:hover::after {
    transform: scaleX(1);
}


/* ---------------
--- Hero Textbox -
--------------- */
.herotext {
    display: flex;
}
.herotext__content {
    width: 50%;
    padding-left: 6%;
    padding-top: 3%;
}
.herotext__content__site {
    color: #8BBC2D;
    font-size: 20px;
    font-family: neue-kabel, sans-serif;
    font-weight: 300;
}
.herotext__content__title {
    font-family: neue-kabel,sans-serif;
    font-weight: 700;
    color: #1C5F2D;
    font-size: 68px;
    width: 600px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.herotext__content__para {
    font-family: neue-kabel, sans-serif;
    font-style: normal;
    font-size: 19px;
    width: 600px;
    line-height: 2;
    margin-bottom: 30px;
}
.herotext__imagebox {
    width: 50%;
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('http://eaglesdev2.previewsite.com.au/wp-content/themes/energymatters/images/pexels-curtis-adams-3935328.jpg');
    background-size: cover;
    background-repeat: no-repeat; */
}
.herotext__imagebox {
    padding-top: 10%;
    padding-left: 10%;
    padding-bottom: 15%;
    position: relative;
}
.herotext__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.herotext__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.herotext__imagebox div.herotitle {
    color: #8ABB2A;
    font-size: 35px;
    width: 600px;
    font-weight: 600;
}
.herotext__imagebox p {
    color: #fff;
    font-size: 20px;
    width: 330px;
    margin-bottom: 20px;
    font-family: neue-kabel, sans-serif;
}
.hero_btn {
    background-color: #8ABB2A;
    padding: 10px 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: block;
    color: #1C5F2D;
    font-weight: 600;
    color: #1C5F2D;
    font-size: 22px;
    z-index: 1;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
}
.hero_btn:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0,0,0, 0.2);
    color: #fff;
}
.herotext__imagebox--arrow {
    background-color: #1C5F2C;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 140px;
    cursor: pointer;
}
.herotext__imagebox--arrow:hover {
    background-color: #8ABB2A;
}
.herotext__imagebox--arrow:hover.herotext__imagebox--arrow i {
    color: #fff;
}
.herotext__imagebox--arrow i {
    color: #8ABB2A;
    font-size: 50px;
}
.sitebtn {
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: bold;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.2s ease;
    cursor: pointer;
}
.sitebtn-primary {
    background-color: #8ABB2A;
    color: #fff;
}
.sitebtn-primary:hover {
    background-color: #1C5F2C;
}

.sitebtn-white {
    background-color: #fff;
    color: #8ABB2A;
}
.sitebtn-white:hover {
    background-color: #8ABB2A;
    color: #fff;
}
.clientarea {
    padding: 3% 6%;
    display: flex;
}
.clientarea__awards {
    width: 74%;
}
.clientarea__awards__logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.clientarea__awards__logos img {
    width: 7%;
}
.clientarea__memberships {
    width: 20%;
    margin-left: 6%;
}
.clientarea__memberships__text,
.clientarea__awards__text {
    font-size: 18px;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}
.clientarea__memberships__text h3,
.clientarea__awards__text h3 {
   font-family: neue-kabel, sans-serif;
   font-size: 19px;
   font-weight: 500;
}
.clientarea__memberships__logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.clientarea__memberships__logos img {
    width: 25%;
    margin-right: 40px;
}



.service_area {
    padding-left: 6%;
    padding-right: 6%;
}

.service_area__list {
    display: flex;
    justify-content: space-between;
}
.service_area__card {
    margin: 1.33%;
    width: 32%;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    cursor: pointer;
}
.service_area__card:hover::after {
    background: linear-gradient(to left bottom, rgba(139, 187, 42, 0.7), rgba(28, 95, 44, 0.7));
}
.service_area__card.active::after {
    background: linear-gradient(to left bottom, rgba(139, 187, 42, 0.7), rgba(28, 95, 44, 0.7));
}
.service_area__card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.service_area__card .background-image {
    width: 100%;
    height: 100%;
}
.service_area__card__info {
    position: absolute;
    z-index: 2;
    left: 50px;
    bottom: 50px;
    color: #fff;
}
.service_area__card__info div {
    width: 160px;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: 600;
}
.service_area__card__arrow {
    width: 18%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.service_area__card.active .service_card__arrow {
    background-color: #1C5F2D;
}
.service_card__arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #8ABB2B;
    width: 20%;
    height: 20%;
    z-index: 1000;
    border-top-left-radius: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.2s ease;
}
.service_area__card:hover .service_card__arrow {
    background-color: #1C5F2D;
}

.service_card__arrow i {
    color: #fff;
    font-size: 240%;
}


.latest-news {
    padding: 3% 6%;
}
.latest-news__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.titlebox span {
    display: block;
}
.titlebox__sub {
    font-size: 18px;
    color: #8BBC2D;
    text-transform: uppercase;
    font-weight: 500;
}
.titlebox__main {
    font-size: 44px;
    text-transform: uppercase;
    margin-top: -15px;
    color: #1C5F2C;
    font-weight: bold;
}
.titlebox__link {
    font-size: 18px;
    color: #484848;
    font-weight: 500;
    margin-right: 12px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.latest-news__slider {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow-x: scroll;
    padding-bottom: 40px;
}
.latest-news__card {
    background-color: #fff;
    border: 2px solid #EFEFEF;
    border-radius: 15px;
    position: relative;
    margin: 0px 10px;
    overflow: hidden;
    transition: all 0.2s ease;
    cursor: pointer;
    min-width: 25%;
}
.latest-news__card:hover,
.latest-news__card.active {
    box-shadow: -5px 5px 20px rgba(0,0,0, 0.1);
}
.slick-slide {
    margin: 10px!important;
}
.slick-current {
    box-shadow: 0px 10px 20px rgba(0,0,0, 0.2);
}
.latest-news__card_img {
    height: 200px;
    width: auto;
}
.latest-news__card_img img {
    width: 100%;
    height: 100%;
}
.latest-news__card_img h3 {
    position: absolute;
    background-color: #367452;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 18px;
    right: 0;
    top: 0;
}
.latest-news__card_img h3 a {
  color: #fff;
  text-decoration: none;
}
.latest-news__card__content {
    padding: 30px;
}
.latest-news__card__content h5 {
    color: #A2C758;
    font-size: 16px;
}
.latest-news__card__content p {
    font-size: 21px;
    color: #1C5F2D;
    font-weight: bold;
    text-transform: uppercase;
}
.latest-news__card__content a {
 text-decoration: none;
color: #1C5F2D;
}
.divider {
    width: 94%;
    display: flex;
}
.divider.reverse {
    justify-content: flex-end;
}
.divider__light {
    background-color: #D9EDBE;
    height: 8px;
    width: 80%;
}
.divider__dark {
    background-color: #00713D;
    height: 8px;
    width: 20%;
}

.topicsarea {
    padding: 0px 6%;
}
.topicsarea__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.topic_card {
    min-width: 26%;
    padding: 30px;
    background-color: #EFEFEF;
    margin-right: 25px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.topic_card:hover {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.topicsarea__slider {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow-x: scroll;
    padding-bottom: 40px;
}
.topic_card.active {
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0,0,0, 0.1);
}
.topic_card h3 {
    color: #1C5F2D;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.4;
}
.topic_card p {
    color: #484848;
    font-weight: 400;
    font-size: 16px;
}

.callout_banner {
    margin-top: 80px;
    width: 90%;
    height: 480px;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 100px;
}

.callout_banner.foundations {
    margin-top: 0px;
}
.callout_banner.reverse {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 80px;
}
.callout_banner img {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.callout__banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom, rgba(0, 113, 60, 0.7), rgba(139, 187, 42, 0.7));
}
.callout__banner__overlay.reverse {
    background: linear-gradient(to right bottom, rgba(46, 85, 108, 0.699), rgba(17, 57, 80, 0.699));
}
.callout__banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.callout__banner__content h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.4;
    text-transform: uppercase;
}
.callout__banner__content h3 {
    color: #fff;
    font-size: 42px;
    line-height: 1.4;
    text-transform: uppercase;
}
.marketplace__banner__image_wrapper {
   position: relative;
    top: 10%;
    right: -82%;
    z-index: 10000;
    width: 14%;
    height: 57px;
}
.marketplace__banner .visit_img {
   width: 100%;
}
.callout__banner__content p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.callout__banner__content span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}
.marketplace__banner {
    display: flex;
    flex-direction: row-reverse;
}

.cases {
   padding: 4% 6%;
}

.solar__quote {
    background-color: #ECF3DB;
    text-align: center;
    display: flex;
    margin: auto;
    padding: 2% 20%;
    align-items: center;
}
.solar__quote h3 {
    color: #1C5F2D;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    width: 50%;
}
.solar__quote form {
    display: flex;
    width: 50%;
}
.solar__quote input {
   font-family: neue-kabel, sans-serif;
    border: 1px solid #739C7E;
    border-top-left-radius: 30px;
    padding: 16px 24px;
    width: 100%;
    display: inline-block;
    outline: none;
    font-size: 17px;
    font-weight: 400;
}
.solar__quote button {
    display: inline-block;
    background-color: #8ABB2A;
    color: #fff;
    padding: 20px 32px;
    font-size: 18px;
    text-transform: uppercase;
    width: 60%;
    border: none;
    border-bottom-right-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    font-family: neue-kabel, sans-serif;
}
.solar__quote button:hover {
    background-color: #1C5F2C;
    color: #fff;
}
#divider_effect {
    display: flex;
    background-color: #ECF3DB;
    position: relative;
    width: 100%;
    height: 80px;
}
#divider_effect::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 90px;
    background-color: #383838;
    z-index: 1000;
    top: 0;
    left: 0;
    border-top-right-radius: 90px;
}
#divider_effect::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 90px;
    background-color: #383838;
    z-index: 1000;
    top: 0;
    right: 0;
    border-top-left-radius: 90px;
}
footer {
    background-color: #383838;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.footer__menus {
    display: flex;
    margin-bottom: 30px;
}
.footer-logobox img {
    width: 15%;
}
.footer__menus__information {
    width: 50%;
    text-align: left;
    margin-right: 50px;
}
.footer__menus__information h3,
.footer__menus__about h3 {
    color: #8ABB2A;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
}
.footer__menus__about {
    width: 50%;
    text-align: left;
    margin-left: 50px;
}
.footer__menus__links {
    display: flex;
    justify-content: space-between;
}
.footer__menus__links__left {
    display: block;
}
.footer__menus__links a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 10px 0px;
    position: relative;
    font-weight: 400;
}
.footer__copyright p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}
.social__icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 8px;
    background-color: #9C9C9C;
    cursor: pointer;
    transition: all  0.2s ease;
}
.social__icon a {
 color: #363636;
}
.social__icon:hover,
.social__icon.active {
    background-color: #fff;
}
.facebook__icon,
.linkedin__icon,
.twitter__icon {
    font-size: 16px;
}
.bottombar {
    display: flex;
    flex-wrap: wrap;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.bottombar__location {
    margin-top: 30px;
    font-size: 17px;
    font-weight: 400;
    color: #484848;
}

/* @media screen and (max-width: 699px) and (min-width: 520px) */
@media screen and (max-width: 480px) {
    body {
        overflow-x: hidden!important;
    }
    .logo-box {
        display: none;
    }
    .topnav {
        display: block;
    }
    .header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .callout__banner__content p {
        font-size: 17px;
    }
    .header-container {
        flex: 1;
    }
    .topbar {
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px 0px;
    }
    .topbar .contact {
        width: 100%;
    }
    .search-bar {
        display: none;
    }
    .herotext {
        display: block;
    }
    .herotext__content__title {
        font-size: 34px;
        width: 300px;
    }
    .sitebtn {
        width: 86vw;
        display: block;
    }
    .header ul {
        display: none;
    }
    .quote {
        position: static;
        display: block;
        width: 90%;
        margin: 20px auto;
        border-top-right-radius: 30px;
        text-align: center;
    }
#mobile_herobtn {
    display: block!important;
    border-radius: 0px;
    text-align: center;
    font-size: 20px;
}
#main_find_btn {
  display: none;
}
.callout__banner__content {
    width: 90%;
}
.callout__banner__content h3 {
    font-size: 24px;
}
    .herotext__imagebox {
        display: none;
    }
    .herotext__imagebox div.herotitle {
        font-size: 20px;
        width: 300px;
    }
    .herotext__imagebox p {
        font-size: 16px;
        width: 300px;
    }
    .hero_btn {
        font-size: 16px;
        margin-bottom: 50px;
    }
    .herotext__imagebox--arrow {
        width: 80px;
        height: 80px;
    }
    .herotext__imagebox--arrow i {
        font-size: 40px;
    }
    .herotext__content {
       width: 100%;
    }
    .herotext__content__para {
        width: 90%;
    }
    .service_area__list {
        display: block;
    }
    .service_area__card {
        width: 100%;
        margin: 20px 0;
    }
    .topicsarea__slider {
        display: block;
    }
    .topic_card {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .callout_banner {
        width: 100%;
        margin-top: 40px;
        border-radius: 0;
        height: 600px;
    }
    .callout_banner.reverse {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 0;
    }
    .clientarea {
        display: block;
    }
    .clientarea__awards {
        width: 100%;
    }
    .latest-news__content {
        display: block;
    }
    .topicsarea__content {
        display: block;
    }
    .titlebox__sub {
        font-size: 14px;
        font-family: neue-kabel,sans-serif;
        font-weight: 500;
    }
    .titlebox__main {
        font-size: 24px;
        line-height: 1.3;
        margin-top: 0px;
    }
    .titlebox__link {
        display: inline-block;
        font-size: 16px;
        margin-top: 10px;
    }
    .clientarea__awards__logos {
        width: 100%;
        flex-wrap: wrap;
    }
    .clientarea__memberships__logos {
        display: flex;
    }
    .clientarea__awards__logos img {
        width: 30%;
    }
    .clientarea__memberships__logos img {
        width: 180%;
    }
.marketplace__banner__image_wrapper {
    position: relative;
    top: 88%;
    right: -23%;
    z-index: 10000;
    width: 50%;
    height: 42px;
}
.callout__banner__content .marketplace {
}
    .solar__quote {
        display: block;
        padding: 10% 5%;
    }
    .solar__quote h3 {
        width: 100%;
        margin: 0;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .solar__quote form {
        width: 100%;
        display: block;
    }
    .solar__quote button {
        width: 100%;
    }
    .callout__banner__content h2 {
        font-size: 24px;
    }
    .callout__banner__content span {
        font-size: 17px;
        line-height: 1.5;
    }
    footer {
        padding: 30px 5%;
        text-align: left;
    }
    .footer__menus {
        display: block;
    }
    .footer__menus__links {
        display: block;
    }
    .footer__menus__about {
        margin-left: 0;
    }
    .footer__copyright p {
        font-size: 14px;
        width: 300px;
        margin-bottom: 20px;
    }
    .clientarea__memberships {
        margin: 0;
        margin-top: 20px;
        width: 100%;
    }
    .bottombar__location {
        text-align: left;
    }
    .latest-news__slider {
        display: flex;
        flex-direction: column;
    }
    .latest-news__card {
        margin: 20px 0px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .header ul {
        margin-left: 0px;
    }
    .header ul li a {
        font-size: 15px;
        font-family: 'NeueKabel Regular';
    }
    .herotext__content__title {
        font-size: 56px;
    }
    .herotext__content__para {
        font-size: 16px;
        width: 90%;
    }
    .solar__quote button {
        padding: 10px 32px;
    }
    .topnav {
        display: block;
        margin-top: 30px;
    }
    .header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .herotext__content__title {
    font-size: 22px;
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    .header ul {
        display: none;
    }
    .topnav {
        display: block;
        margin-top: 30px;
    }
    .header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mobile_logo {
        margin-left: 30px;
    }
    .herotext__content__title {
        font-size: 32px;
        width: 360px;
    }
    .herotext__content__para {
        font-size: 18px;
        width: 320px;
    }
    .herotext__imagebox {
        padding-top: 18%;
    }
    .herotext__imagebox div.herotitle {
        font-size: 36px;
        width: 280px;
    }
    .hero_btn {
        font-size: 15px;
    }
    .herotext__imagebox--arrow {
        width: 20%;
    }
    .titlebox__main {
        font-size: 28px;
        margin-top: 0px;
    }
    .callout__banner__content h3 {
        line-height: 1.3;
        font-size: 38px;
    }
    .latest-news__slider {
        display: flex;
        flex-wrap: wrap;
    }
    .latest-news__card {
        width: 48%;
        margin: 20px 1%;
    }
    .herotext__imagebox--arrow {
        width: 100px;
        height: 100px;
    }
    .topic_card {
        width: 31.3%;
        margin: 20px 1%;
    }
    .topic_card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .service_area__card__info div {
        font-size: 18px;
        letter-spacing: 1px;
    }
    footer {
        text-align: left;
        padding-left: 40px;
        padding-right: 20px;
    }
    .footer__menus__links {
        display: block;
    }
    .solar__quote {
        padding: 5%;
    }
    .solar__quote h3 {
        font-size: 20px;
    }
    .solar__quote button {
        padding: 10px 32px;
    }
    .clientarea__awards__logos {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
    }
    .clientarea__awards__logos img {
        margin-right: 20px;
        margin-top: 10px;
    }
    .clientarea__memberships__logos {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .clientarea__memberships__logos img {
        margin-top: 20px;
    }
    .clientarea__memberships {
        margin-top: 20px;
    }
    .clientarea__awards__logos img {
        width: 20%;
    }
    .clientarea__memberships__logos img {
        width: 80%;
    }
    .callout_banner {
       height: 560px;
    }
    .callout__banner__content {
      width: 90%;
    }
.marketplace__banner__image_wrapper {
    top: 7%;
    right: -67%;
    width: 28%;
    height: 40px;
}
.footer__menus__information {
   flex: 1;
 }
.footer__menus__about {
    flex: 35%;
   }
}

@media screen and (max-width: 960px) {
  .header {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .topnav{
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
   .header {
       display: flex; 
   }
   .topnav {
      display: none;
   }
    .footer__menus__links {
        display: block;
    }
    .navbar a {
      font-size: 13px!important;
      padding: 8px 6px!important;
   }
    .dropdown .dropbtn {
       padding: 8px 6px!important;
       font-size: 13px!important;
    }
    .herotext__content__title {
        font-size: 56px;
        width: 100%;
    }
    .herotext__imagebox {
        padding-top: 15%;
        padding-left: 5%;
    }
    .herotext__imagebox div.herotitle {
        font-size: 36px;
        width: 500px;
    }
    .solar__quote input {
        width: 300px;
    }
    .solar__quote h3 {
        font-size: 20px;
    }
    .latest-news__slider {
        display: flex;
        flex-wrap: wrap;
    }
    .latest-news__card {
        width: 48%;
        margin: 20px 1%;
    }
    .herotext__imagebox--arrow {
        width: 100px;
        height: 100px;
    }
    .topic_card {
        width: 31.3%;
        margin: 20px 1%;
    }
    .topic_card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .service_area__card__info div {
        font-size: 20px;
        letter-spacing: 1px;
    }
    footer {
        text-align: left;
        padding-left: 60px;
        padding-right: 20px;
    }
    .clientarea__awards__logos {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
    }
    .clientarea__awards__logos img {
        margin-right: 20px;
        margin-top: 10px;
    }
    .clientarea__memberships__logos {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .clientarea__memberships__logos {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .clientarea__memberships {
        margin-top: 20px;
    }
    .clientarea__awards__logos img {
        width: 20%;
    }
    .clientarea__memberships__logos img {
        width: 100%;
        margin-top: 20px;
    }
    .callout_banner {
       height: 550px;
   }
.marketplace__banner__image_wrapper {
    top: 7%;
    right: -71%;
    width: 23%;
    height: 38px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
   .navbar a {
     padding: 15px 10px!important;
font-size: 14px!important
   }
   .dropdown .dropbtn {
    padding: 15px 10px!important;
font-size: 14px!important
   }
.logo-box img {
   margin-top: 20px!important;
    margin-left: -7px!important;
 }
}



/* ---------------
 * Single Location Style
----------------- */
.hero_section {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.hero_section img {
    width: 100%;
    background-size: cover;
}
.hero_section .hero_section__content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.hero_section__content h1 {
    font-size: 62px;
    color: #fff;
    font-weight: 900;
    line-height: 1.3;
}
.hero_section__content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.hero_section__content input {
    padding: 20px;
    width: 30%;
    font-size: 16px;
    outline: none;
    font-family: neue-kabel, sans-serif;
    font-weight: 400;
}
.hero_section__content button {
    background-color: #1C5F2C;
    padding: 18px 48px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 19px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: neue-kabel, sans-serif;
    font-weight: 700;
}
.section02 {
    background-color: #24292F;
}
.container {
    width: 1200px;
    margin: auto;
}
.section__wrapper {
    padding: 60px 0px;
    display: flex;
    flex-wrap: wrap;
}
.section__one {
 display: flex;
  flex-direction: row;
flex-wrap: wrap;
}
.section__one__left {
    width: 50%;
}
.section__one__left h3,
.section__one__right h3 {
    color: #24292F;
    font-size: 32px;
}
.section__one__left p,
.section__one__right p {
    font-size: 18px;
    width: 80%;
    margin-bottom: 20px;
}
.section__one__left input {
    padding: 20px;
    display: block;
    margin-bottom: 10px;
    width: 80%;
    font-size: 18px;
    font-family: neue-kabel, sans-serif;
    font-weight: 600;
}
.section__one__left button {
    background-color: #8CC642;
    display: inline-block;
    color: #fff;
    padding: 18px 40px;
    outline: none;
    border: none;
    width: 80%;
    margin-bottom: 50px;
    font-size: 18px;
    font-family: neue-kabel, sans-serif;
    font-weight: 600;
}
.section__one__right {
    width: 50%;
}
.section__one__right img,
.section__one__left img {
    width: 90%;
    border: 10px solid #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0, 0.15);
}
.section02__left {
    flex: 1;
}
.section02__left h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}
.section02__left p {
    color: #fff;
    font-size: 18px;
    width: 75%;
    margin-bottom: 30px;
}

.section02__right {
    max-width: 50%;
    overflow: hidden;
}
.templateBtn {
    padding: 13px 40px;
    display: inline-block;
    outline: none;
}
.templateBtn-primary {
    background-color: #8CC642;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: neue-kabel, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.section02__right h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.section03 { 
     padding: 60px 0px;
}
.section03__imagebox {
    display: flex;
    width: 100%;
}
.section03__image {
   width: 50%;
   margin-right: 20px;
}
.section03__image img {
  width: 100%;
   border: 10px solid #fff;
   box-shadow: 0px 5px 10px rgb(0,0,0, 0.15);
}
.section03__contentbox h3 {
    color: #24292F;
    font-size: 32px;
    margin: 20px 0px;
}
.section03__contentbox p {
    font-size: 18px;
}

.location_contact__section {
    position: relative;
    height: 500px;
    overflow: hidden;
    width: 100%;
}
.location_contact__section img {
    width: 101.6%;
}
.location_contact__section__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 600px;
    margin: auto;
}

.location_contact__section__content h1 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.location_contact__section__content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.location_contact__section__content form {
    width: 100%;
}
.location_contact_wrapper {
    display: flex;
    width: 100%;
}
.location_contact__section__content input,
.location_contact__section__content textarea {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: neue-kabel, sans-serif;
    font-weight: 400;
}

.location_contact__section__content button {
    display: inline-block;
    background-color: #1C5F2C;
    color: #fff;
    padding: 16px 44px;
    border: none;
    outline: none;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: neue-kabel, sans-serif;
    font-weight: 600;
}

@media only screen and (max-width: 480px) {
    .hero_section {
        height: 500px;
    }
    .hero_section img {
        height: 100%;
    }
    .hero_section .hero_section__content {
        width: 90%;
        top: 50%;
    }
    .hero_section__content h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .hero_section__content button {
        width: 100%;
        margin-top: 20px;
    }
    .hero_section__content input {
        width: 100%;
    }
    .section__wrapper {
        flex-direction: column;
        padding: 30px 0px;
    }

    .section__one {
        flex-direction: column;
        padding: 10px;
    }
    .section__one__left {
        flex: 1;
    }
    .section__one__right {
        flex: 1;
    }
    .location_contact__section__content h1 {
        font-size: 28px;
        line-height: 1.2;
    }
    .location_contact__section {
        height: 650px;
    }
    .location_contact__section img {
        height: 100%;
    }
    .location_contact__section__content {
        padding: 20px;
        width: 100%;
    }
    .location_contact_wrapper {
        display: block;
    }
    .section__one__left h2, .section__one__right h2 {
        width: 60%;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .section__one__left input {
        width: 58%;
    }
    .section__one__left button {
        width: 58%;
    }
    .section__one__right img, .section__one__left img {
        width: 59%;
    }
    .section__one__left p, .section__one__right p {
        width: 58%;
    }
    .section02__left,
    .section02__right {
        padding: 0px 10px;
    }
    .section02__left h3,
    .section02__right h3,
    .section03__contentbox h3 {
        width: 28%;
        line-height: 1.4;
        margin-bottom: 20px;
    }
.section02__right h3.location_title {
   width: 60%;
margin-top: 20px;
 }
    .section02__left p {
        width: 29%;
    }
    .section03__contentbox {
        padding: 0px 10px;
    }
    .section03__image img {
        width: 64%;
    }
    .section03__contentbox p {
        width: 31%;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .section__one__left img,
    .section__one__right img {
        width: 50%
    }
    .section__one__left h3, .section__one__right h3 {
        font-size: 32px;
        width: 50%;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .section__one__left p, .section__one__right p {
        font-size: 18px;
        width: 50%;
        margin-bottom: 20px;
    }
    .section__one__left input,
    .section__one__left button {
        width: 50%;
    }
    .section__one__left button {
        margin-bottom: 20px;
    }
    .section02__left,
    .section02__right {
        padding: 10px;
    }
    .section02__left h3,
    .section02__right h3 {
        width: 300px;
    }
    .section02__left p {
        width: 26%;
    }
    .section02__right img {
        width: 300px;
    }
    .section03__imagebox {
        display: block;
    }
    .section03__image {
        width: 31%;
        margin: 0px;
    }
    .section03 {
        padding: 30px 0px;
    }
    .section03__contentbox {
        padding: 10px;
    }
    .section03__image img {
        width: 85%;
    }
    .section03__contentbox h3 {
        font-size: 32px;
        width: 300px;
        margin: 20px 0px;
        line-height: 1.2;
    }
    .section03__contentbox p {
        font-size: 16px;
        width: 300px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
   .hero_section {
     height: 400px;
   }
   .hero_section img {
    height: 100%;
    width: 100%;
   }
.section__wrapper {
 padding: 40px 20px;
}
.hero_section .hero_section__content {
     width: 80%;
  }
.hero_section__content h1 {
    font-size: 56px;
  }
.section__one__left p, .section__one__right p {
  width: 95%;
}
.location_contact__section {
    height: 500px;
  }
.location_contact__section img {
   width: 100%;
   height: 100%;
}
  .section02__left {
  max-width: 35%;
 }
.section02__right {
 max-width: 50%;
}
.section02__right h3 {
  width: 55%;
 }
.section02__right img {
   width: 50%;
 }
.section03__image {
  width: 29.5%;
}
.section03__contentbox ul {
  margin-top: 20px;
  margin-left: 20px;
}
.section03__contentbox p {
  width: 60%;
}
.section03 {
 padding: 30px 20px;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
     .section02__left {
  max-width: 50%;
 }
.section02__right {
 max-width: 50%;
}
.section03__image {
 width: 40%;
}
.section03__contentbox p {
  width: 80%;
}
}


.navbar {
  overflow: hidden;
  font-family: neue-kabel,sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: #484848;
}
.row.initial {
 width: 700px;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #484848;
  padding: 14px 16px;
  background-color: #fff;
  font: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: #8ABB2A;
}

.dropdown-content {
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
}

.dropdown-content .header {
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #fff;
  height: 280px;
}

.column.single {
 width: 100%;
height: 100%;
}

.column a {
  float: none;
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.column a.bg-primary {
 background-color: #8ABB2A;
color: #fff;
}
.column a.bg-primary:hover {
 background-color: #1C5F2D;
 color: #fff;
}
.column a:hover {
  color: #8ABB2A;
  background-color: #f8f9fa;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}







