/* css file */
@-webkit-keyframes bounceUpDown {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) scale(1.5);
    transform: translateX(100%) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceUpDown {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) scale(1.5);
    transform: translateX(100%) scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.pw-edit-buttons.pw-edit-buttons-location-ne {
  z-index: 1000;
}

html {
  background: url(../images/bg4.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #333;
}

h1, h2, h3 {
  font-family: "Nunito", sans-serif;
  color: #1682b2;
}

h1 {
  font-size: 3rem;
  line-height: 1.2em;
  position: relative;
}

section h1 {
  text-align: center;
  margin-top: 0;
}

.jump:before {
  content: "";
  display: block;
  margin-top: -124px;
  height: 124px;
}

h2 {
  font-size: 2rem;
}

section h2 {
  text-align: center;
  margin: 40px 0 15px;
}

p {
  line-height: 1.6em;
}

a {
  color: #1ca7e3;
  text-decoration: none;
}

section a:hover, section a:focus, footer a:hover, footer a:focus {
  border-bottom: 1px dotted #1ca7e3;
}

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

.align_left {
  float: left;
  margin-right: 15px;
  max-width: 50%;
  margin-bottom: 10px;
  border-radius: 15px;
}

.align_right {
  float: right;
  margin-left: 15px;
  max-width: 50%;
  margin-bottom: 10px;
  border-radius: 15px;
}

.aboutImage {
  border-radius: 15px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.maxWidthCentered, .headerInnerWrapper, .slideWrapper .introWrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1px 4%;
}

.maxWidthCentered:after, .headerInnerWrapper:after, .slideWrapper .introWrapper:after {
  content: "";
  display: block;
  clear: both;
}

.maxWidthCentered p:last-child, .headerInnerWrapper p:last-child, .slideWrapper .introWrapper p:last-child {
  margin-bottom: 0;
}

.headerWrapper {
  top: 45px;
  width: 100%;
  position: fixed;
  z-index: 5;
  background-color: rgba(51, 51, 51, 0.95);
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.6);
}

.headerInnerWrapper {
  padding-top: 16px;
  position: relative;
  height: 80px;
}

.headerInnerWrapper:after {
  content: "";
  display: block;
  clear: both;
}

.headerInnerWrapper img {
  display: inline-block;
  max-width: 210px;
  position: absolute;
}

.headerInnerWrapper .logo {
  position: absolute;
  top: -30px;
  font-size: 5.8rem;
  left: 4%;
}

.headerInnerWrapper .logo .logo02, .headerInnerWrapper .logo .logo03 {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}

.headerInnerWrapper .logo .logoWrapper:before, .headerInnerWrapper .logo .logoWrapper:after {
  position: absolute;
  width: 80%;
  left: 10%;
  content: "";
  display: block;
  z-index: 0;
  height: 30px;
  -webkit-box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.6);
}

.headerInnerWrapper .logo .logoWrapper:before {
  top: 7px;
  background-color: #333;
}

.headerInnerWrapper .logo .logoWrapper:after {
  bottom: 7px;
}

