




.dashboard_header{
    width:100%;
    height:100vh;
    content:'';
    /*background:black;*/
    /*border:2px solid red;*/
    /*display:none;*/

}









/*Beginning of work gallery */

.work_gallery{
    width:100%;
    height:auto;
    content:'';
    background:white;
    padding-bottom:50px;
    /*display:none;*/
}

.work_gallery_bond{
    width:100%;
    height:auto;
    padding:20px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    /*background:yellow;*/



}

.work_gallery_title{
    width:80%;
    height:auto;
    /*background:gold;*/
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    padding:10px 0px 10px 0px;

    transform:skew(3deg, -10deg);
    transition: all 0.8s ease-in-out;
    position:relative;
    left:-40px;
    opacity:0;
}

.work_gallery_title.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    left:0px;
    opacity:1;
}

.work_gallery_pictures{

    /*background:green;*/
    width: 100%;
    height:400px;
    display:flex;
    justify-content: center;
    column-gap: 20px;
}

.wg_title{
    font-size:40px;
    font-weight: bold;
    color:var(--button-color);
    letter-spacing:1px;
}

.wg_subtitle{
    letter-spacing: 1px;
    font-weight:500;
    color:grey;
    font-size:20px;
    text-align: center;
    line-height: 27px

}
.gallery_images{
    width:23%;
    height:auto;
    background:grey;
    box-shadow: 5px 5px 8px black;

    transform:skew(3deg, 10deg);
    position:relative;
    left:-40px;
    transition: all 0.2s ease-in-out;
    opacity:0;
}

.gallery_images.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    left:0px;
    opacity: 1;
}

.gallery_images img{
    width:100%;
    height:100%;
    object-fit: cover;
}



/*work gallery mobile view */
@media screen and (max-width:900px){
    .work_gallery_pictures{
        flex-direction: column;
        height:auto;
        row-gap:40px;
        align-items: center;
        padding:20px 0px 20px 0px;

    }
    .gallery_images{
        width:90%;
        height:300px;
    }

}


@media screen and (max-width:600px){
    .wg_title{
        font-size:20px;
    }

    .wg_subtitle{
        font-size:15px;

    }
}


@media screen and (max-width:450px){

    .wg_subtitle{
        font-size:13px;
        text-align: center;
    }
}


/*End of work gallery */











/*Beginning of our services */


.our_services{
    width:100%;
    height:auto;
    content:'';
    background:var(--background);
    padding:10px 0px 10px 0px;
    display:flex;
    justify-content: center;
    /*display: none;*/



}

.our_services_bond{
    max-width: 1200px;
    width:100%;
    height:auto;
    display: flex;

    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-x:hidden;
    /*this was placed due to the right:-40px below to prevent*/
    /*it from pushing out before it .glide is activated*/
}

.our_services_title_bond{
    width:100%;
    height:auto;
    /*background:gold;*/
    position:relative;
    top:30px;
    bottom:20px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    transform:skew(3deg, -10deg);
    right:-60px;
    transition: all 0.2s ease-in-out;
    opacity: 0;

}

.our_services_title_bond.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    right:0px;
    opacity: 1;
}

.service_header{
    font-size:30px;
    font-weight: bold;
    color:var(--button-color);
    letter-spacing:0.5px;
}

.service_Subheader{
    letter-spacing: 0.5px;
    color:grey;
    font-size:18px;
    text-align: center;
    font-weight: 500;

}

.services_bond_l_r{
    width:100%;

    height:auto;
    /*background:purple;*/
    /*position:relative;*/
    margin-top:50px;
    display:flex;
    row-gap:20px;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
    padding:20px 0px 20px 0px;
    overflow-x:hidden;
    overflow-y:hidden;
    /* this was placed due to the right:-60px below to prevent*/
    /*it from pushing out before it .glide is activated*/
}

.services_left{
    width:45%;
    height:auto;
    /*background:green;*/
    transform:skew(3deg, 10deg);
    position:relative;
    left:-60px;
    transition: all 0.2s ease-in-out;
    opacity:0;

}


.services_left.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    left:0px;
    opacity: 1;
}

.services_left_title_caption{
    width:95%;
    height:auto;
    /*background:brown;*/
    content:'';

    padding:10px 0px 10px 0px;
    font-size:20px;
    color:var(--button-color);
    font-weight:bold;

}

