<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Source+Sans+Pro:400,600,700);


html {
  background-color: #242424;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Droid Sans", "Helvetica", Arial, sans-serif;
}

.reachoutbtn{
  text-decoration: none;
  color: #148ddb;
  font-size: 25px;
  margin-right: 10px;
}

.carousel {
  height: 20vh;
}

.width80 {
  margin-left: 10%;
  margin-right: 10%;
}

.width60 {
  margin-left: 20%;
  margin-right: 20%;
}

p {
  color: white;
}

.linkhover {
  color: #008CBA;
  transition: 0.25s;
}

.linkhover:hover {
  color: white;
  transition: 0.25s;
}

li {
  color: white;
  line-height: 24px;
}

.paragraphtxt{
  line-height: 200%;
  font-size: 110%;
}

h1 {
  text-align: center;
  margin: 5px;
  font-size: 3vw;
  margin-bottom: 30px;
  color: #148ddb;
  text-align: left;
}

h2 {
  text-align: center;
  color: white;
  margin: 5px;
}

h3 {
  color: white;
  text-align: center;
}

h4 {
  color: white;
  text-align: center;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullheight {
  min-height: 100vh;
}

.centerhoriz {
  margin-left: 50%;
  transform: translate(-50%);
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #100c1f;
  border: 2px solid #008CBA;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button:hover {
  background-color: #157cbe;
  color: white;
}


.headspacer {
  min-height: 10vh;
}

.vl {
  border-left: 3px solid gray;
  height: 300px;
  position: absolute;
  margin-left: 50%;
  transform: translate(-50%);
}

.marginright10 {
  margin-right: 10%;
}

@media screen and (max-width: 1250px) {
  .width80 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .vl {
    display: none;
  }
  .marginright10 {
    margin-right: 0px;
  }
  h1{
  font-size: 5vw;
  }
}
@media screen and (max-width: 800px) {
  h1{
    font-size: 9vw;
    }
}

/*COLUMNS-START*/

* {
  box-sizing: border-box;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.twocolumn {
  float: left;
  width: 50%;
  padding: 10px;
}

.threecolumn {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.threecolumntofull {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.fourcolumn {
  float: left;
  width: 25%;
  padding: 10px;
}

.fivecolumn {
  float: left;
  width: 20%;
  padding: 10px;
}





@media screen and (max-width: 1250px) {
  .twocolumn {
    width: 100%;
  }

  .threecolumn {
    width: 33.33%;
  }
  .threecolumntofull {
    width: 100%;
  }

  .fourcolumn {
    width: 50%;
  }

  .fivecolumn {
    width: 20%;
  }


}

/*COLUMNS-END*/




/*HEADER-START*/

.header {
  overflow: hidden;
  background-color: transparent;
  padding: 10px 10px;
  position: fixed;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  transition: 1s;
}

.logoheader {
  height: 80px;
  width: auto;
  transition: 1s;
}

.header a {
  color: black;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 25px;
}

.header #nav {
  margin-top: 10px;
}

.header #nav:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;

  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}

.header #nav:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}



.headerbold {
  font-weight: 900;
}

.active {
  background-color: #000000;
  transition: 1s;
}

.inactive {
  background-color: transparent;
  transition: 1s;
}

.shrinknav {
  font-size: 500px;
  transition: 1s;
}

.shrinklogo {
  height: 60px;
  transition: 1s;
}
#chevron1{
  font-size:80px; color: white; position: absolute; top: 0; left: 0; cursor: pointer;
}
#chevron2{
  font-size:80px; color: white; position: absolute; top: 0; right: 0; cursor: pointer;
}

#chevron3 {
  display: none;
  font-size:40px; color: white; position: absolute; bottom: 0; cursor: pointer;
}

