html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    color: #151349;
    background: #f4f4f4;
}

body {
    overflow-x: hidden;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

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

.page-wrap {
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,0.08);
    overflow-x: hidden;
}

.container-wide {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.topbar {
    background: #ffffff;
    position: relative;
    z-index: 50;
    border-bottom: 1px solid #ececec;
}

.topbar .inner {
    height: 84px;
    display: table;
    width: 100%;
}

.brand,
.main-nav,
.lang-switch {
    display: table-cell;
    vertical-align: middle;
}

.brand {
    width: 240px;
}

.logo-mark {
    display: inline-block;
    font-size: 34px;
    color: #151349;
    vertical-align: middle;
    margin-right: 8px;
}

.logo-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.logo-text .solar {
    display: block;
    font-size: 27px;
    font-weight: 700;
    color: #2ab7e9;
    letter-spacing: 1px;
}

.logo-text .fusion {
    display: block;
    font-size: 27px;
    font-weight: 700;
    color: #151349;
    letter-spacing: 1px;
    margin-top: -2px;
}

.main-nav {
    text-align: center;
}

.main-nav a {
    display: inline-block;
    color: #151349;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 16px;
}

.main-nav a:hover {
    color: #28b6e8;
}

.lang-switch {
    width: 120px;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
}

.lang-switch a {
    color: #151349;
    margin-left: 6px;
}
.lang-switch a.inactive {
    color: #ccc;
    margin-left: 6px;
}
.lang-switch a:hover {
    color: #28b6e8;
}

.hero {
    position: relative;
    min-height: 620px;
    background: url('https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1600&q=80') center center / cover no-repeat;
}

.hero:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 16, 28, 0.28);
}

.hero .container-wide {
    position: relative;
    z-index: 2;
    min-height: 620px;
}

.hero-box {
    width: 50%;
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    padding: 58px 48px 48px;
    margin-top: 92px;
}

.hero-box h1 {
    font-size: 36px;
    line-height: 1.08;
    font-weight: 600;
    margin: 0 0 28px;
}

.hero-box p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
    margin-bottom: 42px;
}

.btn-outline-custom {
    display: inline-block;
    border: 2px solid #27b7e8;
    color: #fff;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 500;
    text-transform: lowercase;
    transition: all .25s ease;
}

.btn-outline-custom:hover {
    background: #27b7e8;
    color: #fff;
}

.video-trigger {
    position: absolute;
    right: 180px;
    top: 50%;
    margin-top: -20px;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.video-trigger .play {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    background:  rgba(255,255,255,0.3);
    margin: 0 auto 10px;
    font-size: 24px;
}

.section-title {
    text-align: center;
    padding: 46px 0 20px;
}

.section-title h2 {
    display: inline-block;
    font-size: 42px;
    color: #29b7e8;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #cdebf5;
}

.about-block {
    padding: 25px 0 10px;
    position: relative;
}

.about-card {
    position: relative;
    padding-left: 88px;
    margin-bottom: 22px;
}
.about-card-step {
    position: absolute;
    left: 0px;
    top:0px;
}

.step-badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2ab7e9;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(42,183,233,0.35);
}

.about-card h3 {
    font-size: 24px;
    margin: 7px 0 18px;
    color: #22b4e8;
    font-weight: 700;
    text-transform: uppercase;
}

.about-card h3 span {
    color: #151349;
    text-transform: none;
    font-weight: 500;
}

.about-card p,
.about-card li {
    font-size: 16px;
    line-height: 1.75;
    color: #151349;
    font-weight: 500;
}

.about-image-small {
    margin-top: 12px;
    border: 1px solid #efefef;
}

.blue-quote {
    background: #11a8df;
    color: #fff;
    margin: 28px 0 0px;
    padding: 32px 50px;
    position: relative;
    
}

.blue-quote:after {
    content: '';
    position: absolute;
    right: 30px;
    top: -107px;
    width: 400px;
    height: 160px;
    background: url('images/green.png') 100% 100%;
    background-size: cover;
}

.blue-quote p {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    padding: 15px;
    font-weight: 500;
    border:1px solid #fff;
}

