
#pageloader  {
    width: 100vw;
    height: 100vh;
    z-index: 1031;
    background: #33c0cd url(../images/green.png) center center no-repeat;
    position: fixed;
}
.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}
.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}
.cube-folding span::before {
  content: '';
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation: folding 2.5s infinite linear both;
  -webkit-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
  -moz-transform: rotateZ(90deg) scale(1.1);
  -ms-transform: rotateZ(90deg) scale(1.1);
  -webkit-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}
.cube-folding .leaf3 {
  -moz-transform: rotateZ(270deg) scale(1.1);
  -ms-transform: rotateZ(270deg) scale(1.1);
  -webkit-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}
.cube-folding .leaf4 {
  -moz-transform: rotateZ(180deg) scale(1.1);
  -ms-transform: rotateZ(180deg) scale(1.1);
  -webkit-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}

@-moz-keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.cube-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  -moz-animation: shadow 0.5s ease infinite alternate;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -moz-animation: text 0.5s ease infinite alternate;
  -webkit-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-moz-keyframes text {
  100% {
    top: 35px;
  }
}
@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

body {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', serif;
  color: #ffffff;
  font-weight: 700;
}
h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
h2 {
  font-size: 39px;
  font-weight: 500;
  margin-bottom: 40px;
}
h3 {
  font-size: 35px;
  font-weight: 500;
  margin-top: 30px;
}
h3 a {
  padding-bottom: 5px;
}
h3 a:hover {
  text-decoration: underline;
}
.green {
  color: #33c0cd;
}
.green_line {
  padding-bottom: 15px;
  background: transparent url(../images/green_line.png) left bottom no-repeat;
}
.dark_green_line {
  padding-bottom: 15px;
  background: transparent url(../images/dark_green_line.png) left bottom no-repeat;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #18BC9C;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
.textRight {
  text-align: right;
}
header {
  text-align: center;
  background: #18BC9C;
  color: white;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: 'Raleway', serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
#social_icons {
  margin-left: 40px;
}

.navbar-header.right,
#bs-menu-collapse {
  float: right;
}
.social_icon {
    margin-left: 3px;
    color: #fff;
    font-size: 18px;
    width: 41px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
  a.social_icon:hover {
    color: #666;
  }
.navbar-custom {
  background: #fff;
  font-family: "Raleway", serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fp-viewing-welcome-0 .navbar-custom, 
.fp-viewing-welcome-1 .navbar-custom {
  background-color: #fff;
  box-shadow: none;
}
.navbar-custom .navbar-brand {
  color: white;
  padding-top: 0;
  padding: 0;
  height: auto;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 0;
  margin-top: 20px;
}
.navbar-custom .navbar-nav li a {
  color: #000;
  border-bottom: #fff 2px solid;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
  font-size: 16px;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fp-viewing-welcome-0 .navbar-custom .navbar-nav li a,
.fp-viewing-welcome-1 .navbar-custom .navbar-nav li a {
  padding-bottom: 11px;
}
.fp-viewing-welcome-0 .navbar-custom .navbar-nav li a,
.fp-viewing-welcome-1 .navbar-custom .navbar-nav li a {
  border-bottom: transparent 2px solid;
}
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li a.active {
  color: #aeadaf;
  border-bottom: #000 2px solid;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #aeadaf;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  padding: 10px 12px;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
.navbar-nav > li {
  padding: 0 26px;
}
.navbar-brand > img {
  height: 85px;
  margin-top: 6px;
}
.fp-viewing-welcome-0 .navbar-brand > img,
.fp-viewing-welcome-1 .navbar-brand > img {
  height: 85px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .fp-viewing-welcome-0 .navbar-custom,
  .fp-viewing-welcome-1 .navbar-custom {
    padding: 5px 0;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
  }
  #social_icons a {
    width: 36px;
    height: 36px;
    line-height: 33px;
    margin-top: 4px;
  }
  .fp-viewing-welcome-0 #social_icons a,
  .fp-viewing-welcome-1 #social_icons a {
    width: 41px;
    height: 41px;
    line-height: 38px;
    margin-top: 0;
  }
  .navbar-custom {
    padding: 5px 0;

    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .container {
    width: auto;
  }
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1300px;
  }
}
@media (max-width: 1200px) {
  
  .navbar-custom .navbar-nav li a {
    font-size: 15px;
  }
}
@media (max-width: 1050px) {
  #social_icons {
    margin-left: 20px;
  }  
  .navbar-nav > li {
    padding: 0 15px;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: white;
}
#section0,
#section00,
#section01,
#section02 {
  background: transparent url(../images/green.png) center center no-repeat;
  background-size: cover;
}

#section1 {
  background: transparent url(../images/red.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}
#section2 {
  background: transparent url(../images/green.png) center center no-repeat;
  background-size: cover;
}
#section3 {
  background: transparent url(../images/red.png) center center no-repeat;
  background-size: cover;
}

  .fp-bg {
    z-index: 0;
  }
  #section00 .fp-bg {
    background: transparent url(../images/landing-visual.png) right center no-repeat;
    
  }
  #section01 .fp-bg {
    background: transparent url(../images/definition-visual.png) left bottom no-repeat;
    
  }
  /*#section2 .fp-bg {
    background: transparent url(../images/target-bg.png) center center no-repeat;
    
  }*/
  #section20 .fp-bg {
    background: transparent url(../images/infra-visual.png) left bottom no-repeat;
    
  }
  #section3 .fp-bg {
    background: transparent url(../images/partners-visual.png) left bottom no-repeat;
    
  }