#chevron4 {
  display: none;
  font-size:40px; color: white; position: absolute; bottom: 0; cursor: pointer;
}

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

  .logoheadercontainer {
    width: 100%;
  }

  .logoheader {
    width: 80%;
    margin-left: 50%;
    transform: translate(-50%);
    height: auto;
  }

  .header #nav {
    margin-top: 0px;
  }

  .header {
    position: absolute;
    display: block;
    height: auto;
  }

  .header-right {
    text-align: center;

  }

  .header a {
    font-size: 3vh;
    padding-bottom: 10px;
  }



  .active {
    background-color: transparent;
  }

  #chevron1 {
    display: none;
  }

  #chevron2 {
    display: none;
  }
  #chevron3 {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 0;
  }
  
  #chevron4 {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 0;
  }
}

/*HEADER-END*/

/*INDEX-START*/
.slogan {
  position: absolute;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 70vh;
  /*transform: translate(0%, -50%);*/
  font-size: 4vh;
  color: white;
  text-align: center;
  font-weight: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 65vh;
  font-size: 3vh;
}

slogantxt {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.indexparallax {
  background-image: url("../img/index/index.jpg");
  min-height: 100vh;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.textbox {
  width: 80%;
  font-size: 18px;
}

.textarea {
  width: 80%;
  font-size: 18px;
}

textarea {
  font-size: 18px;
}


.twocolumn .indeximg {
  width: 70%;
  margin-left: 50%;
  transform: translate(-50%);
}

.twocolumn .indextxt p {
  color: white;
  font-size: 25px;
  text-align: center;
}



.dept {
  width: 30%;
  text-align: center;
  margin-left: 50%;
  transform: translate(-50%);
  height: 10vh;
}




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

  #logo {
    height: 30%;
    margin-left: 50%;
    transform: translate(-50%);
  }


}

/*INDEX-END*/

/*CONTACT-START*/
.contacttxt {
  width: 100%;
  color: white;
  font-size: 150%;
  text-align: center;
  padding: 5px;
}

.contactthreecolumn {
  float: left;
  width: 33.33%;
  padding: 10px;
}

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

    .contactthreecolumn {
      width: 100%;
    }
  
  
  }

/*CONTACT-END*/



/*PORTFOLIO-START*/

.portfolioparallax {
  background-image: url("../img/portfolio/portfolioheader.jpg");
  min-height: 30vh;
}


.manymore {
   text-align: center;
}

@media screen and (max-width: 1250px) {
  .clientlogo {
    margin-left: 0%;
    width: 100%;
  }
}

#portfolio-slider {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #000;
}

#portfolio-slider .owl-carousel,
#portfolio-slider .owl-stage,
#portfolio-slider .owl-stage-outer {
  height: auto;
}





#portfolio-slider .owl-dots {
  display: none;
}

#portfolio-slider .slider-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.3s ease-in-out;
  margin-top: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  max-height: 500px;
}

#portfolio-slider .slider-container .slider-background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  display: block;
}

#portfolio-slider .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  padding-top: 50px;
  z-index: 10;
  width: 100%;
}

#portfolio-slider .content-wrapper .slider-headline {
  padding: 20px 0 10px;
}

#portfolio-slider .content-wrapper .subheadline {
  padding-bottom: 20px;
}

#portfolio-slider .content-wrapper .copy {
  padding: 0 0 40px;
}

@media screen and (min-width: 650px) {
  #portfolio-slider .slider-container {
    height: 60vh;
  }
}