.split-section {
    min-height: 430px;
}

.split-section .text-side,
.split-section .image-side {
    min-height: 430px;
}

.split-section{
position:relative;
min-height:420px;
}

.split-image{
    position:absolute;
    top:0;
    right:0;
    width:50%;
    height:100%;
 
    
    
    background-image: url('images/man-worker-firld-by-solar-panels.jpg');
    background-repeat: repeat;
    background-size: 75%;
    background-position: center right;
    background-attachment: fixed;

}.split-image::before{
    content:"";
    position:absolute;
    inset:0;
    height: 100%;
    width:200px;
    background: linear-gradient(
        to right,
        white 0%,
        rgba(255,255,255,0.9) 20%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0) 100%
    );
    pointer-events:none;
}

.text-side {
    background: #fff;
    padding-top: 44px;
    padding-bottom: 30px;
}

.image-side {
    background-position: center center;
    background-size: cover;
    position: relative;
}


.video-band {
    position: relative;
    min-height: 360px;
    background: url('images/solarbg.png') center center / cover no-repeat;
    border-top:10px solid #00aeef;
    border-bottom:10px solid #00aeef;
}

.video-band:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(17, 26, 45, 0.46);
}

.video-band .container-wide {
    position: relative;
    z-index: 2;
    min-height: 360px;
}

.floating-card {
    width: 50%;
    background: rgba(255,255,255,0.82);
    padding: 48px 34px 26px 88px;
    margin-top: 72px;
    position: relative;
}

.floating-card h3 {
    font-size: 24px;
    margin: 3px 0 12px;
    color: #22b4e8;
    font-weight: 700;
    text-transform: uppercase;
}

.floating-card h3 span {
    color: #151349;
    text-transform: none;
    font-weight: 500;
}

.floating-card ul {
    margin: 0;
    padding-left: 18px;
}

.floating-card li {
    font-size: 15px;
    line-height: 1.8;
    color: #151349;
}

.floating-card img {
    top:20px;
}
.video-band .video-trigger {
    right: 220px;
    top: 50%;
    margin-top: -34px;
    color:#fff;
}

.activities {
    padding: 34px 0 56px;
    background: #fff;
}

.activities-title {
    text-align: center;
    margin-bottom: 42px;
}

.activities-title h2 {
    display: inline-block;
    font-size: 32px;
    color: #a6c51c;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #e0e9a6;
    padding-bottom: 10px;
    margin: 0;
}

.activity-card {
    position: relative;
    padding-top: 8px;
    margin-bottom: 40px;
    min-height: 760px;
}

.activity-top-icon {
    height: 84px;
    margin-bottom: 10px;
    color: #151349;
    font-size: 54px;
    line-height: 84px;
}

.activity-badge {
    display: inline-block;
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
    border: 4px solid #afcb35;
    color: #151349;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}

.activity-card h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #a6c51c;
    font-weight: 700;
    min-height: 54px;
    margin: 0 0 18px;
}

.activity-card p,
.activity-card li {
    font-size: 15px;
    line-height: 1.8;
    color: #151349;
    font-weight: 500;
}

.activity-card ul {
    padding-left: 18px;
}

.activity-image {
    margin: 14px 0 18px;
}

