@font-face {
  font-family: 'Montserrat';
    font-display: swap;
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v25-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-200.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
    font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
    font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
:root {
     --main-grey: #656565;
     --dark-grey: #393939;
    --main-blue: #00bdf7;
    --light-blue: #00bdf7;
}

* { padding: 0;	margin: 0; box-sizing: border-box; }
html { font-family: 'Montserrat', sans-serif; font-size: 10px; color: var(--main-grey); font-display: swap; }
h1 {float: left; font-size: 15px;}
h2 {padding: 25px 0; font-size: 25px; letter-spacing: 2px; color: var(--main-blue); text-transform: uppercase}
h3 {padding: 20px 0; font-size: 20px; letter-spacing: 2px; color: var(--main-grey); text-transform: uppercase}
h4 {padding: 15px 0; font-size: 15px; letter-spacing: 2px; color: var(--main-blue); text-transform: none}
p {font-size: 15px; font-weight: 200}
a {color: var(--main-blue); text-decoration: none;}
a:hover {text-decoration: none;}

.clear {clear: both;}
.center {text-align: center;}
.content { max-width: 1200px; width: 90%; margin: 0 auto;}
.button_contact_us {padding: 15px; background-color: var(--main-blue); display: inline-block; font-size: 15px; border-radius: 5px; color: #fff; text-decoration: none;}
.watermark { background-image: url('../images/watermark20.png'); background-repeat: no-repeat; background-position: 50% 50%; background-size: 40%;}

#headerbar {background-color: var(--main-grey); color: #fff; font-size: 15px; font-weight: 200; padding: 10px 0; line-height: 25px; vertical-align: middle; text-align: right;}
#headerbar span.material-icons {font-size: 25px; !important; line-height: 25px; vertical-align: middle; color: var(--main-blue); padding-right: 10px;}
#headerbar ul { list-style: none;}
#headerbar ul li { display: inline; padding-right: 20px;}
#headerbar ul li.phone, #headerbar ul li.location { background-position: 0 50%; background-repeat: no-repeat; background-size: 15px; padding-left: 25px;}
#headerbar ul li.phone { background-image: url('../images/site/phone.png'); }
#headerbar ul li.location { background-image: url('../images/site/location.png'); }
 { display: inline; padding-right: 20px;}
#headerbar ul li:last-child {padding-right: 0px;}

#menu {background-color: #fff; font-size: 15px; font-weight: 400; color: var(--main-grey); text-transform: uppercase; position: sticky; top: 0; z-index: 99; box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.13); height: 100px;}
#menuLeft {float: left; height: 100px; display: table;}
#menuLeftLogo {float: left; height: 100%; padding: 13px;}
#menuLeftLogo img { height: 70px; width: 95px; }
#menuLeftText {display: table-cell; vertical-align: middle; height: 100%;}
#menuLeftText h1 {padding: 0; color: var(--main-blue); font-size: 13px;}
#menuLeftText .slogan {padding: 0; color: var(--main-grey); font-size: 10px;}
#menuRight ul { list-style: none; float: right; line-height: 100px;}
#menuRight ul li { display: inline; padding-left: 25px;}
#menuRight ul li:first-child { padding-left: 0px;}
#menuRight ul li a { padding: 25px 0px; display: inline; color: var(--main-grey) !important;}
#menuRight ul li a:hover {color: var(--main-blue) !important;}

#menuMobile { float: right; }
#menuOpener { display: none; }
#overview  { text-align: center; color: #fff; }

#slider {height: 400px; width: 100%; overflow: hidden; position: relative; }
#carousel { overflow: hidden; white-space: nowrap; width: 100vw; height: 100%; }

.sliderContent {height: 100%; width: 100%; display: inline-block; background-size: cover; background-repeat: no-repeat; background-position: 50%;}
.sliderContentText { display: table; width: 100%; height: 100%; white-space: normal; background-color: rgba(255, 255, 255, 0.78)}
.sliderContentTextContent { display: table-cell; vertical-align: middle; padding: 0 100px;}
.sliderContentTextContent h2, p { color: var(--dark-grey);}
.sliderContentTextContent h2 { font-size: 25px; color: var(--main-blue)}
.sliderContentTextContent p { font-size: 15px; line-height: 200%;}


#keywords {background-color: var(--main-grey);}
#keywords p { line-height: 60px; color: #fff; font-size: 15px; letter-spacing: 2px; text-align: center; text-transform: uppercase }
#keywords .spacer { margin: 0px 15px}


#aboutus { text-align: center;  padding: 50px 0;}
#aboutus h2 { color: var(--main-blue); }
#aboutus p {  color: var(--main-grey); text-align: justify}

#impress { text-align: center;  padding: 50px 0;}
#impress h2 { color: var(--main-blue); }
#impress p {  color: var(--main-grey); }

#keyfacts {background-color: var(--main-grey);}
#keyfacts .column {width: 33%; float: left; text-align: center; padding: 50px 0;}
#keyfacts .kpi {color: var(--main-blue); font-size: 50px; font-weight: 600; }
#keyfacts .kpiDescription {color: #fff !important; font-size: 15px; font-weight: 400; text-transform: uppercase}

#services h2 {text-align: center; padding: 50px 0;}
#services .column {width: 33%; float: left; text-align: left; padding: 25px 20px;}
#services h3 { color: #000;  font-size: 25px; font-weight: 200; padding-bottom: 10px;}
#services p { color: var(--main-grey);  font-size: 15px; font-weight: 200; text-align: justify; }

#projects h2 { text-align: center; }
#projectBullets, #showMoreArea {float: left; width: 100%; text-align: center; margin: 20px 0px;}
.projectBulletpoint,
.showMore {  font-size: 15px;color: #fff; background-color:var(--main-grey); padding: 10px; margin: 10px; display: inline-block;}
.projectBulletpoint.current, .projectBulletpoint:hover, 
.showMore:hover{  background-color: var(--main-blue);  transition: background 0.5s; cursor: pointer}
.showMore {text-align: center;}
#projectPreview {float: left; width: 100%; }


.imagePreviewImage {width: 33.33%; height: 25vh; max-height: 300px; float: left; padding: 10px; }
.imagePreviewImage .bgimage { background-color: #d4d4d4; width: 100%; height: 100%; background-position: 50% ; background-size: cover; background-repeat: no-repeat; } 
.photoRow { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 4px; }
.photoColumn { -ms-flex: 25%; flex: 25%; padding: 0 4px; }
.photoColumn img { margin-top: 8px; vertical-align: middle; width: 100%; } .photoRow:after { content: ""; display: table; clear: both; }

#gallery h2 { text-align: center; }

#feedback {background-color: var(--main-grey);}
#feedback h2 {text-align: center; padding: 50px 0;}

#feedback .column {width: 50%; float: left; text-align: left;}
#feedback .column {padding: 30px 25px;}

#feedback img { float: left; height: 15px; width: 56px; margin: 0px 15px -2px 0;}
#feedback p.text {color: #fff; margin-top: 20px; text-align: justify}
#feedback p.name {color: var(--main-blue); font-size: 17px; font-weight: 200; }

#contact .column { float: left; text-align: left;}
#contact .column:nth-of-type(1) {width: 40%; padding: 50px 25px 50px 0px;}
#contact .column:nth-of-type(2) {width: 60%;  padding: 50px 0px 50px 25px;}
#contact h3 {color: #000; font-size: 15px; font-weight: 400; padding: 20px 0;}
#contact h3.icon {padding-left: 20px; background-repeat: no-repeat; background-position: 0 50%; background-size: 15px;}
#contact h3.location {background-image: url('../images/site/location.png') }
#contact h3.phone {background-image: url('../images/site/phone.png') }
#contact h3.email {background-image: url('../images/site/email.png') }
#contact p {padding-bottom: 20px;}
#contact input, textarea { font-family: 'Montserrat', sans-serif; font-size: 13px; color: var(--main-grey); font-weight: 200; -webkit-appearance: none; outline: none; background-color: #f0f0f0;}
#contact input {width: 100%;  margin-bottom: 15px; padding: 15px 10px; border: 2px solid #f0f0f0; border-radius: 0px}
#contact textarea {width: 100%; margin-bottom: 15px; padding: 15px 10px; border: 2px solid #f0f0f0; border-radius: 0px}
#contact input:focus, textarea:focus { border: 2px solid var(--main-blue) !important;}
#contact button {padding: 15px; background-color: var(--main-blue); display: inline-block; font-size: 15px; border-radius: 0px; color: #fff; text-decoration: none; outline: none; -webkit-appearance: none; border: none;}
#contact input[type=checkbox] {width: 1px;}
.check_container { display: block; position: relative; padding-left: 35px; cursor: pointer; font-size: 11px; color: #505050!important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: justify; font-weight: 200; margin-bottom: 15px;}
.check_container a, .check_container a:hover { color: var(--main-blue); text-decoration: none;}
.check_container input { position: absolute; opacity: 0; cursor: pointer; }
.checkmark { margin-left: 0px; position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #f0f0f0; border-radius: 0px}
.check_container:hover input~.checkmark { background-color: #f0f0f0; }
.check_container input:checked~.checkmark {	background-color: #f0f0f0; }
.checkmark:after { content: "";	position: absolute;	display: none; }
.check_container input:checked~.checkmark:after { display: block; }
.check_container .checkmark:after { left: 7px; top: 3px; width: 4px; height: 9px; border: solid var(--main-blue); border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.invalidBorder { border: 2px solid #c61616 !important }
.check_container .checkmark.invalidBorder:after { top: 1px!important; left: 5px !important; }



.arrow{ width:30px;height:55px;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer}
#rightArrow{right:20px}
#leftArrow{left:20px}


#footerbar {background-color: var(--main-grey); color: #fff; font-size: 15px; font-weight: 200; padding: 20px 0; line-height: 25px; vertical-align: middle; }
#footerbar P {color: #fff; font-size: 15px; line-height: 100%; padding: 10px 0;}
#footerbar ul { list-style: none;}
#footerbar ul li { display: inline; padding-right: 20px;}
#footerbar ul li:last-child {padding-right: 0px;}

#map {width: 100%; height: 400px;}

@media only screen and (min-width: 925px) {
 .clearDesktop {clear: both;}   
}


@media only screen and (max-width: 1050px) {
    #menuLeftText { display: none; }
}

@media only screen and (max-width:924px) {
    
    .mDPN { display: none;}
    
    
 
    
    #menu {background-color: #fff; height: 100px; font-size: 15px; font-weight: 400; color: var(--main-grey); text-transform: uppercase; position: sticky; top: 0; z-index: 99; box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.13); }
    
    
    
    #menuLeft {float: left; height: 100px;  border: 0px solid; display: table;}
    #menuLeftLogo {float: left; height: 100%; padding: 23px 0;}
    #menuLeftLogo img { height: 50px; width: 68px; }
    #menuLeftText {display: none;}
    
    
    #menuOpener {float: right; line-height: 100px; display: inline-block;}
    #menuOpener:hover {cursor: pointer;}
    #menuMobile {position: absolute; top: 100px; left: 0; width: 100%; background-color: 0; display: none; z-index: 100; box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.13); }


    #menu ul { list-style: none; float: left; line-height: 75px; background-color: #fff; width: 100%;}
    #menu ul li {display:list-item; padding: 0 !important; text-align: center;}
    #menu ul li a { display: block; padding: 0 !important; color: var(--main-grey) !important;}
    .clearMobile {clear: both;}   
    
    
     #keywords p { line-height: 50px; font-size: 15px; letter-spacing: 1px;}
    #keywords .spacer { margin: 0px 10px}
    
    
    
    
    #keyfacts .column {width: 33.3%; }
    
    
    
    
    #services .column {width: 50%; }
}

@media only screen and (max-width:700px) {
    #headerbar ul li { display: block !important; padding: 0;}
    #headerbar ul li.phone, #headerbar ul li.location { background-position: right 50%; background-repeat: no-repeat; background-size: 15px; padding-right: 25px;}
    
    .imagePreviewImage {width: 50%; height: 25vh; max-height: 300px; float: left; padding: 10px; }
    
    
    .flip-card { width: 50%; height: 100px; }
    #overview h2 { font-size: 50px; font-size: 8vw; color: var(--main-blue); word-wrap: break-word;}
    #contact .column { float: left; text-align: center; width: 100% !important; padding: 15px 0 !important;}
    #contact h3.icon {padding: 20px 0 0 0; background-repeat: no-repeat; background-position: 50% 0; background-size: 15px;}
    #contact button {width: 100%;}
    #keywords p { line-height: 50px; font-size: 12px; letter-spacing: 0px;}
    #keywords .spacer { margin: 0px 3px}
   
   
}

@media only screen and (max-width:500px) {
    
    #headerbar {font-size: 13px;} 
    #headerbar span.material-icons {font-size: 20px; !important; line-height: 20px; vertical-align: middle; color: var(--main-blue); padding-right: 10px;}
  
    #headerbar ul li { display: block !important;}
    
    
    
    
    .sliderContentTextContent { padding: 0 20px;}
    .sliderContentTextContent h2 { font-size: 25px;}
    .sliderContentTextContent p { font-size: 15px; line-height: 17px !important;}
    
    .photoColumn { -ms-flex: 50%; flex: 50%; }
    
     #keywords p { line-height: 50px; font-size: 10px; letter-spacing: 0px;}
    #keywords .spacer { margin: 0px 3px}
    

    .imagePreviewSkew { display: none; width: 50%;  } 
    .imagePreviewSkew:first-child { transform-origin: bottom left; display: inline !important;}
    .imagePreviewSkew:last-child {transform-origin: top right; display: inline !important;} 

    #keyfacts .column {width: 100%; padding: 15px 0;}
    #services .column {width: 100%; padding: 15px 0; text-align: center;}
    #feedback .column {width: 100%; text-align: center; padding: 15px 0 !important;}
    #footerbar p {font-size: 12px; color: #fff; line-height: 12px; padding: 10px 0; }

}

@media only screen and (max-width: 374px) {
    #headerbar {font-size: 11px;} 
    #headerbar ul li.location, #headerbar ul li.phone  { background-size: 12px;}
    .sliderContentTextContent { padding: 0 20px;}
    .sliderContentTextContent { padding: 0 20px;}
}