@media screen and (min-width: 960px) {
  #portfolio-slider {
    box-orient: horizontal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-align: center;
    z-index: 0;
  }

  #portfolio-slider .owl-carousel,
  #portfolio-slider .owl-stage,
  #portfolio-slider .owl-stage-outer {
    height: 700px;
  }




  #portfolio-slider .owl-dots {
    width: 580px;
    position: absolute;
    right: 0;
    bottom: 100px;
    display: block;
    margin: 0 150px 40px 0;
    z-index: 30;
  }

  #portfolio-slider .owl-dots .owl-dot {
    font-family: "Source Sans Pro", "Helvetica", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2.1px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 10px 0px;
    cursor: pointer;
  }

  #portfolio-slider .owl-dots .owl-dot:first-of-type {
    padding-left: 0;
  }

  #portfolio-slider .owl-dots .owl-dot:last-of-type {
    padding-right: 0;
  }

  #portfolio-slider .owl-dots .owl-dot:hover {
    color: #19a4d6;
  }

  #portfolio-slider .owl-dots .owl-dot.active {
    color: #19a4d6;
  }

  #portfolio-slider .item {
    height: 700px;
    width: 100%;
  }

  #portfolio-slider .slider-container {
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 700px;
    width: 100%;
  }

  #portfolio-slider .slider-container .slider-background-image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 0;
    display: block;
  }

  #portfolio-slider .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
    width: 650px;
    margin: 0px 120px 0px 0;
    z-index: 20;
    background-color: rgba(75, 75, 75, 0.76);
    padding: 30px;
    min-height: 375px;
    border: solid #e1e0e0;
  }

  #portfolio-slider .content-wrapper .service-headline {
    padding: 0 0 10px;
  }

  #portfolio-slider .content-wrapper .blue-headline-services {
    padding: 0;
  }

  #portfolio-slider .content-wrapper .copy {
    padding: 0 0 45px;
  }
}

@media screen and (min-width: 2000px) {
  #portfolio-slider .slider-container .slider-background-image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150%;
    width: 100%;
    background-size: cover;
    z-index: 0;
    display: block;
  }

  #portfolio-slider .owl-carousel,
  #portfolio-slider .owl-stage,
  #portfolio-slider .owl-stage-outer {
    height: 800px;
  }

  #portfolio-slider .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
    width: 650px;
    margin: 100px 120px 0px 0;
    z-index: 20;
    background-color: rgba(75, 75, 75, 0.76);
    padding: 30px;
    min-height: 575px;

  }
}


/*PORTFOLIO-END*/


/*RENTAL-START*/
.rentalmargin{
  margin-left: 10%;
}

.rentalparallax {
  background-image: url("../img/rental/rentalheader.jpg");
  min-height: 380px;
  animation: animateBg forwards 30s ease-in;
}

@keyframes animateBg {
  from {
    background-size: 250%;
  }

  to {
    background-size: 150%;
  }
}

@media screen and (max-width: 1250px) {
  .rentalparallax {
    animation: none;
    min-height: 35vh;
  }
  .rentalmargin{
    margin-left: 0;
  }
}


/*RENTAL-END*/

/*SERVICES-START*/


.productionicon:hover {
  animation-fill-mode: forwards;
  animation: productionChangeContent 0.5s linear forwards;
}


@keyframes productionChangeContent {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    content: url("/img/deptIcon/productionwhite.png");
  }
}

.rentalicon:hover {
  animation-fill-mode: forwards;
  animation: rentalChangeContent 0.5s linear forwards;
}


@keyframes rentalChangeContent {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    content: url("/img/deptIcon/rentalwhite.png");
  }
}

.salesicon:hover {
  animation-fill-mode: forwards;
  animation: salesChangeContent 0.5s linear forwards;
}

@keyframes salesChangeContent {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    content: url("/img/deptIcon/saleswhite.png");
  }
}

.installicon:hover {
  animation-fill-mode: forwards;
  animation: installChangeContent 0.5s linear forwards;
}


@keyframes installChangeContent {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    content: url("/img/deptIcon/installwhite.png");
  }
}

.consultingicon:hover {
  animation-fill-mode: forwards;
  animation: consultingChangeContent 0.5s linear forwards;
}


@keyframes consultingChangeContent {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    content: url("/img/deptIcon/consultingwhite.png");
  }
}

.deptBtn {
  background-color: transparent;
  transition: 0.25s;
}

.deptBtn:hover {
  background-color: #1a87c9;
  border-radius: 10px;
  transition: 1s;
}

.servicesDept {
  font-size: 1.9vw;
  margin: 0;
}

.deptIcon {
  margin-left: 50%;
  transform: translate(-50%);
  width: 40%;
  margin-bottom: 20px;
}

#services-slider {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #000;

}

#services-slider .owl-carousel,
#services-slider .owl-stage,
#services-slider .owl-stage-outer {
  height: auto;
}





#services-slider .owl-dots {
  display: none;
}