.services_left_title{
    width:95%;
    height:auto;
    /*background:white;*/
    padding:20px 0px 20px 0px;
    font-size:24px;
    font-weight: bold;
    /*color:var(--button-color);*/

}

.services_left_content{
    width:97%;
    height:auto;
    /*background:grey;*/
    padding:10px 0px 10px 0px;
    font-size: 15px;
    color:var(--text_color);
    line-height:25px;
    font-weight: 500;

}





.services_right{
    width:45%;
    height:auto;
    /*background:red;*/

    /*transform:skew(3deg, -10deg);*/
    /*position: relative;*/
    /*right:-60px;*/
    /*transition: all 0.8s ease-in-out;*/
}

.services_right.glide{
    /*transform:skew(0deg, 0deg);*/
    /*transition: all 0.8s ease-in-out;*/
    /*right:0px;*/
}

.services_type_bond{
    width:100%;
    height:auto;
    /*background: yellow;*/
    display:flex;
    justify-content: center;
    align-items: center;
    padding:10px 0px 10px 0px;
    overflow-x:hidden;
    overflow-y:hidden;

}


.services_type_1{
    width:50%;
    height:150px;
    /*background: brown;*/
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;

    transform:skew(3deg, 10deg);
    position:relative;
    left:-60px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.services_type_1.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    left:0px;
    opacity: 1;
}


.services_type_2{
    width:50%;
    height:150px;
    /*background: blue;*/
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;

    transform:skew(3deg, -10deg);
    position:relative;
    right:-60px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.services_type_2.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    right:0px;
    opacity: 1;
}

.services_icon{
    width:50px;
    height:50px;
    /*background:yellow;*/
    display:flex;
    align-items: center;
    justify-content: center;
}

.services_icon img{
    width:40px;
}

.services_description{
    width:80%;
    height:auto;
    /*background: #8f52ea;*/
    display:flex;
    align-items: center;
    justify-content: center;
    padding:10px 0px 10px 0px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    color: #555454;

}






/* our services mobile view */
@media screen and (max-width:750px){
    .services_bond_l_r{
        flex-direction: column;
        align-items: center;
    }

    .services_left, .services_right{
        width:90%;

    }

    .services_left_title{
        font-size:20px;
    }

    .services_type_bond{
        flex-direction: column;
        row-gap:20px;
    }

    .services_type_1, .services_type_2{
        width:90%;
        /*background: red;*/
    }
}




@media screen and (max-width:500px){

    .service_header{
        font-size:25px;
    }
    .service_Subheader{
        font-size:15px;
    }

    .services_left_title_caption{
        font-size:18px;
    }
    .services_left_title{
        font-size:20px;
    }

    .services_left_content{
        font-size:14px;
    }

    .services_description{
        font-size:16px;
        line-height: 20px;
    }

    .our_services{
        margin-top:-20px;
    }

    .work_gallery_pictures{

        margin-top:-20px;
    }


}

/* End of our services */


















/* Beginning of how we work section */

.how_we_work{
    width:100%;
    height:auto;
    content:'';
    background:white;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px 0px 60px 0px;
    /*display:none;*/

}

.how_we_work_bond{
    width:100%;
    max-width: 1200px;
    height:auto
}

.how_we_work_title_bond{
    width:100%;
    height:auto;
    /*background:purple;*/
    position:relative;

    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:5px 0px 5px 0px;

    transform:skew(3deg, 10deg);
    top:-60px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.how_we_work_title_bond.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    top:20px;
    opacity: 1;
}

.how_we_work_title{
    width:70%;
    height:auto;
    /*background:pink;*/
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:28px;
    font-weight: bold;
    color:var(--button-color);
    padding:5px 0px 5px 0px;
}
.how_we_work_sub_title{
    width:60%;
    height:auto;
    /*background:green;*/
    display:flex;
    align-items: center;
    justify-content: center;
    color:var(--text_color);
    font-weight: 500;
    padding:5px 0px 5px 0px;
}

.how_we_work_description{
    width:100%;
    height:auto;
    /*background:orange;*/
    padding:10px 0px 10px 0px;
    content:'';
    margin-top:50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap:20px;
}

.how_we_work_desc_top{
    width:95%;
    height:auto;
    /*background: blue;*/
    column-gap: 30px;
    display:flex;
    justify-content: center;
    overflow-x:hidden;
    overflow-y:hidden;
}

