body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-size: 14px;
  color: #646469;
  line-height: 22px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #00828d;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  color: #00828d;
  font-weight: 700;
}
h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}
h3 {
  font-size: 21px;
  margin-top: 30px;
}
h3 a {
  padding-bottom: 5px;
  border-bottom: 2px solid #33c0cd;
}
.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: 'Roboto Slab', 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_icons a {
    margin-left: 10px;
    color: #00828d;
    font-size: 21px;
    width: 41px;
    height: 41px;
    display: inline-block;
    border: 1px solid #00828d;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
  #social_icons a:hover {
    color: #fff;
    background: #00828d;
    border-color: transparent;
  }
.navbar-custom {
  background: #fff;
  font-family: "Roboto Slab", 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: transparent;
  box-shadow: none;
}
.navbar-custom .navbar-brand {
  color: white;
  padding-top: 0;
}
.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;
}
.navbar-custom .navbar-nav li a {
  color: #aeadaf;
  border-bottom: #fff 2px solid;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: none;
  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: #33c0cd 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: 31px;
  margin-top: 6px;
}
.fp-viewing-welcome-0 .navbar-brand > img,
.fp-viewing-welcome-1 .navbar-brand > img {
  height: 41px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .fp-viewing-welcome-0 .navbar-custom,
  .fp-viewing-welcome-1 .navbar-custom {
    padding: 25px 0;
  }
  #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: 12px 0 5px;

    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .container {
    width: auto;
  }
  .container {
    width: auto;
  }
  #section21 .col-md-offset-2 {
    margin-left: 12.66666667%;
  }
}
@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;
}
#section00 {
  background: transparent url(../images/landing-bg.png) center center no-repeat;
  background-size: cover;
}
#section01 {
  background: transparent url(../images/definition-bg.png) center center no-repeat;
  background-size: cover;
}
#section1 {
  background: transparent url(../images/target-bg.png) center center no-repeat;
  background-size: cover;
}
#section20 {
  background: transparent url(../images/infra-bg.png) center center no-repeat;
  background-size: cover;
}
#section21 {
  background: transparent url(../images/infra2-bg.png) center center no-repeat;
  background-size: cover;
}
#section3 {
  background: transparent url(../images/partners-bg.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;
}
#section1 .container-fluid {
  max-width: 85%;
}
#section1 h3 {
  font-size: 19px;
  margin-bottom: 20px;
}
#section1 .col-md-offset-1 {
    margin-left: 5.333%;
}
#section1 h1 {
  margin-bottom: 40px;
}
#section1 h1,
#section1 p {
  color: #fff;
}
#section2 h1 {
  margin-bottom: 40px;
  color: #fff;
}
#section2 p,
#section2 ul li,
#section2 ul li span {
  color: #d8eff0;
}
#section2 .slide1 p {
  font-size: 22px;
}
#section2 h3 a {
  color: #33c0cd;
  border-bottom-color: #fff;
}

#landing_container {
  top: 0;
  right: 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: 0;
  right: 0;
}
#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;
}




footer {
  z-index: 999;
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 12px;
  width: 100%;
  padding: 20px 0;

  color: #fff;
}
#contact_us,
#back  {
  position: absolute;
  top: 0;
  right: 15px;
  transform: translateY(-80%);
  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;
}
#back {
  display: none;
  height: 67px;
  right: 90px;
}
.fp-viewing-welcome-1 #back, 
.fp-viewing-infrastructure-1 #back {
  display: block;
}
  #contact_us:hover,
  #back:hover {
    opacity: 0.8;
  }

#contact_container {
  padding: 0 70px;
  background-color: #fff;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1080;
  height: 100%;

  -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%);
}
#contact_container #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;
}
#contact_container #close_form:hover {
  opacity: 0.7;
}
body.show_contact {
  overflow: hidden !important;
}
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);
}
#contact_container .input label {
  display: block;
  color: #646469;
  font-family: 'Roboto Slab', 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: 'Roboto Slab', serif;
  border: none;
  font-size: 21px;
  color: #00828d;
  border-bottom: 2px solid #33c0cd;
  background-color: transparent;
  font-weight: 700;
}
#contact_form {
  margin-bottom: 90px;
  margin-top: 45px;
}
.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;
}
#section21 .col-sm-3 {
  text-align: center;
}
#section21 h3 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 30px;
}
.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: 31px;
    margin-top: 6px;
  }
  /* 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;
  }
  #contact_us {
    right: 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;
  }
  .navbar-custom .navbar-toggle i {
    font-size: 30px;
  }
  .navbar-custom .navbar-brand {
    padding: 3px;
  }
  .fp-tableCell,
  .fp-section {
    height: auto !important;
  }

  #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) {
  #section21 h3 {
      color: #fff;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .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) {
  .section_animation {
    display: none;
  }
  .mobile_visual {
    display: block;
  }

  div[class*="col-"] > img {
    margin: 0 auto;
    display: block;
  }
}