@import url('https://fonts.googleapis.com/css?family=Barlow&display=swap');
@font-face {
    font-family: KapraNeue;
    src: url('./Fonts/KapraNeue-Regular.otf');
}
@font-face {
    font-family: Karla;
    src: url('./Fonts/Karla-Regular.ttf');
}

html{
    font-family: Karla, 'Barlow', sans-serif !important;
    font-size: 16px;
    overflow-x: hidden; 
}

body {
    margin: 0;
    font-family: Karla, KapraNeue, 'Barlow', sans-serif !important;
    font-size: 16px;
    overflow-x: hidden;
}

main{
    padding-top: 83px;
    padding-bottom: 61px;
}

.no-padding-bottom{
    padding-bottom: 0!important;
}

.no-padding-top {
    padding-top: 0!important;
}

.video-Wrapper {
    position: relative;
    padding-bottom: 622px; 
    height: 0;
}
.product-video-Wrapper {
    position: relative;
}

.product-video-Wrapper iframe,
.video-Wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 622px;
}

#header-desktop, 
#footer-desktop,
#home-header-desktop{
    display: block;
}

#header-mobile,
#header-mobile-sm,
#footer-mobile,
#footer-mobile-sm,
#home-header-mobile{
    display: none;
}

#mainContainer{
    position: relative;
    min-height: 100vh;
}

#content-wrap{
    padding-bottom: 140px; /* footer height */
}

#header-desktop, #header-mobile{
    height: 84px;
    background-color: #2c2b2f;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

#home-header-desktop{
    height: 84px;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.ytp-expand-pause-overlay,
.ytp-pause-overlay
 {
    bottom:-200px !important; //give !important if not working
 }
 
.solid-background{
    background-color: #2c2b2f!important;
}

.d-none{
    display: none;
}

.link-no-decorate,
.link-no-decorate:hover{
    text-decoration: none;
}

#main-home{
    padding-top: 0;
    padding-bottom: 60px;
}

#navbar-container{
    height: 84px;
    display: flex;
    align-items: center;
}

.navbar-logo{
    margin-left: 98px;
}

.navbar-logo:hover{
    opacity: 0.6;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

.navbar-toggler>.close {
    display:inline;
}

.close{
    color: #fff;
    opacity: 1;
}

.close:hover{
    color: #fff;
    opacity: 1;
}

.nav-item-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.nav-item-container a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .mobile-nav-arrow-right,
    .mobile-nav-arrow-down{
        display: none!important;
    }
}

.mobile-nav-arrow{
    margin-left: 20px;
}

.nav-item{
    height: 84px;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.nav-item-btn,
.nav-item-btn:hover,
.nav-item-btn:focus{
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border-bottom: none;
    height: 84px;
}

.nav-item-btn:hover{
    opacity: 0.6;
}

.nav-item-btn:focus {
    border-bottom: solid 3px #27a9e0;
    /*padding: 42px 12px;*/
}

.nav-item-btn:active{
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: none !important;
    opacity: 1;
}

.nav-item-login{
    margin-right: 60px;
} 

.nav-item-btn-login{
    width: 116px;
    height: 40px;
    padding: 10px 0 11px 2px;
    border-radius: 0px;
    background-color: rgba(0,0,0,0);
    color: #fff;
    border: solid 1px #27a9e0;
}

.nav-item-btn-login:hover,
.nav-item-brtn-login:active{
    width: 116px;
    border-radius: 0px;
    background-color: #27a9e0;
    color: #fff;
    border: none;
}

.dropdown{
    position: static;
}

.dropdown-menu a{
    color: #2c2b2f;
}

.dropdown-menu{
    margin-top: -1px;
    border: none;
    border-radius: 0;
    background-color: #edf7f7;
    padding: 0;
    left: auto;
}

.dropdown-container{
    display: flex;
    justify-content: flex-start;
}

.dropdown-image{
    margin-left: auto;
    margin-right: 20px;
}

.dropdown-item{
    height: 60px;
    padding-left: 30px;
    font-weight: bold;
    letter-spacing: 0.27px;
    width: 369px;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #ffffff;
}

.dropdown-item-name{
    display: inline;
    margin-right: auto;
}

.dropdown-item-last{
    border-bottom: none;
}

/*Menu arrow animation START*/
    .dropdown-item > svg {
        margin-right: 20px;
        -webkit-transition: margin 1s; /* For Safari 3.1 to 6.0 */
        transition: margin 1s;
    }

.dropdown-item:hover {
    background-color: #acd7d7;
}

    .dropdown-item:hover > svg {
        margin-right: 10px;
        margin-left: 10px;
    }

.icoarrow:hover {
}
/*Menu arrow animation END*/


#footer-desktop, #footer-mobile {
    
    position: absolute;
    width: 100%;
    bottom: 0;
    
    
}