#services-slider .slider-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.3s ease-in-out;
  margin-top: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  max-height: 500px;
}

#services-slider .slider-container .slider-background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  display: block;
}

#services-slider .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  padding-top: 50px;
  z-index: 10;
  width: 100%;
}

#services-slider .content-wrapper .slider-headline {
  padding: 20px 0 10px;
}

#services-slider .content-wrapper .subheadline {
  padding-bottom: 20px;
}

#services-slider .content-wrapper .copy {
  padding: 0 0 40px;
}

@media screen and (min-width: 650px) {
  #services-slider .slider-container {
    height: 60vh;
  }

}

@media screen and (min-width: 1250px) {
.servicesDept {
  font-size: 2vw;
}
.deptIcon {
  margin-bottom: 10px;
  width: 65%;
}
}

@media screen and (min-width: 960px) {

  #services-slider {
    box-orient: horizontal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-align: center;
    z-index: 0;
  }

  #services-slider .owl-carousel,
  #services-slider .owl-stage,
  #services-slider .owl-stage-outer {
    height: 700px;
  }




  #services-slider .owl-dots {
    width: 580px;
    position: absolute;
    right: 0;
    bottom: 100px;
    display: block;
    margin: 0 150px 40px 0;
    border-top: 1px solid #828282;
    z-index: 30;
  }

  #services-slider .owl-dots .owl-dot {
    font-family: "Source Sans Pro", "Helvetica", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2.1px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 10px 0px;
    cursor: pointer;
  }

  #services-slider .owl-dots .owl-dot:first-of-type {
    padding-left: 0;
  }

  #services-slider .owl-dots .owl-dot:last-of-type {
    padding-right: 0;
  }

  #services-slider .owl-dots .owl-dot:hover {
    color: #19a4d6;
  }

  #services-slider .owl-dots .owl-dot.active {
    color: #19a4d6;
  }

  #services-slider .item {
    height: 700px;
    width: 100%;
  }

  #services-slider .slider-container {
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 700px;
    width: 100%;
  }

  #services-slider .slider-container .slider-background-image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 0;
    display: block;
  }

  #services-slider .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
    width: 650px;
    margin: 0px 120px 0px 0;
    z-index: 20;
    background-color: rgba(75, 75, 75, 0.76);
    padding: 30px;
    /* height: 420px; */
    min-height: 375px;
    border: solid #e1e0e0;
  }

  #services-slider .content-wrapper .service-headline {
    padding: 0 0 10px;
  }

  #services-slider .content-wrapper .blue-headline-services {
    padding: 0;
  }

  #services-slider .content-wrapper .copy {
    padding: 0 0 45px;
  }
}

@media screen and (min-width: 2000px) {
  #services-slider .slider-container .slider-background-image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150%;
    width: 100%;
    background-size: cover;
    z-index: 0;
    display: block;
  }

  #services-slider .owl-carousel,
  #services-slider .owl-stage,
  #services-slider .owl-stage-outer {
    height: 800px;
  }

  #services-slider .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
    width: 650px;
    margin: 100px 120px 0px 0;
    z-index: 20;
    background-color: rgba(75, 75, 75, 0.76);
    padding: 30px;
    min-height: 575px;

  }
  
}

/*SERVICES-END*/


/*ABOUT-START*/

.aboutmargin {
  margin-left: 30%;
}

.mapcover {
  background-color: #424d55;
  position: absolute;
  height: 67px;
  z-index: 800;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .deptIcon {
    width: 100%;
  }
}


@media screen and (max-width: 1250px) {
  .mapcover {
    display: none;
  }
  .aboutmargin {
    margin-left: 0%;
  }
}
/*ABOUT-END*/

/*CAREER-START*/

.careermargin{
  margin-left: 20%;
  margin-top: 50px;
}

@media screen and (max-width: 1250px) {
  .careermargin{
    margin-left: 0%;
  }
}

/*CAREER-END*/



/*OWL-START*/

.blue-headline {
  color: #157dbf;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .75px;
  font-weight: 600;
}

/*HEADLINE COLOR*/

.subheadline {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #19a4d6;
  word-wrap: break-word;
}

