@font-face { 
  font-family: "Montserrat";
  font-style: light;
  font-weight: 300;
  src: 
    url(fonts/montserrat/static/Montserrat-Light.ttf) format("truetype");
}
@font-face { 
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: 
    url(fonts/montserrat/static/Montserrat-Regular.ttf) format("truetype");
}
@font-face { 
  font-family: "Montserrat";
  font-style: medium;
  font-weight: 500;
  src: 
    url(fonts/montserrat/static/Montserrat-Medium.ttf) format("truetype");
}
@font-face { 
  font-family: "Montserrat";
  font-style: semibold;
  font-weight: 600;
  src: 
    url(fonts/montserrat/static/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face { 
  font-family: "Montserrat";
  font-style: bold;
  font-weight: 700;
  src: 
    url(fonts/montserrat/static/Montserrat-Bold.ttf) format("truetype");
}






:root{

    --light-blue: #00A6FA;
    --dark-blue: #0A1A24;
    --text-blue: #003654;
    --white: #ffffff;

    --33: calc(((1200px / 100 * 33) + ((100% - 1200px) / 2)));
	--67: calc((1200px / 100 * 67) + ((100% - 1200px) / 2));
    --40: calc(((1200px / 100 * 40) + ((100% - 1200px) / 2)));
	--60: calc((1200px / 100 * 60) + ((100% - 1200px) / 2));
	--25: calc(((1200px / 100 * 25) + ((100% - 1200px) / 2)));
	--75: calc((1200px / 100 * 75) + ((100% - 1200px) / 2));
	--20: calc(((1200px / 100 * 20) + ((100% - 1200px) / 2)));
	--80: calc((1200px / 100 * 80) + ((100% - 1200px) / 2));
	--50: calc((1200px / 100 * 50) + ((100% - 1200px) / 2));
	--100: calc(1200px + ((100% - 1200px) / 2));
	--side-bar: calc((100% - 1200px) / 2);
	--side-bar-img: calc(((100% - 1500px) / 2) );
	--heroside-bar: calc((100% - 1166px) / 2);
    




}




body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    color: var(--text-blue);
    padding: 0px;
    margin: 0px;
    line-height: 36px;
}

body .is-layout-flex {
    display: flex;
}

* {
    box-sizing: border-box;
}
:where(.wp-block-columns) {
	margin-bottom: 0;
}
:where(.wp-block-columns.is-layout-flex){
    gap: 0px !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

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

.wp-block-button__link,
a,
button,
input:focus,
input[type=button],
input[type=submit],
textarea:focus { 
    transition: all .25s var(--site-transition)
}

a {
    text-decoration: underline
}


p {
    margin: 0px !important;
	padding-bottom: 20px;
}

.wp-container-core-group-layout-1.wp-container-core-group-layout-1 {
    justify-content: space-between;
  }










header {
    width: 1200px;
    margin: 0 auto;
}

header .headerContainer {
    padding: 25px 20px 15px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.headerContainer .headerLogo {
    flex-grow: 0.5;
}

.headerContainer .headerNav {
    flex-grow: 1;
    align-self: center;
    text-align: right;
}

.headerContainer .headerNav .wp-block-navigation__container {
    column-gap: 2em;
}

.headerContainer .headerNav .wp-block-navigation-item__label {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #0a1a24;
}









#Hero{
    display: block;
}
#Hero .wp-block-column{
    width: 1200px;
    margin: 0px auto;
    position: relative;
}
#Hero img{
    width: 1110px;
}
#Hero h1{
    color: var(--dark-blue);
    font-size: 96px;
    line-height: 96px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);    
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    right: 50px;
}
#Hero h1 strong{
    color: var(--light-blue);
    font-weight: 500;
}









#Solutions{
    background-color: var(--dark-blue);
    background-image: url(../../../uploads/bg-04.png);
    background-position: center left 45px;
    background-size: 1400px;
    margin-top: -86px;
}
#Solutions .wp-block-column{
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    padding: 90px 90px 140px 0px;
}
#Solutions h2{
    color: var(--white);
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
}
#Solutions .wp-block-buttons{
    justify-content: center;
    padding: 0px 40px;
}
#Solutions .button a{
    color: var(--white);
    padding: 10px 15px;
    text-decoration: none;
    margin: 10px 0px;
    display: inline-block; 
    border-radius: 0px;
    font-weight: 500;
}
#Solutions .button-1 a{
    background-color: var(--light-blue);
    border: 1px solid var(--light-blue);
    transition: 0.2s all ease;
}
#Solutions .button-1 a:hover{
    background-color: var(--dark-blue);
}
#Solutions .button-2 a{
    background-color: var(--dark-blue);
    border: 1px solid var(--light-blue);
    transition: 0.2s all ease;

}
#Solutions .button-2 a:hover{
    background-color: var(--light-blue);
}