#footer-container {
    display: flex;
    height: 201px;
    background-color: #2c2b2f;
    color: #fff;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    padding: 49px 63px 40px 47px;
}

#footer-toprow{
    display: flex;
}



.footer-logo:hover{
    opacity: 0.6;
}

.footer-info-col-container{
    display: flex;
    flex-direction: row;
}   
.footer-info-col{
    margin-left: 36px;
}

.footer-privacy{
    font-size: 14px;
    text-decoration: none;
    color: #e3e3e3;
}

.footer-privacy:hover{
    font-size: 14px;
    text-decoration: none;
    color: #e3e3e3;
    opacity: 0.7;
}

#footer-phone:hover{
    text-decoration: underline;
}

#footer-email{
    color: #fff;
    text-decoration: none;
}

#footer-email:hover{
    text-decoration: underline;
}

#footer-social-icons-desktop{
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}

#footer-secondary-logo{
    margin-left: auto;
}

#footer-secondary-logo img {
    width: 170px;
    margin-right: 10px;
    margin-left: 20px;
    display: inline-block;
}

#footer-secondary-logo-mobile{
    width: 170px;
    display: none;
}

#footer-fb,
#footer-linkedin{
    margin-left: 10px;
    margin-right: 10px;
}

#footer-fb a,
#footer-linkedin a{
    color: #ffffff;
    font-size: 14px;
    font-family: Karla, sans-serif;
}
#footer-social-icons-mobile{
    display: none;
}

#footer-fb:hover{
    opacity: 0.6;
}

#footer-linkedin:hover{
    opacity: 0.6;
}

.uppercase{
    text-transform: uppercase;
}

.inline{
    display: inline;
}

/* Page Headings */

.page-heading-container{
    position: relative;
    text-align: center;
}

.page-heading-text{
    font-family: KapraNeue;
    font-size: 60px;
    line-height: 0.6;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-heading-image{
    width: 100%;
    height: 460px;
    object-fit: cover;
}

/* PRODCUT PAGE */

.info-container{
    text-align: center;
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#what-is-it{
    padding-top: 164px;
    padding-bottom: 170px;
}

.caps-title{
    line-height: 2.25;
    letter-spacing: 0.27px;
    color: #2c2b2f;
    margin-bottom: 26px;
}

.caps-title-white{
    line-height: 2.25;
    letter-spacing: 0.27px;
    color: #fff;
    margin-bottom: 26px;
}

.info-heading{
    font-size: 60px;
    font-family: KapraNeue, sans-serif;
    line-height: 1.08;
    letter-spacing: 1px;
    color: #27a9e0;
    margin: 0px auto 62px auto;
    text-align: center;
    max-width: 828px
}

.info-heading-white{
    font-size: 60px;
    font-family: KapraNeue;
    line-height: 0.6;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 62px;
}

.product-info-sub-heading{
    font-size: 30px;
    line-height: 2.33;
    letter-spacing: 0.2px;
    color: #085488;
    margin-top: -54px;
    margin-bottom: 55px;
}

.info-desc{
    font-family: Karla;
    line-height: 1.8;
    font-size: 20px;
    letter-spacing: 0.27px;
    color: #4a4a4a;
    max-width: 923px;
}

.info-desc-white{
    font-family: Karla;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.27px;
    color: #fff;
    width: 900px;
}

.product-info-image{
    width: 457px;
    margin-top: 60px;
}

#product-model-video{
    width: 1106px;
    min-height:700px;
    margin-top: 50px;
}

#product-factors{
    position: relative;
}

#product-factors-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.product-factors-fact-container{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.product-factors-background{
    height: 420px;
    width: 100%;
    object-fit: cover;
}
.product-fact{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-factors-title{
    line-height: 2.25;
    letter-spacing: 0.27px;
    color: #fff;
    margin-bottom: 37px;
}

.product-fact-top{
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.33px;
    color: #fff;
}

.product-fact-middle{
    font-family:KapraNeue;
    font-size: 100px;
    font-weight: 300;
    line-height: 1.2;
    color: #27a9e0;
    margin-bottom: 5px;
}

.product-fact-bottom{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.33px;
    color: #fff;
    width: 320px;
}

.product-fact-bottom p{
    margin-bottom: 0;
}

#solutions-overview{
    padding-top: 159px;
}

#product-features{
    padding-top: 50px;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 100px;
}

#product-how-it-works-wrap{
    max-width: 1100px;
    margin: 0 auto;
}

