@media only screen and (max-width:1900px) {


}


@media only screen and (max-width:1280px) {

    .container {
        width:95%;
        margin: 0 3%;
    }



    }




@media only screen and (max-width:1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }
    .about_heading h1 {
    width: 100%;
    float: left;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 4px;
}
.word_map_content h5 {
    width: 100%;
    float: left;
    font-size:40px;
    color: #fff;
    text-align:center;
    margin-top: 0px;
    margin-bottom: 7px;
    letter-spacing: .07em;
}
    .video_heading h1 {
    font-size: 40px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: .07em;
    width: fit-content;
    padding: 0px 10px 10px 10px;
    display: inline;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background: #000;
    box-shadow: 0px 0 0 #000, -0px 0 0 #000;
    box-decoration-break: clone;
    /* line-height: 85px; */
}

.menu_bar {
    float: right;
    background: #031024;
    margin-top:34px;
    padding: 0px 0px;
}
.word_map_content {
    width:100%;
    float:left;
    text-align: left;
}
    .about_heading p {
    width:100%;
    float: left;
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}

.contact_padding{padding:0px 0px;}

.services_list p {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #031024;
    margin-top: 0px;
    margin-bottom:0px;
}

    .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    padding: 5px 0px;
    border: 0;
    margin-left: 8px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out;
}
.video_heading {
    width: 100%;
    position: absolute;
    top:60%;
    left: 0px;
}

.video_heading a {
    float: left;
    width: 157px;
    padding: 9px 0px;
    border: #fff solid 3px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
}
.commercial_solar h2 {
    width: 100%;
    float: left;
    font-size: 37px;
    color: #031024;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.about_content h3 {
    width: 100%;
    float: left;
    font-size:37px;
    color: #031024;
    margin-top:0px;
    margin-bottom: 0px;
    padding-left: 40px;
    font-weight: 300;
}
.savings_content h3 {
    width: 100%;
    float: left;
    font-size:45px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.savings_content h4 {
    width: 100%;
    float: left;
    font-size: 41px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 0px;
    font-weight: 300;
}
.savings_content p {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #fff;
    margin-top:53px;
    margin-bottom: 0px;
}
section.savings_content {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background: #010916;
}
.banner_text h2 {
    width: 100%;
    float: left;
    font-size:40px;
    color: #fff;
    margin-top:48px;
    margin-bottom: 0px;
    padding-left:50px;
    font-weight: bold;
}
.banner_text p {
    width: 100%;
    float: left;
    font-size: 19px;
     padding-left:50px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0px;
}
.social_links a {
    float: left;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 25px;
    margin-right: 17px;
    font-weight: 300;
}
section.about_content {
    width: 100%;
    float: left;
    padding:50px 0px;
}
.slider_content {
    width: 100%;
    float: left;
    background: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
    padding:50px 0px;
}
footer {
    width: 100%;
    float: left;
    background: url(../xelgs/ft-bg.png) no-repeat top center;
    padding:40px 0px 40px;
    background-size: cover;
}

.about_heading {
    width: 100%;
    position: absolute;
    bottom: 6%;
    left: 0px;
}
.video_1 {
    height: 394px !important;
}
}