.contact-section {
    background: linear-gradient(180deg, #1e2232 0%, #111522 100%);
    color: #fff;
}

.contact-title {
    text-align: center;
    padding: 34px 0 28px;
}

.contact-title h2 {
    display: inline-block;
    font-size: 32px;
    color: #a6c51c;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(166,197,28,0.35);
}
.contact-box{
    position:relative;
    z-index:2;
}

.map-placeholder{
    position:absolute;
    left:0;
    top:0;
    width:90%;      /* same as col-md-8 */
    height:400px;       /* extend into newsletter */
}

.map-placeholder iframe{
    width:100%;
    height:100%;
    border:0;
}

.newsletter-band{
    margin-top:0;
    padding-top:60px;
    padding-bottom:60px;
}

.newsletter-band .container-wide{
    position:relative;
    z-index:3;
}



.contact-info {
    padding: 22px 0 0 34px;
}

.contact-logo {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 22px;
}

.contact-logo img {
    display: inline-block;
}


.contact-lines {
    margin-top: 18px;
}
.contact-lines img{
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid  #bed62f;
}

.contact-lines p,.contact-lines a {
    margin:0px;
    font-size: 15px;
    color: #bed62f !important;
    white-space: nowrap;
}

.contact-lines a:hover {
    text-decoration: underline;
}

.newsletter-band {
    background: url('images/footer.png') 50% 50% repeat-y;background-size: cover;
    padding: 34px 0;
    margin-top: 28px;
}

.newsletter-band h3 {
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}

.newsletter-band p {
    color: rgba(255,255,255,0.88);
    margin-bottom: 12x;
    font-size: 13px;
}

.newsletter-form .form-control {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    background: transparent;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 33px;
    padding-left: 0;
}

.newsletter-form .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.65); }
.newsletter-form .form-control:-moz-placeholder { color: rgba(255,255,255,0.65); }
.newsletter-form .form-control::-moz-placeholder { color: rgba(255,255,255,0.65); }
.newsletter-form .form-control:-ms-input-placeholder { color: rgba(255,255,255,0.65); }


/* .newsletter-form .btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    border-radius: 0;
    height: 44px;
    padding: 0 22px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
} */

.newsletter-btn{
    background:url('images/newsletter.jpg') 50% 50% no-repeat;
    border:none ;
    padding:0;
    cursor:pointer;
    width: 33px;
    height: 33px;
    border-radius: 0;
}
#back-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
}
.footer {
     background: url('images/footer2.png') 100% 50% no-repeat #fff;background-size: cover;
   
    color: #1e2232;
   text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 12px 15px;
}

@media (max-width: 1199px) {
    .hero-box,
    .floating-card {
        width: 100%;
        max-width: 620px;
    }

    .video-trigger,
    .video-band .video-trigger {
        right: 60px;
    }

    .activity-card {
        min-height: 0;
    }
    .blue-quote:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .topbar .inner {
        display: block;
        height: auto;
        text-align: center;
        padding: 16px 0;
    }
    .activity-card h3{min-height: initial;}
    .brand,
    .main-nav,
    .lang-switch {
        display: block;
        width: 100%;
        text-align: center;
        padding: 6px 0;
    }

    .main-nav a {
        margin: 6px 0px;
        font-size: 13px;
    }

    .hero {
        min-height: 520px;
    }

    .hero .container-wide {
        min-height: 520px;
    }

    .hero-box {
        margin-top: 50px;
        padding: 36px 28px;
    }

    .hero-box h1 {
        font-size: 40px;
    }

    .video-trigger,
    .video-band .video-trigger {
        position: static;
        margin: 40px 0 0;
        padding-bottom: 35px;
        display: block;
        text-align: center;
    }

    .split-section .text-side,
    .split-section .image-side {
        min-height: 280px;
    }

    .contact-info {
        padding: 30px 0 0;
    }

    .map-placeholder{
        position:relative;
        width:100%;
        height:350px;
    }

}

@media (max-width: 767px) {
    .logo-text .solar,
    .logo-text .fusion {
        font-size: 22px;
    }

    .hero {
        min-height: 480px;
    }

    .hero .container-wide {
        min-height: 480px;
    }

    .hero-box h1 {
        font-size: 31px;
    }

    .hero-box p,
    .about-card p,
    .about-card li,
    .activity-card p,
    .activity-card li {
        font-size: 14px;
    }

    .section-title h2,
    .activities-title h2,
    .contact-title h2 {
        font-size: 28px;
    }

    .about-card,
    .floating-card {
        padding-left: 74px;
    }

    .floating-card {
        margin-top: 30px;
        padding-right: 20px;
    }

    .blue-quote p {
        font-size: 18px;
    }

    .newsletter-form .col-sm-8,
    .newsletter-form .col-sm-4 {
        width: 100%;
    }

    /* .newsletter-form .btn {
        width: 100%;
        margin-top: 14px;
    } */
}