#features-heading{
    font-size: 60px;
    font-family: KapraNeue;
    line-height: 1.08;
    letter-spacing: 1px;
    text-align: center;
    color: #27a9e0;
    margin-bottom: 95px;
    margin-top: 81px;
}

.product-features-list-container{
    display: flex;
    justify-content: space-evenly;
}


.f-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.f-col{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.feature-item-container{
    display: flex;
}

.feature-item-col{
    display: flex;
    flex-direction: column;
}

.product-feature-icon-img{
    object-fit: none;
}

.feature-text-wrap{
    display: flex;
    flex-direction: column;
    width: 308px;
    padding-left: 31px;
}

.feature-text-title{
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.27px;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.feature-text-desc{
    font-size: 15px;
    line-height: 1.93;
    letter-spacing: 0.25px;
    color: #4a4a4a;
    margin-bottom: 60px;
}

#product-IoT{
    background-color: #053c63;
    text-align: center;
    position: relative;
}

.product-iot-content-container{
    background-image: url('../Images/product_iot_background.jpg');
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    background-size: 100% auto;
    padding-top: 100px;
    padding-bottom: 165px;
}

.product-iot-background-image{
    width: 100%;
}

.product-iot-top-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-iot-img-container{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iot-line-offset{
    margin-left: 110px;
}

#product-how-title{
    font-size: 25px;
    font-weight:bold;
    line-height: 0.8;
    letter-spacing: 0.17px;
    color: #fff;
    margin-top: 100px;
    margin-bottom: 70px;
}

.how-it-works-row{
    display:flex;
    justify-content: space-evenly;
}

.how-it-works-content-col{
    display:flex;
    align-items: flex-start;
    width: 405px;
}

.how-it-works-empty-col{
    width: 350px;
}

.how-it-works-text-col{
    display: flex;
    flex-direction: column;
    width: 308px;
    margin-left: 30px;
}

.how-it-works-text-title{
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.27px;
    color: #fff;
    text-align: left;
}

.how-it-works-text-desc{
    font-size: 15px;
    line-height: 1.93;
    letter-spacing: 0.25px;
    color: #fff;
    text-align: left;
}

#product-benefits{
    text-align: center;
    height: 470px;
    background-color: #eef6f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#product-benefits .caps-title{
    font-size: 20px;
    font-family: Karla;
    margin-bottom: 70px;
}

.product-benefits-banner-container{
    position:relative;
    background-color: #eef6f8;
}

.product-benefits-background{
    height: 470px;
    width: 100%;
    object-fit: cover;
}

.product-benefits-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.product-benefit-desc{
    font-weight: bold;
}

.product-benefit-item{
    width: 147px;
    margin-left: 30px;
    margin-right: 30px;
}
.product-benefit-items{
    display: flex;
    justify-content: space-evenly;
    
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;
}

.product-benefit-icon{
    margin-bottom: 16px;
}

#product-learn-more{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 134px;
    margin-bottom: 134px;
}

.btn-contact-us:hover{
    background-color: #000;
    text-decoration: none;
    border: none;
}

.product-learn-more-heading{
    font-family: KapraNeue;
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: 0.67px;
    color: #27a9e0;
    margin-bottom: 40px;
}

.product-learn-more-desc{
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.13px;
    color: #4a4a4a;
    margin-bottom: 87px;
}

.product-learn-more-btn{
    height: 45px;
    width: 263px;
    border-radius: 0px;
    background-color: #27a9e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-contact-us{
    font-size: 18px;
    font-family: KapraNeue;
    font-weight: 500;
    letter-spacing: 2.25px;
    color: #fff;
    text-decoration: none;
}



/* ABOUT PAGE */


#about-page-heading{
    width: 100%;
}

.about-page-heading-banner{
    width: 100%;
    height: 460px;
    object-fit: cover;
}

#our-story{
    padding-top: 100px;
    padding-bottom: 100px;
}

#our-mission{
    position: relative;
    width: 100%;
}

#our-mission img{
    width: 100%;
    object-fit: cover;
    height: 809px;
}

#our-mission-text-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}


#our-team{
    padding-top: 100px;    
}

.about-our-team-container{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 90px;
    flex-wrap: wrap;
}

.team-member-image{
    width: 215px;
}

.team-member-name{
    margin-top: 26px;
    color: #2f92d0;
    font-weight: bold;
    line-height: 1.81;
    letter-spacing: 0.27px;
}

.team-member-desc{
    line-height: 1.81;
    letter-spacing: 0.27;
    color: #4a4a4a;
}

#our-partners{
    background-color: #edf7f7;
    margin-top: 50px;
    padding-top: 134px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#our-partners .info-desc{
    width: 500px;
}

.about-our-partners-logos-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 900px;
    margin-top: 90px;
    padding-bottom: 188px;
    flex-wrap: wrap;
}

