body {
    background-color: #e1e1e1;
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


h2 {
    font-size: 48px;
    font-weight: 700;
    color: #565656;
}


h3 {
    font-size: 35px;
    color: #ACACAC;
    font-weight: 400;
}


a {
    cursor: pointer;
    text-decoration: none;
}

button {
    cursor: pointer;
}


.header-btn {
    padding: 15px;
    font-size: large;
    font-weight: 700;
    color: white;
    background-color: #94CB43;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    margin: 0 auto;

}

header {
    /* background-color: pink; */
    height: 288px;
    display: flex;
    flex-direction: column;
}




header .top-row {
    height: 86px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #D7D7D7;
}

header .top-row {}

header .bottom-row {
    height: 202px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
}



header .bottom-row-left img {
    width: 250px;
}

header .bottom-row-center ul {
    list-style: none;
    display: flex;

}


header .bottom-row-center ul li {
    margin: 1rem;
}


header .bottom-row-right {
    display: flex;
    justify-content: space-around;
    width: 250px;


}

header .bottom-row-right i {
    padding: 10px;

}



main {
    background-image: url(/img/main-xl.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    height: 560px;
    margin-bottom: 80px;
}


.get-ahead {
    display: flex;
    justify-content: center;
    height: 730px;
    background-color: #fff;
    margin: 2em 0em;

}


.get-ahead .section-left {
    width: 800px;
}



.get-ahead .section-left .section-left-container {
    /* background-color: blue; */
    margin: 30% 2em;
}

.get-ahead .section-left .section-left-container h2 {}

.get-ahead .section-left .section-left-bottom-row {
    display: flex;
    flex-direction: row;
    align-items: center;

}



.get-ahead .section-left .section-left-bottom-row button {
    background-color: #94CB43;
    padding: 1em;
    border-radius: 2em;
    border: none;
    width: 270px;
    font-size: large;
    color: white;
}


.get-ahead .section-left .section-left-bottom-row a {
    color: #94CB43;
    padding: 1em;
    border-radius: 2em;
    border: none;
    width: 270px;
    font-size: large;
    font-weight: 700;

}



.get-ahead .get-ahead-section-right {
    width: 800px;
    background-image: url(/img/get-ahead-m.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}



.quote {
    display: flex;
    justify-content: center;
    height: 730px;
    background-color: white;

}


.quote .section-left {

    width: 800px;
}

.quote .section-left .section-left-container {
    /* background-color: blue; */
    margin: 30% 2em;
}


.quote .section-left .section-left-bottom-row {
    display: flex;
    flex-direction: row;
    align-items: center;

}


.quote .section-left .section-left-bottom-row button {
    background-color: #94CB43;
    padding: 1em;
    border-radius: 2em;
    border: none;
    width: 270px;
    font-size: large;
    color: white;
}


.quote .section-left .section-left-bottom-row a {
    color: #94CB43;
    padding: 1em;
    border-radius: 2em;
    border: none;
    width: 270px;
    font-size: large;
    font-weight: 700;

}


.quote .section-right {
    width: 800px;
    /* background-color: #94CB43; */
    display: flex;
    align-items: center;
}


.quote .section-right .section-right-container {
    margin: 0;
    padding: 0;

}

.quote .section-right .section-right-container form {
    background-color: #DBDBDB;
    width: 440px;
    height: 440px;
    padding: 40px;
    border-radius: 5%;
    margin: 0 auto;


}

.inputs-container {
    display: flex;
    flex-direction: column;

}


input {
    display: block;
    width: 100%;
    margin: 25px;
    margin-left: -10px;
    height: 30px;
    padding: 10px;
    outline: none;
    font-size: large;
}

.quote-btn {
    width: 380px;
    height: 100px;
    font-size: large;
    font-weight: 700;
    color: white;
    background-color: #94CB43;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    margin: 0 auto;

}


.quote-docs {
    position: relative;
    top: 30px;
    width: 300px;
    height: 110px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: none;
    background-color: #c5c5c5;
    color: #737373;
}

.quote-icon {
    width: 80px;
}

.quote-docs p {
    font-size: x-large;
}



.potencia {
    height: 600px;
    margin: 40px 0px;
}


.potencia .potencia-row-top {
    height: 500px;
    background-image: url(/img/potencia.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;


}


.potencia .potencia-row-title {
    width: 1600px;
    margin: 0 auto;
    text-align: left;
}

.potencia .potencia-row-text {
    width: 1600px;
    margin: 0 auto;
    text-align: left;
}

.potencia .potencia-row-buttons {
    width: 1600px;
    margin: 0 auto;
    display: flex;
}



.potencia .section-left-bottom-row {
    display: flex;
    flex-direction: row;
    align-items: center;

}


.potencia .section-left-bottom-row button {
    background-color: #94CB43;
    padding: 1em;
    border-radius: 2em;
    border: none;
    width: 270px;
    font-size: large;
    color: white;
}


.potencia .section-left-bottom-row a {
    color: #94CB43;
    padding: 1em;
    border-radius: 2em;
    border: none;
    width: 270px;
    font-size: large;
    font-weight: 700;
}


.services {
    height: 1000px;
    margin: 400px 0px;
}


.services .what-we-do-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 1000px;
}


.services .what-we-do-services .service {
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;

}


.services .what-we-do-services .service h4 {
    background-color: rgba(0, 0, 0, 0.702);
    width: 350px;
    height: 100px;
    color: white;
    line-height: 100px;
    padding-left: 2em;
    font-size: xx-large;
}


.services .what-we-do-services .industrial {
    grid-column: 1/2;
    grid-row: 1/2;

    /*  
    
    This is a good linear gradiend but a little opaque
    
    linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(8,8,56,0.48503151260504207) 48%, rgba(255,255,255,1) 100%), */

    background-image: url(/img/industry.jpg);


}

.services .what-we-do-services .commercial {
    grid-column: 2/3;
    grid-row: 1/2;
    background-image: url(/img/comercial-L.jpg);

}

.services .what-we-do-services .residential {

    /* linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(8,8,56,0.48503151260504207) 48%, rgba(255,255,255,1) 100%), */


    grid-column: 1/2;
    grid-row: 2/3;
    background-image: url(/img/residencial.jpg);
}

.services .what-we-do-services .utilities {
    grid-column: 2/3;
    grid-row: 2/3;
    background-image: url(/img/green-panels.jpg);
}


section {
    margin-top: 80px;
    margin-bottom: 80px;
}




/* Footer Section  Starts */

.footer-container{
    padding-left: 14em;
    padding-right: 14em;
}

.footer-ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #1C3464;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #94CB43;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* Footer Section Ends  */