.hidden {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute; 
}

.nobs {
  position: unset;
}
.stopped {
  opacity: 0;
}

/** JCB **/
.service_image_holder {
  position: relative;
}
.service_image_holder img {
}
.service h3 {
  font-size: 29px;
}
.service_icon{
  text-align: center;
  padding-bottom: 30px;
}
.service_title {
  height: 95px;
  padding: 0 50px;
}
.service_intro {
    padding: 0 50px;
    min-height: 95px; 
}
.service_title h2 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
}
.service_intro p {
  font-size: 16px;
  font-weight: 600;
  font-weight: normal;
  line-height: 23px;
}
.photo_thumb_container {
  text-align: right;
}
.row:nth-child(even) .photo_thumb_container {
  text-align: left;
}
.about_thumb{
  border: 6px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  max-width: 85%;
}
.text_right {
  text-align: right;
}
.back_button {
	display: block;
	font-weight: 600;
}
.read_more {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}
#section1 h1 {
  margin-bottom: 40px;
  color: #fff;
}

#section1 .slide1 p {
  font-size: 22px;
}
#section1 h3 a {
/*  color: #33c0cd;*/
  border-bottom-color: #fff;
}

#section2 .container-fluid {
  max-width: 85%;
}
#section2 h3 {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
}
#section2 h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

#section2 .col-md-offset-1 {
    margin-left: 5.333%;
}
#section2 h1 {
  margin-bottom: 40px;
}
#section2 h1,
#section2 p {
  color: #fff;
}
#section2 p {
  font-size: 18px;
}

#landing_container {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

#landing_container2,
#landing_container4,
#landing_container5 {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.landing-visual {
  /*display: none;*/
  position: absolute;
  top: 50%;
  left: 50%;

  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
  #section02 .landing-visual {
    top: 20%;
    left: 20%;

    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
#landing_container2 .landing-visual,
#landing_container4 .landing-visual,
#landing_container5 .landing-visual {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
}
#landing1 {
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#landing2 {
  bottom: 60px;
  right: 100px;
}
#landing3 {
  top: 45px;
  right: 100px;
}
#landing4 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#landing5 {
  top: 200px;
  left: 0;
}