/*.about-our-partners-logo img{*/
/*    width: 109px;*/
/*}*/

#projects-map-container{
    background-color: #96c8e7;
}

.mapHolder{
    padding-top: 0px;
}

.Rectangle {
    height: 550px;
    overflow: auto;
}

.mapAll{
    /*height: 560px;*/
    /*width: 100%;*/
    /*object-fit: cover*/
    position: relative;
    width: 1000px;
    right: 0px;
}

/* map pop up */

.card{
    border-radius: 0px;
}
.card-img-top-container{
    position: relative;
}

.X-popup{
    -webkit-appearance:none;
}
.popup-close-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2c2b2f;
    height: 40px;
    width: 40px;
}

.card-img-top-text{
    position: absolute;
    font-family: Karla;
    top: 80%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    line-height: 1.27;
    letter-spacing: 0.37px;
}

.card-img-top-text p{
    margin: 0;
}

.card-body-container{
    margin-bottom: 27px;
}

.popup-card-body{
    width: 434px;
    font-family: Karla;
    margin-left: 47px;
    margin-top: 41px;
    margin-bottom: 35px;
    line-height: 1.56;
    letter-spacing: 0.27px;
    color: #2c2b2f;
    padding: 0;
}

.card hr{
    border: solid 1px #27a9e0;
    margin-left: 47px;
    margin-right: 56px;
}

.info-caps-title-projects{
    line-height: 2.25;
    letter-spacing: 0.27px;
    color: #2c2b2f;
    margin-bottom: 26px;
    text-align: center;
    padding-top: 40px;
}

.card-link{
    margin-left: 47px;
}

.card-link-arrow{
    display: flex;
    align-items: center;
    margin-left: 9px;
}

.card-link-row{
    display: flex;
    align-items: center;
}

.card-link a{
    font-size: 13px;
    font-weight: bold;
    font-family: Karla;
    line-height: 1.54;
    letter-spacing: 0.22px;
    color: #2c2b2f;
}

.card-link a:hover{
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.22px;
    color: #2c2b2f;
    text-decoration: none;
}

.info-heading-black{
    font-family: KapraNeue;
    font-size: 60px;
    line-height: 0.6;
    letter-spacing: 1px;
    color: #2c2b2f;
    margin-bottom: 62px;
    text-align: center
}

#map-image-container{
    position: relative;
    display: flex;
    justify-content: center;
}

.location-popup{
    width: 555px;
    position: absolute;
    top: 83px;
    right: 0;
}

.darken-banner{
    background-color: rgba(0,0,0,0.5);
    width:100%;
    position: absolute;
    height: 100%;
}

.darken-video{
    background-color: rgba(0,0,0,0.33);
    width:100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.darken-product-banner{
    background-color: rgba(44,43,47,0.5);
    width:100%;
    position: absolute;
    height: 100%;
}

.darken-about-banner{
    background-color: rgba(44,43,47,0.3);
    width:100%;
    position: absolute;
    height: 100%;
}

.darken-about{
    background-color: rgba(0,0,0,0.6);
    width:100%;
    position: absolute;
    height: 100%;
}

#dili-easttimor{
    position: absolute;
    top: 365px;
    left: 1103px;
    transform: translate(-50%, -50%);
}

#gorthleck-scotland{
    position: absolute;
    top: 94px;
    left: 610px;
    transform: translate(-50%, -50%);
}

#dingee-australia{
    position: absolute;
    top: 480px;
    left: 1155px;
    transform: translate(-50%, -50%);
}

.map-marker{
    width: 16px;
}


.project-caps-title{
    margin-top: 90px;
    margin-bottom: 26px;
}

#case-studies-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px;
}

.case-study-item-container{
    width: 33%;
    margin-left: 1px;
    margin-right: 1px;
    flex-grow: 1;
}

.projects-case-study-item{
    position: relative;
}

.projects-item {
    position: relative;
    width: 210px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
}




.projects-case-study-item img{
    width: 100%;
    height: 340px;
    object-fit: cover;
}


.projects-item img {
    width: 100%;
    object-fit: cover;
}

.projects-case-study-text-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.projects-item-desc{
    text-align: center;
    color: #2c2b2f;
    font-family: Karla;
    font-size: 14px;
    font-weight: bold;
}

.projects-item-link a{
    color: #27a9e0;
    font-size: 18px;
    font-family: KapraNeue, sans-serif;
}