#OurServices{
    width: 1200px;
    margin: 0px auto;
    gap: 25px !important;
    align-items: flex-end !important;
    padding-bottom: 100px;
    margin-top: -86px;
}
#OurServices strong{
    font-weight: 600;
    color: var(--light-blue);
}
#OurServices .wp-block-image{
    margin: 0px;
    aspect-ratio: 38 / 55;
    position: relative;
}
#OurServices .wp-block-column:nth-child(1){
    position: relative;
}
#OurServices .wp-block-column:nth-child(1) img{
    position: absolute;
    bottom: 0;
}
#OurServices .wp-block-column:nth-child(1) .wp-block-group{
    position: absolute;
    bottom: 20px;
    left: 0px;
}
#OurServices .wp-block-column:nth-child(1) h3{
    font-size: 72px;
    line-height: 84px;
    font-weight: 400;
    color: var(--white);
    margin: 0px;
    padding: 0px 20px 20px 20px;
}
#OurServices .wp-block-column:nth-child(1) p{
    color: var(--white);
    margin: 0px;
    padding: 0px 20px 0px 20px;
}
#OurServices .wp-block-column:nth-child(2) p{
    padding-bottom: 0px;
}
#OurServices .box{
    border: 1px solid var(--light-blue);
    padding: 43px 10px;
    text-align: center;
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 24px;
}


#OurServices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}






#Images{
    display: block;
}
#Images.images-2{
    background-color: #E8EDED;
}
#Images .wp-block-column{
    width: 1200px;
    margin: 0px auto;
    display: flex;
    gap: 25px !important;
    
}
#Images figure{
    position: relative;
    z-index: 9;
}
#Images.images-2 figure{
    margin-top: -50px;
    flex-basis: 33%;
}








#InYourHome{
    background-color: var(--dark-blue);
    background-image: url(../../../uploads/bg-04.png);
    background-position: top left;
    background-size: 2000px;   
    margin-top: -80px; 
}
#InYourHome strong{
    font-weight: 600;
    color: var(--light-blue);
}
#InYourHome h3{
    font-size: 72px;
    line-height: 96px;
    font-weight: 400;
    margin: 60px 0px 30px 0px;
}
#InYourHome .wp-block-column ul {
    font-weight: 300;
    font-size: 18px;
	line-height: 36px;
	margin-block-start: 0.625em;
    margin-top: 0px;
    margin-bottom: 20px;
}
#InYourHome .content-left{
	flex-basis: var(--50);
    padding-top: 60px;
    padding-right: 35px;
	padding-bottom: 60px;
    padding-left: var(--side-bar);
    color: var(--white);
}
#InYourHome .content-right {
    flex-basis: var(--50);
    /* padding-right: var(--side-bar-img); */
}
#InYourHome .content-right figure{
    height: 100%;
    width: auto !important;
    overflow: hidden;
    position: relative;    
}
#InYourHome .content-right figure img{
    height: 100%;
    max-width: 3000px;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}










#InCommercialSectors{
    background-color: var(--dark-blue);
    background-image: url(../../../uploads/bg-04.png);
    background-position: top left;
    background-size: 2000px;
}
#InCommercialSectors h3{
    font-size: 72px;
    line-height: 96px;
    font-weight: 400;
    margin: 60px 0px 30px 0px;
}
#InCommercialSectors .wp-block-column ul {
    font-weight: 300;
    font-size: 18px;
	line-height: 36px;
	margin-block-start: 0.625em;
    margin-top: 0px;
    margin-bottom: 20px;
}
#InCommercialSectors .content-left{
	flex-basis: var(--50);
    /* padding-left: var(--side-bar-img); */
}
#InCommercialSectors .content-left figure{
    height: 100%;
    width: auto !important;
    overflow: hidden;
    position: relative;    
}
#InCommercialSectors .content-left figure img{
    height: 100%;
    max-width: 3000px;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#InCommercialSectors .content-right {
    flex-basis: var(--50);
    padding-top: 60px;
    padding-right: var(--side-bar);
	padding-bottom: 60px;
	padding-left: 60px;
    color: var(--white);
}


#InYourHome .content-left a,
#InCommercialSectors .content-right a{
    background-color: var(--light-blue);
    border: 1px solid var(--light-blue);
    color: var(--white);
    padding: 10px 15px;
    text-decoration: none;
    margin: 10px 0px;
    display: inline-block;
    transition: 0.2s all ease;
    font-weight: 500;
}
#InYourHome .content-left a:hover,
#InCommercialSectors .content-right a:hover{
    background-color: var(--dark-blue);
}






#Icons{
    padding: 90px 0px;
    background-color: #E8EDED;
	padding-bottom: 220px;
}
#Icons .wp-block-group__inner-container{
    width: 1200px;
    margin: 0px auto;
}
#Icons .wp-block-column{
    text-align: center;
}
#Icons figure img{
    height: 130px;
    width: auto;
}









#Testimonials{
    background-color: var(--dark-blue);
    color: var(--white);
    justify-content: center;
    display: block;
    background-image: url(../../../uploads/bg-04.png);
    background-position: top left;
    background-size: 2000px;
    padding-bottom: 150px;
}

