/*==============++++================*/
@media only screen and (max-width: 1366px){
	
    header{
        max-width: 100%;
    }    
}






/*==============++++================*/
@media only screen and (max-width: 1300px){
	

    #Hero .wp-block-column{
        width: calc(100% - 80px);
    }

    #OurServices{
        width: calc(100% - 80px);
    }

    #Images .wp-block-column{
        width: calc(100% - 80px);
    }

    #Icons .wp-block-group__inner-container{
        width: calc(100% - 80px);
    }

	#InYourHome .content-left{
        padding-left: 40px;
    }

    #InCommercialSectors .content-right{
        padding-right: 40px;
    }

    #InYourHome h3,
    #InCommercialSectors h3 {
        font-size: 5.5vw;
        line-height: 6.4vw;
    }


    #Testimonials h3{
        font-size: 5.5vw;
        line-height: 6.4vw;
    }
    #Testimonials > .wp-block-column{
        width: 100%;
        padding-left: 53px;
        padding-right: 53px;
    }


	#Policy .content-left{
		padding-left: 40px;
	}
	#Policy .content-right{
		padding-right: 40px;
	}

    footer div.footerContainer{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        margin: 0px;
    }

}




/*==============++++================*/
@media only screen and (max-width: 1200px){

    #Solutions .wp-block-column{
        padding-right: 0px;
        padding-bottom: 50px;
    }

    #OurServices{
        margin-top: 50px;
        
    }
    #OurServices .wp-block-column:nth-child(1) h3{
        font-size: 6vw;
        line-height: 6.8vw;
    }



    #OurServices{
        grid-template-columns: repeat(2, 1fr);
    }    
    #OurServices .wp-block-column:nth-child(1){
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    #OurServices .wp-block-image{
        display: none;
    }
    #OurServices .wp-block-column:nth-child(1) .wp-block-group {
        position: unset;

    }
    #OurServices .wp-block-column:nth-child(1) h3,
    #OurServices .wp-block-column:nth-child(1) p{
        padding-left: 0px;
        color: var(--dark-blue);
    }







}







/*==============++++================*/
@media only screen and (max-width: 1000px){

    #Hero h1{
        font-size: 7vw;
        line-height: 7.8vw;
    }



    footer div.infoBox{
        display: block;
        width: auto;    
    }
    footer div.infoBox div.detailsContainer{
        border-left: none;
        border-top: 1px solid var(--white);
        margin-top: 30px;
        padding-top: 30px;
        padding-left: 0px;
    }
}












/*==============++++================*/
@media only screen and (max-width: 960px){

    #Solutions h2{
        padding-left: 40px;
        padding-right: 40px;
        line-height: 38px;
    }
    #Solutions h2 br{
        display: none;
    }    
    #Solutions .button a{
        margin-bottom: 0px;
        margin-top: 0px;
    }

}






/*==============++++================*/
@media only screen and (max-width: 781px){
	

    #Hero h1 {
        font-size: 65px;
        line-height: 70px;
    }
    #Hero .wp-block-column {
     width: 100%;
    }
    #Hero .wp-block-image img {
        height: 500px;
        object-fit: cover;
    }



    #OurServices{
        width: calc(100% - 40px);
    }


    #Images.images-1,
    #Images.images-2{
        display: none;
    }


    #InYourHome{
        flex-direction: column-reverse;
        margin-top: -20px;
    }
    #InYourHome .content-right figure {
        height: auto;
        width: 100% !important;
        overflow: unset;
    }
    #InYourHome .content-right figure img {
        height: 100%;
        max-width: 3000px;
        width: 100%;
        position: unset;
        transform: unset;
    }
    #InYourHome .content-left {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 0px;
    }

    #InCommercialSectors .content-left figure {
        height: auto;
        width: 100% !important;
        overflow: unset;
    }
    #InCommercialSectors .content-left figure img {
        height: 100%;
        max-width: 3000px;
        width: 100%;
        position: unset;
        transform: unset;
    }
    #InCommercialSectors .content-right {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 0px;
    }

    #OurServices .wp-block-column:nth-child(1) h3,
    #InYourHome h3, 
    #InCommercialSectors h3 {
        font-size: 34px;
        line-height: 40px;
    }
    
    #Icons .wp-block-group__inner-container{
        width: 100%;
    }
    #Icons .wp-block-columns{
        display: block;
    }
    #Icons .wp-block-column {
        width: 49%;
        display: inline-block;
    }
    #Icons figure img{
        height: 85px;
    }


    #Testimonials h3 {
        font-size: 34px;
        line-height: 40px;
    }

    footer div.footerContainer{
        display: block;
        width: auto;    
        padding-bottom: 30px;
    }
    footer div.links{
        text-align: left;
    }
    footer div.links .wp-block-navigation{
        justify-content: start;
    }
    footer div.links .wp-block-navigation-item,
    footer div.links .wp-block-navigation-item:last-child {
        padding-right: 10px;
        border-right: none;
        border-left: 1px solid var(--white);
    }
    footer div.links .wp-block-navigation-item:first-child{
        padding-left: 0px;
        border-left: none;
    }





}




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

    #OurServices {
        display: block;
    }   
    #OurServices > div{
        padding-bottom: 20px;
    }  


}



@media ( min-width: 1100px ) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: none !important;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: block !important;
    }
}
@media ( min-width: 600px ) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: flex;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: none;
    }
}