.tiny-caps-title{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.23px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.projects-case-study-location{
    font-family: Karla;
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.42px;
    line-height: 1.44;
}

/*mapbackground color */
.st1{
    fill: #96c8e7;
}

.case-study-banner-container{
    position: relative;
}

.case-study-banner-container img{
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.case-study-banner-text-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.case-study-banner-title{
    font-size: 20px;
    font-family: Karla;
    color: #fff;
    letter-spacing: 0.33px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}

.case-study-banner-location{
    font-size: 60px;
    font-family: KapraNeue;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.case-study-content-container{
    margin: 88px 20%;
}

.case-study-heading{
    font-size: 45px;
    color: #085488;
    line-height: 1.11;
    letter-spacing: 0.75px;
    margin-bottom: 60px;
    font-family: KapraNeue;
}

.case-study-desc-upper{
    font-family: Karla;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.42px;
    color: #2b2c2f;
    margin-bottom: 82px;
}

.case-study-image-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
}

.case-study-image{
    width: 49%;
}

.case-study-media-single{
    width: 100%;
}

.case-study-media-single img{
    width: 100%;
    height: 314px;
    object-fit: cover
}

.case-study-image img{
    width: 100%;
    height: 314px;
    object-fit: cover;
}

.case-study-desc-lower{
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.42px;
    color: #2b2c2f;
}

.case-study-desc-quote{
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.33px;
    color: #2b2c2f;
    font-weight: bold
}

.other-case-studies-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 114px;
} 

#contact-page-container{
    display: flex;
    justify-content: space-between;
    margin-left: 183px;
    margin-right: 130px;
    margin-top: 114px;
}

#contact-left-info{
    width: 33%;
}

#contact-heading{
    font-size: 40px;
    font-family: KapraNeue;
    line-height: 0.9;
    letter-spacing: 0.67px;
    color: #27a9e0;
    margin-bottom: 36px;
}

#contact-form-container{
    width: 66%;
    margin-left: 95px;
}

/* contact form */
.contact-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact-col{
    width: 45%;
}

input{
    border: none;
    line-height: 2;
}

text-area{
    border: none;
}

select{
    border: none;
    color: #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    height: 70px;
    
    /* make arrow and background */
    background-image: url("../Images/arrow-down.png");
    
    background-position:98% 50%;
    
    background-size: auto;
    
    background-repeat: no-repeat;
    
    border-radius: 0;
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
}

::-webkit-resizer {
  display: none;
}

.form-control{
    border: none;
    height: 60px;
    border-bottom: 1px solid #4a4a4a;
    border-radius: 0;
}

.contact-btn-row{
    display: flex;
    justify-content: flex-end;
}

.contact-submit-btn{
    background-color: #27a9e0;
    color: #fff;
    width: 177px;
    height: 45px;
    border-radius: 0;
    font-family: KapraNeue;
    letter-spacing: 2.25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-weight: 500;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus,
.contact-submit-btn:active{
    background-color: #000;
    color: #fff;
}

/*HOME*/
#home-banner-video{
    object-fit: cover;
}

#home-banner-container{
    position: relative;
    height: 631px;
}
#home-banner-text-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#home-banner-title{
    font-size: 60px;
    font-family: KapraNeue;
    line-height: 1.45;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    width: 645px;
}

#home-banner-author{
    font-size: 18px;
    line-height: 2.06;
    letter-spacing: 0.3px;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

.home-intro-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-intro-title{
    
    width: 920px;
    margin-top: 100px;
    margin-bottom: 55px;
}

.home-intro-desc{
    line-height: 1.65;
    font-family: Karla;
    font-size: 20px;
    letter-spacing: 0.28px;
    color: #2c2b2f;
    width: 923px;
}

.home-learn-more-btn{
    background-color: #27a9e0;
    font-family: KapraNeue;
    font-size: 18px;
    letter-spacing: 2.25px;
    height: 45px;
    width: 389px;
    border-radius: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
    margin-top: 65px;
    margin-bottom: 92px;
}

.home-intro-container a:hover{
    text-decoration: none;
}

#home-lowerinfo-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 53px;
}

#home-lower-info-title{
    font-family: KapraNeue;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 1px;
    color: #27a9e0;
    margin-bottom: 66px;
    width: 828px;
}

#home-lower-info-desc{
    line-height: 1.65;
    font-size: 20px;
    font-family: Karla;
    letter-spacing: 0.28px;
    color: #2c2b2f;
    max-width: 935px;
}

.home-lower-info-btn-align{
    display: flex;
    justify-content: center;
}

.home-lower-info-btn-align a:hover{
    text-decoration: none;    
}

.home-learn-more-product-btn{
    background-color: #27a9e0;
    height: 45px;
    font-family: KapraNeue;
    font-size: 18px;
    letter-spacing: 2.25px;
    border-radius: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 19px;
    margin-top: 65px;
    width: 263px;
    display: flex;
    justify-content: center;
}