#Testimonials > .wp-block-column{
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    padding: 100px 100px;
}
#Testimonials h3{
    font-size: 72px;
    line-height: 84px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}
#Testimonials h4{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-weight: 400;
}
.testimonial-list{
    gap: 25px !important;
}
.testimonial-list .wp-block-column{
 background-color: var(--white);
 color: var(--text-blue);
 text-align: left;
 padding: 25px;
}


















#Policy h1{
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    color: var(--text-blue);
    margin-bottom: 0px;
}
#Policy h3{
    font-size: 72px;
    line-height: 96px;
    font-weight: 400;
    margin: 60px 0px 30px 0px;
}
#Policy .wp-block-column ul {
    font-weight: 400;
    font-size: 18px;
	line-height: 36px;
	margin-block-start: 0.625em;
    margin-top: 0px;
    margin-bottom: 20px;
}
#Policy .content-left{
	flex-basis: var(--40);
    padding-top: 60px;
    padding-right: 60px;
	padding-bottom: 60px;
    padding-left: var(--side-bar);
    color: var(--white);
    background-color: var(--dark-blue);
}
#Policy .content-left p:first-child{
    font-size: 150px;
    line-height: 150px;
    font-weight: 600;
    color: var(--light-blue);
}
#Policy .content-left p:last-child{
    font-size: 42px;
    line-height: 54px;
    font-weight: 500;
    color: var(--white);
}
#Policy .content-right {
    flex-basis: var(--60);
    padding-top: 60px;
    padding-right: var(--side-bar);
	padding-bottom: 60px;
    padding-left: 60px;
}
#Policy a{
    color: var(--light-blue);
    text-decoration: none;
}







#Policy:last-of-type .content-left{
    padding-bottom: 260px;
}
#Policy:last-of-type .content-right{
    padding-bottom: 260px;
}







/* 
.entry-content > div:last-of-type {
    padding-bottom: 260px !important;
}
 */








.wp-block-navigation__responsive-container.is-menu-open{
    background-color: var(--dark-blue) !important;
    color: var(--white) !important;
    padding: 40px;    
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{
    color: var(--white);
}
.headerContainer .headerNav .is-menu-open .wp-block-navigation-item__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: var(--white);
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full{
	background-color: unset !important;
	border: unset !important;
	padding: 0px !important;
	margin: 0px !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p{
	color: var(--white) !important;
}
div.wpforms-container-full:not(:empty){
	margin-bottom: 0px !important;
}





footer {
    width:100%;
    background-color: #000000;
    border-top:1px solid var(--light-blue);
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin-top: -80px;
	position: relative;
}

footer div.footerContainer {
    width: 1200px;
    margin: 0 auto;
    display:flex;
    column-gap: 2em;
    justify-content: space-between; 
}

footer div.infoBox {
    width: 540px;
    flex-grow: 1;
    flex-shrink: 0;
    align-self: stretch;
    align-items: center;
    transform: translateY(-50px);
    border: 1px solid var(--light-blue);
    background-color: var(--dark-blue);
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

footer div.links {
    flex-grow: 1;
    align-self: center;
    text-align: right;
    font-weight: 300;
}


footer div.infoBox div.detailsContainer {
    flex-grow: 1;
    padding: 0 0 0 20px;
    margin: 0;
    border-left: 1px solid var(--white);
}


footer div.infoBox ul.details {
    padding: 0;
    margin: 0;
}

footer div.infoBox ul.details li {
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
	font-size:18px
}
footer div.infoBox ul.details svg path{
	fill: var(--light-blue);
}

footer div.infoBox ul.details li:last-child {
    margin-bottom: 0px;
}

footer div.links .wp-block-navigation {
    column-gap: 0;
    margin-bottom: 0.25em;
}

footer div.links .wp-block-navigation-item {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--white);
}

footer div.links .wp-block-navigation-item:first-child {
    padding-left: 0px;
}

footer div.links .wp-block-navigation-item:last-child {
    padding-right: 0px;
    border-right-width: 0;
}


footer div.links .wp-block-navigation-item__label {
    color: #ffffff;
}

footer div.infoBox a {
    color: var(--white);
    text-decoration: none;
}

footer div.infoBox a:hover {
    text-decoration: underline;
}


footer div.infoBox .socialmediaLinks {
    width: 100%;
    display: flex;
    margin-top: 20px;
}




footer .btt{
    position: fixed;
    bottom: 50px;
    right: 30px;
    background-color: var(--dark-blue);
    padding: 20px;
    border: 1px solid var(--light-blue);
    text-transform: uppercase;
    z-index: 99;
    opacity: 0;
    transition: 0.2s all ease;
}
footer .btt a{
    color: var(--white);
    text-decoration: none;
}
.show-btt .btt{
    opacity: 1;
}
footer .btt:hover{
    background-color: var(--light-blue);
}