@media only screen and (max-width: 979px) {
    .container {
        width:100%;
        margin:auto;
        display:block;
    }
    .word_map_content h5 {
        width: 100%;
        float: left;
        font-size:33px;
        color: #fff;
        text-align:center;
        margin-top: 0px;
        margin-bottom: 7px;
        letter-spacing: .07em;
    }
    section.word_map {
    width: 100%;
    float: left;
    background: url(../xelgs/canada-map.jpg) no-repeat top center;
    padding: 80px 0px 651px;
    background-size: cover;
    text-align: center;
}
    .head_bg {
    width: 100%;
    float: left;
    background: #031024;
    padding: 0px 0px;
    border-radius: 60px;
    margin-top: 10px;
}
.video_1 {
        height: 290px !important;
    }
.menu_bar {
    float: left;
    background:none;
    margin-top:0px;
    width: 100%;
    padding: 0px 0px 0px;
}
.toggler_button {
    position: absolute;
    top: -53px;
    right: 0px;
    background:#fed401;
}
.head_content {
    width: 100%;
    float: left;
    margin-top:-2px;
}
section.top_header_content {
    width: 100%;
    padding-top: 20px;
    z-index: 9999;
    float: left;
    background:#031024;
    position: relative;
}
.logo {
    float: left;
    width:126px;
}

.logo img{width:100%;}

.video_heading h1 {
        width: 100%;
        float: left;
        font-size: 37px;
        background:#031024;
        color: #fff;
        margin-top: 43px;
        margin-bottom: 0px;
    }
    section.commercial_solar {
    width: 100%;
    float: left;
    background: url(../xelgs/bg.png) no-repeat top center;
    padding:50px 0px;
    background-size: cover;
    height: 928px;
    text-align: center;
}
.commercial_solar a {
    width: 209px;
    padding: 20px 0px;
    border: #fff solid 3px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
    margin-top: 655px;
}
.about_content h3 {
        width: 100%;
        float: left;
        font-size: 37px;
        color: #031024;
        margin-top:40px;
        margin-bottom: 0px;
        padding-left:0px;
        font-weight: 300;
    }
    .about_content p {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #031024;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left:0px;
}
.about_content a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #031024;
    margin-top: 35px;
    margin-bottom: 0px;
    text-decoration: none;
    font-weight: bold;
    padding-left:0px;
}
.banner_text h2 {
        width: 100%;
        float: left;
        font-size: 40px;
        color: #fff;
        margin-top: 18px;
        margin-bottom: 0px;
        padding-left: 50px;
        font-weight: bold;
    }
    .video_heading {
        width: 100%;
        position: static;
        background:#031024;
        padding-bottom:50px;
        top: 23%;
        left: 0px;
    }
    .links {
    width: 100%;
    float: left;
    margin-top: 32px;
}
.social_links {
    width: 100%;
    float: left;
    margin-top:32px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding-top: 20px;
}
.about_list_content p {
    width: 100%;
    float: left;
    font-size: 11px;
    color: #031024;
    margin-top: 5px;
    margin-bottom: 0px;
}
.about_list_content h2 {
    width: 100%;
    float: left;
    font-size:25px;
    color: #031024;
    margin-top: 0px;
    margin-bottom: 0px;
}
.our_mission p {
    width:100%;
    display: inline-block;
    font-size: 18px;
    color: #fff !important;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
}
.our_mission h2 {
    width: 100%;
    display: inline-block;
    font-size: 30px;
    color: #fff !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
}

@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }

    .word_map_content h5 {
        width: 100%;
        float: left;
        font-size:35px;
        color: #fff;
        text-align:center;
        margin-top: 0px;
        margin-bottom: 7px;
        letter-spacing: .07em;
    }

        .video_heading h1 {
        width: 100%;
        float: left;
        font-size: 27px;
        color: #fff;
        margin-top: 43px;
        padding-left:0px;
        margin-bottom: 0px;
    }

    .video_heading p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 0px;
}
    .video_heading a {
        float: left;
        width: 157px;
        padding: 9px 0px;
        border: #fff solid 3px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        margin-top: 30px;
    }
    .commercial_solar h2 {
        width: 100%;
        float: left;
        font-size:30px;
        color: #031024;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .commercial_solar a {
        width: 209px;
        padding: 14px 0px;
        border: #fff solid 3px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
    display: inline-block;
        margin-top: 669px;
    }
.savings_content h3 {
        width: 100%;
        float: left;
        font-size: 33px;
        color: #fff;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .savings_content h4 {
        width: 100%;
        float: left;
        font-size: 26px;
        color: #fff;
        margin-top: 34px;
        margin-bottom: 0px;
        font-weight: 300;
    }
        .savings_content p {
        width: 100%;
        float: left;
        font-size: 15px;
        color: #fff;
        margin-top: 53px;
        margin-bottom: 0px;
    }
    .savings_list h5 {
    width: 100%;
    float: left;
    font-size: 39px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 0px;
    font-weight: 300;
}
.savings_list h6 {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #fff;
    margin-top:30px;
    margin-bottom: 0px;
}

.banner_text h2 {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 18px;
        margin-bottom: 0px;
        padding-left: 50px;
        font-weight: bold;
    }
    .banner_text p {
        width: 100%;
        float: left;
        font-size: 10px;
        padding-left: 50px;
        color: #fff;
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 60%);
    width: 35px !important;
    height: 35px !important;
    background: #010916 !important;
    color: #fff !important;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    border-radius: 50% !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.copyright p {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}
