/*Section 6 design*/
.section-6 {
  background-color: #192951;
  overflow: hidden;
  -moz-overflow: hidden;
}

.section-6 .world-map {
  width: 100%;
  height: 100%;
  background: url(../images/world.svg) center / contain no-repeat;
  opacity: 0.5;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

.section-6 .title {
  color: #fff;
  position: absolute;
  width: 300px;
  height: 300px;
  top: 30%;
  right: 20%;
  display: table;
}

.section-6 .title .title-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.section-6 .title h1 {
  font-size: 3.5rem;
  padding-left: 50px;
  margin: 0.5rem 0;
}

.section-6 .title h3 {
  font-weight: normal;
  font-size: 1.7rem;
  padding-left: 50px;
  white-space: nowrap;
  margin: 0;
}

.section-6 .ripple-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-6 .ripple {
  position: relative;
  width: 300px;
  height: 300px;
  top: 29%;
  margin:auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.28);
}

.section-6 .ripple:before {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../images/ripple_logobg.png) center / contain no-repeat;
  background-color: rgb(33, 101, 185);
  border-radius: 50%;
  top: 50px;
  left: 50px;
  position: absolute;
}

.section-6 .ripple:after {
  content: "";
  width: 250px;
  height: 250px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 22px;
  left: 22px;
  position: absolute;
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}

.section-6 .ripple .damping:nth-child(1) {
  width: 600px;
  height: 600px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  top: -150px;
  left: -150px;
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}

.section-6 .ripple .damping:nth-child(2) {
  width: 900px;
  height: 900px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  top: -300px;
  left: -300px;
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}

.section-6 .ripple .damping:nth-child(3) {
  width: 1200px;
  height: 1200px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  top: -450px;
  left: -450px;
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}

.section-6 .ripple .damping:nth-child(4) {
  width: 1500px;
  height: 1500px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  top: -600px;
  left: -600px;
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}

.section-6 .ripple .damping:nth-child(5) {
  width: 1800px;
  height: 1800px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  top: -750px;
  left: -750px;
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}


.section-6 .image {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  top: 20%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.section-6 .image .image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 300px;
  background: url(../images/section-6/1.jpg) center / cover no-repeat;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  /*-webkit-transform: translateX(-100px);*/
  /*-ms-transform: translateX(-100px);*/
  /*transform: translateX(-100px);*/
  /*-webkit-transition-duration: 200ms;*/
  /*-o-transition-duration: 200ms;*/
  /*transition-duration: 200ms;*/
  /*opacity: 0;*/
}

.section-6 .image .image-2 {
  position: absolute;
  top: 0;
  left: calc(80% + 0.5rem);
  width: 20%;
  height: 150px;
  background: url(../images/section-6/2.jpg) center / cover no-repeat;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  /*-webkit-transform: translateY(-100px);*/
  /*-ms-transform: translateY(-100px);*/
  /*transform: translateY(-100px);*/
  /*-webkit-transition-duration: 400ms;*/
  /*-o-transition-duration: 400ms;*/
  /*transition-duration: 400ms;*/
  /*opacity: 0;*/
}

.section-6 .image .image-3 {
  position: absolute;
  top: calc(150px + 0.5rem);
  left: calc(80% + 0.5rem);
  width: 20%;
  height: 300px;
  background: url(../images/section-6/6.jpg) center / cover no-repeat;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  /*-webkit-transform: translateY(-100px);*/
  /*-ms-transform: translateY(-100px);*/
  /*transform: translateY(-100px);*/
  /*-webkit-transition-duration: 800ms;*/
  /*-o-transition-duration: 800ms;*/
  /*transition-duration: 800ms;*/
  /*opacity: 0;*/
}

.section-6 .image .image-4 {
  position: absolute;
  top: calc(300px + 0.5rem);
  right: 20%;
  width: calc(40% + 0.5rem);
  height: 150px;
  background: url(../images/section-6/3.jpg) center / cover no-repeat;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  /*-webkit-transform: translateX(100px);*/
  /*-ms-transform: translateX(100px);*/
  /*transform: translateX(100px);*/
  /*-webkit-transition-duration: 1200ms;*/
  /*-o-transition-duration: 1200ms;*/
  /*transition-duration: 1200ms;*/
  /*opacity: 0;*/
}

/*.section-6 .image .image-5 {*/
/*position: absolute;*/
/*top: calc(300px + 0.5rem);*/
/*right: calc(40% + 0.5rem);*/
/*width: 20%;*/
/*height: 150px;*/
/*background: url(../images/section-6/5.png) center / cover no-repeat;*/
/*}*/

.section-6 .image .image-6 {
  position: absolute;
  top: calc(450px + 1rem);
  right: calc(40% + 0.5rem);
  width: 20%;
  height: 150px;
  background: url(../images/section-6/4.jpg) center / cover no-repeat;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  /*-webkit-transform: translateY(-100px);*/
  /*-ms-transform: translateY(-100px);*/
  /*transform: translateY(-100px);*/
  /*-webkit-transition-duration: 1600ms;*/
  /*-o-transition-duration: 1600ms;*/
  /*transition-duration: 1600ms;*/
  /*opacity: 0;*/
}

.section-6 .image .image-7 {
  position: absolute;
  top: calc(450px + 1rem);
  right: 20%;
  width: 20%;
  height: 150px;
  background: url(../images/section-6/5.jpg) center / cover no-repeat;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  /*-webkit-transform: translateX(-100px);*/
  /*-ms-transform: translateX(-100px);*/
  /*transform: translateX(-100px);*/
  /*-webkit-transition-duration: 2000ms;*/
  /*-o-transition-duration: 2000ms;*/
  /*transition-duration: 2000ms;*/
  /*opacity: 0;*/
}

.section-6 .image > div {
  /*animation-name: fadeInOut;*/
  /*animation-timing-function: linear;*/
  /*animation-fill-mode: forwards;*/

  /*opacity: 0;*/
}

.section-6 .image.animate > div {
  /*animation-name: fadeInOut;*/
  /*animation-timing-function: linear;*/
  /*animation-fill-mode: forwards;*/

  /*opacity: 1;*/
  /*-webkit-transform: translateX(0) translateY(0) translateZ(0);*/
  /*transform: translateX(0) translateY(0) translateZ(0);*/
}

.section-6 .image > div {
  /*transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);*/
  /*-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);*/
  /*-o-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);*/
  /*transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);*/
  /*-webkit-transform-style: preserve-3d;*/
  /*transform-style: preserve-3d;*/
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes fadeInOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}