#home-product-benefits-container{
    max-width: 1400px;
    margin: 0 auto;
}

#home-projects-container{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 662px
}



.projects-item-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.projects-case-study-logo{
    max-height: 66px;
    width: 210px;
}

#home-case-studies-container {
    display: flex;
    background-color: #f5f5f5;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 120px;
}

#home-iot-title {
    margin-bottom: 42px;
}

#home-iot-dec {
    width: 100%;
    max-width: 662px;
    text-align: justify;
    font-family: Karla;
    font-size: 20px;
    margin-bottom: 100px;
}

.other-case-studies-container div:first-child,
#home-case-studies-container div:first-child,
#case-studies-container div:first-child{
    margin-left: 0;
}

.other-case-studies-container div:last-child,
#home-case-studies-container div:last-child,
#case-studies-container div:last-child{
    margin-right: 0;
}


#home-carousels-container{
    display: flex;
    height: 616px;
    background-color: #edf7f7;
    margin-bottom: 119px;
    justify-content: space-evenly;
}

#carouselInfo{
    width: 50%;
}

#carouselImages{
    width: 50%;
}

/*.carousel{*/
/*    height: 616px;*/
/*}*/

/*.carousel-item img{*/
/*    width: 100%;*/
/*    height: 616px;*/
/*    object-fit: cover;*/
/*}*/

.carousel-item-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 616px;
}



#info-slide-1 .info-slide-top,
#info-slide-1 .info-slide-lower,
#info-slide-2 .info-slide-middle,
#info-slide-3 .info-slide-middle,
#info-slide-4 .info-slide-middle,
#info-slide-5 .info-slide-top {
    font-size: 25px;
    color: #2c2b2f;
    line-height: 1.44;
    letter-spacing: 0.42px;
    margin-bottom: 40px;
}

#info-slide-1 .info-slide-middle,
#info-slide-2 .info-slide-top,
#info-slide-3 .info-slide-top,
#info-slide-4 .info-slide-top,
#info-slide-5 .info-slide-middle {
    font-size: 100px;
    line-height: 0.36;
    letter-spacing: 1.67px;
    color: #2f92d0;
    margin-bottom: 40px;
    font-family: KapraNeue;
}

#info-slide-2 .info-slide-lower,
#info-slide-3 .info-slide-lower,
#info-slide-4 .info-slide-lower,
#info-slide-5 .info-slide-lower{
    display: none;
}

/*news*/

.news-article-page-container{
    display: flex;
    flex-direction: column;
}

.article-page-content{
    display: flex;
}

.article-left-col-align{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
}

.article-left-col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
    width: 90%;
}

.article-left-divider{
    width: 78px;
    border: solid 0.5px #2f92d0;
    margin-bottom:20px;
}

.article-left-author{
    line-height: 1.44;
    letter-spacing: 0.27px;
    color: #4a4a4a;
    max-width: 140px;
}

.article-right-col{
    width: 75%;
    display: flex;
    flex-direction: column;
    padding-top: 75px;
}

.article-spotlight{
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.17px;
    color: #2c2b2f;
    margin-bottom: 42px;
    border: solid 1px #2f92d0;
    border-radius: 3px;
    width: 73px;
    text-align: center;
}

.article-title{
    font-size: 40px;
    font-family: KapraNeue;
    line-height: 1.25;
    letter-spacing: 0.67px;
    color: #085488;
    margin-bottom: 56px;
    width: 800px;
}

.article-image{
    margin-bottom: 50px;
}

.article-image img{
    width: 653px;
    height: 403px;
    object-fit: cover;
}

.article-subtitle{
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.42px;
    color: #4a4a4a;
    margin-bottom: 60px;
    width: 671px;
}

.article-text{
    line-height: 1.81;
    letter-spacing: 0.27px;
    color: #4a4a4a;
    width: 693px;
    margin-bottom: 107px;
}

.article-links-container{
    display: flex;
    margin: 0 auto;
    align-items: center;
    width: 693px;
    margin-bottom: 67px;
}

.article-link-print{
    box-sizing: unset;
    border: none;
}

.article-link-divider{
    height: 50px;
    width: 1px;
    background-color: gray;
}

.article-lower-navigation-container{
    display: flex;
}

.article-nav-container{
    position: relative;
    width: 50%;
    height: 339px;
}

.article-nav-container img{
    width: 100%;
    height: 339px;
    object-fit: cover
}

.article-nav-container-darken{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(44, 43, 47, 0.5);
}

.article-next{
    margin-left: 2px;
}

.article-prev{
    margin-right: 2px;
}