.headerInnerWrapper .logo .logo01 {
  color: rgba(237, 242, 243, 0.9);
  background-color: #333333;
  padding: 24px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.menu {
  list-style: none outside;
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  float: right;
}

.menu li {
  float: left;
}

.menu a {
  display: block;
  padding: 14px 12px 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #edf2f3;
}

.menu a.active {
  color: #1682b2;
}

.visibleSection .introText {
  opacity: 1 !important;
}

.slideWrapper {
  min-height: 500px;
  padding: 0 !important;
  margin-top: 120px;
  position: relative;
}

.slideWrapper .introWrapper {
  top: 150px;
  position: relative;
}

.slideWrapper .introWrapper h1 {
  color: #333;
  background-color: rgba(237, 242, 243, 0.85);
  border: 1px solid #edf2f3;
  border-radius: 10px;
  margin: 0;
  padding: 20px;
}

.slideWrapper .introWrapper h1 .segment {
  color: #1682b2;
  font-size: 3.5rem;
}

.slideWrapper .introWrapper h1 strong {
  font-size: 1.3rem;
  line-height: 1.4rem;
  display: block;
}

.slideWrapper .introWrapper h2 {
  color: #edf2f3;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
}

.slideWrapper .introText {
  margin-left: 50%;
  max-width: 50%;
  margin-top: 200px;
  text-align: center;
  -webkit-transition: opacity 1.5s ease, width .5s ease, margin .5s ease;
  -o-transition: opacity 1.5s ease, width .5s ease, margin .5s ease;
  transition: opacity 1.5s ease, width .5s ease, margin .5s ease;
  opacity: 0;
}

section {
  position: relative;
  z-index: 1;
}

section * {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.section, .section1, .section2, .section3 {
  padding: 110px 0 124px;
}

.section1 {
  background-color: rgba(22, 130, 178, 0.95);
  color: #edf2f3;
}

.section1:after {
  content: "";
  display: block;
  clear: both;
}

.section1 h1 {
  color: #edf2f3;
}

.col2 {
  float: left;
  width: 47.5%;
}

.col2:nth-of-type(even) {
  margin-left: 5%;
}

.section2 {
  background-color: rgba(237, 242, 243, 0.95);
}

.section2 h1 {
  color: #105066;
}

#projectspage .section2 {
  margin-top: 120px;
}

.services {
  list-style: none outside;
  margin: 0;
  padding: 0 1%;
  width: 100%;
  overflow: hidden;
}

.services:after {
  content: "";
  display: block;
  clear: both;
}

.services li {
  float: left;
  width: 24%;
  margin: 10px .5%;
  text-align: center;
  position: relative;
  border: 1px solid #ccc;
  /* opacity: 0; */
  color: #edf2f3;
  background-color: #edf2f3;
  padding: 10px;
  font-size: 1.3rem;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.02, 0.25, 1.24);
  animation-timing-function: cubic-bezier(0.76, -0.02, 0.25, 1.24);
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.services li:nth-child(3n+1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.services li:nth-child(3n+2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.services li:nth-child(3n+3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.services li:nth-child(3n+4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.services li:nth-child(2n+3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.services li img {
  width: 100%;
}

.services .serviceTitle {
  position: absolute;
  text-align: center;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.services .serviceTitle .serviceInner {
  display: inline-block;
  padding: 15px 10px;
  background-color: rgba(16, 80, 102, 0.85);
}

.animated {
  -webkit-animation-name: bounceUpDown;
  animation-name: bounceUpDown;
}

.section3 {
  background-color: rgba(51, 51, 51, 0.95);
  color: #edf2f3;
}

.section3 h1 {
  color: #1682b2;
}

.projectImages {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.projectImages:after {
  content: "";
  display: block;
  clear: both;
}

.projectImages li {
  float: left;
  width: 14%;
  border: 5px solid transparent;
}

.projectImages li:first-child {
  width: 42%;
  border-bottom-width: 4px;
}

.projectImages li:hover {
  border-color: #1682b2;
}

.icon-phone {
  float: left;
  margin-top: 10px;
}

.footerWrapper {
  background-color: #105066;
  padding: 100px 0;
  color: #999;
  text-align: center;
}

.designBy {
  font-size: .9rem;
}

@media screen and (min-width: 801px) {
  .menu {
    display: block !important;
  }
}

@media screen and (max-width: 1200px) {
  .services li {
    width: 32.33%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1040px) {
  form .col2 {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
}

@media screen and (max-width: 800px) {
  .services li {
    width: 49%;
    font-size: 1rem;
  }
  .slideWrapper .introText {
    margin-left: 0;
    max-width: 100%;
    margin-top: 250px;
  }
  .menu {
    display: none;
    float: none;
    position: absolute;
    right: 0;
    top: 79px;
    background-color: #333;
    min-width: 200px;
    text-align: center;
    z-index: 1;
  }
  .menu li {
    float: none;
    border-top: #444 1px solid;
    font-size: 1.4rem;
  }
  .menuToggle {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 4%;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 1;
  }
  .menuToggle div {
    background-color: #edf2f3;
    position: absolute;
    font-size: 1px;
    height: 10px;
    width: 50px;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  .menuToggle div:before, .menuToggle div:after {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 10px;
    background-color: #edf2f3;
    left: 0;
  }
  .menuToggle div:before {
    top: -20px;
  }
  .menuToggle div:after {
    top: 20px;
  }
  .projectImages li {
    width: 25%;
  }
  .projectImages li:first-child {
    width: 50%;
    border-bottom-width: 4px;
  }
}

@media screen and (max-width: 650px) {
  .col2 {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .services li {
    width: 99%;
    font-size: 1rem;
  }
  .projectImages li {
    width: 25%;
  }
  .projectImages li:first-child {
    width: 100%;
    border-bottom-width: 4px;
  }
  h1 {
    font-size: 2.1rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .slideWrapper .introWrapper h1 .segment {
    font-size: 2.5rem;
  }
  .slideWrapper {
    min-height: 0;
  }
}

@media screen and (max-width: 330px) {
  .slideWrapper .introText {
    margin-top: 400px;
  }
  body {
    font-size: 14px;
  }
}

/* lightbox */
.lb-nav a.lb-next, .lb-nav a.lb-prev {
  opacity: 1;
}

.lb-outerContainer {
  position: static;
}

.lb-dataContainer {
  position: absolute;
  top: -50px;
  width: 100% !important;
  background-color: #000;
  padding: 7px 10px;
}