.about_list_content h2 {
    width: 100%;
    float: left;
    font-size:30px;
    color: #031024;
    margin-top: 20px;
    margin-bottom:15px;
}
.about_heading {
        width: 100%;
        position:static;
        bottom: 6%;
        background:#031024;
        left: 0px;
        padding:20px 10px;
    }
    .about_list_content p {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #031024;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .mission_size {
    font-size: 21px !important;
    padding-top: 12px;
}
.about_list_content h3 {
    width: 100%;
    float: left;
    font-size:30px;
    background: url(../xelgs/bg-pic.png) no-repeat 0px 11px;
    color: #031024;
    margin-top: 0px;
    padding-left: 40px;
    margin-bottom: 0px;
}
.about_heading h1 {
    width: 100%;
    float: left;
    font-size:23px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.our_mission p {
    width:100%;
    display: inline-block;
    font-size: 18px;
    color: #fff !important;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
}
.our_mission h2 {
    width: 100%;
    display: inline-block;
    font-size: 30px;
    color: #fff !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
.our_mission {
    width: 100%;
    float: left;
    background: url(../xelgs/top-pic.png) no-repeat top center;
    padding: 30px 0px;
    border: #ccc solid 1px;
    margin-top: 40px;
    text-align: center;
    background-size: cover;
}
.mission_padding {
    padding:0px 0px;
}

.contact_form {
    width:100%;
    border-radius: 10px;
    display: inline-block;
    padding:20px;
}
.contact_list {
    width: 100%;
    float: left;
    padding: 30px 20px;
    text-align: center;
    height: 272px;
    border: #d8d5d5 solid 1px;
    border-radius: 10px;
    margin-bottom:30px;
    background: #fff;
    box-shadow: -2px 1px 15px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px 1px 15px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 1px 15px -6px rgba(0,0,0,0.75);
}
.contact_form h2 {
    width: 100%;
    float: left;
    font-size:30px;
    color: #000;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 4px;
}

.innovative_box {
    width: 100%;
    float: left;
    margin-top:0px;
    margin-left:0px;
    position: relative;
    z-index: 9999;
}
.services_list figure {
    width: 100%;
    float: left;
    margin-bottom:0px;
}
.busines_solutions_content p {
    width:90%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    margin-bottom:65px;
}

.services_list h3 {
    width: 100%;
    float: left;
    font-size:35px;
    text-transform: uppercase;
    color: #031024;
    margin-top:0px;
    margin-bottom: 15px;
}
section.services_list {
    width: 100%;
    float: left;
    padding: 80px 0px 694px;
    background: url(../xelgs/mobile-pic-1.jpg) no-repeat top center;
    background-size: cover;
}

.projects_content_pic {
    width: 100%;
    display: inline-block;
}
.projects_content_pic p {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #031024;
    margin-top: 0px;
    margin-bottom:30px;
}
section.projects_content {
    width: 100%;
    float: left;
    padding: 80px 0px 40px;
    text-align: center;
}
.word_map p {
    width:100%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.innovative_box p {
    width:100%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
section.word_map {
    width: 100%;
    float: left;
    background: url(../xelgs/mobile-pic-2.jpg) no-repeat top center;
    padding: 80px 0px 597px;
    background-size: cover;
    text-align: center;
}
section.innovative_content {
    width: 100%;
    float: left;
    padding-bottom: 80px;
      background: url(../xelgs/mobile-pic-3.jpg) no-repeat top center;
    padding: 80px 0px 336px;
    text-align: center;
    background-size: cover;
    padding-top: 80px;
}
section.busines_solutions_content {
    width: 100%;
    float: left;
    background: url(../xelgs/mobile-pic-4.jpg) no-repeat top center;
    background-size: cover;
    padding: 80px 0px 447px;
    text-align: center;
}
.busines_content {
    width: 100%;
    float: left;
    border-right:none;
    text-align: center;
    margin-bottom: 50px;
    padding-right: 0px;
}
.video_1 {
    height:176px !important;
    border-radius:20px;
}
.about_list_content a {
    padding: 15px 20px;
    border: #031024 solid 3px;
    text-align: center;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}
.projects_content_pic h3 {
    width: 100%;
    display: inline-block;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    color: #031024;
    letter-spacing: .07em;
    margin-top: 0px;
    margin-bottom: 50px;
}
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }



}