.article-nav-text-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-article-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.33px;
    text-align: center;
    color: #fff;
    width: 350px;
    margin-bottom: 40px;
}

.nav-article-arrow{
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.22px;
    color: #fff;
    text-align: center;
}

#news-page-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#news-spotlight-article-container{
    margin-top: 47px;
    width: 995px;
    position: relative;
    margin-bottom: 100px;
}

.news-image-darken{
    width: 995px;
    height: 100%;
    background-color: rgba(44, 43, 47, 0.3);
    position: absolute;
}

#news-feature-text-container{
    position: absolute;
    color: #fff;
    top: 80%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.latestNewsTeaserImage{
    width: 995px;
    height: 614px;
    object-fit: cover;
}

.news-feature-spotlight{
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.17px;
    text-align: center;
    width: 74px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.news-feature-title{
    width: 350px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 0.37px;
    color: #fff;
}

.news-feature-divider{
    width: 182px;
    border: 1px solid #2f92d0;
    margin-left: 0;
}

.news-feature-read-more{
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.22px;
    color: #fff;
    display: flex;
    align-items: center;
}

.news-feature-read-more:hover{
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.22px;
    color: #fff;
    text-decoration: none;
}

.news-feature-read-more > svg {
        margin-right: 20px;
        -webkit-transition: margin 1s; /* For Safari 3.1 to 6.0 */
        transition: margin 1s;
    }

    .news-feature-read-more:hover > svg {
        margin-right: 10px;
        margin-left: 10px;
    }
    
    #news-page-articles-container{
        width: 937px;
    }
    
    .news-article-row{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #4a4a4a;
        margin-bottom: 55px;
        align-items: center;
    }
    
    .news-article-row-col-left{
        margin-right: 123px;
    }
    
    .news-article-col-left-title{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.33px;
        color: #085488;
        margin-bottom: 17px;
    }
    
    .news-article-col-left-desc{
        line-height: 1.4;
        font-family: Karla;
        letter-spacing: 0.27px;
        color: #4a4a4a;
        margin-bottom: 29px;
        width: 629px;
    }
    
    .news-article-col-left-link{
        margin-bottom: 31px;
    }
    
    .news-teaser-read-more{
    font-size: 13px;
    font-family: Karla;
    line-height: 1.54;
    letter-spacing: 0.22px;
    color: #4a4a4a;
    display: flex;
    align-items: center;
}

.news-teaser-read-more:hover{
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.22px;
    color: #4a4a4a;
    text-decoration: none;
}

.news-teaser-read-more > svg {
        margin-right: 20px;
        -webkit-transition: margin 1s; /* For Safari 3.1 to 6.0 */
        transition: margin 1s;
    }

    .news-teaser-read-more:hover > svg {
        margin-right: 10px;
        margin-left: 10px;
    }
    
    .news-article-row-col-right{
        margin-bottom: auto;
    }
    
    .news-article-row-col-right img{
        width: 170px;
        height: 160px;
        object-fit: cover;
    }
    
.watersourceMapContainer{
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
 }
 
 .container {
  padding: 10px 15px;
}
.lightblue {
    background-color: #edf7f7;
}

.carousel-indicators {
    bottom: 20px;
    left: 0;
    justify-content: center;
    display: flex;
    width: 50%;
    margin: 0;
}

.carousel-indicators li{
    background-color: #000;
    opacity: 1;
    width: 43px;
}

.carousel-indicators .active{
    background-color: #2f92d0;
    height: 3px;
}

.carousel-container{
    max-width: none;
    padding: 0;
    margin-bottom: 100px;
}

.carousel-inner{
    height: 616px;
}

.carousel-item {
    min-height: 350px; 
    height: 100%;
    width:100%; 
}
.carousel-caption div,
.carousel .icon-container,
.carousel-caption button {
    background-color: #edf7f7;
}

.carousel-caption{
    display: flex !important;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
}


/* Animation delays */

.carousel-caption div:nth-child(-n+3) {
    animation-delay: .1s;
}
.carousel-caption div:nth-child(-n+2) {
    animation-delay: .05s;
}
.carousel-caption div:nth-child(-n+1) {
    animation-delay: .01s;
}
.carousel-caption div {
    animation-delay: 0s;
}

.carousel-left-slide{
    width: 50%;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index:100;
}

.carousel-right-slide{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    height: 100%;
}

.carousel-right-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#eleiot-page-container{
    background-color: #000000;
    color: #ffffff;
}

#eleiot-header-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}

#eleiot-header-logo{
    height: 60px;
    width: 188px;
    object-fit: contain;
}

#eleiot-header-title{
    max-width: 995px;
    margin-top: 80px;
    text-align: center;
}

#eleiot-header-subtitle{
    font-family: Barlow;
    font-size: 25px;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 92px;
}