#tagcloud {
    transition: all 0.3s linear 0s;
    z-index: 1;
    position: absolute;
}
#tagcloud a.quote {
  font-weight: 800;
}
#taglist {
  display: none;
}
#quotes_container {
  display: none;
  padding: 0 30px;
  position: absolute;
  top: 50%;

  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#quotes_container h2 {
  font-style: italic;
  text-align: left;
}
#quotes_container h2:before,
#quotes_container h2:after {
  content: '"';
  font-size: 50px;
}
#quotes_container h3 {
  text-align: right;
}
.clicked_quote #quotes_container {
  display: block;
}
.fp-slidesNav.bottom {
    bottom: 70px;
}
.fp-slidesNav ul li a {
	padding: 3px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.fp-slidesNav ul li a span {
	background: transparent;
}
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li a:hover span {
	background: #fff;
}
footer {
  z-index: 999;
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 12px;
  width: 100%;
  padding: 0 0 5px;

  color: #fff;
}
@media  (min-width: 1280px){

	#copyright {
	    text-align: center;
	}
}
#inspiration_close2,
#inspiration_close {
  display: inline-block;
  margin: 0 30px 0 0;
  color: #000;
  font-size: 25px;
  font-weight: 600;
}
#close_form2 img,
#close_form img {
    display: inline-block;
    max-height: 100%;
    height: 40px;
}
#inspire,
#back  {
  position: absolute;
  bottom: 15px;
  left: 15px;
  cursor: pointer;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#inspire{
	max-width: 12%;
}
#back {
  display: none;
  height: 67px;
  right: 90px;
}
.fp-viewing-welcome-1 #back, 
.fp-viewing-infrastructure-1 #back {
  display: block;
}
  #inspire:hover,
  #back:hover {
    opacity: 0.8;
  }
.service_block {
  display: none;
}

.close_dialog {
  cursor: pointer;
}
.close_dialog:hover {
  opacity: 0.85;
}
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: .7;
  }
}
@media (min-width: 768px){ 
  .service_block .service_body {
    column-count: 2;
    column-gap: 40px;
  }
}
.service_block.displayed {
  display: block;
}
#services_container {
  display: table;
}
#services_container .center_v{
  display: table-cell;
  vertical-align: middle;
}
#services_container,
#contact_container {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1080;
  height: 100%;
  overflow: hidden;

  will-change: transform;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;

  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#close_form2, #close_form {
  height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;

  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#close_form2:hover,#close_form:hover {
  opacity: 0.7;
}
body.show_service,
body.show_contact {
  overflow: hidden !important;
}
body.show_service #services_container,
body.show_contact #contact_container {
  overflow-y: scroll;
  overflow-x: hidden;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
address p {
  font-size: 18px;
  line-height: 25px;
}
#contact_container .input label {
  display: block;
  color: #646469;
  font-family: 'Raleway', serif;
  font-size: 14px;
  font-weight: 400;
}
#contact_container input, #contact_container textarea {
  display: block;
  color: #646469;
  font-size: 16px;
  background-color: #d8eff0;
  width: 100%;
  border: none;
  padding: 10px 15px;
  line-height: 37px;
  margin-bottom: 20px;
}
#contact_container textarea {
    height: 250px;
}
#contact_container h3 {
    margin-bottom: 40px;
}
#contact_container .input.button {
  text-align: right;
}
#contact_container .input.button button {
  padding: 0 0 5px;
  font-family: 'Raleway', serif;
  border: none;
  font-size: 21px;
  color: #00828d;
  border-bottom: 2px solid #33c0cd;
  background-color: transparent;
  font-weight: 700;
}
#message {
  display: none;
}
#message.shown {
  display: block;
}
#contact_form {
  margin-top: 0;
}
#contact_form h2 {
  margin-bottom: 20px;
}
#contact_form label {
  display: block;
  color: #fff;
  margin-top: 20px;
}
.contact_email {
    font-size: 22px;
    margin-bottom: 20px;
}
#contact_form input,
#contact_form textarea {
  display: block;
  width: 100%;
  padding: 10px 10px;
  resize: none;
  color: #000;
}
#contact_form input[type=submit] {
  margin-top: 30px;
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  float: right;
  border: 1px solid #000;
  box-shadow: none;
  background: #000;
  color: #fff;

  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#contact_form input[type=submit]:hover {
  background: #fff;
  color: #000;
}
.infrastructure ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.infrastructure ul li {
    padding-left: 25px;
    text-indent: 0;
    position: relative;
    line-height: 25px;
    margin-bottom: 10px;
    color: #fff;
}
.infrastructure ul li::before {
    content: "• ";
    color: #33c0cd;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1;
    font-size: 30px;
    line-height: 0;
}

