.homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more span, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more span, .homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .container > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
  display: inline-block;
  width: auto;
  height: auto;
}

.imageLink .container .row div[class^=col-] .item {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.imageLink .container .row div[class^=col-] .item:hover {
  -webkit-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}
@media only screen and (max-width: 480px) {
  .imageLink .container .row div[class^=col-] .item:hover {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.imageLink .container .row div[class^=col-] .item:hover a span.text {
  bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .imageLink .container .row div[class^=col-] .item {
    margin: 10px 0;
  }
}
.imageLink .container .row div[class^=col-] .item a {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.imageLink .container .row div[class^=col-] .item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 60%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 2;
}
.imageLink .container .row div[class^=col-] .item a img {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.imageLink .container .row div[class^=col-] .item a span.text {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: center;
  z-index: 3;
}
.imageLink .container .row div[class^=col-] .item a span.text h2 {
  float: left;
  width: 100%;
  height: auto;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 769px) {
  .imageLink .container .row div[class^=col-] .item a span.text h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .imageLink .container .row div[class^=col-] .item a span.text h2 {
    font-size: 1rem;
  }
}

.projectsHome .container-fluid .owl-carousel .owl-stage .item {
  float: left;
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.projectsHome .container-fluid .owl-carousel .owl-stage .item a {
  float: left;
  width: 100%;
  height: auto;
}
.projectsHome .container-fluid .owl-carousel .owl-stage .item a .p-figure {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.projectsHome .container-fluid .owl-carousel .owl-stage .item a .p-figure::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 300ms;
  transition: 300ms;
  mix-blend-mode: multiply;
}
.projectsHome .container-fluid .owl-carousel .owl-stage .item a .p-figure img {
  float: left;
  width: 100%;
  height: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.projectsHome .container-fluid .owl-carousel .owl-stage .item a .p-content {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding: 35px 25px;
  z-index: 3;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
}
.projectsHome .container-fluid .owl-carousel .owl-stage .item a .p-content h3 {
  float: left;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #FFF;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .projectsHome .container-fluid .owl-carousel .owl-stage .item a .p-content h3 {
    font-size: 1.1rem;
    text-align: center;
  }
}
.projectsHome .container-fluid .owl-carousel .owl-stage .item:hover .p-figure img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.projectsHome .container-fluid .owl-carousel .owl-stage .item:hover .p-content {
  opacity: 1;
  padding-bottom: 60px;
}

.referencesHome .container .slide .slideRow .owl-carousel .owl-stage .item {
  float: left;
  width: 100%;
  height: auto;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-stage .item a {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .referencesHome .container .slide .slideRow .owl-carousel .owl-stage .item {
    padding: 0 15px;
    display: inline-block;
    float: none;
  }
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-stage .item img {
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 300ms;
  transition: 300ms;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-stage .item:hover img {
  -webkit-filter: none;
          filter: none;
  opacity: 1 !important;
}

.newsHome .container .owl-carousel .owl-stage .item {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  overflow: hidden;
  border-radius: 40px;
  -webkit-box-shadow: -1px 8px 20px 1px rgba(0, 0, 0, 0.08);
  box-shadow: -1px 8px 20px 1px rgba(0, 0, 0, 0.08);
}
.newsHome .container .owl-carousel .owl-stage .item .p-figure {
  float: left;
  width: 100%;
}
.newsHome .container .owl-carousel .owl-stage .item .p-figure a {
  float: left;
  width: 100%;
  overflow: hidden;
}
.newsHome .container .owl-carousel .owl-stage .item .p-figure a img {
  float: left;
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newsHome .container .owl-carousel .owl-stage .item .p-figure a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.newsHome .container .owl-carousel .owl-stage .item .p-content {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px;
}
@media only screen and (max-width: 769px) {
  .newsHome .container .owl-carousel .owl-stage .item .p-content {
    text-align: center;
  }
  .newsList .newsHome .container .owl-carousel .owl-stage .item .p-content, .newsHome .container .owl-carousel .newsList .owl-stage .item .p-content {
    text-align: left;
  }
}
.newsHome .container .owl-carousel .owl-stage .item .p-content h3 {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .newsHome .container .owl-carousel .owl-stage .item .p-content h3 {
    font-size: 1rem;
  }
  .newsList .newsHome .container .owl-carousel .owl-stage .item .p-content h3, .newsHome .container .owl-carousel .newsList .owl-stage .item .p-content h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .newsHome .container .owl-carousel .owl-stage .item .p-content h3 {
    font-size: 0.96rem;
  }
}
.newsHome .container .owl-carousel .owl-stage .item .p-content p {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 15px 0 0;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .newsList .newsHome .container .owl-carousel .owl-stage .item .p-content p, .newsHome .container .owl-carousel .newsList .owl-stage .item .p-content p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .newsHome .container .owl-carousel .owl-stage .item .p-content p {
    font-size: 0.8rem;
  }
  .newsList .newsHome .container .owl-carousel .owl-stage .item .p-content p, .newsHome .container .owl-carousel .newsList .owl-stage .item .p-content p {
    font-size: 0.7rem;
  }
}
.newsHome .container .owl-carousel .owl-stage .item .p-content p.date {
  margin: 2px;
  font-size: 0.7rem;
  color: rgba(117, 117, 117, 0.8);
}
.newsHome .container .owl-carousel .owl-stage .item .p-content a {
  display: inline-block;
  width: 100%;
  color: #ee7100;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 15px 0 0;
  padding: 0;
}
.newsHome .container .owl-carousel .owl-stage .item .p-content a:hover {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 769px) {
  .newsList .newsHome .container .owl-carousel .owl-stage .item .p-content a, .newsHome .container .owl-carousel .newsList .owl-stage .item .p-content a {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .newsHome .container .owl-carousel .owl-stage .item .p-content a {
    font-size: 0.8rem;
  }
  .newsList .newsHome .container .owl-carousel .owl-stage .item .p-content a, .newsHome .container .owl-carousel .newsList .owl-stage .item .p-content a {
    font-size: 0.7rem;
  }
}

.servicesHome .container .icon .item {
  float: left;
  width: 100%;
  height: auto;
  margin: 15px 0;
  text-align: center;
}
.servicesHome .container .icon .item a {
  float: left;
  width: 100%;
  padding: 45px 45px 50px;
  border-radius: 100px;
  -webkit-box-shadow: 6px -2px 46px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 6px -2px 46px 0px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
}
.servicesHome .container .icon .item a span[class^=icon-] {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 5rem;
  line-height: 1;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #ee7100;
}
.servicesHome .container .icon .item a span[class^=icon-]::before {
  display: inline-block;
}
@media only screen and (max-width: 769px) {
  .servicesHome .container .icon .item a span[class^=icon-] {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .servicesHome .container .icon .item a span[class^=icon-] {
    font-size: 3.5rem;
  }
}
.servicesHome .container .icon .item a .p-content {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.servicesHome .container .icon .item a .p-content h3 {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 480px) {
  .servicesHome .container .icon .item a .p-content h3 {
    font-size: 1.1rem;
  }
}
.servicesHome .container .icon .item a .p-content p {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  color: #404040;
  margin: 25px 0 0;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .servicesHome .container .icon .item a .p-content p {
    font-size: 0.8rem;
  }
}
.servicesHome .container .icon .item a:hover span[class^=icon-] {
  color: #000;
  -webkit-animation: tilt-shaking 0.5s;
          animation: tilt-shaking 0.5s;
}
.servicesHome .container .icon .item a:hover .p-content h3 {
  color: #ee7100;
  font-weight: 700;
}

.homeSlide {
  overflow: hidden;
  position: relative;
  height: auto;
  background-color: #FFF;
}
@media only screen and (max-width: 1750px) {
  .homeSlide .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.homeSlide .owl-carousel {
  position: relative;
  float: left;
  height: auto;
}
.homeSlide .owl-carousel .owl-slide {
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide {
    height: 80vw;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide {
    height: 60vw;
  }
}
.homeSlide .owl-carousel .owl-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.homeSlide .owl-carousel .owl-slide .link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.homeSlide .owl-carousel .owl-slide .textcontainer {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 9999;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container, .homeSlide .owl-carousel .owl-slide .textcontainer .row {
  height: 100%;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div {
  position: relative;
  z-index: 1;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
  width: 100%;
  display: block;
  font-size: 2.8rem;
  text-align: left;
  line-height: 1.2;
  font-weight: 700;
  color: #FFF;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  border: 0;
}
@media only screen and (max-width: 1700px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
    font-size: 1.2rem;
  }
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p {
  width: 100%;
  display: block;
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 400;
  color: #FFF;
  margin: 15px 0 0 0;
  padding: 0px;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p {
    font-size: 0.76rem;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p {
    margin: 10px 0 0 0;
    font-size: 0.7rem;
  }
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #FFF;
  margin: 35px 0 0 0;
  padding: 15px 45px;
  position: relative;
  border: 1px solid #FFF;
  border-radius: 30px;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more span, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more span {
  line-height: 1.5;
  text-decoration: underline;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more:hover, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more:hover {
  border-color: #ee7100;
  background-color: #ee7100;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more {
    font-size: 0.76rem;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more {
    margin: 20px 0 0 0;
    padding: 4px 10px;
  }
}
.homeSlide .owl-carousel .owl-slide .cropcontainer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground,
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-background iframe {
  position: absolute;
  top: -6%;
  left: 0;
  width: 100%;
  height: 112%;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground,
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-background iframe {
    pointer-events: visible;
  }
}
.homeSlide .owl-carousel .owl-slide .cropcontainer #vidtop-content {
  top: 0;
  color: #fff;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  font-family: Avenir, Helvetica, sans-serif;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s background;
  transition: 0.6s background;
  border-bottom: none;
  margin: 1rem auto;
  text-align: center;
}
@media (min-aspect-ratio: 16/9) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info .acronym {
    display: none;
  }
}
.homeSlide .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -14px;
  z-index: 9999;
}
.homeSlide .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 1;
}
.homeSlide .owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}
.homeSlide .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
@media only screen and (max-width: 1750px) {
  .homeSlide .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
}
.homeSlide .owl-carousel .owl-nav button.owl-next {
  right: 30px;
}
@media only screen and (max-width: 1750px) {
  .homeSlide .owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
}
.homeSlide .owl-carousel .owl-nav button.disabled {
  display: none;
}
.homeSlide .owl-carousel .owl-nav button i {
  font-size: 28px;
  color: #FFF;
}
.homeSlide .owl-carousel .owl-nav button:hover i {
  color: #000;
}
.homeSlide .owl-carousel .owl-dots {
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
  position: absolute;
  z-index: 9999;
  bottom: 30px;
}
.homeSlide .owl-carousel .owl-dots.disabled {
  margin: 0;
  visibility: hidden;
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-dots {
    bottom: 0px;
    margin: 5px 0 0;
  }
}
.homeSlide .owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0px 5px;
}
.homeSlide .owl-carousel .owl-dots button.active span {
  background-color: #000;
  opacity: 1;
}
.homeSlide .owl-carousel .owl-dots button span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  opacity: 0.2;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-dots button {
    margin: 0px 3px;
  }
  .homeSlide .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}
.homeSlide .mouseText {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 40px;
  width: 240px;
  margin-left: -120px;
}
@media only screen and (max-width: 769px) {
  .homeSlide .mouseText {
    display: none;
  }
}
.homeSlide .mouseText a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homeSlide .mouseText a span.text {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 200;
  color: #FFF;
  letter-spacing: 0.01em;
}
.homeSlide .mouseText a span.mouse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  height: 30px;
  margin: 0 2px;
  border: 2px solid #FFF;
  border-radius: 10px;
  position: relative;
}
.homeSlide .mouseText a span.mouse:after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background-color: #FFF;
  border-radius: 3px;
  top: 5px;
  left: 50%;
  margin-left: -1px;
  -webkit-animation: mainArrowAnim 1s infinite;
  animation: mainArrowAnim 1s infinite;
}
@media only screen and (max-width: 769px) {
  .homeSlide .mouseText a span.mouse {
    border-radius: 3px;
  }
}

@-webkit-keyframes mainArrowAnim {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 7px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes mainArrowAnim {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 7px;
  }
  100% {
    margin-top: 0;
  }
}
.productLink .container a {
  font-size: 8rem;
  line-height: 1;
  font-weight: 100;
  color: #000;
  letter-spacing: -0.02em;
  -webkit-filter: blur(0.1ex);
          filter: blur(0.1ex);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productLink .container a.menu1 {
  float: right;
  opacity: 0.3;
}
.productLink .container a.menu2 {
  float: left;
  opacity: 0.7;
  margin-top: 100px;
}
.productLink .container a.menu3 {
  float: right;
  opacity: 0.4;
  font-size: 6rem;
  margin-top: 40px;
  margin-right: 50px;
}
.productLink .container a.menu4 {
  float: left;
  opacity: 0.6;
  font-size: 7rem;
  margin-top: 40px;
}
.productLink .container a:hover {
  opacity: 1;
  -webkit-filter: blur(0ex);
          filter: blur(0ex);
}
@media only screen and (max-width: 1300px) {
  .productLink .container a {
    font-size: 6rem;
  }
  .productLink .container a.menu2 {
    margin-top: 60px;
  }
  .productLink .container a.menu3 {
    font-size: 4rem;
    margin-top: 30px;
    margin-right: 20px;
  }
  .productLink .container a.menu4 {
    font-size: 5rem;
    margin-top: 20px;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 769px) {
  .productLink .container a {
    font-size: 4rem;
    opacity: 1;
    -webkit-filter: blur(0ex);
            filter: blur(0ex);
  }
  .productLink .container a.menu2 {
    margin-top: 30px;
  }
  .productLink .container a.menu3 {
    font-size: 2.5rem;
    margin-top: 10px;
    margin-right: 20px;
  }
  .productLink .container a.menu4 {
    font-size: 3rem;
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .productLink .container a {
    font-size: 3rem;
    text-align: center;
    float: none !important;
    display: inline-block !important;
    font-size: 3rem !important;
    margin: 10px 0 !important;
  }
}

.imageLink .container .row {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (max-width: 992px) {
  .imageLink .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.imageLink .container .row div[class^=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 992px) {
  .imageLink .container .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.imageLink .container .row div[class^=col-]:first-child .item {
  margin-top: -150px;
}
@media only screen and (max-width: 769px) {
  .imageLink .container .row div[class^=col-]:first-child .item {
    margin: 10px 0;
  }
}
.imageLink .container .row div[class^=col-]:nth-child(3) .item {
  margin-top: -150px;
}
@media only screen and (max-width: 769px) {
  .imageLink .container .row div[class^=col-]:nth-child(3) .item {
    margin: 10px 0;
  }
}

.servicesHome .container .row {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (max-width: 992px) {
  .servicesHome .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.servicesHome .container .p-title {
  float: left;
  width: 100%;
}
.servicesHome .container .icon {
  margin-top: 10px;
}

@-webkit-keyframes tilt-shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes tilt-shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.projectsHome .container-fluid {
  padding: 0;
}
.projectsHome .container-fluid .p-title {
  float: left;
  width: 100%;
}
.projectsHome .container-fluid .owl-carousel {
  width: 100%;
  height: auto;
}
.projectsHome .container-fluid .owl-carousel .owl-stage-outer {
  width: calc(100% + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 35px;
}
.projectsHome .container-fluid .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.projectsHome .container-fluid .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  z-index: 1;
}
.projectsHome .container-fluid .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0.5px 4px 9px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0.5px 4px 9px 0px rgba(0, 0, 0, 0.21);
  border-radius: 100%;
}
.projectsHome .container-fluid .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.projectsHome .container-fluid .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.projectsHome .container-fluid .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.projectsHome .container-fluid .owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.projectsHome .container-fluid .owl-carousel .owl-nav button i {
  font-size: 20px;
  color: #404040;
}
.projectsHome .container-fluid .owl-carousel .owl-nav button:hover {
  background-color: #ee7100;
}
.projectsHome .container-fluid .owl-carousel .owl-nav button:hover i {
  color: #FFF;
}
.projectsHome .container-fluid .owl-carousel .owl-dots {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.projectsHome .container-fluid .owl-carousel .owl-dots.disabled {
  margin: 0;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .projectsHome .container-fluid .owl-carousel .owl-dots {
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .projectsHome .container-fluid .owl-carousel .owl-dots {
    margin: 5px 0 0;
  }
}
.projectsHome .container-fluid .owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0px 5px;
}
.projectsHome .container-fluid .owl-carousel .owl-dots button.active span {
  opacity: 1;
}
.projectsHome .container-fluid .owl-carousel .owl-dots button span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #404040;
  opacity: 0.2;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .projectsHome .container-fluid .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .projectsHome .container-fluid .owl-carousel .owl-dots button {
    margin: 0px 3px;
  }
  .projectsHome .container-fluid .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}
.projectsHome .container-fluid .owl-stage-outer {
  padding-bottom: 0 !important;
}
.projectsHome .container-fluid .owl-nav {
  position: static !important;
  float: left !important;
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
  margin: 0 !important;
}
.projectsHome .container-fluid .owl-nav button {
  position: static !important;
  display: inline-block !important;
  width: 30px !important;
  height: auto !important;
  margin: 0 5px !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.projectsHome .container-fluid .owl-nav button i {
  line-height: 1 !important;
  font-size: 25px !important;
  color: #ee7100 !important;
}
.projectsHome .container-fluid .owl-nav button:hover i {
  color: #000 !important;
}

.creativeHome .container .row {
  min-height: 600px;
  background-image: url("../images/creative.png");
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  .creativeHome .container .row {
    background-position: left -100px top;
  }
}
@media only screen and (max-width: 769px) {
  .creativeHome .container .row {
    background-size: 120vw auto;
    padding-top: 80vw;
  }
}
@media only screen and (max-width: 480px) {
  .creativeHome .container .row {
    background-position: left top;
  }
}
.creativeHome .container .p-content {
  display: inline-block;
  width: 100%;
  max-width: 540px;
}
.creativeHome .container .p-content h2 {
  margin: 0;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .creativeHome .container .p-content h2 {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .creativeHome .container .p-content h2 {
    font-size: 1.3rem;
  }
}
.creativeHome .container .p-content p, .creativeHome .container .p-content pre {
  display: inline-block;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}
@media only screen and (max-width: 769px) {
  .creativeHome .container .p-content p, .creativeHome .container .p-content pre {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .creativeHome .container .p-content p, .creativeHome .container .p-content pre {
    font-size: 0.86rem;
  }
}
.creativeHome .container .p-content a {
  display: inline-block;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #000;
  text-decoration: underline;
}
.creativeHome .container .p-content a:hover {
  color: #ee7100;
}

.referencesHome .container .p-title {
  float: left;
  width: 100%;
}
.referencesHome .container .p-title h2 {
  font-size: 2rem;
}
.referencesHome .container .slide {
  float: left;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 10px 5px 65px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 5px 65px 2px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  padding: 20px 60px;
  margin-top: 10px;
}
@media only screen and (max-width: 769px) {
  .referencesHome .container .slide {
    padding: 20px 30px;
  }
}
.referencesHome .container .slide .slideRow {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.referencesHome .container .slide .slideRow .owl-carousel {
  width: 100%;
  height: auto;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-stage-outer {
  width: calc(100% + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 35px;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  z-index: 1;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0.5px 4px 9px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0.5px 4px 9px 0px rgba(0, 0, 0, 0.21);
  border-radius: 100%;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-nav button i {
  font-size: 20px;
  color: #404040;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-nav button:hover {
  background-color: #ee7100;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-nav button:hover i {
  color: #FFF;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-dots {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-dots.disabled {
  margin: 0;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .referencesHome .container .slide .slideRow .owl-carousel .owl-dots {
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .referencesHome .container .slide .slideRow .owl-carousel .owl-dots {
    margin: 5px 0 0;
  }
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0px 5px;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-dots button.active span {
  opacity: 1;
}
.referencesHome .container .slide .slideRow .owl-carousel .owl-dots button span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #404040;
  opacity: 0.2;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .referencesHome .container .slide .slideRow .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .referencesHome .container .slide .slideRow .owl-carousel .owl-dots button {
    margin: 0px 3px;
  }
  .referencesHome .container .slide .slideRow .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}
.referencesHome .container .slide .slideRow .owl-stage-outer {
  padding-bottom: 0 !important;
}
.referencesHome .container .slide .owl-nav button.owl-prev {
  left: -60px !important;
}
.referencesHome .container .slide .owl-nav button.owl-next {
  right: -60px !important;
}

.sloganHome .container .p-figure {
  float: left;
  width: 100%;
  text-align: center;
}
.sloganHome .container .p-figure img {
  display: inline-block;
  width: 100%;
  max-width: 940px;
  height: auto;
}
.sloganHome .container .p-content {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  margin-top: 520px;
}
@media only screen and (max-width: 992px) {
  .sloganHome .container .p-content {
    margin: 0;
    max-width: none;
  }
}
.sloganHome .container .p-content h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-align: end;
}
@media only screen and (max-width: 769px) {
  .sloganHome .container .p-content h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .sloganHome .container .p-content h2 {
    font-size: 1.5rem;
  }
}
.sloganHome .container .p-content h2:first-child {
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .sloganHome .container .p-content h2:first-child {
    text-align: center;
  }
}

.newsHome .container .p-title {
  float: left;
  width: 100%;
}
.newsHome .container .owl-carousel {
  width: 100%;
  height: auto;
}
.newsHome .container .owl-carousel .owl-stage-outer {
  width: calc(100% + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 35px;
}
.newsHome .container .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.newsHome .container .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  z-index: 1;
}
.newsHome .container .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0.5px 4px 9px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0.5px 4px 9px 0px rgba(0, 0, 0, 0.21);
  border-radius: 100%;
}
.newsHome .container .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.newsHome .container .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.newsHome .container .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.newsHome .container .owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.newsHome .container .owl-carousel .owl-nav button i {
  font-size: 20px;
  color: #404040;
}
.newsHome .container .owl-carousel .owl-nav button:hover {
  background-color: #ee7100;
}
.newsHome .container .owl-carousel .owl-nav button:hover i {
  color: #FFF;
}
.newsHome .container .owl-carousel .owl-dots {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.newsHome .container .owl-carousel .owl-dots.disabled {
  margin: 0;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .newsHome .container .owl-carousel .owl-dots {
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .newsHome .container .owl-carousel .owl-dots {
    margin: 5px 0 0;
  }
}
.newsHome .container .owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0px 5px;
}
.newsHome .container .owl-carousel .owl-dots button.active span {
  opacity: 1;
}
.newsHome .container .owl-carousel .owl-dots button span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #404040;
  opacity: 0.2;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .newsHome .container .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .newsHome .container .owl-carousel .owl-dots button {
    margin: 0px 3px;
  }
  .newsHome .container .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}
.newsHome .container a.all {
  color: #ee7100;
}
.newsHome .container a.all:hover {
  color: #000;
}