/*section1*/
.section1 {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.section1 .notfixed{
  position: relative;
}
.section1 .container {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.section1 img.img-responsive {
  width: 100%;
  border-bottom: 2px solid #4d6c7f;
}
/*section2*/
.section2 .container {
  padding-top: 25px;
  padding-bottom: 45px;
}
.section2 h4 {
  font-size: 16px;
  font-family: Montserrat-Light;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #303133;
  text-align: center;
}
.section2 h3 {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #303133;
  font-family: Montserrat-Bold;
  text-align: center;
}
.section2 a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.section2 {
  padding-top: 210px;
  padding-bottom: 25px;
  color: #000;
  background-color: #ffffff;
  padding-right: 0;
  padding-left: 0;
}
.app-icon {
    padding-left: 180px;
}
.desing-icon {
    padding-right: 180px;
}


/*section3*/
.section3 {
}
.section3 .container {
  color: #fff;
  background-color: #303133;
  height: auto;
  padding-top: 40px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.slogan_footer {
    padding-right: 5%;
}
.section3 p {
  font-size: 18px;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.section3 p.slogan2 {
    margin-bottom: 40px;
}
img.img-circle.img-responsive {
  margin: 0 auto;
  max-width: 135px
}

/*section4*/
.section4 {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  padding-right: 0;
  padding-left: 0;
}

.section4 img.img-responsive {
  width: 100%;
}
/*section6*/
.section6 {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  padding-right: 0;
  padding-left: 0;
}
.section6 .container{
  border-bottom: 2px solid #4d6c7f;
}
.section6 img.img-responsive {
  width: 100%;
}

/*section5*/
.section5 {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1001;
  color: #ffffff;
  padding-right: 0;
  padding-left: 0;
}
.section5 .container{
  padding-top: 135px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.section5 p {
  text-transform: uppercase;
  width: 100%;
  opacity: 0;
}
.home-slogan {
    text-align: center;
}
.section5 p.showed{
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 4s ease;
  opacity: .5;
}

.section5 p.showed.all{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  color: rgba(255,255,255,0.6);
}
p.bigs {
  font-size: 45px;
}
p.bigs strong{
  font-size: 50px;
}
p.ideas {
    font-size: 50px;
}