.blend {
  mix-blend-mode: multiply;
}
.animate  {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.animate.slow {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.animate.fast {
  -webkit-animation-duration: .6s;
  -moz-animation-duration: .6s;
  -ms-animation-duration: .6s;
  animation-duration: .6s;
}
@media (max-width: 992px) { /* responsive, Responsive */
  .landing_visual,
  #landing_container2 .landing-visual, 
  #landing_container4 .landing-visual, 
  #landing_container5 .landing-visual {
    top: 50%;
    margin-top: -50%;
  }
  #mainNav {
    background-color: #fff;
  }
  #mainNav .container {
    position: relative;
  }
  .navbar-brand > img,
  .fp-viewing-welcome-0 .navbar-brand > img, 
  .fp-viewing-welcome-1 .navbar-brand > img {
    height: auto;
    margin-top: 0;
    max-height: 100%;
  }
  /* increase navbar threthold */
  .navbar-custom.affix {
    padding: 0;
  }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

  #contact_container {
    padding: 0;
  }
  /*#inspire {
    left: 20px;
  }*/
  .navbar-default .navbar-collapse {
    background-color: #fff;
  }
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
  .fp-tableCell {
    padding: 70px 0;
  }

  .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }
  .fp-slidesContainer {
    width: 100% !important;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -ms-transition: unset !important;
    transition: unset !important;
  }
  .navbar-custom .navbar-brand {
    padding: 0;
    height: auto;
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-toggle {
    float: left;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    border-color: white;
    display: inline-block;
    border: none;
    border-radius: 0;
    margin: 0 10px 0 0;
    background: #33c0cd;
    padding: 20px;
  }
  .navbar-custom .navbar-toggle i {
    font-size: 30px;
  }
  .navbar-custom .navbar-brand {
    padding: 3px;
    height: 70px;
  }
  .fp-tableCell,
  .fp-section {
    height: auto !important;
  }
  .fp-viewing-welcome-0 .navbar-custom .navbar-nav li a {
    padding: 15px 0 15px 10px;
  }
  .navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li a:active, .navbar-custom .navbar-nav li a.active {
    color: #fff;
    border: none;
    background: #33c0cd;
}
  #social_icons {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-height: 768px) {

  .infrastructure ul li {
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {

  #section3 .col-sm-5 {
    width: 50%;
  }
}
@media (min-width: 1300px) {

  #section3 .col-sm-5 {
    width: 40.667%;
  }
}
@media (min-width: 768px) {
  .navbar-custom .navbar-toggle {
    margin-left: -15px;
    margin-right: 30px;
  }
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
  h2,h3 {
    font-size: 30px;
  }
  .section_animation {
    display: none;
  }
  .mobile_visual {
    display: block;
  }
  #inspire {
    max-width: 30%;
    position: fixed;
  }
  .service {
      margin-bottom: 40px;
  }
  .service_title {
      height: auto;
      margin-bottom: 10px;
  }
  .service h3 {
      font-size: 29px;
      margin-top: 20px;
  }

  footer {
      position: relative;
      left: auto;
      bottom: auto;
      color: #fff;
      text-align: right;
      background: #33c0cd;
      padding-bottom: 30px;
      padding-top: 30px;
  }
  #inspiration_close2, #inspiration_close {
    line-height: 31px;
    vertical-align: bottom;
    margin-right: 10px;
    font-size: 20px;
  }
  .social_icon {
  	width: 25px;
  	margin-top: 10px;
  }

  div[class*="col-"] > img {
    margin: 0 auto;
    display: block;
  }
  .stopped {
    opacity: 1;
  }
  #slide11,
  .back_button,
  .fp-slidesNav {
    display: none;
  }
  #close_form2, #close_form {
    height: 27px;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  #contact_container {
    text-align: center;
    padding-top: 70px;
  }
  #tagcloud {
      transition: all 0.3s linear 0s;
      max-width: 85%;
      z-index: 1;
      position: relative;
      top: auto !important;
      left: auto !important;
  }
  #services_container {
      padding-top: 50px;
      display: block;
      overflow: hidden;
  }
  .service_block {
    overflow: hidden;
    overflow-y: auto;
  }
  #quotes_container {
      position: relative;
      top: auto;
      left: auto;
      margin-top: 20px;

      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none;
  }
}