.hw_top_left{
    width:65%;
    height:400px;

    transform:skew(3deg, 10deg);
    position:relative;
    left:-60px;
    transition: all 0.2s ease-in-out;
    opacity: 0;

}

.hw_top_left.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    left:0px;
    opacity: 1;
}

.hw_top_left img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.hw_top_right{
    width:35%;
    height:400px;
    /*background:green;*/
    border:4px solid #e3e2e2;
    display:flex;
    flex-direction: column;
    justify-content: center;
    row-gap:20px;
    align-items: center;

    transform:skew(3deg, -10deg);
    position:relative;
    right:-60px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.hw_top_right.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    right:0px;
    opacity: 1;
}

.work_no{
    font-size:45px;
    font-weight: bold;
    color:var(--button-color);
    letter-spacing: 0.5px;
    width:85%;
    /*background: red;*/


}



.work_no_title{
    font-size:22px;
    font-weight: bold;
    /*color:var(--button-color);*/
    letter-spacing: 0.5px;
    width:85%;
    /*background: red;*/
}

.work_no_content{
    line-height: 25px;
    color:var(--text_color);
    width: 85%;
    height:150px;
    /*background:red;*/


}

.how_we_work_desc_bottom{
    width:95%;
    height:auto;
    /*background: black;*/
    column-gap: 30px;
    display:flex;

    overflow-x:hidden;
    overflow-y:hidden;
}


.hw_bottom_left{
    width:65%;
    height:auto;
    /*background:red;*/
    display:flex;
    overflow-x:hidden;
    overflow-y:hidden;
}

.hw_btn_desc_2{
    width:50%;
    height:400px;

    /*background:green;*/
    border:4px solid #e3e2e2;
    display:flex;
    flex-direction: column;
    justify-content: center;
    row-gap:20px;
    align-items: center;

    transform:skew(3deg, 10deg);
    position:relative;
    left:-60px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.hw_btn_desc_2.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    left:0px;
    opacity: 1;
}
.hw_btn_desc_3{
    width:50%;
    height:400px;
    /*background:green;*/
    border:4px solid #e3e2e2;
    display:flex;
    flex-direction: column;
    justify-content: center;
    row-gap:20px;
    align-items: center;

    transform:skew(3deg, 10deg);
    position:relative;
    bottom:-60px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.hw_btn_desc_3.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    bottom:0px;
    opacity: 1;
}

.hw_bottom_right{
    width:35%;
    height:400px;
    background: #a8f3a8;

    border:4px solid #e3e2e2;
    display:flex;
    flex-direction: column;
    justify-content: center;
    row-gap:20px;
    align-items: center;

    transform:skew(3deg, -10deg);
    position:relative;
    right:-60px;
    transition: all 0.2s ease-in-out;
    overflow-x:hidden;
    overflow-y:hidden;
    opacity: 0;

}

.hw_bottom_right.glide{
    transform:skew(0deg, 0deg);
    transition: all 0.8s ease-in-out;
    right:0px;
    opacity:1;
}


/* how we work section mobile view */

@media screen and (max-width:800px){

    .how_we_work_desc_top, .how_we_work_desc_bottom, .hw_bottom_left{
        flex-direction: column;
        align-items: center;
        width:100%;
        row-gap: 20px;

    }

    .hw_top_left, .hw_top_right, .hw_bottom_right{
        width:90%;
    }

    .hw_btn_desc_2, .hw_btn_desc_3{

        width: 90%;
    }



}


@media screen and (max-width: 500px) {


    .work_no_content{
        font-size:14px;
    }

    .work_no{
        font-size:31px;
    }

    .work_no_title{
        font-size:18px;
    }

    .hw_top_right, .hw_btn_desc_3, .hw_btn_desc_2, .hw_bottom_right{
        height:300px;
    }

    .how_we_work_title{
        /*background:red;*/
        width:90%;
    }

    .how_we_work_sub_title{
        width:90%;
        /*background:orange;*/
    }

}

/* End of how we work section */




















/* beginning of footer */

.footer{
    width:100%;
    height:300px;

    background:rgb(0,0,0,0.7);
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;


}