.subheadline-droid {
  font-family: "Droid Sans", "Helvetica", Arial, sans-serif;
  letter-spacing: 2px;
}

.slider-headline {
  font-family: "Source Sans Pro", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .9px;
}


@media screen and (min-width: 650px) {
  .headline-droid {
    font-size: 60px;
  }

  .subheadline {
    font-size: 48px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 960px) {
  .headline-droid {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 1.5px;
  }

  .subheadline {
    font-size: 48px;
    letter-spacing: .9px;
  }

  .blue-headline,
  .gray-headline,
  .white-headline {
    font-size: 70px;
    line-height: 78px;
  }

  .blue-slider-headline {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    color: #19a4d6;
  }
}

@media screen and (min-width: 1500px) {
  .headline-droid {
    font-size: 95px;
    line-height: 1;
  }
}



.copy {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: .3px;
}

.copy-light {
  color: #fff;
}



@media screen and (min-width: 960px) {
  .copy {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
  }
}

.full-width-section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}


.margins25 {
  margin: 0 25px;
}


.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  /*display: none;*/
  width: 105%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}



.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}

.owl-carousel .owl-item img {
  display: block;
  width: 150%;
  -webkit-transform-style: preserve-3d;
  height: 100%;
}

.owl-carousel.owl-loaded .owl-stage-outer .owl-stage .owl-item iframe {
  position: absolute;
  top: -5px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img,
.owl-carousel .owl-item iframe {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}






.slider-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}

.slider-container .slider-background-image {
  display: none;
}

.content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  padding-top: 50px;
  width: 100%;
}

.content-wrapper .slider-headline {
  padding: 20px 0 10px;
}

.content-wrapper .subheadline {
  padding-bottom: 20px;
}

.content-wrapper .copy {
  padding: 0 0 40px;
}

@media screen and (min-width: 960px) {

  .slider-container {
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 700px;
    width: 100%;
  }

  .slider-container .slider-background-image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 0;
    display: block;
  }

  .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
    width: 700px;
    margin: 75px 120px 75px 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    height: 750px;
  }

  .content-wrapper .service-headline {
    padding: 0 0 10px;
  }

  .content-wrapper .blue-headline-services {
    padding: 0;
  }

  .content-wrapper .copy {
    padding: 0 0 45px;
  }
}

.content-wrapper {
  background-color: rgba(75, 75, 75, 0.76);
}


.full-width-section.generic-block {
  height: 100%;
  width: 100%;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  background-color: #e1e0e0;
  padding-bottom: 160px;
}

.full-width-section.generic-block .copy.copy-darker {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0 35px;
  text-align: left;
}

.full-width-section.generic-block .block-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin: 60px auto 15px;
  text-align: center;
  width: 100%;
  padding: 25px;
}

.full-width-section.generic-block .block-content .subheadline-source.blue-headline {
  padding-bottom: 15px;
}

@media screen and (max-width: 650px) {
  #portfolio-slider .slider-container {
    margin-top: 0px;
  }

  #services-slider .slider-container {
    margin-top: 0px;
  }
}

@media screen and (min-width: 650px) {

  .full-width-section.generic-block {
    padding-bottom: 80px;
  }

  .full-width-section.generic-block.product-series-background {
    background-image: url("images/products-series-background.svg");
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    z-index: 10;
  }

  .full-width-section.generic-block .block-content {
    margin: 140px auto 15px;
  }
}

@media screen and (min-width: 960px) {

  .full-width-section.generic-block {
    padding: 0 0 190px;
  }

  .full-width-section.generic-block.product-series-background {
    height: 1160px;
    margin-top: -80px;
  }

  .full-width-section.generic-block .copy.copy-darker {
    width: 90%;
    max-width: 1130px;
    padding: 0 0 45px;
    text-align: center;
  }

  .full-width-section.generic-block .block-content {
    margin: 200px auto 10px;
    width: 800px;
  }
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  height: 48px;
  width: 100%;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
  margin: 0 auto;
  padding-top: 5px;
}

/*OWL-END*/










</pre></body></html>