#eleiot-header-icon{
    height: 486px;
    width: 444px;
    object-fit: contain;
}

#eleiot-section1-container{
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 227px;
    margin-bottom: 305px;
}

#eleiot-section1-left-container {
    display: flex;
    flex-direction: column;
    margin-right: 323px;
    margin-left: 60px;
}

#eleiot-section1-title{
    margin-bottom: 42px;
}

#eleiot-section1-description{
    width: 515px;
    font-family: Barlow;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 62px;
}

#eleiot-section1-contact-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#eleiot-section1-contact-left{
    font-family: Barlow;
    font-size: 20px;
    line-height: 1.5;
    margin-right: 50px;
}

#eleiot-section1-link{
    text-decoration: none;
}

#eleiot-section1-button{
    height: 50px;
    width: 218px;
    font-family: KapraNeue;
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
    letter-spacing: 2px;
    border: solid 1px #b591fa;
    border-radius: 5px;
    padding: 14px;
    color: #ffffff;
}

#eleiot-section1-button:hover{
    opacity: .6;
}

#eleiot-section2-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 305px;
}

#eleiot-section2-title {
    max-width: 700px;
    margin-bottom: 42px;
    text-align: center;
}

#eleiot-section2-description {
    font-family: Barlow;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 867px;
    margin-bottom: 128px;
}

#eleiot-section2-feature-list-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    justify-content: space-evenly;
}

.eleiot-feature-item-container {
    display: flex;
    flex-direction: column;
    flex-basis: 33.3333%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.eleiot-feature-item-icon{
    max-width: 40px;
    max-height: 40px;
}

.eleiot-feature-item-title{
    font-family: Barlow;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 23px;
}

.eleiot-feature-item-desc{
    font-family: Barlow;
    font-size: 17px;
    line-height: 1.47;
    text-align: center;
    max-width: 260px;
}

#eleiot-section3-container {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 254px;
}

#eleiot-section3-left-container,
#wqsp-section3-left-container {
    margin-left: -131px;
    margin-right: 131px;
}

#eleiot-section3-right-container{
    display: flex;
    flex-direction: column;
    margin-right: 60px;
}
#eleiot-section3-title{
    margin-bottom: 47px;
}

#eleiot-section3-desc {
    font-family: Barlow;
    font-size: 20px;
    line-height: 1.5;
}

#eleiot-section4-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 320px; /*footer height + design height*/
}

#eleiot-section4-title{

}

#eleiot-section4-desc{
    font-family: Barlow;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-top: 37px;
    margin-bottom: 37px;
    max-width: 957px;
}


#eleiot-section4-button-container a {
    text-decoration: none;
}

#eleiot-section4-button{
    font-family: KapraNeue;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 2px;
    height: 50px;
    width: 218px;
    border: solid 1px #b591fa;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

#eleiot-section4-button:hover{
    opacity: 0.6;
}

.eleiot-header-desktop {
    background-color: #000000!important;
    padding-right: 63px!important;
    display: block;
}

.eleiot-header-mobile{
    display: none;
}

.wqsp-nav-container-desktop{
    display: block;
}

.eleiot-footer {
    background-color: #000000 !important;
}

#wqsp-page-container {
    background-color: #f5f5f5;
    color: #000000;
}

.wqsp-header{
    background-color: #f5f5f5 !important;
    color: #000000 !important;
    padding-right: 60px;
}

.nav-item-wqsp{
    color: #000000 !important;
    font-family: Karla;
    font-size: 16px;
    letter-spacing: 0.27px;
    font-weight: 600;
}

#wqsp-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 127px;
}

#wqsp-header-subtitle {
    font-family: Barlow;
    font-size: 25px;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 42px;
}

#wqsp-section1-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 227px;
    margin-bottom: 305px;
    align-items: center;
}

#wqsp-section1-description {
    width: 867px;
    font-family: Barlow;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 62px;
    text-align: center;
}

#wqsp-section1-contact-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wqsp-section1-button {
    height: 50px;
    width: 218px;
    font-family: KapraNeue;
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
    letter-spacing: 2px;
    border: solid 1px #296be0;
    border-radius: 5px;
    padding: 14px;
    color: #000000;
}

#wqsp-section1-button:hover {
    opacity: 0.6;
}

#wqsp-section4-button-container a {
    text-decoration: none;
}

#wqsp-section4-button {
    font-family: KapraNeue;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 2px;
    height: 50px;
    width: 218px;
    border: solid 1px #296be0;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

    #wqsp-section4-button:hover {
        opacity: 0.6;
    }

#wqsp-section3-desc {
    font-family: Barlow;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 60px;
}