.footer_fixed_image{
    width:100%;
    height:400px;

    background-image: url('../images/solar_mission.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    /*background:green;*/

    position:fixed;
    left:0;
    bottom:0;

}



.footer_email_block{
    display:flex;
    align-items: center;
    /*justify-content: center;*/
}

.email_us{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    width:200px;
    border:2px solid grey;
    height:45px;
    border-radius: 20px;
    margin-top:20px;
    cursor:pointer;

}

.email_us:hover{
    background: rgb(255, 255, 255, 0.1);

}
.contact_footer_btn{
    color:white !important;
}
.email_icon{
    display:flex;
    align-items: center;
}

.email_icon img{
    width:15px;
}
.footer_caption{
    font-size:30px;
    font-weight: bold;
    /*margin-top:60px;*/

}

.footer_sub_caption{
    font-size:15px;
}

.footer_caption, .footer_sub_caption, .footer_email_block{
    width:90%;
    height:auto;
    /*background:yellow;*/
    padding:5px 0px 5px 0px;
    color:white;
}
.footer_end{
    width:100%;
    height:auto;
    padding:10px 0px 10px 0px;
    background: rgb(0,0,0,0.8);
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:-50px;
    margin-top:0px;


}

.footer_int{
    width:90%;
    height:auto;
    /*background:purple;*/
    display:flex;
    align-items: center;
    justify-content: center;

}


.footer_int_left{
    width:60%;
    height:auto;
    /*background:red;*/
    display:flex;
    align-items: center;
    color:white;
    font-weight:bold;
    font-size:14px;
}

.footer_int_right{
    width:40%;
    height:auto;
    padding:5px 0px 5px 0px;
    /*background:green;*/
    display:flex;
    align-items: center;
    justify-content: center;

}

.footer .phone_no_footer{
    color:white;
    height: auto;

}


.phone_no_footer a{
    color:white;
}

.phone_icon{
    color:white;
    font-size:14px;
    cursor: pointer;

}

.phone_icon_footer a{
    color:white;
    /*text-decoration: none;*/
}

.phone_icon_footer img{
    width:15px;
}

.footer_int_right_1{
    width:30%;
    height:35px;
    /*background:brown;*/
    display:flex;
    column-gap:10px;
    align-items: center;

}

.footer_int_right_2{
    width:60%;
    height:35px;
    /*background:gold;*/
    display:flex;
    column-gap:10px;
    align-items: center;
}

.footer_link{
    color:white !important;
    text-decoration: none;
}

.footer_link:hover{
    color:green !important;
}


.up_arrow_casing{
    width:10%;
    height:auto;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    /*background:red;*/
    bottom:10px;
    right:30px;

}

.up_arrow{
    height:40px;
    width:40px;
    background:black;
    margin-left:30%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.up_arrow img{
    width:20px;
}



@media screen and (max-width: 1400px){
.footer_int_left{
    width:60%;
    /*background: red;*/
}

    .footer_int_right{
        width:40%;
        /*background: blue;*/
    }

.footer_int_right_1{
    /*background: purple;*/
    width: 50%;
}



}


@media screen and (max-width: 1100px){

    .footer_int_left{
        width:50%;
        /*background: red;*/
    }

    .footer_int_right{
        width:50%;
        /*background: blue;*/
    }
    .footer_int_right_1, .footer_int_right_2{
        /*background:red;*/
        width:50%;
        font-size:13px;
    }

}



/*footer mobile view */

@media screen and (max-width:900px){
    .footer{
        height: 420px;
    }

    .footer_fixed_image {
        height: 500px;
    }


    .footer_int{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_int_left, .footer_int_right{
        width:100%;
        /*background:red;*/
    }

    .footer_int_left{
        /*background: blue;*/
    }
    .footer_int_right{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_int_right_1,.footer_int_right_2{
        /*background:red;*/
        width:100%;
    }
}


@media screen and (max-width:650px){
    .footer_int_right{
        flex-direction: column;
        align-items: flex-start;
    }

.phone_icon {

    width: 35px;


}




    .footer_fixed_image {
        height: 500px;
    }

    .footer_caption {
        font-size: 20px;
    }

    .footer_sub_caption{
        font-size:14px;

        /*background:red;*/

    }

    .footer_sub_caption_inner{
        width:80%;
    }

    .footer_int_left,.phone_icon{
        font-size:13px;

    }


}


@media screen and (max-width:430px) {

    .footer_caption {
        font-size: 16px;
    }

    .footer_sub_caption_inner{
        font-size:13px;
    }

    .email_us{
        width:150px;
        height:40px;
        font-size:14px;
    }
}

/*end of footer */